:root{color-scheme:dark;--bg: #090a0d;--panel: #101318;--text: #d8d6ca;--muted: #858178;--edge: #2a3137;--accent: #c9d8ef;--danger: #8f3030}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:radial-gradient(circle at 50% 0%,#1a2028 0,transparent 34rem),linear-gradient(180deg,#050608 0%,var(--bg) 70%);color:var(--text);font-family:ui-serif,Georgia,Times New Roman,serif}button{font:inherit}.page-shell{width:min(920px,100%);margin:0 auto;padding:28px 18px 52px}.game{border:1px solid var(--edge);background:#101318c7;box-shadow:0 22px 80px #0000006b}.game-title{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:14px 18px;border-bottom:1px solid var(--edge);color:#ece7d6;letter-spacing:0;text-transform:uppercase}.game-title span{font-size:1rem}.game-title small{color:var(--muted);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.72rem;text-transform:none}.inventory{position:sticky;top:0;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:10px 18px;border-bottom:1px solid var(--edge);background:#080b10}.inventory-slot{display:flex;align-items:center;min-width:0;min-height:46px;gap:10px;padding:8px 10px;border:1px solid #2f3942;border-radius:4px;background:#0c1015;color:var(--text);transition:border-color .16s ease,opacity .16s ease,background .16s ease}.inventory-slot--active{border-color:#6f7f8c;background:#131922}.inventory-slot--empty{color:var(--muted)}.inventory-slot--empty .inventory-icon,.inventory-slot--empty .inventory-text{opacity:.48}.inventory-icon{position:relative;display:inline-block;flex:0 0 46px;width:46px;height:24px}.inventory-icon--gun:before{position:absolute;top:9px;left:5px;width:34px;height:5px;background:#b6afa0;box-shadow:6px 5px #4a3626;content:""}.inventory-icon--gun:after{position:absolute;top:14px;left:8px;width:13px;height:7px;border-radius:1px;background:#6b4a2f;transform:skew(-24deg);content:""}.inventory-icon--ammo{display:flex;align-items:flex-end;justify-content:center;gap:5px}.ammo-shell{display:block;width:8px;height:20px;border:1px solid #544f42;border-radius:5px 5px 2px 2px;background:#25251f}.ammo-shell--active{border-color:#c7a95a;background:linear-gradient(180deg,#d9bf6a,#866b2f)}.inventory-icon--key:before{position:absolute;top:5px;left:5px;width:12px;height:12px;border:3px solid #c7a95a;border-radius:50%;content:""}.inventory-icon--key:after{position:absolute;top:13px;left:18px;width:24px;height:4px;background:#c7a95a;box-shadow:12px 4px 0 -1px #c7a95a,17px 4px 0 -1px #c7a95a;content:""}.inventory-text{display:grid;min-width:0;gap:2px}.inventory-name{overflow:hidden;font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.inventory-state{color:var(--muted);font:.72rem/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.story{padding:22px 18px 4px}.story p{max-width:70ch;margin:0 0 1rem;font-size:clamp(1.05rem,1rem + .35vw,1.28rem);line-height:1.72}.story p.dead{color:#e4b1aa}.choices{display:grid;gap:10px;padding:8px 18px 22px}.choice-button{width:100%;max-width:620px;min-height:44px;padding:10px 14px;border:1px solid #3b4650;border-radius:4px;background:#151a21;color:var(--text);text-align:left;cursor:pointer}.choice-button:hover,.choice-button:focus-visible{border-color:var(--accent);outline:none;background:#1c2530}.choice-button:disabled{cursor:wait;opacity:.58}.inline-scene{width:fit-content;max-width:100%;margin:20px 0 28px;border:1px solid #3a4650;background:#050608}.scene-frame{position:relative;width:640px;max-width:100%}.scene-canvas{display:block;width:640px;max-width:100%;height:auto;aspect-ratio:16 / 9;image-rendering:pixelated;touch-action:none;background:#030406}.scene-hud{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;gap:8px;padding:8px;color:#e7e4d4;font:12px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-shadow:0 1px 0 #000,0 0 6px #000;pointer-events:none}.scene-note{padding:8px 10px 10px;color:var(--muted);font:12px/1.35 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;border-top:1px solid #1e252c}.status-line{max-width:70ch;color:var(--muted);font:.82rem/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}@media(max-width:620px){.page-shell{padding:12px 8px 30px}.game-title{align-items:flex-start;flex-direction:column;gap:4px}.story,.choices,.inventory{padding-left:12px;padding-right:12px}}@media(max-width:430px){.inventory{grid-template-columns:1fr}}
