
.game-shell{max-width:1180px;margin:0 auto;padding:24px 16px 56px}.game-top{display:flex;gap:16px;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.game-title{margin:0}.game-sub{max-width:760px;color:var(--muted,#64748b)}.game-controls{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:18px 0}.game-controls select,.game-controls input{min-height:44px;border:1px solid #cbd5e1;border-radius:12px;padding:9px 12px;background:#fff}.game-controls .btn{min-height:44px}.status-row{display:grid;grid-template-columns:repeat(5,minmax(110px,1fr));gap:10px;margin:14px 0}.stat{background:#fff;border:1px solid #dbeafe;border-radius:14px;padding:12px;text-align:center}.stat strong{font-size:1.25rem;display:block}.play-area{position:relative;min-height:500px;border-radius:22px;overflow:hidden;border:1px solid #dbeafe;background:linear-gradient(180deg,#e0f2fe,#f8fafc);box-shadow:0 18px 45px rgba(15,23,42,.08)}.game-panel{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px;margin-top:16px}.prompt{font-size:1.15rem;font-weight:700}.answer{width:100%;min-height:48px;border:2px solid #93c5fd;border-radius:13px;padding:10px 14px;font-size:1.05rem}.feedback{min-height:28px;font-weight:700;margin-top:8px}.ok{color:#15803d}.bad{color:#b91c1c}.scene{position:relative;width:100%;height:500px;background:linear-gradient(#bae6fd 0 40%,#bbf7d0 40% 100%)}.scene:before{content:"";position:absolute;left:5%;right:5%;bottom:5%;height:42%;background:#fff7ed;border:10px solid #92400e;border-radius:24px}.object{position:absolute;font-size:48px;filter:drop-shadow(0 3px 2px rgba(0,0,0,.2));transition:.35s}.object.found{opacity:0;transform:scale(.2) rotate(20deg);pointer-events:none}.clue-card{position:absolute;left:16px;top:16px;z-index:3;background:rgba(255,255,255,.94);padding:14px 16px;border-radius:14px;max-width:360px}.evidence-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:12px;padding:20px}.evidence{background:#fff;border:2px solid #cbd5e1;border-radius:16px;padding:14px;text-align:center;cursor:pointer}.evidence span{font-size:42px;display:block}.evidence.accepted{border-color:#22c55e;background:#f0fdf4}.evidence.rejected{animation:shake .25s}.story-box{padding:28px;max-width:800px;margin:auto}.story-text{font-size:1.2rem;line-height:1.75}.choice-list{display:grid;gap:12px;margin-top:20px}.choice{background:#fff;border:2px solid #bfdbfe;border-radius:15px;padding:14px;text-align:left}.balloon-canvas{width:100%;height:520px;display:block;background:linear-gradient(#7dd3fc,#e0f2fe)}.quiz-card{max-width:780px;margin:40px auto;background:#fff;border-radius:20px;padding:26px}.question{font-size:1.35rem;font-weight:800}.chapter-map{display:flex;gap:12px;flex-wrap:wrap;padding:20px}.chapter{flex:1;min-width:140px;background:#fff;border:2px solid #cbd5e1;border-radius:18px;padding:16px;text-align:center}.chapter.locked{opacity:.45}.terminal{background:#020617;color:#86efac;font-family:ui-monospace,monospace;padding:28px;min-height:500px}.code-line{font-size:1.35rem;letter-spacing:.04em;word-break:break-word}.timer-big{font-size:3rem;font-weight:900;color:#facc15}.battlefield{padding:25px;background:linear-gradient(180deg,#312e81,#0f172a);color:#fff;min-height:500px}.fighters{display:flex;justify-content:space-between;align-items:end;min-height:260px}.fighter{font-size:90px}.hp{height:20px;background:#334155;border-radius:999px;overflow:hidden}.hp span{display:block;height:100%;background:#22c55e;transition:.3s}.mission-text{font-size:1.15rem;line-height:1.8;background:#fff;padding:22px;border-radius:16px}.typed-good{color:#15803d}.typed-rest{color:#334155}@keyframes shake{25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}@media(max-width:700px){.status-row{grid-template-columns:repeat(2,1fr)}.scene{height:430px}.object{font-size:38px}.play-area{min-height:430px}.fighter{font-size:64px}}
