:root{color-scheme:dark;font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{margin:0;width:100%;height:100%;overflow:hidden;background:#0a0a0a;color:#fafafa;-webkit-user-select:none;user-select:none;touch-action:none}.game-container{position:relative;width:100%;height:100vh;overflow:hidden}.game-canvas{display:block;width:100%;height:100%}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:10;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.menu-screen{background:radial-gradient(ellipse at center,#1e3c78d9,#0a0a1ef2)}.menu-content{text-align:center;max-width:400px;padding:2rem}.game-title{font-size:2.5rem;font-weight:900;letter-spacing:.05em;background:linear-gradient(135deg,gold,#ff6b35,#e74c3c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem;text-shadow:none;filter:drop-shadow(0 2px 8px rgba(255,107,53,.4))}.title-icon{font-size:2rem;-webkit-text-fill-color:initial;filter:drop-shadow(0 0 8px rgba(255,215,0,.6))}.subtitle{font-size:1.1rem;color:#fff9;margin-bottom:1.5rem;font-weight:300;letter-spacing:.15em}.high-score-badge{display:inline-block;background:linear-gradient(135deg,gold,#ffa000);color:#333;font-weight:700;font-size:1rem;padding:.4rem 1.2rem;border-radius:2rem;margin-bottom:1rem;box-shadow:0 2px 12px #ffd70066}.coin-display{font-size:1.3rem;font-weight:700;color:gold;margin-bottom:1.5rem;text-shadow:0 0 10px rgba(255,215,0,.3)}.menu-buttons{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.controls-hint{color:#fff6;font-size:.85rem}.mobile-hint{font-size:.75rem;margin-top:.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 2rem;border:none;border-radius:.75rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .15s ease;letter-spacing:.03em;font-family:inherit}.btn:active{transform:scale(.95)}.btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.btn-play{background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;box-shadow:0 4px 15px #4caf5066;font-size:1.3rem;padding:1rem 2.5rem}.btn-play:hover{box-shadow:0 6px 20px #4caf5099;transform:translateY(-2px)}.btn-shop{background:linear-gradient(135deg,#9c27b0,#7b1fa2);color:#fff;box-shadow:0 4px 15px #9c27b04d}.btn-shop:hover{box-shadow:0 6px 20px #9c27b080;transform:translateY(-2px)}.btn-home{background:linear-gradient(135deg,#607d8b,#455a64);color:#fff;box-shadow:0 4px 10px #607d8b4d}.btn-buy{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;padding:.5rem 1rem;font-size:.9rem;border-radius:.5rem;min-width:80px}.btn-equip{background:linear-gradient(135deg,#4caf50,#388e3c);color:#fff;padding:.5rem 1rem;font-size:.85rem;border-radius:.5rem}.btn-close{background:#ffffff1a;border:none;color:#fff;width:36px;height:36px;border-radius:50%;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.btn-close:hover{background:#fff3}.gameover-screen{background:radial-gradient(ellipse at center,#781414d9,#0a0a1ef2)}.gameover-content{text-align:center;max-width:350px;padding:2rem;background:#0000004d;border-radius:1.5rem;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gameover-title{font-size:2.2rem;font-weight:900;color:#e74c3c;margin-bottom:1rem;text-shadow:0 0 20px rgba(231,76,60,.5)}.gameover-stats{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.stat{display:flex;justify-content:space-between;padding:.5rem 1rem;background:#ffffff0d;border-radius:.5rem}.stat-label{color:#fff9}.stat-value{font-weight:700;color:gold}.new-record{font-size:1.3rem;font-weight:900;color:gold;animation:pulse .6s ease infinite alternate;margin-top:.5rem}@keyframes pulse{0%{transform:scale(1)}to{transform:scale(1.1)}}.gameover-buttons{display:flex;flex-direction:column;gap:.5rem}.shop-screen{background:#0a0a1ef2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.shop-content{width:100%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;padding:1rem}.shop-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.shop-header h2{font-size:1.5rem;font-weight:800;flex:1;background:linear-gradient(135deg,gold,#ff9800);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.shop-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.tab{flex:1;padding:.6rem;border:none;border-radius:.5rem;background:#ffffff14;color:#fff9;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}.tab.active{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff}.shop-items{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.6rem;padding-right:.25rem}.shop-items::-webkit-scrollbar{width:4px}.shop-items::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.shop-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff0d;border-radius:.75rem;border:1px solid rgba(255,255,255,.08);transition:all .15s}.shop-item.equipped{border-color:#4caf50;background:#4caf501a}.item-preview{width:48px;height:48px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.item-icon{font-size:1.5rem;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.item-info{flex:1;min-width:0}.item-name{font-weight:700;font-size:.95rem}.item-desc{font-size:.75rem;color:#ffffff80}.upgrade-pips{display:flex;gap:4px;margin-top:4px}.pip{width:12px;height:6px;border-radius:3px;background:#ffffff26}.pip.filled{background:#4caf50}.badge-equipped{font-size:.7rem;font-weight:700;color:#4caf50;padding:.3rem .6rem;border:1px solid #4CAF50;border-radius:.3rem;letter-spacing:.05em}@media(max-width:480px){.game-title{font-size:1.8rem}.btn-play{font-size:1.1rem;padding:.8rem 2rem}.shop-content{padding:.5rem}.shop-item{padding:.5rem;gap:.5rem}.item-preview{width:40px;height:40px}}
