:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#111;color:#f7f1e8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;height:100%;min-height:100%;margin:0}body{overflow:hidden}button{font:inherit}.landing-screen,.not-found-screen{display:grid;min-height:100svh;padding:28px;background:linear-gradient(135deg,rgba(243,201,105,.08),transparent 34%),linear-gradient(315deg,rgba(80,188,178,.08),transparent 38%),#10100f;color:#fff8ef}.landing-screen{align-items:end}.landing-copy{width:min(100%,720px);padding:0 0 calc(env(safe-area-inset-bottom) + 16px)}.landing-kicker,.not-found-code{margin:0 0 12px;color:#f3c969;font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}.landing-copy h1,.not-found-screen h1{max-width:760px;margin:0;font-size:clamp(42px,12vw,92px);line-height:.96;letter-spacing:0}.landing-copy p:last-child{max-width:520px;margin:20px 0 0;color:#fff8efb8;font-size:18px;line-height:1.45}.not-found-screen{place-items:center;text-align:center}.not-found-screen h1{font-size:clamp(38px,11vw,78px)}.game-shell{position:relative;width:100%;height:100svh;min-height:620px;overflow:hidden;background:linear-gradient(180deg,#00000024,#00000094),#111}.scene-stage,.scene-image,.image-scrim{position:absolute;inset:0}.scene-stage{overflow:hidden;background:#171717}.scene-image{width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.015);transition:opacity .26s ease,transform .7s ease}.scene-image.is-loaded{opacity:1;transform:scale(1)}.image-scrim{background:linear-gradient(180deg,#00000061,#0000 27%),linear-gradient(180deg,#0000 35%,#000000c2);pointer-events:none}.topbar{position:absolute;top:0;left:0;right:0;z-index:4;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:10px;padding:calc(env(safe-area-inset-top) + 12px) 14px 10px}.icon-button{display:inline-grid;width:44px;height:44px;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:8px;color:#fff8ef;background:#0c0c0c6b;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer;transition:background .16s ease,transform .16s ease,opacity .16s ease}.icon-button:disabled{cursor:default;opacity:.38}.icon-button:not(:disabled):active{transform:scale(.97)}.game-meta{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;height:44px;padding:0 14px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#0c0c0c6b;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.game-meta span{min-width:0;overflow:hidden;color:#fff8efeb;font-size:14px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.game-meta strong{color:#fff8efb8;font-size:12px;font-weight:700}.progress-track{position:absolute;top:calc(env(safe-area-inset-top) + 66px);left:18px;right:18px;z-index:5;height:3px;overflow:hidden;border-radius:999px;background:#fff3}.progress-fill{height:100%;border-radius:inherit;background:#f3c969;transition:width .22s ease}.story-panel{position:absolute;left:0;right:0;bottom:0;z-index:3;display:flex;max-height:58svh;flex-direction:column;padding:22px 16px calc(env(safe-area-inset-bottom) + 16px);border-top:1px solid rgba(255,255,255,.18);background:#12110fd1;box-shadow:0 -18px 60px #00000057;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.scene-kicker{margin:0 0 8px;color:#f3c969;font-size:11px;font-weight:800;letter-spacing:0;text-transform:uppercase}.story-panel h1{margin:0;color:#fff8ef;font-size:25px;line-height:1.08;letter-spacing:0}.narrative{margin:12px 0 18px;overflow:auto;color:#fff8efd6;font-size:15px;line-height:1.48}.choice-stack{display:grid;gap:9px;flex:0 0 auto}.choice-button{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;min-height:56px;width:100%;padding:10px 13px 10px 10px;border:1px solid rgba(255,255,255,.16);border-radius:8px;color:#fff8ef;background:#ffffff1a;box-shadow:0 12px 30px #0000002e;cursor:pointer;font-size:14px;font-weight:650;line-height:1.22;text-align:left;transition:background .16s ease,border-color .16s ease,transform .16s ease}.choice-button span{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;color:#15120f;background:#f3c969;font-size:12px;font-weight:800}.choice-button:active{transform:translateY(1px)}.choice-button:hover{border-color:#f3c96985;background:#ffffff29}.primary-choice{display:block;text-align:center}.status-screen{display:grid;min-height:100svh;place-items:center;padding:28px;background:#111;color:#fff8ef;text-align:center}.status-icon{width:34px;height:34px;color:#f3c969}.spin{animation:spin 1s linear infinite}.status-title{margin:0 0 10px;font-weight:800}.error-screen{align-content:center}.error-screen pre{max-width:min(680px,100%);overflow:auto;margin:0;color:#fff8efb8;white-space:pre-wrap;text-align:left}@media(min-width:760px){body{background:#111}.game-shell{width:min(100vw,520px);min-height:100svh;margin:0 auto;box-shadow:0 0 0 1px #ffffff14}}@media(min-width:1100px){.game-shell{width:min(100vw,620px)}.story-panel{max-height:52svh}}@keyframes spin{to{transform:rotate(360deg)}}
