.gw-container{--primary:#a855f7;--bg:#0a0510;background:var(--bg);color:#e2e8f0;width:100%;height:100%;min-height:100vh;font-family:Cormorant Garamond,serif;position:relative}.gw-menu,.gw-victory,.gw-encounter{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.gw-title{color:var(--primary);text-shadow:0 0 30px var(--primary);font-size:2.2rem}.gw-subtitle{color:#64748b;margin-bottom:1rem;font-style:italic}.gw-intro{color:#94a3b8;margin-bottom:1.5rem;font-size:.9rem}.gw-start-btn,.gw-primary-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem}.gw-back-btn{color:#64748b;cursor:pointer;background:0 0;border:1px solid #334155;margin-top:1rem;padding:.5rem 1rem}.gw-encounter{background:radial-gradient(ellipse at center,#a855f71a 0%,var(--bg)70%)}.gw-encounter h2{margin-bottom:.5rem;font-size:2rem}.gw-backstory{color:#94a3b8;margin:1rem 0;font-style:italic}.gw-weakness{color:#f59e0b}.gw-emotion{color:#22c55e;margin-top:.5rem}.gw-friendship{background:#333;border-radius:10px;width:200px;height:20px;margin:1rem 0;position:relative;overflow:hidden}.gw-friendship div{background:var(--primary);height:100%}.gw-friendship span{font-size:.7rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gw-choices{gap:1rem;margin-top:1rem;display:flex}.gw-choices button{cursor:pointer;border:none;border-radius:6px;padding:.75rem 1.5rem}.gw-choices button:first-child{background:var(--primary);color:#fff}.gw-choices button:last-child{color:#94a3b8;background:#333}.gw-game{flex-direction:column;padding:.5rem;display:flex}.gw-hud{background:#00000080;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex}.gw-score{color:var(--primary);font-weight:700}.gw-current-emotion{font-weight:700}.gw-redeemed{color:#fbbf24}.gw-maze{flex-direction:column;align-items:center;margin:.5rem 0;display:flex}.gw-row{display:flex}.gw-cell{background:#0a0510;justify-content:center;align-items:center;width:20px;height:20px;transition:background .5s;display:flex}.gw-cell.wall{background:#1a1030;border:1px solid #2a2050}.gw-cell.transformed{background:linear-gradient(135deg,#a855f71a,#ec48991a)}.gw-pellet{color:#64748b;font-size:.6rem}.gw-pellet.emotion{font-size:.7rem}.gw-pellet.soul{font-size:.8rem}.gw-ghost{font-size:.9rem;animation:1s infinite ghost-float}@keyframes ghost-float{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.gw-player{font-size:.9rem}.gw-ghosts-status{flex-wrap:wrap;justify-content:center;gap:.5rem;padding:.5rem;display:flex}.gw-ghost-status{background:#00000080;border:1px solid;border-radius:4px;padding:.25rem .5rem;font-size:.65rem}.gw-ghost-status.redeemed{opacity:.3}.gw-mini-bar{background:#333;border-radius:2px;width:40px;height:4px;margin-top:2px;overflow:hidden}.gw-mini-bar div{height:100%}.gw-controls{justify-content:center;padding:.5rem;display:flex}.gw-dpad{flex-direction:column;align-items:center;gap:4px;display:flex}.gw-dpad div{gap:4px;display:flex}.gw-dpad button{border:1px solid var(--primary);color:var(--primary);cursor:pointer;background:#a855f733;border-radius:8px;width:45px;height:45px;font-size:1.2rem}.gw-hit-effect{pointer-events:none;color:var(--primary);font-weight:700;animation:1s float-up;position:absolute}@keyframes float-up{to{opacity:0;transform:translateY(-30px)}}