.auth{--auth-bg: #000;--auth-field: #313135;--auth-text: #fff;--auth-text-soft: #fffefe;--auth-muted: #9898a0;--auth-link: #0093ff;--auth-error: #ff453a;--auth-btn-fg: #000;--auth-btn-bg: #fff;--auth-radius-field: clamp(.875rem, 3vw, 1rem);--auth-radius-btn: 2rem;--auth-radius-otp: clamp(.5rem, 2.5vw, .625rem);--auth-pad-x: clamp(1rem, 4.1vw, 1.25rem);--auth-pad-y: clamp(1.25rem, 4vw, 1.5rem);--auth-title-size: clamp(1.375rem, 5.1vw, 1.5rem);--auth-body-size: clamp(.9375rem, 3.6vw, 1rem);--auth-legal-size: clamp(.6875rem, 2.8vw, .75rem);--auth-otp-size: clamp(2.625rem, 12.8vw, 3.125rem);display:flex;flex-direction:column;align-items:stretch;width:100%;min-height:100vh;min-height:100dvh;padding:max(var(--auth-pad-y),env(safe-area-inset-top)) max(var(--auth-pad-x),env(safe-area-inset-right)) max(var(--auth-pad-y),env(safe-area-inset-bottom)) max(var(--auth-pad-x),env(safe-area-inset-left));gap:clamp(1.5rem,5vw,2rem);background:var(--auth-bg);color:var(--auth-text)}.auth__toolbar{display:flex;align-items:center;justify-content:flex-end;width:100%;min-height:1.5rem}.auth__toolbar--split{justify-content:space-between}.auth__body{display:flex;flex-direction:column;width:100%;max-width:28rem;margin-inline:auto}.auth__page-stack{display:flex;flex-direction:column;gap:clamp(1.5rem,5vw,2rem);width:100%}.auth__section{display:flex;flex-direction:column;gap:clamp(1.25rem,4vw,1.5rem);width:100%}.auth__otp-panel{display:flex;flex-direction:column;align-items:center;gap:clamp(1.25rem,4vw,1.5rem);width:100%;min-height:clamp(15rem,68vw,17.5rem)}.auth__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;margin:-.375rem;padding:0;border:none;border-radius:50%;background:transparent;color:var(--auth-text);cursor:pointer;transition:background .15s ease}.auth__icon-btn:hover{background:#ffffff14}.auth__icon-btn:focus-visible{outline:2px solid var(--auth-link);outline-offset:2px}.auth__head{display:flex;flex-direction:column;align-items:center;gap:clamp(.375rem,2vw,.5rem);width:100%;text-align:center}.auth__title{margin:0;font-size:var(--auth-title-size);font-weight:700;line-height:1.25;color:var(--auth-text)}.auth__subtitle{margin:0;font-size:var(--auth-body-size);font-weight:400;line-height:1.4;color:var(--auth-text)}.auth__subtitle--semibold{font-weight:600;color:var(--auth-text-soft)}.auth__field{display:flex;align-items:center;width:100%;min-height:clamp(2.875rem,13vw,3.1875rem);padding:clamp(.875rem,3.5vw,1rem);border:1px solid transparent;border-radius:var(--auth-radius-field);background:var(--auth-field);transition:border-color .15s ease,box-shadow .15s ease}.auth__field:focus-within{border-color:#0093ff8c;box-shadow:0 0 0 3px #0093ff26}.auth__input{width:100%;padding:0;border:none;background:transparent;color:var(--auth-text);font-size:var(--auth-body-size);line-height:1.4;outline:none}.auth__input::placeholder{color:var(--auth-muted)}.auth__btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:clamp(2.875rem,13vw,3.25rem);padding:clamp(.875rem,3.5vw,1rem);border:none;border-radius:var(--auth-radius-btn);background:var(--auth-btn-bg);color:var(--auth-btn-fg);font-size:var(--auth-body-size);font-weight:400;line-height:1.4;text-align:center;cursor:pointer;transition:opacity .15s ease,transform .1s ease}.auth__btn:hover:not(:disabled){opacity:.92}.auth__btn:active:not(:disabled){transform:scale(.99)}.auth__btn:disabled{opacity:.45;cursor:not-allowed}.auth__legal{margin:0;font-size:var(--auth-legal-size);line-height:1.45;text-align:center;color:var(--auth-link)}.auth__legal a{color:inherit;text-decoration:none}.auth__legal a:hover{text-decoration:underline}.auth__error{margin:0;font-size:.875rem;line-height:1.4;text-align:center;color:var(--auth-error)}.auth__otp-row{display:flex;justify-content:center;gap:clamp(.375rem,2vw,.5rem);width:100%}.auth__otp-cell{display:flex;align-items:center;justify-content:center;width:var(--auth-otp-size);height:var(--auth-otp-size);border:2px solid transparent;border-radius:var(--auth-radius-otp);background:var(--auth-field);color:var(--auth-text);font-size:clamp(1.125rem,5vw,1.375rem);font-weight:600;transition:border-color .15s ease,background-color .15s ease}.auth__otp-digit{display:block;transition:opacity .2s ease,transform .2s ease}.auth__otp-row--error .auth__otp-cell--error{border-color:var(--auth-error);animation:auth-otp-shake .45s cubic-bezier(.36,.07,.19,.97)}.auth__otp-row--error .auth__otp-digit--clear{opacity:0;transform:scale(.85)}@keyframes auth-otp-shake{0%,to{transform:translate(0)}15%{transform:translate(-5px)}30%{transform:translate(5px)}45%{transform:translate(-4px)}60%{transform:translate(4px)}75%{transform:translate(-2px)}}.auth__otp-hidden,.auth__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.auth__link-btn{padding:0;border:none;background:none;color:var(--auth-muted);font-size:var(--auth-body-size);font-weight:600;line-height:1.4;text-align:center;cursor:pointer}.auth__link-btn:disabled{cursor:default;opacity:1}.auth__text-link{padding:0;border:none;background:none;color:var(--auth-link);font-size:clamp(.8125rem,3.2vw,.875rem);line-height:1.4;text-align:center;cursor:pointer}.auth__footer-actions{display:flex;flex-direction:column;align-items:center;gap:clamp(1rem,4vw,1.5rem);width:100%}@media(orientation:landscape)and (max-height:32rem){.auth{gap:1rem;padding-block:max(.5rem,env(safe-area-inset-top)) max(.5rem,env(safe-area-inset-bottom))}.auth__page-stack,.auth__otp-panel{gap:1rem}.auth__otp-panel{min-height:auto}}@media(min-width:48rem){.auth__body{max-width:26rem}}@media(prefers-reduced-motion:reduce){.auth__otp-row--error .auth__otp-cell--error{animation:none}.auth__otp-row--error .auth__otp-digit--clear{opacity:1;transform:none}}.room-screen{position:relative;display:flex;flex-direction:column;height:100dvh;max-height:100dvh;background:#000;color:#fff;overflow:hidden}.room-header{flex-shrink:0;padding:24px 20px 16px;border-bottom:1px solid #51545b}.room-header__row{display:flex;justify-content:space-between;align-items:center;width:100%}.room-header__btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:transparent;color:#fff;cursor:pointer}.room-header__title{margin:0;font-family:Jost,sans-serif;font-size:32px;font-weight:700;color:#fff}.room-body{display:flex;flex:1;min-height:0;width:100%;overflow:hidden}.room-player-wrap{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;padding:0}.room-divider{position:absolute;top:0;bottom:0;right:min(460px,40vw);width:1px;background:#51545b;pointer-events:none;z-index:2}.room-chat{flex-shrink:0;width:460px;max-width:40vw;height:100%;display:flex;flex-direction:column;padding:20px;min-height:0;overflow:hidden}.room-chat__body{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.room-player{position:relative;display:flex;flex-direction:column;flex:1;width:100%;height:100%;min-height:0;background:#000;border-radius:0;overflow:hidden}.room-player__video-layer{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000}.room-player__video-layer .flocky-player,.room-player__video-layer .player-embed{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important;background:#000!important}.room-player__video-layer .flocky-player-video{width:100%;height:100%;object-fit:contain}.room-player__vk-cover{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:#000 center / contain no-repeat;pointer-events:none;transition:opacity .25s ease}.room-player--playing .room-player__vk-cover{opacity:0}.room-player__chrome{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;padding:0 24px 16px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility 0s linear .25s}.room-player--controls-visible .room-player__chrome{opacity:1;visibility:visible;pointer-events:none;transition:opacity .25s ease,visibility 0s linear 0s}.room-player--controls-visible .room-player__chrome>*{pointer-events:auto}.room-player__top{display:flex;justify-content:space-between;align-items:center;padding-top:8px}.room-player__top-left,.room-player__top-right{display:flex;align-items:center;gap:24px}.room-player__icon-btn{display:flex;padding:0;border:none;background:transparent;color:#fff;cursor:pointer;opacity:1}.room-player__center{flex:1;display:flex;align-items:center;justify-content:space-between;padding:0 8px;min-height:0}.room-player__skip{padding:0;border:none;background:transparent;color:#fff;cursor:pointer;flex-shrink:0}.room-player__skip:disabled{opacity:.4;cursor:default}.room-player__tap-zone{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border:none;background:transparent;cursor:pointer}.room-player__flash{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;pointer-events:none;animation:room-play-flash .65s ease-out forwards}@keyframes room-play-flash{0%{opacity:0;transform:translate(-50%,-50%) scale(.85)}25%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.08)}}.room-player__bottom{display:flex;flex-direction:column;gap:16px;margin-top:auto}.room-timeline{position:relative;width:100%;height:12px;cursor:pointer}.room-timeline__track{position:absolute;left:0;right:0;top:4px;height:4px;border-radius:2px;background:#ffffffb3}.room-timeline__buffer{position:absolute;left:0;top:4px;height:4px;border-radius:2px;background:#ffffff59}.room-timeline__progress{position:absolute;left:0;top:4px;height:4px;border-radius:2px;background:#fff}.room-timeline__thumb{position:absolute;top:0;width:12px;height:12px;margin-left:-6px;border-radius:50%;background:#fff;box-shadow:0 2px 4px #00000026;opacity:0;transition:opacity .15s}.room-timeline:hover .room-timeline__thumb,.room-timeline--active .room-timeline__thumb{opacity:1}.room-player__actions{display:flex;justify-content:space-between;align-items:center}.room-player__actions-left,.room-player__actions-right{display:flex;align-items:center;gap:16px}.room-player__actions-right{gap:24px}.room-player__play-btn{padding:0;border:none;background:transparent;color:#fff;cursor:pointer;display:flex}.room-player__play-btn:disabled{opacity:.5;cursor:default}.room-player__time{margin:0;font-family:Inter,sans-serif;font-size:14px;color:#dadada}.room-volume{position:relative;width:52px;height:16px;cursor:pointer}.room-volume__track{position:absolute;left:0;top:6px;width:100%;height:4px;border-radius:2px;background:#ffffff80}.room-volume__fill{position:absolute;left:0;top:6px;height:4px;border-radius:2px;background:#fff}.room-volume__thumb{position:absolute;top:2px;width:12px;height:12px;margin-left:-6px;border-radius:50%;background:#fff;box-shadow:0 2px #00000026}.room-player__placeholder{color:#ffffff73;font-family:Inter,sans-serif;font-size:15px}.room-chat__messages{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:40px;min-height:0;padding-bottom:16px;-webkit-overflow-scrolling:touch}.room-chat__row{display:flex;align-items:flex-end;gap:9px;width:100%;position:relative}.room-chat__row--own{justify-content:flex-end}.room-chat__avatar{flex-shrink:0;width:31px;height:31px;border-radius:50%}.room-chat__bubble{position:relative;max-width:282px;padding:12px;border-radius:23px;font-family:Inter,sans-serif;font-size:17px;line-height:1.15;color:#fff}.room-chat__bubble--own{background:#3560ff}.room-chat__bubble--other{background:#1e1e1e}.room-chat__bubble--system{background:#1e1e1e;display:flex;align-items:flex-start;gap:10px}.room-chat__name{margin:0 0 4px;font-size:15px;font-weight:600;color:#ffffff80}.room-chat__text{margin:0;word-break:break-word}.room-chat__invite{cursor:pointer;color:inherit;font:inherit;background:none;border:none;padding:0;margin:0;text-align:left;text-decoration:none}.room-chat__tail{position:absolute;bottom:0;width:11px;height:11px}.room-chat__tail--left{left:-6px}.room-chat__tail--right{right:-6px}.room-chat__reaction{position:absolute;bottom:-23px;display:flex;align-items:center;gap:4px;padding:2px 12px 1px;height:30px;border-radius:20px;border:1px solid #212121;background:#000;font-family:Jost,sans-serif;font-size:18px;line-height:1;color:#fff;cursor:pointer}.room-chat__row--own .room-chat__reaction{right:2px}.room-chat__row:not(.room-chat__row--own) .room-chat__reaction{left:42px}.room-chat__input-row{display:flex;align-items:center;gap:16px;flex-shrink:0;padding-top:12px}.room-chat__input-wrap{flex:1;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 16px;border-radius:32px;background:#1e1e1e}.room-chat__input{flex:1;border:none;background:transparent;font-family:Inter,sans-serif;font-size:16px;color:#fff;outline:none}.room-chat__input::placeholder{color:#ffffff80}.room-chat__emoji-placeholder{display:flex;gap:8px;opacity:.5;pointer-events:none}.room-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#000000b3}.room-modal{width:min(480px,92vw);padding:24px;border-radius:16px;border:1px solid #51545b;background:#1e1e1e}.room-modal h2{margin:0 0 16px;font-family:Jost,sans-serif;font-size:22px}.room-modal__input{width:100%;box-sizing:border-box;padding:12px 16px;border:1px solid #51545b;border-radius:12px;background:#000;color:#fff;font-family:Inter,sans-serif;font-size:16px;margin-bottom:16px}.room-modal__actions{display:flex;gap:12px;justify-content:flex-end}.room-modal__btn{padding:10px 20px;border-radius:12px;border:none;font-family:Inter,sans-serif;font-size:15px;cursor:pointer}.room-modal__btn--primary{background:#3560ff;color:#fff}.room-modal__btn--secondary{background:#51545b;color:#fff}.room-modal__list{list-style:none;margin:0;padding:0;max-height:320px;overflow-y:auto}.room-modal__list li{padding:10px 0;border-bottom:1px solid #51545b;font-family:Inter,sans-serif;font-size:16px}.home-avatar-picker{display:flex;gap:12px;margin-top:8px}.home-avatar-swatch{width:36px;height:36px;border-radius:50%;border:2px solid transparent;cursor:pointer;padding:0}.home-avatar-swatch--active{border-color:#fff;box-shadow:0 0 0 2px #3560ff}@media(max-width:1100px){.room-divider{right:360px}.room-chat{width:360px}}@media(max-width:900px)and (orientation:landscape){.room-divider{right:min(320px,38vw)}.room-chat{width:320px;max-width:38vw}.room-header__title{font-size:26px}}@media(max-width:800px){.room-divider{display:none}.room-body{flex-direction:column}.room-divider{width:100%;height:1px}.room-chat{width:100%;max-width:none;flex:1;min-height:0}.room-player-wrap{flex:1.2;min-height:0}}.splash{--splash-bg: #000;--splash-fg: #fff;--splash-brand-size: clamp(2rem, 10.77vw, 2.625rem);--splash-loader-size: clamp(2rem, 10.77vw, 2.625rem);--splash-gap: clamp(1.25rem, 8.2vw, 2rem);--splash-stack-width: clamp(5.5rem, 32.56vw, 7.9375rem);position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:100vh;min-height:100dvh;padding:max(1rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));overflow:hidden;background:var(--splash-bg);color:var(--splash-fg);opacity:1;transition:opacity .45s ease}.splash--exiting{opacity:0;pointer-events:none}.splash__stack{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--splash-gap);width:var(--splash-stack-width);max-width:calc(100% - 2rem)}.splash__brand{margin:0;width:100%;font-family:Jost,Inter,system-ui,sans-serif;font-size:var(--splash-brand-size);font-weight:700;line-height:1;letter-spacing:-.02em;text-align:center;white-space:nowrap;-webkit-user-select:none;user-select:none}.splash__loader-wrap{display:flex;justify-content:center;align-items:center;width:var(--splash-loader-size);height:var(--splash-loader-size);opacity:0;transform:translateY(.5rem);transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1)}.splash--loading .splash__loader-wrap,.splash--exiting .splash__loader-wrap{opacity:1;transform:translateY(0)}.splash__loader{width:100%;height:100%;color:var(--splash-fg);animation:splash-spin .85s linear infinite}.splash__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes splash-spin{to{transform:rotate(360deg)}}@media(orientation:landscape)and (max-height:32rem){.splash{--splash-gap: clamp(.75rem, 4vw, 1.25rem);--splash-brand-size: clamp(1.75rem, 6vh, 2.25rem);--splash-loader-size: clamp(1.75rem, 6vh, 2.25rem);padding-block:max(.5rem,env(safe-area-inset-top)) max(.5rem,env(safe-area-inset-bottom))}}@media(min-width:48rem){.splash{--splash-brand-size: clamp(2.625rem, 4vw, 3.25rem);--splash-loader-size: clamp(2.625rem, 4vw, 3.25rem);--splash-gap: clamp(2rem, 3vw, 2.5rem);--splash-stack-width: clamp(7.9375rem, 12vw, 10rem)}}@media(prefers-reduced-motion:reduce){.splash,.splash__loader-wrap{transition-duration:.01ms}.splash__loader{animation-duration:1.4s}}*,*:before,*:after{box-sizing:border-box}:root{color-scheme:dark;--bg: #0b0d12;--surface: #141820;--surface-2: #1c2230;--border: #2a3344;--text: #eef1f6;--muted: #8b95a8;--accent: #6c5ce7;--accent-hover: #7f70f0;--danger: #ff6b6b;--radius: 12px;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background:var(--bg)}body{margin:0;min-height:100vh}html:has(.room-screen),html:has(.room-screen) body,#root:has(.room-screen){overflow:hidden;height:100%}button,input{font:inherit}a{color:var(--accent)}.container{max-width:1100px;margin:0 auto;padding:1.5rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:10px;padding:.75rem 1.25rem;background:var(--accent);color:#fff;cursor:pointer;transition:background .15s}.btn:hover{background:var(--accent-hover)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:var(--surface-2);border:1px solid var(--border)}.btn-secondary:hover{background:#252d3d}.input{width:100%;padding:.75rem 1rem;border-radius:10px;border:1px solid var(--border);background:var(--surface-2);color:var(--text)}.input:focus{outline:2px solid color-mix(in srgb,var(--accent) 50%,transparent);border-color:var(--accent)}.muted{color:var(--muted)}.error{color:var(--danger);font-size:.9rem}.player-shell{position:relative;width:100%;aspect-ratio:16 / 9;background:#000}.player-shell:fullscreen,.player-shell:-webkit-full-screen{width:100vw;height:100vh;max-height:100vh;aspect-ratio:auto}.flocky-player--fullscreen,.flocky-player:fullscreen,.flocky-player:-webkit-full-screen{width:100%;height:100%}.player-fullscreen-btn{position:absolute;top:.65rem;right:.65rem;z-index:6;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;border-radius:50%;background:#0000008c;color:#fff;cursor:pointer;transition:background .15s ease}.player-fullscreen-btn:hover{background:#000000bf}.player-shell .react-player{position:absolute;top:0;right:0;bottom:0;left:0}.flocky-player,.rush-player{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;overflow:hidden}.flocky-player-video,.rush-player-video{width:100%;height:100%;object-fit:contain;background:#000;display:block}.flocky-player-preparing{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000008c;color:#fff;font-size:.9rem;pointer-events:none;z-index:2}.flocky-player-tap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;border:none;background:#0000008c;color:#fff;font:inherit;font-size:.95rem;cursor:pointer}.flocky-chrome,.rush-chrome{position:absolute;left:0;right:0;bottom:0;z-index:5;padding:2.25rem .85rem .75rem;background:linear-gradient(to top,rgba(0,0,0,.92) 0%,rgba(0,0,0,.55) 55%,transparent 100%);pointer-events:none}.flocky-chrome>*,.rush-chrome>*{pointer-events:auto}.flocky-chrome-bar,.rush-chrome-bar{margin-bottom:.5rem}.flocky-seek-track{position:relative;height:1.25rem;display:flex;align-items:center}.flocky-seek-track:before{content:"";position:absolute;left:0;right:0;height:4px;border-radius:999px;background:#ffffff1f}.flocky-seek-track:after{content:"";position:absolute;left:0;width:var(--buffer, 0%);height:4px;border-radius:999px;background:#ffffff38;pointer-events:none}.flocky-seek,.rush-seek{position:relative;z-index:1;width:100%;height:1.25rem;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer}.flocky-seek::-webkit-slider-runnable-track{height:4px;border-radius:999px;background:linear-gradient(to right,var(--accent) 0%,var(--accent) var(--progress, 0%),transparent var(--progress, 0%))}.flocky-seek::-moz-range-track{height:4px;border-radius:999px;background:#ffffff1f}.flocky-seek::-moz-range-progress{height:4px;border-radius:999px;background:var(--accent)}.flocky-seek::-webkit-slider-thumb,.rush-seek::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;margin-top:-5px;border-radius:50%;background:#fff;box-shadow:0 0 0 2px #6c5ce78c;transition:transform .12s ease}.flocky-seek:active::-webkit-slider-thumb{transform:scale(1.15)}.flocky-seek::-moz-range-thumb{width:14px;height:14px;border:none;border-radius:50%;background:#fff;box-shadow:0 0 0 2px #6c5ce78c}.flocky-seek:disabled{opacity:.45;cursor:not-allowed}.flocky-chrome-row,.rush-chrome-row{display:flex;align-items:center;gap:.5rem}.flocky-chrome-btn,.rush-chrome-btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;border-radius:50%;background:#ffffff14;color:#fff;cursor:pointer;padding:0;flex-shrink:0;transition:background .15s ease,transform .12s ease}.flocky-chrome-btn:hover:not(:disabled),.rush-chrome-btn:hover:not(:disabled){background:#ffffff29}.flocky-chrome-btn:active:not(:disabled),.rush-chrome-btn:active:not(:disabled){transform:scale(.94)}.flocky-chrome-btn--primary{background:var(--accent)}.flocky-chrome-btn--primary:hover:not(:disabled){background:var(--accent-hover)}.flocky-chrome-btn:disabled,.rush-chrome-btn:disabled{opacity:.4;cursor:not-allowed}.flocky-chrome-time,.rush-chrome-time{font-size:.8rem;color:#ffffffe6;font-variant-numeric:tabular-nums;min-width:5.5rem}.flocky-chrome-time-current{color:#fff}.flocky-chrome-time-sep{margin:0 .2rem;opacity:.45}.flocky-chrome-time-duration{opacity:.7}.flocky-chrome-meta{margin-left:auto;display:flex;align-items:center;gap:.4rem}.flocky-chrome-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .5rem;border-radius:999px;background:#ffffff1a;font-size:.7rem;color:#ffffffbf;white-space:nowrap}.flocky-chrome-badge--sync{color:#c4b5fd;background:#6c5ce738}.flocky-chrome-sync,.flocky-chrome-host,.rush-chrome-sync,.rush-chrome-host{margin-left:auto;font-size:.75rem}.host-badge{display:inline-block;margin-left:.5rem;padding:.1rem .45rem;border-radius:6px;background:var(--accent);color:#fff;font-size:.7rem;font-weight:600;vertical-align:middle}.host-badge--sm{margin-left:.35rem;font-size:.65rem}.room-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.load-form{display:flex;gap:.75rem;margin-bottom:1rem}.player-placeholder{height:100%;display:grid;place-items:center;color:var(--muted)}.room-hint{margin:0 0 1rem;font-size:.85rem}.user-list{margin:0;padding:0;list-style:none;display:grid;gap:.35rem}.sync-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:#000000b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sync-overlay-btn{font-size:1.1rem;padding:1rem 1.75rem}.sync-overlay-hint{margin:0;font-size:.85rem;text-align:center;max-width:18rem}.auth-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;color:var(--muted);font-size:1rem}
