:root{--bg:#070b14;--panel:#0f172a;--panel2:#131d32;--line:#2b3853;--text:#f8fafc;--muted:#9ba9bf;--yellow:#fbbf24;--cyan:#22d3ee;--pink:#fb7185;--green:#34d399;--red:#fb7185;--shadow:0 18px 50px rgba(0,0,0,.35)}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,#18233a 0,#080c16 42%,#05070d 100%)}a{color:inherit}.game-shell{max-width:1500px;margin:0 auto;padding:16px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 4px 18px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;min-width:0}.brand svg{width:44px;height:44px;color:var(--yellow);flex:0 0 auto}.brand span{display:flex;flex-direction:column;min-width:0}.brand strong{font-size:20px;letter-spacing:.02em}.brand small{color:var(--muted);font-size:12px}.topnav{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.topnav>a{padding:10px 14px;border:1px solid var(--line);background:#0e1628;border-radius:12px;text-decoration:none;font-weight:800;font-size:14px}.topnav>a:hover{border-color:#4a5d7d;background:#14203a}.member-link{border-color:#7c5c0b!important;background:#2a2109!important;color:#ffe08a!important}.top-avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;border:2px solid var(--yellow)}.google-wrap{min-height:40px;display:flex;align-items:center}.notice{margin:0 0 14px;padding:12px 14px;border-radius:12px;font-weight:700}.notice.error{background:#421925;border:1px solid #8d3248;color:#ffd7e0}.notice.success{background:#12372d;border:1px solid #22715c;color:#c6ffec}.escape-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:16px}.scene-panel,.side-panel{min-width:0}.scene-panel{background:rgba(10,16,29,.84);border:1px solid var(--line);border-radius:22px;padding:16px;box-shadow:var(--shadow)}.scene-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.eyebrow{display:block;color:var(--cyan);font-size:11px;font-weight:900;letter-spacing:.15em;margin-bottom:4px}.scene-head h1,.page-heading h1,.profile-card h1{margin:0;font-size:clamp(24px,4vw,38px)}.scene-head p,.page-heading p,.profile-card p{margin:5px 0 0;color:var(--muted)}.scene-meta{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.scene-meta span{background:#0a1121;border:1px solid var(--line);border-radius:999px;padding:8px 10px;font-size:12px;font-weight:800;color:#d9e4f5}.scene{position:relative;width:100%;aspect-ratio:16/9;min-height:360px;overflow:hidden;border-radius:16px;border:2px solid #334461;background:#121a2b}.scene svg{display:block;width:100%;height:100%}.scene [data-hotspot]{cursor:pointer;outline:none}.scene [data-hotspot]:focus-visible{filter:drop-shadow(0 0 5px #fff)}@media(hover:hover) and (pointer:fine){.scene [data-hotspot]{transition:filter .15s,opacity .15s}.scene [data-hotspot]:hover{filter:brightness(1.2) drop-shadow(0 0 7px rgba(34,211,238,.55))}}.hotspot-ring{fill:none;stroke:transparent;stroke-width:5}.scene [data-hotspot]:focus-visible .hotspot-ring{stroke:var(--cyan)}.message-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding:12px 14px;background:#090f1d;border:1px solid var(--line);border-radius:14px;min-height:58px}.message-bar>div{font-weight:700;color:#e3ebf6}.hint-button,.primary-button,.secondary-button{border:0;border-radius:12px;padding:11px 15px;font:inherit;font-weight:900;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.hint-button,.primary-button{background:var(--yellow);color:#17130a}.hint-button:hover,.primary-button:hover{background:#ffd454}.secondary-button{background:#18243a;color:var(--text);border:1px solid #3a4b69}.side-panel{display:flex;flex-direction:column;gap:12px}.panel-block{background:rgba(15,23,42,.9);border:1px solid var(--line);border-radius:18px;padding:14px}.panel-block.compact{display:flex;flex-direction:column;gap:9px}.panel-title{display:flex;flex-direction:column;margin-bottom:10px}.panel-title span{font-weight:900;font-size:16px}.panel-title small{font-size:11px;color:var(--muted);margin-top:2px}.inventory{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;min-height:86px}.inventory-empty,.clue-empty{color:#6f7e96;font-size:13px;padding:12px 4px}.inventory-item{min-height:76px;border:1px solid #394965;border-radius:13px;background:#121d31;color:#fff;padding:7px;cursor:pointer;text-align:center;display:flex;flex-direction:column;justify-content:center;gap:4px;font-weight:800}.inventory-item svg{width:34px;height:34px;margin:0 auto}.inventory-item small{font-size:10px;color:#aebbd0}.inventory-item.selected{border-color:var(--yellow);box-shadow:inset 0 0 0 2px var(--yellow);background:#2a210e}.clue-book{display:flex;flex-direction:column;gap:7px;max-height:280px;overflow:auto}.clue{padding:9px 10px;background:#0b1324;border-left:3px solid var(--cyan);border-radius:8px;color:#d9e4f4;font-size:12px;line-height:1.35}.stats-line{display:flex;justify-content:space-between;gap:10px;color:var(--muted)}.stats-line strong{color:#fff}.modal{position:fixed;inset:0;z-index:50;background:rgba(2,5,10,.78);display:grid;place-items:center;padding:20px}.modal.hidden{display:none}.modal-card{position:relative;width:min(460px,100%);background:#10192b;border:1px solid #40506d;border-radius:20px;padding:24px;box-shadow:0 30px 80px rgba(0,0,0,.6)}.modal-card h2{margin:0 35px 14px 0}.modal-close{position:absolute;right:12px;top:10px;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:#18233a;color:#fff;font-size:24px;cursor:pointer}.code-form{display:flex;flex-direction:column;gap:12px}.code-form input{width:100%;background:#070d19;color:#fff;border:2px solid #3b4c6b;border-radius:12px;padding:14px 16px;font-size:24px;letter-spacing:.25em;text-align:center;font-weight:900}.code-form input:focus{outline:3px solid rgba(34,211,238,.25);border-color:var(--cyan)}.modal-help{color:var(--muted);line-height:1.5}.modal-actions{display:flex;gap:8px;justify-content:flex-end}.direction-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;max-width:230px;margin:12px auto}.direction-grid button{min-height:54px;border:1px solid #435373;background:#18243b;color:#fff;border-radius:12px;font-size:20px;font-weight:900;cursor:pointer}.direction-grid button:nth-child(1){grid-column:2}.direction-grid button:nth-child(2){grid-column:1;grid-row:2}.direction-grid button:nth-child(3){grid-column:3;grid-row:2}.direction-grid button:nth-child(4){grid-column:2;grid-row:3}.direction-sequence{text-align:center;font-size:20px;letter-spacing:.15em;min-height:34px;color:var(--yellow);font-weight:900}.page-wrap{max-width:1100px;margin:0 auto}.page-heading{margin:28px 0}.profile-card,.info-card,.leaderboard-card{background:#0f172a;border:1px solid var(--line);border-radius:20px;padding:20px}.profile-card{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.profile-card>div{flex:1}.profile-picture{width:78px;height:78px;border-radius:50%;object-fit:cover;border:3px solid var(--yellow)}.account-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0}.account-stats article{background:#0f172a;border:1px solid var(--line);border-radius:17px;padding:18px}.account-stats span{display:block;color:var(--muted);font-size:12px}.account-stats strong{display:block;font-size:25px;margin-top:5px}.info-card h2{margin-top:0}.leaderboard-head,.leaderboard-row{display:grid;grid-template-columns:70px minmax(180px,1fr) 90px 90px 110px;align-items:center;gap:10px}.leaderboard-head{padding:0 12px 10px;color:var(--muted);font-size:12px;font-weight:900}.leaderboard-row{padding:10px 12px;border-top:1px solid #24314a}.leaderboard-row.is-me{background:#2c250f}.leader-user{display:flex;align-items:center;gap:10px;min-width:0}.leader-user img,.avatar-placeholder{width:38px;height:38px;border-radius:50%;object-fit:cover;background:#1f2a3e;display:grid;place-items:center}.leader-user strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leader-score{font-weight:900}.empty-state{padding:30px;text-align:center;color:var(--muted)}.win-panel{text-align:center;padding:24px}.win-panel h2{font-size:34px;margin:0 0 8px;color:var(--yellow)}.win-panel p{color:#d6e0ef;line-height:1.5}.stars{font-size:38px;letter-spacing:.18em;color:var(--yellow);margin:12px 0}.win-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:16px}@media(max-width:980px){.escape-layout{grid-template-columns:1fr}.side-panel{display:grid;grid-template-columns:1fr 1fr}.side-panel .compact{grid-column:1/-1}.scene{min-height:320px}}@media(max-width:680px){.game-shell{padding:10px}.topbar{align-items:flex-start}.brand small{display:none}.brand strong{font-size:17px}.brand svg{width:36px;height:36px}.topnav{gap:6px}.topnav>a{padding:8px 10px;font-size:12px}.scene-panel{padding:10px;border-radius:16px}.scene-head{flex-direction:column}.scene-meta{justify-content:flex-start}.scene{min-height:0;aspect-ratio:4/3}.message-bar{align-items:stretch;flex-direction:column}.hint-button{width:100%}.side-panel{display:flex}.account-stats{grid-template-columns:1fr 1fr}.leaderboard-card{overflow-x:auto}.leaderboard-head,.leaderboard-row{min-width:690px}.google-wrap{transform:scale(.9);transform-origin:right top}}@media(max-width:400px){.account-stats{grid-template-columns:1fr}.inventory{grid-template-columns:repeat(2,1fr)}}
