:root{--brown-50: #fdf8f6;--brown-100: #f2e8e5;--brown-200: #eaddd7;--brown-300: #e0cec8;--brown-400: #a78a7a;--brown-500: #9c7355;--brown-600: #6d4c2e;--brown-700: #5d3a2a;--brown-800: #4a2c1f;--brown-900: #3d2319;--brown-950: #2c1810;--accent: var(--brown-600);--accent-hover: var(--brown-700);--accent-light: var(--brown-400);--card-bg: rgba(253, 248, 246, .96);--card-border: rgba(139, 105, 20, .2);--text-primary: var(--brown-900);--text-secondary: var(--brown-600);--input-bg: #fff;--input-border: var(--brown-300);--header-bg: var(--brown-800);--header-text: #fff;--max-content: 480px;--radius: 16px;--radius-sm: 10px}*{box-sizing:border-box}html,body{margin:0;padding:0;min-height:100vh;min-height:100dvh;min-height:-webkit-fill-available;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text-primary);background-color:#0b0a09;color-scheme:dark;overscroll-behavior:none}#root{min-height:100vh;min-height:100dvh;min-height:-webkit-fill-available;display:flex;flex-direction:column;background-color:#0b0a09}html.play-immersive,html.play-immersive body{position:fixed;inset:0;width:100%;height:100%;overflow:hidden;overscroll-behavior:none;touch-action:manipulation;background:#0b0a09!important}html.play-immersive #root{height:100%;min-height:100%;overflow:hidden;background:#0b0a09!important}html.play-immersive:before{content:"";position:fixed;inset:0;z-index:-1;background:#0b0a09;pointer-events:none}.app-shell{flex:1;min-height:100vh;min-height:100dvh;background:linear-gradient(180deg,#87ceeb,#b8d4e3 25%,#a8d5a2,#7cb87a,#5a9e5a 85%,#4a8c4a);background-size:cover;background-position:center;background-attachment:fixed;position:relative}.app-shell:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.15) 0%,transparent 30%,transparent 70%,rgba(45,55,45,.2) 100%);pointer-events:none}.app-content{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;padding:16px;padding-bottom:max(16px,env(safe-area-inset-bottom))}.card{background:var(--card-bg);border-radius:var(--radius);padding:20px;margin-bottom:16px;box-shadow:0 4px 20px #2d382d26;border:1px solid var(--card-border);width:100%;max-width:var(--max-content)}.card h1,.card h2,.card h3{margin:0 0 12px;color:var(--text-primary);font-weight:700}.card p{color:var(--text-secondary);font-size:14px;margin:0 0 12px;line-height:1.5}button,.btn{cursor:pointer;padding:12px 20px;border-radius:var(--radius-sm);border:none;font-size:15px;font-weight:600;transition:background .2s,transform .05s;background:var(--accent);color:#fff}button:hover:not(:disabled),.btn:hover{background:var(--accent-hover)}button:active:not(:disabled),.btn:active{transform:scale(.98)}button:disabled{opacity:.6;cursor:not-allowed}button.secondary,.btn-secondary{background:var(--brown-200);color:var(--brown-800)}button.secondary:hover:not(:disabled){background:var(--brown-300)}input[type=text],input[type=email],input[type=number]{padding:12px 14px;border-radius:var(--radius-sm);border:1px solid var(--input-border);background:var(--input-bg);color:var(--text-primary);font-size:16px;width:100%;max-width:100%;transition:border-color .2s}input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #6d4c2e33}label{display:block;margin-bottom:6px;font-weight:500;color:var(--text-primary)}.app-header{background:var(--header-bg);color:var(--header-text);padding:12px 16px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.app-header .back{background:transparent;color:inherit;padding:8px;font-size:18px}.app-header .back:hover{background:#ffffff26}.list-item{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid var(--brown-200);text-decoration:none;color:inherit;cursor:pointer;transition:background .15s}.list-item:last-child{border-bottom:none}.list-item:hover{background:#8b69140f}.list-item .avatar{width:44px;height:44px;border-radius:50%;background:var(--brown-300);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.list-item .title{font-weight:600;color:var(--text-primary)}.list-item .meta{font-size:13px;color:var(--text-secondary);margin-top:2px}.list-item .chevron{margin-left:auto;color:var(--brown-500);font-size:18px}.hero-buttons{display:flex;flex-direction:column;gap:14px;width:100%;max-width:var(--max-content);margin-top:24px}.hero-buttons .btn{padding:18px 24px;font-size:17px;border-radius:var(--radius);text-align:center}.error-message{color:#b91c1c;font-size:14px;margin-bottom:12px;padding:10px;background:#b91c1c14;border-radius:var(--radius-sm)}@media(min-width:768px){.app-content{padding:32px;justify-content:center}.card{padding:28px}.hero-buttons{flex-direction:row;justify-content:center;gap:20px;max-width:560px}.hero-buttons .btn{flex:1;max-width:260px}}.background-image-layer,.scene-background-layer{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.scene-background-layer__media{width:100%;height:100%;object-fit:cover;display:block}.scene-background-layer__media--image{background-size:cover;background-position:center;background-repeat:no-repeat}.scene-background-layer__matte{position:absolute;inset:0;background:#07040f;pointer-events:none}.state-renderer{background:transparent;min-height:100vh;display:flex;flex-direction:column;position:relative;z-index:1}.state-renderer header{background:var(--header-bg)!important;color:var(--header-text)!important;border:none!important}.state-renderer__main{padding:20px!important;flex:1;min-height:0;display:flex;flex-direction:column;position:relative;z-index:1}.state-renderer p{color:var(--text-secondary)}.app-in-flow{display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;position:relative;isolation:isolate}.app-in-flow .scene-background-host{position:fixed;inset:0;z-index:0;pointer-events:none}.app-in-flow>.app-header,.app-in-flow>.state-renderer,.app-in-flow>.app-in-flow__error{position:relative;z-index:1}.app-in-flow .state-renderer{flex:1;min-height:0}.app-in-flow .state-renderer:has(.flow-media-stage--fill){overflow:hidden}.app-in-flow .state-renderer__main:has(.flow-media-stage--fill){overflow:hidden}.app-in-flow .state-renderer__main:has(.flow-media-stage--fill) .state-renderer__step{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.app-in-flow .state-renderer__main:has(.flow-media-stage--fill) .plugin-step-shell{flex:1;min-height:0}.flow-media-stage--fill{flex:1;min-height:0;max-height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden}.flow-media-stage__frame{position:relative;flex:1;min-height:0;width:100%;background:#0b0e12;overflow:hidden}.flow-media-stage__frame>.flow-media-stage__layer{position:absolute;inset:0}.flow-media-stage__frame img,.flow-media-stage__frame video{display:block;width:100%;height:100%;object-fit:contain}.media-show-caption{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:16px 18px max(14px,env(safe-area-inset-bottom));text-align:center;pointer-events:none;background:linear-gradient(180deg,#080a0e00,#080a0e59 28%,#080a0e9e)}.media-show-caption__glass{display:inline-block;max-width:min(720px,100%);margin:0 auto;padding:10px 16px;border-radius:12px;background:#12161c8c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 24px #00000040}.media-show-caption__text{margin:0;font-size:clamp(.95rem,2.4vw,1.15rem);line-height:1.45;color:#f4f6f8;text-shadow:0 1px 2px rgba(0,0,0,.45)}.media-show-caption__meta{margin:8px 0 0;font-size:13px;color:#e8ecf0c7}.media-show-caption__meta:first-child{margin-top:0}.plugin-step-shell{position:relative;width:100%;height:100%;min-height:0;display:flex;flex-direction:column}.plugin-step-shell__body{position:relative;flex:1 1 auto;min-height:0;width:100%}.plugin-step-shell:has(.flow-media-stage--fill){flex:1 1 auto;align-self:stretch}.plugin-step-shell:has(.flow-media-stage--fill) .plugin-step-shell__body{display:flex;flex-direction:column}.plugin-step-shell:has(.flow-media-stage--fill) .plugin-step-shell__body>.flow-media-stage--fill{flex:1 1 auto;min-height:0}.plugin-step-nav{position:absolute;inset:0;z-index:5;pointer-events:none}.plugin-step-nav__btn{box-sizing:border-box;position:absolute;top:12px;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;margin:0;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:#0b0a09b8;color:#f4f6f8eb;cursor:pointer;pointer-events:auto;-webkit-tap-highlight-color:transparent}.plugin-step-nav__btn--prev{left:12px}.plugin-step-nav__btn--next{right:12px}.plugin-step-nav__btn:hover:not(:disabled){background:#ffffff2e;border-color:#fff6}.plugin-step-nav__btn:active:not(:disabled){transform:none!important;filter:brightness(1.12)}.plugin-step-nav__btn:disabled{opacity:.28;cursor:default}.plugin-step-nav__icon{display:block;flex-shrink:0}@media(max-width:720px),(pointer:coarse){.plugin-step-nav__btn{top:10px;width:36px;height:36px}.plugin-step-nav__btn--prev{left:8px}.plugin-step-nav__btn--next{right:8px}}@media(max-width:768px){.app-in-flow .state-renderer__main:has(.flow-media-stage--fill){padding:0!important}}.state-renderer__step{animation:state-step-fade-in .96s ease;will-change:opacity,transform}.step-config-error{max-width:520px;margin:24px auto;padding:20px 22px;border:1px solid rgba(220,38,38,.35);background:linear-gradient(180deg,#fef2f2fa,#fffffffa);border-radius:12px;box-shadow:0 8px 24px #7f1d1d14}.step-config-error__badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#b91c1c;margin-bottom:10px}.step-config-error__title{margin:0 0 12px;font-size:1.15rem;line-height:1.35;color:#7f1d1d}.step-config-error__hint{margin:0 0 16px;color:#444;line-height:1.45}.step-config-error__meta{margin:0 0 14px;font-size:13px;display:grid;grid-template-columns:auto 1fr;gap:4px 12px;color:#555}.step-config-error__meta dt{font-weight:600;color:#333}.step-config-error__meta dd{margin:0}.step-config-error__admin{margin:0;font-size:13px;color:#666;line-height:1.45;padding-top:12px;border-top:1px solid rgba(0,0,0,.08)}.state-renderer__debug-json{margin:0;max-height:220px;overflow:auto;padding:10px;border-radius:8px;background:#020617b8;color:#cbd5e1;font-size:12px;line-height:1.45}.state-renderer__debug-steps,.state-renderer__debug-history{display:flex;flex-direction:column;gap:6px;max-height:180px;overflow:auto;padding-right:2px}.state-renderer__debug-step-btn,.state-renderer__debug-history-item{text-align:left;padding:8px 10px;border-radius:8px;border:1px solid rgba(148,163,184,.3);background:#0f172a80;color:#cbd5e1;font-size:12px}.state-renderer__debug-step-btn--active{border-color:#22d3eebf;color:#67e8f9}.state-renderer__debug-toggle{position:fixed;top:10px;left:10px;z-index:30;padding:6px 10px!important;font-size:11px!important;border-radius:999px!important}.state-renderer__debug-popover{position:fixed;top:44px;right:10px;width:min(720px,calc(100vw - 20px));max-height:min(78vh,820px);overflow:auto;z-index:31;border-radius:12px;padding:12px;border:1px solid rgba(34,211,238,.3);background:#020617f0;box-shadow:0 10px 30px #0006}.state-renderer__debug-popover-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.runtime-info__toggle{position:fixed;bottom:16px;right:16px;z-index:28;padding:8px 14px!important;font-size:13px!important;border-radius:999px!important;background:#fdf8f6f2!important;color:var(--brown-800)!important;border:1px solid var(--brown-300)!important;box-shadow:0 4px 14px #00000026}@media(max-width:768px),(pointer:coarse){.runtime-info__toggle,.runtime-info__panel{display:none!important}}.runtime-info__panel{position:fixed;bottom:56px;right:16px;width:min(420px,calc(100vw - 32px));max-height:min(70vh,640px);overflow:auto;z-index:29;border-radius:14px;padding:14px 16px;border:1px solid var(--brown-300);background:#fdf8f6fa;box-shadow:0 12px 32px #0003;font-size:13px;color:var(--brown-900)}.runtime-info__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--brown-200)}.runtime-info__close{border:none;background:transparent;font-size:22px;line-height:1;cursor:pointer;color:var(--brown-600);padding:0 4px}.runtime-info__section{margin-bottom:14px}.runtime-info__section h4{margin:0 0 8px;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--brown-600)}.runtime-info__dl{display:grid;grid-template-columns:auto 1fr;gap:4px 12px;margin:0}.runtime-info__dl dt{margin:0;color:var(--brown-500);font-size:12px}.runtime-info__dl dd{margin:0;word-break:break-all}.runtime-info__dl code{font-size:11px;background:var(--brown-100);padding:1px 4px;border-radius:4px}.runtime-info__hint{margin:0;color:var(--brown-500);font-size:12px}.runtime-info__list{margin:0;padding-left:18px}.runtime-info__list li{margin-bottom:10px}.runtime-info__config{margin:6px 0 0;padding:8px;border-radius:8px;background:var(--brown-100);font-size:11px;line-height:1.4;overflow:auto;max-height:140px}.runtime-info__config--muted{background:#ffffffb3;border:1px dashed var(--brown-200)}.runtime-info__raw{margin-top:8px;padding:8px;border-radius:8px;background:#1e293b;color:#cbd5e1;font-size:10px;max-height:200px;overflow:auto}.runtime-info__active{margin:10px 0 0;font-size:12px;color:var(--brown-700)}.runtime-info__badge--on,.runtime-info__badge--off{font-size:11px;padding:1px 6px;border-radius:999px}.runtime-info__badge--on{background:#dcfce7;color:#166534}.runtime-info__badge--off{background:var(--brown-100);color:var(--brown-500)}.runtime-info__link-btn{margin-top:6px;padding:0;border:none;background:none;color:var(--brown-600);text-decoration:underline;cursor:pointer;font-size:12px}.device-panel__actions{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.device-panel__actions button{font-size:12px!important;padding:6px 10px!important}.device-panel__error{color:#b45309}.device-panel__video{display:none;width:100%;max-height:160px;margin-top:8px;border-radius:8px;background:#000;object-fit:cover}.device-panel__video--on{display:block}@keyframes state-step-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.app-shell.void-echo{display:flex;flex-direction:column;flex:1;min-height:100vh;min-height:100dvh;width:100%;background:radial-gradient(circle at 50% 22%,rgba(100,50,255,.14) 0%,transparent 55%),linear-gradient(180deg,#0f0a1f,#0a0618 45%,#12081f);background-attachment:fixed}.app-shell.void-echo>*{flex:1;min-height:0;display:flex;flex-direction:column;width:100%}.app-shell.void-echo .app-content{flex:1;min-height:0;width:100%;max-width:none}.app-shell.void-echo:before{background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,255,255,.018) 2px,rgba(255,255,255,.018) 4px),linear-gradient(180deg,rgba(0,229,255,.06) 0%,transparent 35%);opacity:1}.app-shell.void-echo .app-content{color:#e2e8f0f2}.app-shell.void-echo .card{background:#0f0a28b8;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,229,255,.22);box-shadow:0 8px 40px #00000073;color:#e2e8f0f2}.app-shell.void-echo .card h1,.app-shell.void-echo .card h2,.app-shell.void-echo .card h3{color:#f8fafc}.app-shell.void-echo .card p{color:#cbd5e1eb}.app-shell.void-echo label{color:#e2e8f0f2}.app-shell.void-echo input[type=text],.app-shell.void-echo input[type=email],.app-shell.void-echo input[type=number]{background:#0a0618d9;border:1px solid rgba(0,229,255,.28);color:#f1f5f9}.app-shell.void-echo input:focus{border-color:#00e5ff;box-shadow:0 0 0 3px #00e5ff33}.app-shell.void-echo button,.app-shell.void-echo .btn{background:linear-gradient(135deg,#22d3ee,#a855f7 55%,#7c3aed);color:#0a0618;font-weight:700;letter-spacing:.02em}.app-shell.void-echo button:hover:not(:disabled),.app-shell.void-echo .btn:hover:not(:disabled){filter:brightness(1.08);background:linear-gradient(135deg,#22d3ee,#a855f7 55%,#7c3aed)}.app-shell.void-echo button.secondary,.app-shell.void-echo .btn-secondary{background:#0f0a28d9;color:#e2e8f0;border:1px solid rgba(0,229,255,.35)}.app-shell.void-echo button.secondary:hover:not(:disabled){background:#1e1937f2}.app-shell.void-echo .list-item{border-bottom-color:#00e5ff26}.app-shell.void-echo .list-item:hover{background:#00e5ff0f}.app-shell.void-echo .list-item .avatar{background:linear-gradient(145deg,#22d3ee59,#a855f773);color:#0a0618}.app-shell.void-echo .list-item .meta{color:#94a3b8f2}.app-shell.void-echo .error-message{color:#fca5a5;background:#7f1d1d40;border:1px solid rgba(248,113,113,.35)}.app-shell.void-echo .app-header{background:linear-gradient(180deg,#0f0a1ffa,#0a0618eb);border-bottom:1px solid rgba(0,229,255,.2);color:#e2e8f0}.app-shell.void-echo .app-header .back:hover{background:#00e5ff1f}.app-shell.void-echo .state-renderer{background:transparent;color:#e2e8f0f2}.app-shell.void-echo .state-renderer header{background:linear-gradient(180deg,#0f0a1ffa,#0a0618eb)!important;color:#e2e8f0!important;border-bottom:1px solid rgba(0,229,255,.2)!important}.app-shell.void-echo .state-renderer__main{color:#e2e8f0f2}.app-shell.void-echo .state-renderer p{color:#cbd5e1eb}.btn-void-primary{width:100%;padding:18px 22px;font-size:17px;border-radius:20px;box-shadow:0 12px 36px #22d3ee40}.btn-void-secondary{width:100%;padding:16px 22px;font-size:16px;border-radius:20px;background:#0f0a28bf!important;color:#e2e8f0!important;border:1px solid rgba(0,229,255,.4)!important;font-weight:600;letter-spacing:.06em}.btn-void-secondary:hover:not(:disabled){filter:brightness(1.06);border-color:#00e5ffa6!important}.home-void{position:relative;flex:1;width:100%;min-height:0;display:flex;flex-direction:column;color:#f8fafc}.home-void__space-bg{position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 120% 80% at 50% -10%,rgba(120,60,255,.18),transparent 50%),radial-gradient(circle at 80% 90%,rgba(0,229,255,.06),transparent 45%),#0a0618}.home-void__stars{position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.22;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E")}.home-void__inner{position:relative;z-index:1;width:100%;max-width:100%;margin:0 auto;padding:12px 16px max(16px,env(safe-area-inset-bottom));display:flex;flex-direction:column;flex:1;min-height:0;box-sizing:border-box}.home-void__main{display:flex;flex-direction:column;flex:1;min-height:0;width:100%}.home-void__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-top:max(12px,env(safe-area-inset-top));margin-bottom:12px}.home-void__brand{display:flex;align-items:center;gap:12px}.home-void__logo{width:40px;height:40px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:14px;letter-spacing:-.05em;background:linear-gradient(145deg,#22d3ee,#7c3aed);color:#0a0618;box-shadow:0 0 24px #22d3ee59}.home-void__app-title{margin:0;font-size:1.35rem;font-weight:800;letter-spacing:.14em;text-shadow:0 0 18px rgba(0,229,255,.75),0 0 36px rgba(0,229,255,.35)}.home-void__tagline{margin:4px 0 0;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#94a3b8f2}.home-void__badge{font-size:11px;font-weight:600;letter-spacing:.08em;padding:8px 12px;border-radius:999px;background:#0f0a28b3;border:1px solid rgba(0,229,255,.28);color:#67e8f9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.home-void__hero{position:relative;border-radius:24px;overflow:hidden;flex:1 1 0;min-height:180px;width:100%;border:1px solid rgba(0,229,255,.18);box-shadow:0 20px 50px #00000080}.home-void__bottom{flex:0 0 auto;width:100%;margin-top:auto;padding-top:16px}.home-void__hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.home-void__hero-grad{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(10,6,24,.45) 45%,rgba(10,6,24,.92) 100%)}.home-void__scan-line{position:absolute;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#00e5ff,transparent);box-shadow:0 0 16px #00e5ff;animation:void-scan 3.6s linear infinite}@keyframes void-scan{0%{top:-4%;opacity:.9}to{top:104%;opacity:.9}}.home-void__hero-copy{position:absolute;left:20px;right:20px;bottom:22px}.home-void__kicker{margin:0 0 6px;font-size:11px;font-weight:600;letter-spacing:.28em;color:#67e8f9}.home-void__headline{margin:0;font-size:clamp(1.6rem,5vw,2rem);font-weight:800;line-height:1.15;text-shadow:0 2px 24px rgba(0,0,0,.55)}.home-void__lede{margin:10px 0 0;font-size:15px;line-height:1.45;color:#cbd5e1f2}.home-void__card{margin-top:20px}.home-void__card-title{margin:0 0 10px;font-size:1.15rem}.home-void__card-text{margin:0 0 14px;font-size:14px;line-height:1.5}.home-void__code{font-size:13px;padding:2px 6px;border-radius:6px;background:#00e5ff1f;border:1px solid rgba(0,229,255,.25)}.home-void__label{display:block;margin-bottom:14px}.home-void__label input,.home-void__btn-full{margin-top:8px}.home-void__primary-actions{display:flex;flex-direction:column;gap:12px;margin-top:22px}.home-void__my-games{margin-top:20px;text-align:left}.home-void__my-games-title{margin:0 0 6px;font-size:.75rem;letter-spacing:.14em;font-weight:600;color:#00e5ffd9}.home-void__my-games-hint{margin:0 0 12px;font-size:.8rem;line-height:1.45;color:#dce1ffad}.home-void__my-games-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.home-void__my-game-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:14px;background:#0f0a288c;border:1px solid rgba(0,229,255,.16);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.home-void__my-game-meta{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.home-void__my-game-name{font-weight:600;font-size:.95rem;color:#f5f8fff2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-void__my-game-id{font-family:ui-monospace,monospace;font-size:.7rem;color:#b4bedca6}.home-void__my-game-state{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:#00e5ffa6}.home-void__my-game-btn.btn-void-secondary{width:auto}.home-void__my-game-btn{flex-shrink:0;padding:8px 14px;font-size:.75rem}.home-void__my-game-btn--danger{border-color:#f871718c!important;color:#fecaca!important}.home-void__my-game-btn--danger:hover:not(:disabled){border-color:#f87171cc!important;background:#7f1d1d4d!important}@media(max-width:420px){.home-void__my-game-row{flex-wrap:wrap;gap:10px}.home-void__my-game-meta{flex:1 1 100%}.home-void__my-game-btn.btn-void-secondary{width:100%}}.home-void__tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}.home-void__tile{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:12px 8px 10px;min-height:120px;border-radius:18px;cursor:pointer;color:inherit;font:inherit;background:#0f0a28a6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(0,229,255,.22);transition:border-color .2s,transform .15s;overflow:hidden}.home-void__tile:hover{border-color:#00e5ff80;transform:translateY(-1px)}.home-void__tile--static{cursor:default}.home-void__tile--static:hover{transform:none;border-color:#00e5ff38}.home-void__tile-icon{font-size:20px;color:#67e8f9;line-height:1}.home-void__tile-label{font-size:11px;font-weight:600;letter-spacing:.06em;color:#e2e8f0f2}.home-void__tile-pilot{font-size:11px;color:#94a3b8fa;word-break:break-all;max-width:100%}.home-void__tile-thumb-wrap{position:absolute;inset:auto 0 0;height:44px;opacity:.45;pointer-events:none;overflow:hidden;border-radius:0 0 16px 16px}.home-void__tile-thumb{width:100%;height:100%;object-fit:cover;filter:saturate(1.1)}.home-void__footer{padding-top:20px}.home-void__progress-row{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.14em;color:#94a3b8f2;margin-bottom:8px}.home-void__progress-bar{height:6px;border-radius:999px;background:#0f172ad9;overflow:hidden;border:1px solid rgba(0,229,255,.15)}.home-void__progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#22d3ee,#a855f7);box-shadow:0 0 18px #22d3ee73}.home-void__footer-note{margin:14px 0 0;text-align:center;font-size:11px;letter-spacing:.12em;color:#64748bf2}@media(min-width:768px){.home-void__inner{padding:20px clamp(20px,4vw,48px) max(24px,env(safe-area-inset-bottom))}.home-void__primary-actions{flex-direction:row}.home-void__primary-actions .btn-void-primary,.home-void__primary-actions .btn-void-secondary{flex:1}}@media(min-width:900px){.home-void{justify-content:flex-start;align-items:stretch}.home-void__inner{flex:1;max-width:none;width:100%;padding:clamp(20px,2vw,36px) clamp(28px,5vw,72px) max(28px,env(safe-area-inset-bottom))}.home-void__top{margin-bottom:clamp(16px,2vw,28px);flex-shrink:0}.home-void__main{flex-direction:row;align-items:stretch;gap:clamp(24px,4vw,56px);flex:1;min-height:min(680px,calc(100dvh - 140px))}.home-void__hero{flex:1.25 1 0;min-height:360px;max-height:none;align-self:stretch}.home-void__hero-copy{left:clamp(20px,2.5vw,36px);right:clamp(20px,2.5vw,36px);bottom:clamp(22px,3vw,40px)}.home-void__headline{font-size:clamp(2rem,3.5vw,3.25rem)}.home-void__lede{font-size:clamp(15px,1.15vw,18px);max-width:42ch}.home-void__bottom{flex:1 1 0;margin-top:0;padding-top:0;min-width:min(360px,34vw);max-width:none;display:flex;flex-direction:column;justify-content:center;align-self:stretch}.home-void__card,.home-void__primary-actions{margin-top:0}.home-void__tiles{margin-top:clamp(18px,2vw,28px);gap:14px}.home-void__tile{min-height:132px;padding:14px 12px 12px}.home-void__footer{padding-top:clamp(20px,2.5vw,32px)}}@media(max-width:380px){.home-void__inner{padding-left:12px;padding-right:12px}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.auth-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#060412b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-dialog{width:100%;max-width:420px;padding:28px 24px 26px;border-radius:20px;background:linear-gradient(165deg,#120c30f5,#08061cfa);border:1px solid rgba(0,229,255,.22);box-shadow:0 24px 60px #00000073}.auth-dialog__title{margin:0 0 8px;font-size:1.5rem;font-weight:800;letter-spacing:.06em;color:#f5f8fffa;text-align:center}.auth-dialog__lead{margin:0 0 22px;font-size:.92rem;line-height:1.5;color:#c7d2fed1;text-align:center}.auth-dialog__warn{margin:0;font-size:.85rem;line-height:1.55;color:#fbbf24eb}.auth-dialog__code{font-size:.78rem;padding:2px 6px;border-radius:6px;background:#00e5ff1a;border:1px solid rgba(0,229,255,.2)}.auth-dialog__actions{display:flex;flex-direction:column;gap:14px;align-items:stretch}.auth-dialog__row{display:flex;justify-content:center}.auth-dialog__google-slot .gsi-material-button,.auth-dialog__google-slot iframe{border-radius:999px!important}.auth-dialog__error{margin:14px 0 0;font-size:.85rem;color:#fca5a5;text-align:center}.btn-yandex{width:100%;max-width:320px;padding:12px 20px;border-radius:999px;border:1px solid rgba(252,213,53,.45);background:linear-gradient(180deg,#fc3f1e,#d92d10);color:#fff;font-weight:700;font-size:.95rem}.btn-yandex:hover:not(:disabled){filter:brightness(1.06)}.btn-void-ghost{padding:6px 12px;font-size:.75rem;border-radius:999px;border:1px solid rgba(0,229,255,.28);background:transparent;color:#bae6fdf2}.btn-void-ghost:hover:not(:disabled){background:#00e5ff1a}.home-void__top-right{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px}.home-void__user-chip{display:flex;align-items:center;gap:10px;min-width:0;max-width:min(220px,52vw)}.home-void__user-avatar{border-radius:50%;object-fit:cover;flex-shrink:0;border:1px solid rgba(0,229,255,.35)}.home-void__user-avatar--placeholder{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#00e5ff26;font-weight:700;font-size:.95rem;color:#67e8f9}.home-void__user-text{display:flex;flex-direction:column;gap:2px;min-width:0}.home-void__user-name{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif;font-size:.82rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#f5f8fff2}.home-void__user-provider{font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;color:#b4bedca6}.home-void__my-games-head{display:flex;flex-direction:column;gap:12px;margin-bottom:10px}@media(min-width:520px){.home-void__my-games-head{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:16px}}.home-void__my-games-search input{width:100%;max-width:min(280px,100%);padding:10px 12px;border-radius:10px;border:1px solid rgba(0,229,255,.28);background:#0a0618a6;color:#e2e8f0;font-size:.88rem}.home-void__my-games-search input::placeholder{color:#94a3b8bf}.home-void__my-games-scroll{max-height:min(42vh,380px);overflow-y:auto;padding-right:6px;margin-right:-4px;scrollbar-width:thin;scrollbar-color:rgba(0,229,255,.35) transparent}.home-void__my-games-empty{list-style:none;margin:0;padding:18px 12px;text-align:center;color:#b4bedcb8;font-size:.88rem;border-radius:14px;border:1px dashed rgba(0,229,255,.18)}.home-void__tile-pilot--with-avatar{display:flex;align-items:center;gap:8px;justify-content:center;flex-wrap:wrap}.home-void__tile-pilot-img{width:28px;height:28px;border-radius:50%;object-fit:cover;border:1px solid rgba(0,229,255,.3)}.home-void__tile-pilot-name{font-size:.78rem;max-width:12ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-header__user{display:flex;align-items:center;gap:8px;max-width:46vw}.app-header__avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.app-header__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-preview-overlay{position:fixed;inset:0;z-index:10000;display:flex;flex-direction:column;padding:0;margin:0;min-height:100dvh;height:100dvh}.file-preview-backdrop{position:absolute;inset:0;border:none;padding:0;margin:0;cursor:pointer;background:#0a0812d1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.file-preview-panel{position:relative;z-index:1;flex:1;width:100%;display:flex;flex-direction:column;min-height:0;margin:0;max-height:100dvh;background:linear-gradient(180deg,var(--brown-950) 0%,#0a0618 100%);color:#fff;box-shadow:0 -8px 40px #00000073}.file-preview-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.1)}.file-preview-title{margin:0;font-size:1.05rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-preview-close.btn{flex-shrink:0;padding:8px 16px;font-size:14px}.file-preview-body{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:8px 12px 16px;overflow:auto}.file-preview-body .video-js{border-radius:var(--radius-sm)}.file-preview-image{display:block;max-width:100%;max-height:calc(100dvh - 100px);width:auto;height:auto;object-fit:contain;border-radius:var(--radius-sm);margin:0 auto}.file-preview-audio{width:100%;max-width:560px}.file-preview-iframe{width:100%;flex:1;min-height:min(85dvh,900px);border:0;border-radius:var(--radius-sm);background:#111}.file-preview-body:has(.file-preview-iframe){display:flex;flex-direction:column;align-items:stretch}.file-preview-unknown{margin:0;padding:24px;text-align:center;color:#ffffffbf;font-size:15px}.voting-plugin,.voting-plugin.cinema-panel,.voting-plugin.card{width:100%;max-width:min(520px,100%);margin:0 auto;padding:22px 18px 24px;border-radius:16px;background:#2c261f!important;border:1px solid rgba(243,235,225,.16)!important;color:#f3ebe1!important;box-shadow:none!important}.voting-plugin__title{margin:0 0 16px;font-size:1.35rem;font-weight:700;letter-spacing:-.01em;color:#f3ebe1!important}.voting-plugin__form{display:flex;flex-direction:column;gap:20px}.voting-plugin__options{display:flex;flex-direction:column;gap:12px}.voting-plugin__option{display:flex;align-items:flex-start;gap:0;margin:0;padding:0;cursor:pointer;border-radius:14px!important;border:1px solid rgba(243,235,225,.22)!important;background:#363028!important;box-shadow:none!important;color:#f3ebe1!important;transition:border-color .2s,background .2s;overflow:hidden}.voting-plugin__option:hover{border-color:#e0a0458c!important;background:#e0a0451f!important}.voting-plugin__option--selected{border-color:#e0a045bf!important;background:#e0a04533!important;box-shadow:none!important}.voting-plugin__radio{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.voting-plugin__option-body{display:flex;flex-direction:column;gap:6px;padding:14px 16px 16px;width:100%;min-width:0;color:#f3ebe1!important}.voting-plugin__option-title{font-weight:700;font-size:1.02rem;line-height:1.35;color:#f3ebe1!important}.voting-plugin__option-desc{font-size:.88rem;line-height:1.45;color:#cbbba8!important;white-space:pre-wrap;word-break:break-word}.voting-plugin__submit{margin-top:4px}.voting-plugin__silent-msg{margin:0;color:#cbbba8!important}.voting-plugin__winner-line{margin:0 0 8px;font-size:.95rem;color:#cbbba8!important}.voting-plugin__winner-name{color:#f0b85a!important;font-size:1.05rem}.voting-plugin__meta{margin:0 0 16px;font-size:.85rem;color:#cbbba8!important}.voting-plugin__result-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.voting-plugin__result-row{padding:12px 14px;border-radius:12px;background:#363028!important;border:1px solid rgba(243,235,225,.14)!important}.voting-plugin__result-row--winner{border-color:#e0a045a6!important;background:#e0a04529!important}.voting-plugin__result-row-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.voting-plugin__result-label{font-weight:600;color:#f3ebe1!important}.voting-plugin__result-count{font-weight:700;font-variant-numeric:tabular-nums;color:#f0b85a!important}.voting-plugin__result-desc{margin:8px 0 0;font-size:.82rem;line-height:1.4;color:#cbbba8!important}.voting-plugin__bar{margin-top:10px;height:6px;border-radius:999px;background:#f3ebe11f!important;overflow:hidden}.voting-plugin__bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#e0a045,#f0b85a)!important;transition:width .35s ease}@keyframes speech-loading-slide{0%{transform:translate(-120%)}to{transform:translate(320%)}}.voting-plugin__next{margin-top:20px;width:100%}.flow-join{padding:1rem 1.25rem;max-width:28rem}.flow-join__title{margin:0 0 .5rem;font-size:1.15rem}.flow-join__stats{margin:0 0 .75rem;font-size:.9rem;opacity:.85}.flow-join__list{list-style:none;margin:0 0 1rem;padding:0}.flow-join__row{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;padding:.35rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.flow-join__name{font-weight:600}.flow-join__badge{font-size:.75rem;padding:.12rem .45rem;border-radius:999px;background:#6366f11f;color:#4338ca}.flow-join__you{font-size:.85rem;opacity:.75}.flow-join__ready{margin-left:auto;font-size:.9rem}.flow-join__join-block{display:flex;flex-direction:column;gap:.75rem}.flow-join__roles{display:flex;flex-direction:column;gap:.35rem}.flow-join__role{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.92rem}.flow-join__role--disabled{opacity:.45;cursor:not-allowed}.flow-join__btn{padding:.45rem .9rem;border-radius:8px;border:1px solid rgba(0,0,0,.12);background:#fff;cursor:pointer}.flow-join__btn--primary{border-color:#6366f1;background:#6366f1;color:#fff}.device-check{max-width:min(520px,100%);margin:0 auto}.device-check__title{margin:0 0 8px;font-size:1.35rem}.device-check__desc,.device-check__hint{margin:0 0 12px;font-size:.95rem;opacity:.85}.device-check__list{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-direction:column;gap:12px}.device-check__item{padding:12px 14px;border-radius:10px;border:1px solid rgba(0,0,0,.1);background:#fff9}.app-shell.void-echo .device-check__item{background:#0f0a288c;border-color:#00e5ff33}.device-check__item--passed{border-color:#22c55e73}.device-check__item--failed{border-color:#ef444480}.device-check__item-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.device-check__item-label{font-weight:700}.device-check__badge{font-size:.7rem;padding:2px 8px;border-radius:999px;background:#00000014}.device-check__badge--req{background:#6366f133}.device-check__item-detail{margin:8px 0 0;font-size:.88rem;opacity:.9}.device-check__item-actions{display:flex;gap:8px;align-items:center;margin-top:10px;flex-wrap:wrap}.device-check__ok{color:#22c55e;font-weight:800;font-size:1.2rem}.device-check__error{color:#f87171;font-size:.9rem}.device-check__camera{display:none;width:100%;max-height:200px;object-fit:cover;border-radius:10px;margin-bottom:12px}.device-check__camera--on{display:block}.device-check__submit{margin-top:8px}.flow-join__btn+.flow-join__btn{margin-left:.5rem}:root{--cinema-bg: #0b0a09;--cinema-bg-elev: #141210;--cinema-bg-soft: #1c1916;--cinema-surface: #2c261f;--cinema-surface-elev: #363028;--cinema-ink: #f3ebe1;--cinema-muted: #a89a8c;--cinema-faint: #6e645a;--cinema-line: rgba(243, 235, 225, .1);--cinema-accent: #e0a045;--cinema-accent-hot: #f0b85a;--cinema-accent-dim: rgba(224, 160, 69, .16);--cinema-danger: #e07060;--cinema-radius: 14px;--cinema-header-h: 64px;--cinema-tabs-h: 60px;--cinema-font: "Figtree", system-ui, sans-serif;--cinema-display: "Syne", "Figtree", sans-serif}.cinema-app{flex:1;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:radial-gradient(1200px 600px at 10% -10%,rgba(224,160,69,.12),transparent 55%),radial-gradient(900px 500px at 90% 0%,rgba(80,120,140,.1),transparent 50%),var(--cinema-bg);color:var(--cinema-ink);font-family:var(--cinema-font);padding-bottom:calc(var(--cinema-tabs-h) + env(safe-area-inset-bottom,0px))}.cinema-app__main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:12px 16px 32px;position:relative;z-index:1}.cinema-header{position:sticky;top:0;z-index:40;display:flex;justify-content:space-between;gap:12px;align-items:center;min-height:var(--cinema-header-h);padding:10px 16px;padding-top:calc(10px + env(safe-area-inset-top,0px));background:#0b0a09e0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--cinema-line)}.cinema-header__brand{display:flex;align-items:center;gap:10px;min-width:0}.cinema-header__mark{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;font-family:var(--cinema-display);font-weight:800;font-size:.85rem;letter-spacing:.04em;color:#1a1208;background:linear-gradient(145deg,var(--cinema-accent-hot),var(--cinema-accent))}.cinema-header__brand-text{display:flex;flex-direction:column;line-height:1.15}.cinema-header__name{font-family:var(--cinema-display);font-weight:700;font-size:1rem;letter-spacing:.02em}.cinema-header__online{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--cinema-faint)}.cinema-header__online.is-on{color:#7dba7a}.cinema-header__user{display:flex;align-items:center;gap:8px}.cinema-header__avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;background:var(--cinema-bg-soft)}.cinema-header__avatar--ph{display:grid;place-items:center;font-weight:700;color:var(--cinema-accent)}.cinema-header__uname{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;color:var(--cinema-muted)}.cinema-tabs{position:fixed;left:0;right:0;bottom:0;z-index:50;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;min-height:var(--cinema-tabs-h);padding:8px 10px calc(8px + env(safe-area-inset-bottom,0px));background:#0b0a09f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--cinema-line)}.cinema-tabs__btn{border:0;background:transparent;color:var(--cinema-faint);font:inherit;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:10px 6px;border-radius:12px;cursor:pointer}.cinema-tabs__btn.is-active{color:var(--cinema-ink);background:var(--cinema-accent-dim)}.cinema-btn{appearance:none;border:1px solid transparent;border-radius:999px;font:inherit;font-weight:700;letter-spacing:.02em;padding:12px 20px;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .15s ease}.cinema-btn:active{transform:scale(.98)}.cinema-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.cinema-btn--primary{background:linear-gradient(135deg,var(--cinema-accent-hot),var(--cinema-accent));color:#1a1208}.cinema-btn--ghost{background:transparent;border-color:var(--cinema-line);color:var(--cinema-ink)}.cinema-btn--ghost:hover{border-color:#e0a04573;background:var(--cinema-accent-dim)}.cinema-btn--danger{background:#e070602e;border:1px solid rgba(224,112,96,.55);color:#f0a898}.cinema-btn--danger:hover{background:#e0706052;border-color:#e07060cc;color:#ffc8bc}.cinema-btn--compact{padding:8px 14px;font-size:.85rem}.cinema-live__actions{display:flex;flex-wrap:wrap;gap:8px;flex:0 0 auto}.cinema-confirm{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:20px}.cinema-confirm__backdrop{position:absolute;inset:0;border:0;padding:0;margin:0;background:#000000b8;cursor:pointer}.cinema-confirm__panel{position:relative;z-index:1;width:min(420px,100%);padding:22px 20px;border-radius:16px;background:#141210;border:1px solid rgba(243,235,225,.16);color:var(--cinema-ink, #f3ebe1)}.cinema-confirm__title{margin:0 0 10px;font-family:var(--cinema-display, inherit);font-size:1.25rem}.cinema-confirm__msg{margin:0 0 18px;color:var(--cinema-muted, #cbbba8);line-height:1.45;font-size:.95rem}.cinema-confirm__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.cinema-link{border:0;background:none;color:var(--cinema-accent);font:inherit;font-weight:600;cursor:pointer;padding:0}.cinema-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 16px;padding:10px 14px;border-radius:12px;background:var(--cinema-bg-elev);border:1px solid var(--cinema-line)}.cinema-banner--error{border-color:#e0706073;color:#f0c4bc}.cinema-empty,.cinema-empty-block{color:var(--cinema-muted);text-align:center;padding:28px 12px}.cinema-empty-block{display:flex;flex-direction:column;align-items:center;gap:14px;background:var(--cinema-surface);border:1px solid rgba(243,235,225,.12);border-radius:var(--cinema-radius);padding:28px 18px}.cinema-home__lede{margin:4px 0 16px;color:var(--cinema-muted);font-size:.95rem}.cinema-hero{position:relative;border-radius:calc(var(--cinema-radius) + 4px);overflow:hidden;min-height:clamp(220px,48vw,380px);margin-bottom:28px;background:var(--cinema-surface);border:1px solid rgba(243,235,225,.14);isolation:isolate;box-shadow:0 8px 28px #00000059}.cinema-hero__media{position:absolute;inset:0;animation:cinema-hero-in .55s ease}@keyframes cinema-hero-in{0%{opacity:0;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}.cinema-hero__img{width:100%;height:100%;object-fit:cover;display:block}.cinema-hero__veil{position:absolute;inset:0;background:linear-gradient(90deg,#0b0a09eb,#0b0a098c 45%,#0b0a0933),linear-gradient(0deg,rgba(11,10,9,.85) 0%,transparent 45%)}.cinema-hero__copy{position:relative;z-index:1;max-width:560px;padding:clamp(20px,4vw,40px);display:flex;flex-direction:column;gap:10px;min-height:inherit;justify-content:flex-end}.cinema-hero__kicker{margin:0;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--cinema-accent);font-weight:700}.cinema-hero__title{margin:0;font-family:var(--cinema-display);font-weight:800;font-size:clamp(2.1rem,5.5vw,3.4rem);line-height:1.05;letter-spacing:-.02em}.cinema-hero__tagline{margin:0;color:var(--cinema-muted);font-size:clamp(1.05rem,1.8vw,1.2rem);line-height:1.45;max-width:42ch;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.cinema-hero__stats{display:flex;flex-wrap:wrap;gap:10px 16px;font-size:.85rem;color:var(--cinema-ink);opacity:.9}.cinema-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}.cinema-hero__dots{position:absolute;z-index:2;left:50%;bottom:12px;transform:translate(-50%);display:flex;gap:6px}.cinema-hero__dot{width:7px;height:7px;border-radius:50%;border:0;padding:0;background:#f3ebe159;cursor:pointer}.cinema-hero__dot.is-active{background:var(--cinema-accent);width:18px;border-radius:999px}.cinema-hero__nav{position:absolute;top:10px;z-index:2;margin-top:0!important;transform:none;display:none}.cinema-hero__nav--prev{left:10px}.cinema-hero__nav--next{right:10px}@media(hover:hover)and (min-width:768px){.cinema-hero__nav{display:inline-flex}}@media(max-width:720px),(pointer:coarse){.cinema-hero{height:196px;min-height:196px;max-height:196px;margin-bottom:16px}.cinema-hero__copy{min-height:0;height:100%;padding:12px 14px 28px;gap:6px;justify-content:flex-end;max-width:100%}.cinema-hero__kicker{font-size:.65rem;letter-spacing:.1em}.cinema-hero__title{font-size:1.45rem;line-height:1.15;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cinema-hero__tagline,.cinema-hero__stats{display:none}.cinema-hero__actions{margin-top:2px;gap:8px}.cinema-hero__actions .cinema-btn{padding:7px 12px;font-size:.78rem}.cinema-hero__dots{bottom:6px}.cinema-hero__nav{display:inline-flex;top:8px;width:36px;height:36px}.cinema-hero__nav--prev{left:8px}.cinema-hero__nav--next{right:8px}}.cinema-nav-btn{box-sizing:border-box;width:44px;height:44px;padding:0;margin:0;border-radius:50%;border:1px solid rgba(243,235,225,.22);background:#0b0a09b8;color:var(--cinema-ink);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:0;flex-shrink:0;transform:none;transition:background .15s ease,border-color .15s ease,opacity .15s ease,filter .15s ease}.cinema-nav-btn:hover:not(:disabled){background:#e0a04538!important;border-color:#e0a0458c;color:var(--cinema-accent-hot);transform:none}.cinema-nav-btn:active:not(:disabled){transform:none!important;filter:brightness(1.12)}.cinema-nav-btn:disabled{opacity:.28;cursor:default}.cinema-chevron{display:block;flex-shrink:0}.cinema-shelf{margin-bottom:36px;--cinema-shelf-gap: 16px}.cinema-shelf__head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:16px}.cinema-shelf__head-right{display:flex;align-items:center;gap:14px;flex-shrink:0}.cinema-shelf__arrows{display:none;gap:8px}@media(hover:hover)and (min-width:768px){.cinema-shelf__arrows{display:inline-flex}}.cinema-shelf__title{margin:0;font-family:var(--cinema-display);font-size:clamp(1.45rem,2.4vw,1.85rem);font-weight:700;letter-spacing:-.01em}.cinema-shelf__subtitle{margin:6px 0 0;color:var(--cinema-muted);font-size:clamp(.95rem,1.4vw,1.05rem)}.cinema-page-head,.cinema-archive__intro{margin:0 0 16px}.cinema-page-head .cinema-shelf__title,.cinema-archive__intro .cinema-shelf__title{margin:0}.cinema-page-head .cinema-shelf__subtitle,.cinema-archive__intro .cinema-shelf__subtitle{margin:6px 0 0}.cinema-shelf__rail-wrap{position:relative}.cinema-shelf__rail{display:flex;gap:var(--cinema-shelf-gap);overflow-x:auto;padding-bottom:10px;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(224,160,69,.45) rgba(243,235,225,.06)}.cinema-shelf__rail::-webkit-scrollbar{height:6px}.cinema-shelf__rail::-webkit-scrollbar-track{background:#f3ebe10f;border-radius:999px}.cinema-shelf__rail::-webkit-scrollbar-thumb{background:#e0a04573;border-radius:999px}.cinema-shelf__rail::-webkit-scrollbar-thumb:hover{background:#e0a045b3}.cinema-shelf__item{flex:0 0 auto;scroll-snap-align:start;width:calc((100% - var(--cinema-shelf-gap)) / 2.35);max-width:220px}.cinema-shelf__item--sm{width:calc((100% - var(--cinema-shelf-gap)) / 2.8);max-width:180px}.cinema-shelf__item--lg{width:calc((100% - var(--cinema-shelf-gap)) / 2.1);max-width:240px}@media(min-width:700px){.cinema-shelf__item{width:calc((100% - 4 * var(--cinema-shelf-gap)) / 5);max-width:none}.cinema-shelf__item--sm{width:calc((100% - 5 * var(--cinema-shelf-gap)) / 6)}}@media(min-width:1100px){.cinema-shelf__item{width:calc((100% - 5 * var(--cinema-shelf-gap)) / 6)}.cinema-shelf__item--sm{width:calc((100% - 6 * var(--cinema-shelf-gap)) / 7)}}.cinema-poster{appearance:none;border:0;padding:6px;background:#2c261f8c;color:inherit;text-align:left;cursor:pointer;width:100%;display:flex;flex-direction:column;gap:8px;border-radius:14px;border:1px solid rgba(243,235,225,.1);box-shadow:none;box-sizing:border-box;transition:border-color .2s ease,background .2s ease}.cinema-poster:hover,.cinema-poster:active{border-color:#e0a04552;background:#2c261fbf}.cinema-poster--sm,.cinema-poster--md,.cinema-poster--lg{width:100%}.cinema-poster__frame{position:relative;display:block;aspect-ratio:2 / 3;border-radius:10px;overflow:hidden;background:#363028cc;border:1px solid rgba(243,235,225,.08);transition:transform .2s ease;flex:0 0 auto}.cinema-poster:active .cinema-poster__frame,.cinema-poster:hover .cinema-poster__frame{transform:scale(1.015)}.cinema-poster__img{width:100%;height:100%;object-fit:cover;display:block}.cinema-poster__badge{position:absolute;top:10px;left:10px;padding:5px 10px;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:var(--cinema-accent);color:#1a1208}.cinema-poster__badge--muted{background:#f3ebe133;color:var(--cinema-ink)}.cinema-poster__badge--live{background:#6fcf6a;color:#0c1a0c}.cinema-detail__banner--live{background:#6fcf6a24;color:#9be896}.cinema-poster__rating-badge{position:absolute;top:10px;right:10px;min-width:2.4em;padding:5px 8px;border-radius:999px;text-align:center;font-size:.85rem;font-weight:800;letter-spacing:.02em;color:#1a1208;background:var(--cinema-accent)}.cinema-poster__caption{display:flex;flex-direction:column;gap:2px;height:2.6em;min-height:2.6em;max-height:2.6em;overflow:hidden}.cinema-poster__genres{font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--cinema-accent);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.cinema-poster__title{font-family:var(--cinema-display);font-size:.82rem;font-weight:700;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cinema-live{margin-bottom:36px}.cinema-live__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.cinema-live__card{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 16px;padding:14px 16px;border-radius:14px;background:var(--cinema-surface);border:1px solid rgba(243,235,225,.16);box-shadow:0 4px 14px #0000004d}.cinema-live__main{display:flex;align-items:flex-start;gap:12px;min-width:0;flex:1 1 180px}.cinema-live__pulse{width:10px;height:10px;margin-top:6px;border-radius:50%;background:#6fcf6a;box-shadow:0 0 #6fcf6a80;animation:cinema-pulse 1.8s infinite;flex-shrink:0}@keyframes cinema-pulse{0%{box-shadow:0 0 #6fcf6a73}70%{box-shadow:0 0 0 10px #6fcf6a00}to{box-shadow:0 0 #6fcf6a00}}.cinema-live__body{min-width:0;flex:1}.cinema-live__title-row{display:flex;align-items:center;gap:8px;min-width:0}.cinema-live__name{margin:0;font-size:.95rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.cinema-live__badge{flex-shrink:0;font-size:.68rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--cinema-accent);background:var(--cinema-accent-dim);border:1px solid rgba(224,160,69,.35);border-radius:6px;padding:2px 7px}.cinema-live__meta{margin:4px 0 0;font-size:.78rem;color:var(--cinema-muted);display:flex;align-items:baseline;gap:6px;min-width:0;white-space:nowrap;overflow:hidden}.cinema-live__state{flex-shrink:0;color:var(--cinema-accent);text-transform:uppercase;letter-spacing:.05em;font-size:.72rem}.cinema-live__sep{flex-shrink:0;opacity:.55}.cinema-live__host{min-width:0;overflow:hidden;text-overflow:ellipsis}.cinema-detail{margin:-12px -16px 0}.cinema-detail__hero{position:relative;height:clamp(180px,32vw,280px);overflow:hidden}.cinema-detail__backdrop{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.cinema-detail__veil{position:absolute;inset:0;background:linear-gradient(0deg,var(--cinema-bg) 0%,transparent 50%),linear-gradient(90deg,rgba(11,10,9,.55),transparent 55%)}.cinema-detail__back{position:absolute;z-index:3;top:calc(14px + env(safe-area-inset-top,0px));left:14px;margin:0}.cinema-detail__body{display:grid;grid-template-columns:120px 1fr;gap:16px 18px;align-items:start;padding:16px 16px 40px;position:relative;z-index:1}.cinema-detail__poster-wrap{width:100%;margin-top:-48px;position:relative;z-index:2}.cinema-detail__poster{width:100%;aspect-ratio:2 / 3;object-fit:cover;border-radius:12px;border:2px solid rgba(243,235,225,.12);display:block;background:var(--cinema-bg-elev)}.cinema-detail__main{display:flex;flex-direction:column;gap:12px;min-width:0;padding-top:4px}.cinema-detail__genres{margin:0;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--cinema-accent);font-weight:700}.cinema-detail__title{margin:0;font-family:var(--cinema-display);font-size:clamp(1.55rem,4vw,2.4rem);line-height:1.1}.cinema-detail__tagline{margin:0;color:var(--cinema-muted);max-width:48ch;line-height:1.45;font-size:.98rem}.cinema-detail__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:8px;margin-top:4px}.cinema-stat{background:var(--cinema-bg-elev);border:1px solid var(--cinema-line);border-radius:12px;padding:12px 8px;text-align:center}.cinema-stat__value{display:block;font-family:var(--cinema-display);font-weight:700;font-size:1.15rem}.cinema-stat__label{display:block;margin-top:4px;font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;color:var(--cinema-faint)}.cinema-detail__banner{margin:4px 0 0;padding:12px 14px;border-radius:12px;background:var(--cinema-accent-dim);color:var(--cinema-accent-hot);font-size:.95rem;font-weight:600;line-height:1.35}.cinema-detail__banner--muted{background:#f3ebe10f;color:var(--cinema-muted)}.cinema-detail__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.cinema-detail__section-title{margin:8px 0 0;font-family:var(--cinema-display);font-size:1.1rem}.cinema-detail__desc{margin:0;color:var(--cinema-muted);line-height:1.55;font-size:.98rem}.cinema-md>:first-child{margin-top:0}.cinema-md>:last-child{margin-bottom:0}.cinema-md h1,.cinema-md h2,.cinema-md h3,.cinema-md h4{margin:1.1em 0 .35em;font-family:var(--cinema-display);color:var(--cinema-fg);line-height:1.25;font-weight:700}.cinema-md h1{font-size:1.2rem;letter-spacing:.04em;text-transform:uppercase}.cinema-md h2{font-size:1.08rem}.cinema-md h3{font-size:1rem;color:var(--cinema-accent-hot)}.cinema-md p{margin:.55em 0}.cinema-md strong{color:var(--cinema-fg);font-weight:700}.cinema-md em{font-style:italic}.cinema-md ul,.cinema-md ol{margin:.55em 0;padding-left:1.25em}.cinema-md li{margin:.2em 0}.cinema-md a{color:var(--cinema-accent)}.cinema-detail__hint{margin:4px 0 0;font-size:.8rem;color:var(--cinema-faint);line-height:1.45}.cinema-detail__hint code{font-size:.78rem;color:var(--cinema-accent)}@media(max-width:520px){.cinema-detail__body{grid-template-columns:1fr}.cinema-detail__poster-wrap{width:min(160px,42vw);margin-top:-56px}}.cinema-search__field{display:block;margin:0 0 16px}.cinema-search__field input,.cinema-my__search input{width:100%;border:1px solid var(--cinema-line);background:var(--cinema-surface);color:var(--cinema-ink);border-radius:999px;padding:12px 16px;font:inherit;font-size:.95rem;outline:none;box-sizing:border-box}.cinema-search__field input::placeholder,.cinema-my__search input::placeholder{color:var(--cinema-faint)}.cinema-search__field input:focus,.cinema-my__search input:focus{border-color:#e0a0458c;box-shadow:0 0 0 3px var(--cinema-accent-dim)}.cinema-search__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:18px 14px;margin-top:14px}.cinema-search__grid .cinema-poster{width:100%}.cinema-archive__intro,.cinema-my{margin-bottom:12px}.cinema-my__search{margin:12px 0 16px;display:block}.cinema-my__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.cinema-my__row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:12px;background:var(--cinema-surface);border:1px solid rgba(243,235,225,.16);box-shadow:0 3px 12px #00000047}.cinema-my__meta{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.cinema-my__name{font-weight:700}.cinema-my__id{font-size:.75rem;color:var(--cinema-faint);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:260px}.cinema-my__state{font-size:.78rem;color:var(--cinema-accent);text-transform:uppercase;letter-spacing:.06em}.cinema-my__actions{display:flex;gap:8px;flex-wrap:wrap}.play-chrome{flex:1;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;max-height:100vh;max-height:100dvh;display:flex;flex-direction:column;background:var(--cinema-bg);color:var(--cinema-ink);font-family:var(--cinema-font);overflow:hidden;position:relative;padding-bottom:env(safe-area-inset-bottom,0px)}.play-chrome__top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;padding-top:calc(10px + env(safe-area-inset-top,0px));border-bottom:1px solid var(--cinema-line);background:#0b0a09eb;z-index:20}.play-chrome__top-left{display:flex;align-items:center;gap:10px;min-width:0}.play-chrome__timer{flex-shrink:0;min-width:3.25rem;padding:6px 10px;border:1px solid rgba(224,160,69,.4);border-radius:8px;background:#e0a0451f;color:var(--cinema-accent-hot);font-variant-numeric:tabular-nums;font-size:.95rem;font-weight:700;letter-spacing:.04em;line-height:1.2;text-align:center;font-family:var(--cinema-mono, ui-monospace, SFMono-Regular, Menlo, monospace)}.play-chrome__timer.is-urgent{border-color:#dc503ca6;background:#dc503c38;color:#ffb4a8}.play-chrome__timer--fab{position:absolute;top:calc(10px + env(safe-area-inset-top,0px));left:calc(52px + env(safe-area-inset-left,0px));z-index:40;pointer-events:none;box-shadow:0 4px 16px #00000073;background:#0b0a09e0}.play-chrome__home{flex-shrink:0;border:1px solid rgba(224,160,69,.45);background:#e0a04529;color:var(--cinema-accent-hot);border-radius:999px;padding:8px 14px;font:inherit;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.play-chrome__home:hover{background:#e0a04547;border-color:#e0a045b3}.play-chrome__kicker{display:block;font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--cinema-accent);font-weight:700}.play-chrome__title{margin:2px 0 0;font-family:var(--cinema-display);font-size:1rem;font-weight:700;max-width:42vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.play-chrome__top-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end}.play-chrome__volume{display:inline-flex;align-items:center;gap:8px;margin:0;padding:4px 10px 4px 8px;border:1px solid var(--cinema-line);border-radius:999px;background:var(--cinema-bg-elev);color:var(--cinema-ink);cursor:default;-webkit-user-select:none;user-select:none}.play-chrome__volume-svg{display:block;flex-shrink:0;opacity:.9}.play-chrome__volume-range{-webkit-appearance:none;appearance:none;width:88px;height:4px;margin:0;padding:0;border:0;border-radius:999px;background:#ffffff2e;outline:none;cursor:pointer}.play-chrome__volume-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;border:1px solid rgba(224,160,69,.7);background:var(--cinema-accent-hot);cursor:pointer}.play-chrome__volume-range::-moz-range-thumb{width:14px;height:14px;border-radius:50%;border:1px solid rgba(224,160,69,.7);background:var(--cinema-accent-hot);cursor:pointer}.play-chrome__volume-range::-moz-range-track{height:4px;border-radius:999px;background:#ffffff2e}.play-chrome__volume-value{min-width:2.4em;font-size:.72rem;font-weight:700;letter-spacing:.02em;color:#f4f6f8c7;text-align:right;font-variant-numeric:tabular-nums}@media(max-width:900px){.play-chrome__volume-range{width:64px}.play-chrome__volume-value{display:none}}.play-chrome__icon-btn{border:1px solid var(--cinema-line);background:var(--cinema-bg-elev);color:var(--cinema-ink);border-radius:999px;padding:7px 12px;font:inherit;font-size:.75rem;font-weight:600;cursor:pointer}.play-chrome__icon-btn.is-on{border-color:#e0a0458c;background:var(--cinema-accent-dim);color:var(--cinema-accent-hot)}.play-chrome__user{display:flex;align-items:center;gap:6px;margin-left:4px}.play-chrome__avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.play-chrome__uname{font-size:.78rem;color:var(--cinema-muted);max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.play-chrome__error{margin:0;padding:8px 14px;color:#f0c4bc;background:#e070601f;font-size:.88rem}.play-chrome__workspace{flex:1 1 auto;position:relative;min-height:0;width:100%;overflow:hidden}.play-chrome--phone{padding-bottom:0;overscroll-behavior:none;background:#0b0a09}.play-chrome--phone .play-chrome__workspace{flex:1 1 auto;height:100%;min-height:0}.play-chrome--phone .play-stage{background:#0b0a09;overscroll-behavior:none}.play-chrome--phone .play-stage__viewport{overflow:hidden}.play-chrome--phone .play-stage .state-renderer__step:has(.voting-plugin),.play-chrome--phone .play-stage .state-renderer__step:has(.lobby),.play-chrome--phone .play-stage .state-renderer__step:has(.flow-join){align-items:center;justify-content:center;padding:8px}.play-chrome--phone .play-stage__viewport:has(.flow-media-stage--fill){overflow:hidden}.play-chrome__exit-fab{position:absolute;top:max(6px,env(safe-area-inset-top,0px));left:max(6px,env(safe-area-inset-left,0px));z-index:40;width:28px;height:28px;padding:0;border:0;border-radius:50%;background:#00000059;color:#f3ebe1b3;font-size:18px;line-height:1;cursor:pointer;opacity:.55}.play-chrome__exit-fab:active{opacity:1;background:#0000008c}.play-chrome__fs-fab{position:absolute;top:max(6px,env(safe-area-inset-top,0px));right:max(6px,env(safe-area-inset-right,0px));z-index:40;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:#0006;color:#f3ebe1d9;font-size:16px;line-height:1;cursor:pointer;opacity:.7}.play-chrome__fs-fab.is-on{opacity:.45;color:#e0a045f2}.play-chrome__fs-fab:active{opacity:1;background:#0009}.play-chrome__immersive-gate{position:absolute;inset:0;z-index:60;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px;border:0;background:#050504eb;color:#f3ebe1;cursor:pointer;text-align:center;font:inherit}.play-chrome__immersive-gate-title{font-family:var(--cinema-display, inherit);font-size:1.35rem;font-weight:700;letter-spacing:.02em}.play-chrome__immersive-gate-hint{max-width:22rem;font-size:.8rem;line-height:1.4;color:#a89a8c}.play-chrome--phone .play-stage .state-renderer>header,.play-chrome--phone .state-renderer__debug-toggle,.play-chrome--phone .runtime-info__toggle,.play-chrome--phone .runtime-info__panel{display:none!important}.play-chrome--phone .media-show-caption{display:none!important}.play-chrome--phone .media-show-plugin>div:first-child:not(.flow-media-stage__frame){display:none!important}.play-stage{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;background:#050504;width:100%;height:100%;min-height:240px;overflow:hidden;isolation:isolate}.play-stage:fullscreen,.play-stage:-webkit-full-screen{position:fixed;inset:0;width:100vw;height:100vh;max-width:none;background:#000}.play-stage__viewport{position:relative;z-index:1;flex:1 1 auto;min-height:0;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.play-stage__viewport>*{flex:1 1 auto;min-height:0;width:100%;height:100%;display:flex;flex-direction:column}.play-stage__afk-overlay{position:absolute;inset:0;z-index:30;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px;text-align:center;background:#080706c7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.play-stage__afk-title{margin:0;font-family:var(--cinema-display);font-size:1.6rem}.play-stage__afk-desc{margin:0 0 8px;color:var(--cinema-muted);max-width:32ch}.play-bag,.play-afk{position:absolute;z-index:40;right:12px;top:12px;bottom:12px;width:min(320px,calc(100% - 24px));background:#141210f5;border:1px solid var(--cinema-line);border-radius:16px;padding:14px;display:flex;flex-direction:column;gap:10px;overflow:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.play-bag__head{display:flex;align-items:center;justify-content:space-between}.play-bag__head h2{margin:0;font-family:var(--cinema-display);font-size:1.1rem}.play-bag__list,.play-afk__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.play-bag__item{display:flex;justify-content:space-between;gap:8px;padding:12px;border-radius:12px;background:var(--cinema-bg);border:1px solid var(--cinema-line)}.play-bag__name{font-weight:600}.play-bag__qty{color:var(--cinema-accent);font-weight:700}.play-bag__hint{margin:auto 0 0;font-size:.75rem;color:var(--cinema-faint)}.play-afk__option{width:100%;text-align:left;border:1px solid var(--cinema-line);background:var(--cinema-bg);color:inherit;border-radius:12px;padding:12px;cursor:pointer;display:flex;flex-direction:column;gap:4px;font:inherit}.play-afk__option.is-active{border-color:#e0a0458c;background:var(--cinema-accent-dim)}.play-afk__label{font-weight:700}.play-afk__desc{font-size:.82rem;color:var(--cinema-muted)}@media(max-width:720px){.cinema-header__uname{display:none}}@media(min-width:900px){.cinema-app{padding-bottom:0}.cinema-tabs{position:relative;left:auto;right:auto;bottom:auto;z-index:auto;grid-template-columns:repeat(4,auto);justify-content:start;gap:8px;padding:8px 16px 0;background:transparent;border:0;max-width:1200px;margin:0 auto;width:100%}.cinema-tabs__btn{padding:10px 16px}.cinema-detail__body{grid-template-columns:180px 1fr;gap:24px 28px;max-width:1200px;margin:0 auto;padding-left:24px;padding-right:24px}.cinema-detail__poster-wrap{margin-top:-72px}}@media(orientation:landscape)and (max-height:500px){.cinema-hero{height:140px;min-height:140px;max-height:140px}.cinema-hero__title{font-size:1.2rem}.cinema-tabs{min-height:48px;padding-top:4px;padding-bottom:calc(4px + env(safe-area-inset-bottom,0px))}.play-chrome__top{padding-top:6px;padding-bottom:6px}.play-chrome__uname{display:none}.play-bag,.play-afk{width:min(280px,42vw)}}.app-shell.cinema-shell{background:var(--cinema-bg);font-family:var(--cinema-font);color:var(--cinema-ink)}.app-shell.cinema-shell:before{display:none}.app-shell.cinema-shell .state-renderer,.app-shell.cinema-shell .play-stage .state-renderer,.app-shell.cinema-shell .state-renderer__main{color:var(--cinema-ink)}.app-shell.cinema-shell .state-renderer button:not(.cinema-nav-btn):not(.plugin-step-nav__btn):not(.play-chrome__icon-btn),.app-shell.cinema-shell .state-renderer .btn{background:linear-gradient(135deg,var(--cinema-accent-hot),var(--cinema-accent));color:#1a1208;border:0;font-weight:700}.app-shell.cinema-shell .state-renderer button:not(.cinema-nav-btn):not(.plugin-step-nav__btn):hover:not(:disabled),.app-shell.cinema-shell .state-renderer .btn:hover:not(:disabled){background:linear-gradient(135deg,#f5c56a,var(--cinema-accent-hot));color:#1a1208}.app-shell.cinema-shell .state-renderer button:disabled,.app-shell.cinema-shell .state-renderer .btn:disabled{opacity:.4;color:#1a1208}.app-shell.cinema-shell .state-renderer input[type=text],.app-shell.cinema-shell .state-renderer input[type=email],.app-shell.cinema-shell .state-renderer input[type=number],.app-shell.cinema-shell .state-renderer input:not([type]){background:var(--cinema-bg-elev);color:var(--cinema-ink);border:1px solid rgba(243,235,225,.28);border-radius:10px;padding:10px 12px}.app-shell.cinema-shell .state-renderer input::placeholder{color:var(--cinema-faint)}.lobby{padding:18px 16px 22px;max-width:520px;margin:0 auto;color:var(--cinema-ink, #f3ebe1);background:var(--cinema-surface);border:1px solid rgba(243,235,225,.12);border-radius:16px;box-sizing:border-box}.lobby__title{margin:0 0 18px;font-family:var(--cinema-display, inherit);font-size:1.45rem;font-weight:700;color:var(--cinema-ink, #f3ebe1)}.lobby__block{margin-bottom:20px}.lobby__label,.lobby__subtitle{display:block;margin:0 0 8px;font-weight:700;font-size:.98rem;color:var(--cinema-ink, #f3ebe1)}.lobby__hint{margin:0 0 12px;font-size:.9rem;line-height:1.45;color:var(--cinema-muted, #cbbba8)}.lobby__name-row{display:flex;gap:8px;align-items:stretch}.lobby__input{flex:1;min-width:0;background:var(--cinema-bg-elev, #1c1916);color:var(--cinema-ink, #f3ebe1);border:1px solid rgba(243,235,225,.28);border-radius:10px;padding:11px 12px;font:inherit}.lobby__input::placeholder{color:var(--cinema-faint, #8a7d70)}.lobby__btn{appearance:none;border:0;border-radius:999px;padding:11px 18px;font:inherit;font-weight:700;cursor:pointer;white-space:nowrap}.lobby__btn--primary{background:linear-gradient(135deg,#f0b85a,#e0a045);color:#1a1208}.lobby__btn--primary:hover:not(:disabled){background:linear-gradient(135deg,#f5c56a,#f0b85a);color:#1a1208}.lobby__btn--primary:disabled{opacity:.38;cursor:not-allowed;color:#1a1208}.lobby__btn--start{min-width:140px;padding:14px 28px;font-size:1.05rem}.lobby__kinds{display:flex;flex-direction:column;gap:8px}.lobby__kind{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:12px;border:1px solid rgba(243,235,225,.18);background:#1c1916e6;color:var(--cinema-ink, #f3ebe1);cursor:pointer;font-size:.98rem}.lobby__kind span{color:inherit}.lobby__kind.is-selected{border-color:#e0a045a6;background:#e0a04529}.lobby__kind.is-disabled{opacity:.45;cursor:not-allowed}.lobby__kind input{accent-color:#e0a045}.lobby__error{margin:10px 0 0;color:#f0a090;font-size:.9rem}.lobby__users{list-style:none;margin:0 0 18px;padding:0;border-top:1px solid rgba(243,235,225,.12)}.lobby__user{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 12px;padding:12px 0;border-bottom:1px solid rgba(243,235,225,.12);color:var(--cinema-ink, #f3ebe1)}.lobby__user-name{font-weight:600}.lobby__you{color:var(--cinema-muted, #cbbba8);font-weight:500}.lobby__role{font-size:.88rem;color:#f0b85a;font-weight:600}.lobby__role--pending{color:#f0b85a}.lobby__footer{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.flow-join__status{margin-left:auto;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--cinema-faint, #8a7d70)}.flow-join__status.is-ready{color:#9be896}.flow-join__strong{color:var(--cinema-accent-hot, #f0b85a);font-weight:700}.app-shell.cinema-shell .flow-join.lobby{color:var(--cinema-ink)}.cinema-panel{width:100%;max-width:min(520px,100%);margin:0 auto;padding:22px 18px 24px;border-radius:16px;background:var(--cinema-surface);border:1px solid rgba(243,235,225,.14);color:var(--cinema-ink, #f3ebe1);box-shadow:none}.app-shell.cinema-shell .voting-plugin.cinema-panel,.app-shell.cinema-shell .voting-plugin.card{background:var(--cinema-surface)!important;border:1px solid rgba(243,235,225,.14)!important;color:var(--cinema-ink, #f3ebe1)!important;box-shadow:none!important}.app-shell.cinema-shell .voting-plugin__title{margin:0 0 16px;font-family:var(--cinema-display, inherit);font-size:1.35rem;font-weight:700;color:var(--cinema-ink, #f3ebe1)!important;letter-spacing:-.01em}.app-shell.cinema-shell .voting-plugin__option{background:var(--cinema-surface-elev)!important;border:1px solid rgba(243,235,225,.2)!important;border-radius:14px!important;box-shadow:none!important;color:var(--cinema-ink, #f3ebe1)!important}.app-shell.cinema-shell .voting-plugin__option:hover{border-color:#e0a0458c!important;background:#e0a0451a!important}.app-shell.cinema-shell .voting-plugin__option--selected{border-color:#e0a045bf!important;background:#e0a0452e!important;box-shadow:none!important}.app-shell.cinema-shell .voting-plugin__option-title,.app-shell.cinema-shell .voting-plugin__option-body,.app-shell.cinema-shell .voting-plugin__option span{color:var(--cinema-ink, #f3ebe1)!important}.app-shell.cinema-shell .voting-plugin__option-title{font-weight:700;font-size:1.02rem;line-height:1.35}.app-shell.cinema-shell .voting-plugin__option-desc{color:var(--cinema-muted, #cbbba8)!important;font-size:.9rem}.app-shell.cinema-shell .voting-plugin__silent-msg,.app-shell.cinema-shell .voting-plugin__meta,.app-shell.cinema-shell .voting-plugin__winner-line{color:var(--cinema-muted, #cbbba8)!important}.app-shell.cinema-shell .voting-plugin__winner-name{color:var(--cinema-accent-hot, #f0b85a)!important}.app-shell.cinema-shell .voting-plugin__result-row{background:var(--cinema-surface-elev);border:1px solid rgba(243,235,225,.14);border-radius:12px;padding:12px 14px;margin-bottom:8px}.app-shell.cinema-shell .voting-plugin__result-row--winner{border-color:#e0a045a6;background:#e0a04524}.app-shell.cinema-shell .voting-plugin__result-label,.app-shell.cinema-shell .voting-plugin__result-count{color:var(--cinema-ink, #f3ebe1)!important}.app-shell.cinema-shell .voting-plugin__result-desc{color:var(--cinema-muted, #cbbba8)!important}.app-shell.cinema-shell .voting-plugin__bar{background:#f3ebe11a;border-radius:999px;height:6px;overflow:hidden;margin-top:8px}.app-shell.cinema-shell .voting-plugin__bar-fill{background:linear-gradient(90deg,#e0a045,#f0b85a);height:100%}.app-shell.cinema-shell .voting-plugin__submit.lobby__btn,.app-shell.cinema-shell .voting-plugin .lobby__btn--primary{margin-top:4px}.app-shell.cinema-shell .state-renderer p,.app-shell.cinema-shell .state-renderer label,.app-shell.cinema-shell .state-renderer li{color:inherit}.play-stage .scene-background-host{position:absolute;inset:0;z-index:0;pointer-events:none}.play-stage .state-renderer{display:flex!important;flex-direction:column!important;flex:1 1 auto!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;position:relative;z-index:1;overflow:hidden}.play-stage .state-renderer>header{flex:0 0 auto}.play-stage .state-renderer__main{flex:1 1 auto!important;min-height:0!important;display:flex!important;flex-direction:column!important;position:relative;z-index:1;padding:0!important;overflow-x:hidden!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y}.play-stage .state-renderer__step{flex:0 0 auto!important;height:auto!important;min-height:auto!important;width:100%;display:flex!important;flex-direction:column!important}.play-stage .state-renderer:has(.flow-media-stage--fill){overflow:hidden}.play-stage .state-renderer__main:has(.flow-media-stage--fill){overflow:hidden!important;height:100%!important;padding:0!important}.play-stage .state-renderer__main:has(.flow-media-stage--fill) .state-renderer__step{flex:1 1 auto!important;min-height:0!important;height:100%!important;overflow:hidden}.play-stage .state-renderer__main:has(.flow-media-stage--fill) .plugin-step-shell{flex:1 1 auto!important;min-height:0!important;height:100%!important}.play-stage .flow-media-stage--fill{flex:1 1 auto!important;min-height:0!important;height:100%!important;width:100%!important;max-height:none!important;display:flex!important;flex-direction:column!important;overflow:hidden}.play-stage .flow-media-stage__frame{flex:1 1 auto!important;min-height:0!important;height:100%!important;position:relative}.play-stage .flow-media-stage__frame .video-js,.play-stage .flow-media-stage__frame .video-js video,.play-stage .flow-media-stage__layer{width:100%!important;height:100%!important}.play-stage .video-plugin,.play-stage .media-show-plugin,.play-stage .voice-text.flow-media-stage--fill{flex:1 1 auto!important;min-height:0!important;height:100%!important;width:100%!important;display:flex!important;flex-direction:column!important}.play-stage .voice-text--crawl{position:relative!important;inset:auto!important}.app-shell.cinema-shell:has(.play-chrome){display:flex;flex-direction:column;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;overflow:hidden;background:#0b0a09}.app-shell.cinema-shell:has(.play-chrome)>.play-chrome{flex:1 1 auto;min-height:0;height:100%}@media(orientation:portrait)and (pointer:coarse){.app-shell.cinema-shell:has(.play-chrome--css-landscape){position:fixed;inset:0;overflow:hidden;background:#0b0a09!important}.play-chrome.play-chrome--css-landscape{position:fixed;z-index:80;inset:50% auto auto 50%;width:100vh;width:100dvh;width:100lvh;height:100vw;height:100dvw;height:100lvw;max-width:none;max-height:none;transform:translate(-50%,-50%) rotate(90deg);transform-origin:center center;background:#0b0a09;padding:0;overflow:hidden}.play-chrome.play-chrome--css-landscape .play-chrome__workspace,.play-chrome.play-chrome--css-landscape .play-stage{overflow:hidden}.play-chrome.play-chrome--css-landscape .play-stage .state-renderer__main{overflow-x:hidden!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y}.play-chrome.play-chrome--css-landscape .play-chrome__exit-fab{top:6px;left:6px}.play-chrome.play-chrome--css-landscape .play-chrome__fs-fab{top:6px;right:6px}}.play-stage .state-renderer__main{background:transparent!important}.play-stage .state-renderer__step:has(.voting-plugin),.play-stage .state-renderer__step:has(.flow-join),.play-stage .state-renderer__step:has(.lobby){display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 16px 20px;background:transparent!important;min-height:100%;box-sizing:border-box}.play-stage .state-renderer__step:has(.voting-plugin) .voting-plugin,.play-stage .state-renderer__step:has(.flow-join) .lobby,.play-stage .state-renderer__step:has(.lobby) .lobby{width:100%;max-width:min(520px,100%);margin:0 auto;flex:0 0 auto}@media(pointer:coarse){.play-chrome--phone .play-stage .state-renderer__step:has(.voting-plugin),.play-chrome--phone .play-stage .state-renderer__step:has(.lobby),.play-chrome--phone .play-stage .state-renderer__step:has(.flow-join){padding:6px 8px;align-items:center;justify-content:center}.play-chrome--phone .voting-plugin,.play-chrome--phone .voting-plugin.cinema-panel,.play-chrome--phone .voting-plugin.card,.app-shell.cinema-shell .play-chrome--phone .voting-plugin.cinema-panel{padding:10px 12px 12px!important;border-radius:12px!important;max-width:100%}.play-chrome--phone .voting-plugin__title,.app-shell.cinema-shell .play-chrome--phone .voting-plugin__title{margin:0 0 8px!important;font-size:.95rem!important;line-height:1.25}.play-chrome--phone .voting-plugin__form{gap:10px}.play-chrome--phone .voting-plugin__options{gap:6px}.play-chrome--phone .voting-plugin__option,.app-shell.cinema-shell .play-chrome--phone .voting-plugin__option{border-radius:10px!important}.play-chrome--phone .voting-plugin__option-body{gap:2px;padding:8px 10px!important}.play-chrome--phone .voting-plugin__option-title,.app-shell.cinema-shell .play-chrome--phone .voting-plugin__option-title{font-size:.88rem!important;line-height:1.25!important}.play-chrome--phone .voting-plugin__option-desc,.app-shell.cinema-shell .play-chrome--phone .voting-plugin__option-desc{font-size:.72rem!important;line-height:1.3!important}.play-chrome--phone .voting-plugin__submit.lobby__btn,.play-chrome--phone .voting-plugin .lobby__btn--primary,.app-shell.cinema-shell .play-chrome--phone .voting-plugin__submit.lobby__btn{padding:10px 14px!important;font-size:.88rem!important;min-height:0!important}.play-chrome--phone .voting-plugin__result-list{gap:6px}.play-chrome--phone .voting-plugin__result-row,.app-shell.cinema-shell .play-chrome--phone .voting-plugin__result-row{padding:8px 10px!important;margin-bottom:0!important;border-radius:10px!important}.play-chrome--phone .voting-plugin__result-desc{margin:4px 0 0;font-size:.72rem}.play-chrome--phone .voting-plugin__bar{margin-top:6px;height:4px}.play-chrome--phone .voting-plugin__winner-line,.play-chrome--phone .voting-plugin__meta{margin:0 0 6px;font-size:.8rem}.play-chrome--phone .voting-plugin__next,.play-chrome--phone .voting-plugin .lobby__btn--start{margin-top:10px!important}}@media(orientation:landscape)and (pointer:coarse){.play-chrome--phone .play-stage .state-renderer__step:has(.voting-plugin),.play-chrome--phone .play-stage .state-renderer__step:has(.lobby),.play-chrome--phone .play-stage .state-renderer__step:has(.flow-join){padding:4px 8px}.play-chrome--phone .voting-plugin,.play-chrome--phone .voting-plugin.cinema-panel,.app-shell.cinema-shell .play-chrome--phone .voting-plugin.cinema-panel{padding:8px 10px!important;max-width:min(640px,100%)}.play-chrome--phone .voting-plugin__title{margin:0 0 6px!important;font-size:.85rem!important}.play-chrome--phone .voting-plugin__form{display:flex!important;flex-direction:column!important;gap:6px!important}.play-chrome--phone .voting-plugin__options{display:flex!important;flex-direction:column!important;gap:4px!important}.play-chrome--phone .voting-plugin__option,.app-shell.cinema-shell .play-chrome--phone .voting-plugin__option{min-height:0!important}.play-chrome--phone .voting-plugin__option-body{padding:6px 10px!important;gap:2px!important}.play-chrome--phone .voting-plugin__option-title{font-size:.8rem!important;line-height:1.25!important}.play-chrome--phone .voting-plugin__option-desc{font-size:.7rem!important;line-height:1.3!important}.play-chrome--phone .voting-plugin__submit{margin-top:4px!important;padding:8px 14px!important;font-size:.85rem!important;align-self:stretch}.play-chrome--phone .voting-plugin__result-list{display:flex!important;flex-direction:column!important;gap:4px!important}.play-chrome--phone .voting-plugin__result-row{padding:6px 8px!important}.play-chrome--phone .voting-plugin__result-desc{font-size:.7rem;line-height:1.3;margin:4px 0 0}.play-chrome--phone .lobby,.play-chrome--phone .flow-join.lobby{max-width:min(640px,100%);padding:8px 10px 10px}.play-chrome--phone .lobby__title{margin:0 0 6px;font-size:.95rem}.play-chrome--phone .lobby__block{margin-bottom:8px}.play-chrome--phone .lobby__label,.play-chrome--phone .lobby__subtitle{margin-bottom:4px;font-size:.72rem}.play-chrome--phone .lobby__hint{margin:0 0 4px;font-size:.72rem;line-height:1.3}.play-chrome--phone .lobby__kinds{flex-direction:column;gap:4px}.play-chrome--phone .lobby__kind{padding:6px 10px;font-size:.8rem;gap:8px}.play-chrome--phone .lobby__users{margin:0 0 8px}.play-chrome--phone .lobby__user{padding:5px 0;font-size:.8rem;gap:6px 10px}.play-chrome--phone .lobby__name-row{gap:6px}.play-chrome--phone .lobby__input{padding:8px 10px;font-size:.85rem}.play-chrome--phone .lobby__btn{padding:8px 12px;font-size:.82rem}.play-chrome--phone .lobby__btn--start{min-width:0;padding:8px 16px;font-size:.88rem}.play-chrome--phone .lobby__footer{margin-top:6px}}.play-chrome--phone.play-chrome--css-landscape .play-stage .state-renderer__step:has(.voting-plugin),.play-chrome--phone.play-chrome--css-landscape .play-stage .state-renderer__step:has(.lobby),.play-chrome--phone.play-chrome--css-landscape .play-stage .state-renderer__step:has(.flow-join){padding:4px 8px}.play-chrome--phone.play-chrome--css-landscape .voting-plugin,.play-chrome--phone.play-chrome--css-landscape .voting-plugin.cinema-panel{padding:8px 10px!important;max-width:min(640px,100%)}.play-chrome--phone.play-chrome--css-landscape .voting-plugin__form{display:flex!important;flex-direction:column!important;gap:6px!important}.play-chrome--phone.play-chrome--css-landscape .voting-plugin__options{display:flex!important;flex-direction:column!important;gap:4px!important}.play-chrome--phone.play-chrome--css-landscape .voting-plugin__option-body{padding:6px 10px!important;gap:2px!important}.play-chrome--phone.play-chrome--css-landscape .voting-plugin__option-title{font-size:.8rem!important;line-height:1.25!important}.play-chrome--phone.play-chrome--css-landscape .voting-plugin__option-desc{font-size:.7rem!important;line-height:1.3!important}.play-chrome--phone.play-chrome--css-landscape .lobby,.play-chrome--phone.play-chrome--css-landscape .flow-join.lobby{max-width:min(640px,100%);padding:8px 10px 10px}.play-chrome--phone.play-chrome--css-landscape .lobby__title{margin:0 0 6px;font-size:.95rem}.play-chrome--phone.play-chrome--css-landscape .lobby__block{margin-bottom:8px}.play-chrome--phone.play-chrome--css-landscape .lobby__kind{padding:6px 10px;font-size:.8rem}.play-chrome--phone.play-chrome--css-landscape .lobby__user{padding:5px 0;font-size:.8rem}.play-chrome--phone.play-chrome--css-landscape .lobby__btn--start{min-width:0;padding:8px 16px;font-size:.88rem}.voting-plugin .lobby__btn--primary,.voting-plugin button.lobby__btn--primary{background:linear-gradient(135deg,#f0b85a,#e0a045)!important;color:#1a1208!important;border:0!important;border-radius:999px!important;font-weight:700!important}.voting-plugin .lobby__btn--primary:disabled{opacity:.4!important;color:#1a1208!important}.game-intro{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:24px;pointer-events:auto;opacity:1}.game-intro--out{animation:game-intro-root-out 1s cubic-bezier(.19,1,.22,1) forwards}.game-intro__veil{position:absolute;inset:0;background:radial-gradient(900px 520px at 50% 42%,rgba(224,160,69,.14),transparent 62%),radial-gradient(1200px 700px at 50% 100%,rgba(11,10,9,.85),transparent 70%),#0b0a09}.game-intro__content{position:relative;z-index:1;text-align:center;max-width:min(920px,100%)}.game-intro__mode{margin:0 0 18px;font-family:var(--cinema-font);font-size:.78rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--cinema-accent);opacity:0;animation:game-intro-mode-in .7s cubic-bezier(.19,1,.22,1) forwards;animation-delay:.12s}.game-intro__desc{margin:22px auto 0;max-width:36rem;font-family:var(--cinema-font);font-size:clamp(.95rem,2.4vw,1.15rem);font-weight:400;line-height:1.45;color:var(--cinema-muted);opacity:0;animation:game-intro-mode-in .8s cubic-bezier(.19,1,.22,1) forwards;animation-delay:.9s}.game-intro__title.ml14{margin:0;font-family:var(--cinema-display);font-weight:700;font-size:clamp(2rem,6.5vw,3.6rem);letter-spacing:.02em;color:var(--cinema-ink);line-height:1.15}.game-intro__text-wrapper{position:relative;display:inline-block;padding-top:.1em;padding-right:.05em;padding-bottom:.2em}.game-intro__letters{display:inline}.game-intro__letter{display:inline-block;line-height:1em;opacity:0;transform:translate(40px) scaleX(.3);transform-origin:left center;animation:game-intro-letter-in .8s cubic-bezier(.19,1,.22,1) forwards}.game-intro__space{display:inline-block;width:.35em}.game-intro__line{position:absolute;left:0;bottom:0;height:2px;width:100%;background:linear-gradient(90deg,transparent,#fff 12%,#fff 88%,transparent);opacity:0;transform:scaleX(0);transform-origin:100% 100%;animation:game-intro-line-in .9s cubic-bezier(.19,1,.22,1) forwards}@keyframes game-intro-mode-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes game-intro-line-in{0%{opacity:.5;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes game-intro-letter-in{0%{opacity:0;transform:translate(40px) scaleX(.3)}to{opacity:1;transform:translate(0) scaleX(1)}}@keyframes game-intro-root-out{0%{opacity:1}to{opacity:0;visibility:hidden}}@media(prefers-reduced-motion:reduce){.game-intro--out,.game-intro__mode,.game-intro__desc,.game-intro__letter,.game-intro__line{animation-duration:1ms!important;animation-delay:0ms!important}}
