:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#f5f1e8;background:#080c12;line-height:1.45}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#080c12}.app{min-height:100vh}.screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:22px}.start{width:min(1040px,100%);min-height:calc(100vh - 44px);display:grid;grid-template-columns:1.1fr .9fr;background:#121923;border:1px solid #2b3d4d;border-radius:24px;overflow:hidden;box-shadow:0 22px 80px #0008}.start-art{min-height:620px;background:url('./assets/station.webp') center/cover}.start-copy{padding:clamp(24px,5vw,68px);display:flex;flex-direction:column;justify-content:center}.eyebrow{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:#b6d36a;font-weight:800}.start h1{font-family:Georgia,serif;font-weight:500;font-size:clamp(2.5rem,6vw,5.3rem);line-height:.98;margin:16px 0}.lede{font-size:1.05rem;color:#bdc8cf;max-width:42ch}.button{border:1px solid #afcf61;border-radius:999px;padding:13px 20px;background:#b8d66b;color:#10160c;font-weight:800;cursor:pointer;min-height:46px}.button.secondary{background:transparent;color:#d9e6c1;border-color:#52675a}.button:focus-visible{outline:3px solid #fff;outline-offset:3px}.game{min-height:100vh;background:#0b1119}.hud{position:sticky;top:0;z-index:4;background:#0b1119ee;backdrop-filter:blur(14px);border-bottom:1px solid #263747;padding:14px max(18px,calc((100% - 1180px)/2));display:flex;justify-content:space-between;align-items:center;gap:14px}.hud-title{font-family:Georgia,serif;font-size:1.1rem}.hud-actions{display:flex;gap:8px;flex-wrap:wrap}.hud .button{padding:9px 13px;min-height:38px;font-size:.8rem}.objective{width:min(1180px,calc(100% - 28px));margin:22px auto 0;border-left:3px solid #b8d66b;padding:13px 17px;background:#111c22;color:#dce8ce}.objective strong{color:#b8d66b}.scene{width:min(1180px,calc(100% - 28px));margin:16px auto 50px;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:18px}.illustration{min-height:510px;border-radius:20px;border:1px solid #334b59;background:url('./assets/station.webp') center/cover;position:relative;overflow:hidden}.illustration:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,#06111a22,#06111acc)}.hotspot{position:absolute;z-index:1;transform:translate(-50%,-50%);border:1px solid #d4ec88;background:#14251ddd;color:#e9f3ce;border-radius:12px;padding:9px 11px;cursor:pointer;font-size:.78rem;box-shadow:0 4px 20px #0008}.hotspot:hover{background:#b8d66b;color:#10160c}.hotspot.radio{left:29%;top:63%}.hotspot.lights{left:67%;top:39%}.hotspot.door{left:82%;top:68%}.side{display:flex;flex-direction:column;gap:14px}.panel{background:#111a24;border:1px solid #2d4050;border-radius:16px;padding:18px}.panel h2,.panel h3{margin:0 0 9px;font-family:Georgia,serif;font-weight:500}.panel p{color:#b9c5ca;margin:8px 0}.clues{display:flex;flex-direction:column;gap:8px}.clue{border:1px solid #334a56;border-radius:10px;padding:10px;color:#dce8ce;background:#142029;font-size:.84rem}.clue strong{display:block;color:#b8d66b;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}.dialogue{position:fixed;inset:auto 0 0;z-index:8;background:#111a24f5;border-top:1px solid #759258;padding:18px max(18px,calc((100% - 900px)/2));box-shadow:0 -16px 50px #0009}.dialogue-inner{max-width:900px;margin:auto}.dialogue strong{color:#d5ed8b}.dialogue p{margin:8px 0 14px}.choices{display:flex;gap:8px;flex-wrap:wrap}.notebook{width:min(900px,calc(100% - 28px));margin:28px auto}.clue-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.puzzle{width:min(760px,calc(100% - 28px));margin:36px auto}.hero-character{width:92px;height:92px;border-radius:50%;overflow:hidden;border:2px solid #b8d66b;margin:6px 0 12px;background:#101b23}.hero-character img{width:100%;height:100%;object-fit:cover;object-position:center}.sequence{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center;gap:12px;margin:22px 0}.sequence button{min-height:72px;width:100%;border-radius:14px;border:1px solid #637b55;background:#16251d;color:#eaf6cc;font-size:1rem;font-weight:800;cursor:pointer}.sequence button.selected{background:#b8d66b;color:#10160c}.sequence button.wrong{animation:shake .25s;background:#9b4d4d}@keyframes shake{25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.final{width:min(820px,calc(100% - 28px));margin:60px auto}.final blockquote{font-family:Georgia,serif;font-size:clamp(1.3rem,3vw,2rem);color:#e8edcd;border-left:3px solid #b8d66b;padding-left:18px}.status{font-size:.78rem;color:#a8bac1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:760px){.start{display:flex;flex-direction:column;min-height:calc(100vh - 28px)}.start-art{min-height:35vh;max-height:390px}.start-copy{padding:25px 22px 30px}.start h1{font-size:clamp(2.6rem,14vw,4.2rem)}.scene{display:flex;flex-direction:column}.illustration{min-height:56vh;max-height:600px}.side{display:contents}.panel{padding:15px}.panel.clue-panel{order:2}.panel.help-panel{order:3}.clue-grid{grid-template-columns:1fr}.hud{align-items:flex-start}.hud-title{font-size:.95rem}.hud-actions{justify-content:flex-end}.hotspot{font-size:.7rem;padding:8px}.sequence button{width:62px;height:62px}.dialogue{padding:15px 17px}.choices .button{flex:1 1 100%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}