.Game-module__y56aiW__gameContainer{background:var(--bg);min-height:100vh;color:var(--txt);flex-direction:column;gap:24px;padding:100px 20px 120px;display:flex}.Game-module__y56aiW__header{grid-template-columns:repeat(3,1fr);gap:12px;width:100%;max-width:1200px;margin:0 auto;display:grid}.Game-module__y56aiW__statPill{background:var(--bg2);border:.5px solid var(--stroke);box-shadow:var(--shadow-sm);border-radius:20px;align-items:center;gap:12px;padding:12px 16px;display:flex}.Game-module__y56aiW__statIcon{font-size:20px}.Game-module__y56aiW__statContent{flex-direction:column;flex:1;display:flex;overflow:hidden}.Game-module__y56aiW__statLabel{color:var(--txt3);text-transform:uppercase;font-size:10px;font-weight:700}.Game-module__y56aiW__statVal{white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.Game-module__y56aiW__energyBarBg{background:#0000001a;border-radius:2px;width:100%;height:4px;margin-top:4px}.Game-module__y56aiW__energyBarFill{background:#fc0;border-radius:2px;height:100%;transition:width .3s}.Game-module__y56aiW__mainArea{flex:1;width:100%;max-width:1000px;margin:0 auto}.Game-module__y56aiW__garageView{flex-direction:column;align-items:center;gap:32px;display:flex}.Game-module__y56aiW__engineVisual{background:#0000000d;border-radius:32px;justify-content:center;align-items:center;width:100%;max-width:400px;height:200px;display:flex;position:relative;overflow:hidden}.Game-module__y56aiW__shopTabs{gap:8px;margin-bottom:24px;display:flex}.Game-module__y56aiW__shopTabs button{background:var(--bg2);border:.5px solid var(--stroke);cursor:pointer;color:var(--txt2);border-radius:10px;padding:8px 16px;font-size:13px;font-weight:600}.Game-module__y56aiW__shopTabs button.Game-module__y56aiW__activeTab{background:var(--accent);color:#fff;border-color:var(--accent)}.Game-module__y56aiW__engineVisual{background:radial-gradient(circle,#1c1c1e 0%,#000 100%);border:1px solid #ffffff1a;border-radius:32px;justify-content:center;align-items:center;width:320px;height:320px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 40px #000,0 20px 60px #000c}.Game-module__y56aiW__engineImg{object-fit:contain;width:100%;height:100%;transition:transform .1s}.Game-module__y56aiW__vibrating .Game-module__y56aiW__engineImg{animation:.1s infinite Game-module__y56aiW__engineShake}@keyframes Game-module__y56aiW__engineShake{0%{transform:translate(1px,1px)rotate(0)}20%{transform:translate(-1px,-2px)rotate(-1deg)}40%{transform:translate(-3px)rotate(1deg)}60%{transform:translate(3px,2px)rotate(0)}80%{transform:translate(1px,-1px)rotate(1deg)}to{transform:translate(-1px,2px)rotate(-1deg)}}.Game-module__y56aiW__engineGlow{pointer-events:none;mix-blend-mode:screen;opacity:.1;background:radial-gradient(circle,#007aff1a 0%,#0000 70%);width:250px;height:250px;animation:2s infinite alternate Game-module__y56aiW__glowPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Game-module__y56aiW__glowPulse{0%{opacity:.05}to{opacity:.2}}.Game-module__y56aiW__fuelSelector{background:var(--bg2);border:.5px solid var(--stroke);border-radius:16px;gap:8px;padding:6px;display:flex}.Game-module__y56aiW__fuelSelector button{color:var(--txt3);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:8px 16px;font-size:11px;font-weight:700;transition:all .2s}.Game-module__y56aiW__fuelSelector button.Game-module__y56aiW__activeFuel{background:var(--bg);color:var(--accent);box-shadow:var(--shadow-sm)}.Game-module__y56aiW__tapZone{cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none;width:200px;height:200px;position:relative}.Game-module__y56aiW__tapTarget{background:var(--bg2);border:2px solid var(--accent);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;transition:transform .1s;display:flex;box-shadow:0 10px 30px #007aff26}.Game-module__y56aiW__tapTarget:active{transform:scale(.9)}.Game-module__y56aiW__tapIcon{font-size:60px}.Game-module__y56aiW__particle{color:var(--accent);font-weight:800;animation:.8s ease-out forwards Game-module__y56aiW__floatUp;position:absolute}@keyframes Game-module__y56aiW__floatUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-80px)}}.Game-module__y56aiW__fuelStats{grid-template-columns:repeat(4,1fr);gap:12px;width:100%;display:grid}.Game-module__y56aiW__fuelStatItem{background:var(--bg2);border:.5px solid var(--stroke);text-align:center;border-radius:16px;padding:12px}.Game-module__y56aiW__fuelStatItem span{color:var(--txt3);font-size:10px;display:block}.Game-module__y56aiW__fuelStatItem b{color:var(--txt);font-size:14px}.Game-module__y56aiW__shopView h2{letter-spacing:-.5px;margin-bottom:20px}.Game-module__y56aiW__marketGrid,.Game-module__y56aiW__shopGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.Game-module__y56aiW__shopCard{background:var(--bg2);border:.5px solid var(--stroke);border-radius:20px;align-items:center;gap:16px;padding:16px;display:flex}.Game-module__y56aiW__shopIcon{background:var(--bg);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.Game-module__y56aiW__shopBody{flex:1}.Game-module__y56aiW__shopBody h3{margin-bottom:2px;font-size:15px}.Game-module__y56aiW__shopBody p{color:var(--txt3);font-size:12px}.Game-module__y56aiW__buyBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 12px;font-size:12px;font-weight:600}.Game-module__y56aiW__dock{-webkit-backdrop-filter:blur(20px);border:.5px solid var(--stroke);z-index:1000;background:#ffffffb3;border-radius:24px;gap:6px;padding:6px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.Game-module__y56aiW__dock button{color:var(--txt2);cursor:pointer;background:0 0;border:none;border-radius:16px;flex-direction:column;align-items:center;gap:2px;min-width:60px;padding:8px 12px;font-size:10px;font-weight:600;display:flex}.Game-module__y56aiW__dock button span{font-size:18px}.Game-module__y56aiW__dock button.Game-module__y56aiW__active{background:var(--bg);color:var(--accent)}.Game-module__y56aiW__modalOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.Game-module__y56aiW__authModal{background:var(--bg2);text-align:center;border:.5px solid var(--stroke);border-radius:24px;width:100%;max-width:380px;padding:32px}.Game-module__y56aiW__authForm{flex-direction:column;gap:12px;margin-top:20px;display:flex}.Game-module__y56aiW__authInput{background:var(--bg);border:1px solid var(--stroke);width:100%;color:var(--txt);border-radius:12px;outline:none;padding:12px}.Game-module__y56aiW__primaryBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:14px;font-weight:600}@media (max-width:768px){.Game-module__y56aiW__header{grid-template-columns:1fr}.Game-module__y56aiW__fuelStats{grid-template-columns:repeat(2,1fr)}.Game-module__y56aiW__dock{justify-content:space-around;width:calc(100% - 40px)}}.Game-module__y56aiW__miniBtn{background:var(--bg2);border:.5px solid var(--stroke);color:var(--txt);cursor:pointer;border-radius:6px;margin-left:10px;padding:2px 8px;font-size:9px}
