.viscanon-loading{position:fixed;right:24px;bottom:24px;z-index:10000;display:flex;align-items:center;gap:14px;padding:16px 22px;border:1px solid #34505e;border-radius:12px;background:#0c1724;color:#daf6f6;box-shadow:0 8px 32px #0006;font:14px/1.5 system-ui;pointer-events:none;visibility:visible}.viscanon-loading[hidden]{display:none}.viscanon-loading img{width:76px;height:40px}.viscanon-loading.is-page{inset:0;border:0;border-radius:0;justify-content:center;flex-direction:column;background:#080d17;box-shadow:none}.viscanon-loading.is-page img{width:140px;height:74px}@media(max-width:600px){.viscanon-loading:not(.is-page){left:16px;right:16px;bottom:16px}}

.viscanon-loading img,.loading-eye-preview{animation:viscanon-half-turn 4.8s infinite;transform-origin:50% 50%}
@keyframes viscanon-half-turn{
  0%{transform:rotate(0deg);animation-timing-function:ease-in-out}
  7%{transform:rotate(-12deg);animation-timing-function:cubic-bezier(.42,0,.18,1)}
  35%,50%{transform:rotate(180deg);animation-timing-function:ease-in-out}
  57%{transform:rotate(168deg);animation-timing-function:cubic-bezier(.42,0,.18,1)}
  85%,100%{transform:rotate(360deg)}
}
@media(prefers-reduced-motion:reduce){.viscanon-loading img,.loading-eye-preview{animation:none}}

.loading-status-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}

.player-page-loading{min-height:65vh;display:grid;place-items:center}.player-page-loading img{width:140px;height:74px;animation:viscanon-half-turn 4.8s infinite;transform-origin:center}@media(prefers-reduced-motion:reduce){.player-page-loading img{animation:none}}
