:root{--bg: #0a0a0f;--bg-card: #14141e;--bg-card-2: #1a1a28;--border: #2a2a3e;--text: #e0e0e8;--text-dim: #8888a0;--accent: #e94560;--accent-2: #533483;--accent-3: #0f3460;--green: #2ecc71;--red: #e74c3c;--yellow: #f39c12;--blue: #3498db;--radius: 8px}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,-apple-system,sans-serif;min-height:100vh;background-image:radial-gradient(circle at 20% 20%,rgba(83,52,131,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(15,52,96,.2) 0%,transparent 50%)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-2)}button{cursor:pointer;font-family:inherit;border:none;border-radius:var(--radius);padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:#ff5a75;transform:translateY(-1px)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary{background:var(--bg-card-2);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border)}.btn-danger{background:var(--red);color:#fff}.btn-green{background:var(--green);color:#fff}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:20px}input,textarea,select{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:10px 14px;color:var(--text);font-family:inherit;font-size:14px;width:100%}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--accent)}.stat-bar{height:20px;background:var(--bg);border-radius:10px;overflow:hidden;position:relative}.stat-bar-fill{height:100%;border-radius:10px;transition:width .3s}.stat-bar-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:12px;font-weight:700;text-shadow:0 0 4px rgba(0,0,0,.8)}.auth-screen.svelte-1pv6ht7.svelte-1pv6ht7{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.auth-card.svelte-1pv6ht7.svelte-1pv6ht7{max-width:500px;width:100%}.logo.svelte-1pv6ht7.svelte-1pv6ht7{text-align:center;font-size:32px;color:var(--accent);margin-bottom:4px}.subtitle.svelte-1pv6ht7.svelte-1pv6ht7{text-align:center;color:var(--text-dim);margin-bottom:24px}.auth-form.svelte-1pv6ht7.svelte-1pv6ht7{display:flex;flex-direction:column;gap:8px}.auth-form.svelte-1pv6ht7 label.svelte-1pv6ht7{font-size:13px;color:var(--text-dim)}.mt20.svelte-1pv6ht7.svelte-1pv6ht7{margin-top:12px}.class-grid.svelte-1pv6ht7.svelte-1pv6ht7{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:6px 0}.class-card.svelte-1pv6ht7.svelte-1pv6ht7{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 4px;background:var(--bg-card-2);border:2px solid var(--border);border-radius:var(--radius);font-size:12px;transition:all .2s}.class-card.svelte-1pv6ht7.svelte-1pv6ht7:hover{border-color:var(--cls-color)}.class-card.selected.svelte-1pv6ht7.svelte-1pv6ht7{border-color:var(--cls-color);background:color-mix(in srgb,var(--cls-color) 20%,var(--bg-card-2))}.class-emoji.svelte-1pv6ht7.svelte-1pv6ht7{font-size:24px}.class-name.svelte-1pv6ht7.svelte-1pv6ht7{font-weight:600}.class-info.svelte-1pv6ht7.svelte-1pv6ht7{margin:8px 0}.class-info.svelte-1pv6ht7 h3.svelte-1pv6ht7{margin-bottom:6px}.class-info.svelte-1pv6ht7 p.svelte-1pv6ht7{font-size:13px;color:var(--text-dim);margin-bottom:8px}.class-stats.svelte-1pv6ht7.svelte-1pv6ht7{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4px;font-size:12px}.auth-btn.svelte-1pv6ht7.svelte-1pv6ht7{margin-top:8px;padding:14px;font-size:16px}.connecting.svelte-1pv6ht7.svelte-1pv6ht7{text-align:center;color:var(--text-dim);font-size:13px}.error-toast.svelte-1pv6ht7.svelte-1pv6ht7{position:fixed;top:16px;right:16px;z-index:999;background:var(--red);color:#fff;padding:12px 20px;border-radius:var(--radius);font-weight:600;box-shadow:0 4px 12px #0006}.challenge-modal.svelte-1pv6ht7.svelte-1pv6ht7{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.challenge-card.svelte-1pv6ht7.svelte-1pv6ht7{max-width:400px;text-align:center}.challenge-card.svelte-1pv6ht7 h2.svelte-1pv6ht7{color:var(--accent);margin-bottom:12px}.challenge-card.svelte-1pv6ht7 .big.svelte-1pv6ht7{font-size:18px;margin-bottom:8px}.bet-info.svelte-1pv6ht7.svelte-1pv6ht7{color:var(--yellow);font-size:16px;margin-bottom:16px}.challenge-buttons.svelte-1pv6ht7.svelte-1pv6ht7{display:flex;gap:8px;justify-content:center}.main-layout.svelte-1pv6ht7.svelte-1pv6ht7{max-width:1200px;margin:0 auto;padding:12px}.topbar.svelte-1pv6ht7.svelte-1pv6ht7{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:12px}.topbar-left.svelte-1pv6ht7.svelte-1pv6ht7{display:flex;align-items:center;gap:16px}.logo-small.svelte-1pv6ht7.svelte-1pv6ht7{font-size:18px;font-weight:700;color:var(--accent)}.online-badge.svelte-1pv6ht7.svelte-1pv6ht7{font-size:13px;color:var(--green)}.player-info.svelte-1pv6ht7.svelte-1pv6ht7{font-size:13px;color:var(--text-dim)}.tabs.svelte-1pv6ht7.svelte-1pv6ht7{display:flex;gap:4px;margin-bottom:12px}.tab.svelte-1pv6ht7.svelte-1pv6ht7{flex:1;padding:12px;background:var(--bg-card);border:1px solid var(--border);color:var(--text-dim);font-size:14px;font-weight:600}.tab.active.svelte-1pv6ht7.svelte-1pv6ht7{background:var(--accent);color:#fff;border-color:var(--accent)}.tab.svelte-1pv6ht7.svelte-1pv6ht7:hover:not(.active){background:var(--bg-card-2);color:var(--text)}.lobby-layout.svelte-1pv6ht7.svelte-1pv6ht7{display:grid;grid-template-columns:1fr 1fr;gap:12px}.players-list.svelte-1pv6ht7 h3.svelte-1pv6ht7,.chat.svelte-1pv6ht7 h3.svelte-1pv6ht7{margin-bottom:12px}.bet-input-row.svelte-1pv6ht7.svelte-1pv6ht7{display:flex;align-items:center;gap:8px;margin-bottom:12px}.bet-input-row.svelte-1pv6ht7 input.svelte-1pv6ht7{width:100px}.player-row.svelte-1pv6ht7.svelte-1pv6ht7{display:flex;align-items:center;gap:8px;padding:8px;border-radius:6px;margin-bottom:4px;background:var(--bg-card-2)}.player-row.svelte-1pv6ht7.svelte-1pv6ht7:hover{background:var(--border)}.player-color.svelte-1pv6ht7.svelte-1pv6ht7{width:12px;height:12px;border-radius:50%;flex-shrink:0}.player-row-name.svelte-1pv6ht7.svelte-1pv6ht7{flex:1;font-weight:600}.player-level.svelte-1pv6ht7.svelte-1pv6ht7,.player-class.svelte-1pv6ht7.svelte-1pv6ht7,.player-wl.svelte-1pv6ht7.svelte-1pv6ht7{font-size:12px;color:var(--text-dim)}.btn-sm.svelte-1pv6ht7.svelte-1pv6ht7{padding:6px 12px;font-size:12px}.empty-msg.svelte-1pv6ht7.svelte-1pv6ht7{color:var(--text-dim);text-align:center;padding:20px}.chat.svelte-1pv6ht7.svelte-1pv6ht7{display:flex;flex-direction:column}.chat-messages.svelte-1pv6ht7.svelte-1pv6ht7{flex:1;overflow-y:auto;max-height:400px;margin-bottom:8px;display:flex;flex-direction:column;gap:4px}.chat-msg.svelte-1pv6ht7.svelte-1pv6ht7{font-size:13px;padding:4px 6px;border-radius:4px}.chat-msg.system.svelte-1pv6ht7.svelte-1pv6ht7{background:#8888a01a;font-style:italic}.chat-author.svelte-1pv6ht7.svelte-1pv6ht7{font-weight:600;margin-right:4px}.chat-text.svelte-1pv6ht7.svelte-1pv6ht7{color:var(--text)}.chat-input-row.svelte-1pv6ht7.svelte-1pv6ht7{display:flex;gap:4px}.chat-input-row.svelte-1pv6ht7 input.svelte-1pv6ht7{flex:1}.shop-balance.svelte-1pv6ht7.svelte-1pv6ht7{color:var(--yellow);margin-bottom:12px}.shop-grid.svelte-1pv6ht7.svelte-1pv6ht7{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.shop-item.svelte-1pv6ht7.svelte-1pv6ht7{display:flex;flex-direction:column;gap:6px}.shop-item.locked.svelte-1pv6ht7.svelte-1pv6ht7{opacity:.6}.shop-item.owned.svelte-1pv6ht7.svelte-1pv6ht7{border-color:var(--green)}.shop-item.equipped.svelte-1pv6ht7.svelte-1pv6ht7{border-color:var(--accent)}.shop-item-header.svelte-1pv6ht7.svelte-1pv6ht7{display:flex;align-items:center;gap:6px}.shop-item-icon.svelte-1pv6ht7.svelte-1pv6ht7{font-size:24px}.shop-item-name.svelte-1pv6ht7.svelte-1pv6ht7{font-weight:700}.shop-item-desc.svelte-1pv6ht7.svelte-1pv6ht7{font-size:12px;color:var(--text-dim);flex:1}.shop-item-bonus.svelte-1pv6ht7.svelte-1pv6ht7{display:flex;flex-wrap:wrap;gap:4px;font-size:11px;color:var(--green)}.class-req.svelte-1pv6ht7.svelte-1pv6ht7{font-size:11px;color:var(--yellow)}.shop-item-footer.svelte-1pv6ht7.svelte-1pv6ht7{display:flex;justify-content:space-between;align-items:center}.price.svelte-1pv6ht7.svelte-1pv6ht7{color:var(--yellow);font-weight:700}.badge-equipped.svelte-1pv6ht7.svelte-1pv6ht7{color:var(--green);font-size:13px;font-weight:700}.level-req.svelte-1pv6ht7.svelte-1pv6ht7{font-size:11px;color:var(--red)}.profile-layout.svelte-1pv6ht7.svelte-1pv6ht7{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profile-info.svelte-1pv6ht7.svelte-1pv6ht7{margin-bottom:16px}.profile-info.svelte-1pv6ht7 p.svelte-1pv6ht7{margin:4px 0}.profile-stats.svelte-1pv6ht7.svelte-1pv6ht7{margin-bottom:16px}.stat-row.svelte-1pv6ht7.svelte-1pv6ht7{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px solid var(--border)}.inventory-grid.svelte-1pv6ht7.svelte-1pv6ht7{display:grid;grid-template-columns:1fr 1fr;gap:6px}.inv-item.svelte-1pv6ht7.svelte-1pv6ht7{display:flex;align-items:center;justify-content:space-between;gap:4px;padding:8px;background:var(--bg-card-2);border-radius:6px;font-size:13px}.inv-item.equipped.svelte-1pv6ht7.svelte-1pv6ht7{border:1px solid var(--accent)}.ranking-table.svelte-1pv6ht7.svelte-1pv6ht7{width:100%;border-collapse:collapse}.ranking-table.svelte-1pv6ht7 th.svelte-1pv6ht7,.ranking-table.svelte-1pv6ht7 td.svelte-1pv6ht7{padding:10px;text-align:left;border-bottom:1px solid var(--border)}.ranking-table.svelte-1pv6ht7 th.svelte-1pv6ht7{color:var(--text-dim);font-size:13px}.rank-num.svelte-1pv6ht7.svelte-1pv6ht7{font-weight:700;color:var(--accent)}.wins.svelte-1pv6ht7.svelte-1pv6ht7{color:var(--green)}.losses.svelte-1pv6ht7.svelte-1pv6ht7{color:var(--red)}.battle-screen.svelte-1pv6ht7.svelte-1pv6ht7{display:flex;flex-direction:column;gap:16px}.battle-arena.svelte-1pv6ht7.svelte-1pv6ht7{display:grid;grid-template-columns:1fr auto 1fr;gap:16px;align-items:center}.fighter.svelte-1pv6ht7.svelte-1pv6ht7{padding:16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius)}.fighter.you.svelte-1pv6ht7.svelte-1pv6ht7{border-left:3px solid var(--green)}.fighter.enemy.svelte-1pv6ht7.svelte-1pv6ht7{border-right:3px solid var(--red)}.fighter-header.svelte-1pv6ht7.svelte-1pv6ht7{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.fighter-name.svelte-1pv6ht7.svelte-1pv6ht7{font-size:18px;font-weight:700}.fighter-class.svelte-1pv6ht7.svelte-1pv6ht7{font-size:12px;color:var(--text-dim)}.hp-bar.svelte-1pv6ht7.svelte-1pv6ht7{margin-bottom:6px}.hp-fill.svelte-1pv6ht7.svelte-1pv6ht7{background:linear-gradient(90deg,#e74c3c,#c0392b)}.hp-fill-enemy.svelte-1pv6ht7.svelte-1pv6ht7{background:linear-gradient(90deg,#c0392b,#e74c3c)}.energy-fill.svelte-1pv6ht7.svelte-1pv6ht7{background:linear-gradient(90deg,#3498db,#2980b9)}.fighter-stats.svelte-1pv6ht7.svelte-1pv6ht7{display:flex;gap:12px;font-size:13px;color:var(--text-dim);margin-top:8px}.vs.svelte-1pv6ht7.svelte-1pv6ht7{font-size:28px;font-weight:900;color:var(--accent);text-align:center}.battle-log.svelte-1pv6ht7.svelte-1pv6ht7{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:12px}.battle-log.svelte-1pv6ht7 h4.svelte-1pv6ht7{margin-bottom:8px}.log-entries.svelte-1pv6ht7.svelte-1pv6ht7{max-height:150px;overflow-y:auto;display:flex;flex-direction:column;gap:4px}.log-entry.svelte-1pv6ht7.svelte-1pv6ht7{font-size:13px;padding:4px 6px;border-radius:4px;background:var(--bg-card-2)}.log-entry.crit.svelte-1pv6ht7.svelte-1pv6ht7{background:#e9456033}.dmg.svelte-1pv6ht7.svelte-1pv6ht7{color:var(--red);font-weight:700;margin-left:4px}.battle-actions.svelte-1pv6ht7.svelte-1pv6ht7,.consumables.svelte-1pv6ht7.svelte-1pv6ht7{display:flex;gap:8px;flex-wrap:wrap}.consumable-btn.svelte-1pv6ht7.svelte-1pv6ht7{font-size:12px}.waiting-turn.svelte-1pv6ht7.svelte-1pv6ht7{text-align:center;color:var(--text-dim);font-size:16px;padding:16px}.battle-result-modal.svelte-1pv6ht7.svelte-1pv6ht7{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.result-card.svelte-1pv6ht7.svelte-1pv6ht7{max-width:400px;text-align:center}.result-card.svelte-1pv6ht7 h2.svelte-1pv6ht7{font-size:28px;margin-bottom:16px}.result-stats.svelte-1pv6ht7 p.svelte-1pv6ht7{font-size:18px;margin:8px 0}@media (max-width: 768px){.lobby-layout.svelte-1pv6ht7.svelte-1pv6ht7,.profile-layout.svelte-1pv6ht7.svelte-1pv6ht7,.battle-arena.svelte-1pv6ht7.svelte-1pv6ht7{grid-template-columns:1fr}.vs.svelte-1pv6ht7.svelte-1pv6ht7{padding:8px 0}.class-grid.svelte-1pv6ht7.svelte-1pv6ht7{grid-template-columns:repeat(3,1fr)}.shop-grid.svelte-1pv6ht7.svelte-1pv6ht7{grid-template-columns:1fr}.topbar.svelte-1pv6ht7.svelte-1pv6ht7{flex-direction:column;gap:8px}}
