*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100%;background-color:#000;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.page{min-height:100vh;background-color:#000;color:#fff;display:flex;flex-direction:column;align-items:center}.hero-panel{position:relative;width:100%;max-width:480px;padding:1.25rem 1.25rem 0}.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;background:radial-gradient(120% 90% at 50% 15%,rgba(255,255,255,.12),transparent 55%),url(/assets/bg-QV0VNIJb.webp) center center / cover no-repeat}.hero-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.35),transparent 22%,transparent 45%,rgba(0,0,0,.95))}.side-header{text-align:center;padding-top:.75rem}.tagline{font-size:clamp(1.75rem,6vw,2.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.15}.brand{font-weight:800}.subtitle{margin-top:.5rem;font-size:1rem;font-weight:500;color:#fffc}.player-frame{position:relative;z-index:1;width:100%;max-width:400px;aspect-ratio:9 / 16;border-radius:18px;overflow:hidden;box-shadow:0 24px 80px #0000008c}.video-player{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.video-player video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;background-color:#000}.player{position:relative;width:100%;height:100%;overflow:hidden}.player-vignette{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background:radial-gradient(120% 90% at 50% 15%,rgba(255,255,255,.1),transparent 55%),linear-gradient(to bottom,rgba(0,0,0,.35),transparent 22%,transparent 70%,rgba(0,0,0,.55))}.player-top{position:absolute;top:0;left:0;right:0;z-index:3;display:flex;flex-direction:column;gap:.5rem;padding:calc(1rem + env(safe-area-inset-top,0px)) 1.25rem 0}.episode-label{font-size:.8rem;font-weight:600;letter-spacing:.04em;color:#ffffffeb}.chapter-dots{display:flex;gap:.4rem;align-items:center}.dot{width:8px;height:8px;border-radius:50%;background:#fff6}.dot.visited{border:1px solid rgba(255,255,255,.35)}.dot.current{background:#fff;box-shadow:0 0 0 2px #ffffff40}.player-screen{position:relative;z-index:1;flex:1;min-height:0;display:flex;align-items:flex-end;justify-content:center}.choice-sheet{position:absolute;left:0;right:0;bottom:0;z-index:4;width:100%;padding:1.25rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom,0px));background:#080a108c;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-top:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;gap:.8rem;animation:sheet-up .28s cubic-bezier(.2,.8,.2,1)}@keyframes sheet-up{0%{transform:translateY(100%);opacity:.4}to{transform:translateY(0);opacity:1}}.choice-prompt{font-size:1.05rem;font-weight:600;color:#fff;margin-bottom:.25rem}.choice-btn{min-height:62px;border-radius:16px;background:#ffffff1f;border:1px solid rgba(255,255,255,.22);color:#fff;font-size:1.05rem;font-weight:600;cursor:default;padding:.75rem 1rem;text-align:left;pointer-events:none;transition:transform .12s ease,background .15s ease}.choice-btn:hover{background:#ffffff1f}.choice-btn:active{transform:none}.choice-btn.selected{background:#fffffff2;border-color:#fff;color:#000;transform:scale(.98)}.end-screen{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;padding:2rem 1.5rem calc(2rem + env(safe-area-inset-bottom,0px));text-align:center;animation:fade-in .4s ease}@keyframes fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.end-label{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:#ffffffa6}.end-title{font-size:1.6rem;font-weight:800}.end-text{font-size:.95rem;line-height:1.6;color:#fffc;max-width:30ch}.restart-btn{margin-top:.75rem;background:#fff;color:#000;border:none;border-radius:9999px;padding:.85rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .12s ease}.restart-btn:active{transform:scale(.96)}.progress-bar{position:absolute;left:0;right:0;bottom:0;height:3px;background:#ffffff2e;z-index:3}.progress-fill{height:100%;background:#fff;transition:width .1s linear}.side-panel{width:100%;padding:1.75rem 1.25rem 2.5rem;display:flex;flex-direction:column;align-items:center}.side-inner{width:100%;max-width:440px;display:flex;flex-direction:column;gap:1.5rem}.description{font-size:1rem;line-height:1.65;color:#ffffffc7;text-align:center}.bottom-section{display:flex;flex-direction:column;gap:1.25rem}.thank-you{text-align:center}.thank-you-title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.thank-you-text{font-size:1rem;line-height:1.6;color:#ffffffbf}.beta-form{display:flex;flex-direction:column;gap:1.25rem}.form-field{display:flex;flex-direction:column;gap:.4rem}.form-label{font-size:.875rem;font-weight:500;color:#ffffffd9;text-align:left}.required{color:#ff6b6b}.optional{color:#ffffff80;font-weight:400}.form-input,.form-textarea{width:100%;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:8px;padding:.75rem 1rem;color:#fff;font-size:1rem;outline:none;transition:border-color .15s ease,background .15s ease}.form-input::placeholder,.form-textarea::placeholder{color:#ffffff59}.form-input:focus,.form-textarea:focus{border-color:#ffffff73;background:#ffffff17}.form-textarea{resize:vertical;min-height:100px}.submit-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;color:#000;border:none;border-radius:9999px;padding:.9rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;margin-top:.5rem;transition:transform .15s ease,opacity .15s ease}.submit-button:hover{transform:scale(1.02)}.submit-button:active{transform:scale(.98)}.submit-button:disabled{opacity:.6;cursor:not-allowed}.form-error{color:#ff6b6b;font-size:.85rem;margin:.5rem 0 0}.privacy-note{font-size:.75rem;line-height:1.5;color:#ffffff80;text-align:center}@media(min-width:900px){.page{flex-direction:row;align-items:stretch;justify-content:stretch;min-height:100vh;gap:0;padding:0}.hero-panel{position:relative;width:50%;max-width:none;min-height:100vh;padding:0;display:flex;align-items:center;justify-content:center}.side-header{text-align:left}.side-panel{width:50%;max-width:none;padding:3rem 4rem;justify-content:center}.description{text-align:left}}
