.header.svelte-1elxaub{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:12px;padding:8px 16px;height:var(--header-h, 56px);box-sizing:border-box;background:var(--surface);border-bottom:1px solid var(--border)}.menu-btn.svelte-1elxaub{width:40px;height:40px;border-radius:8px;border:1px solid var(--border);background:var(--surface-2);display:grid;place-items:center;gap:3px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.menu-btn.svelte-1elxaub:hover{background:var(--surface);border-color:var(--border)}.bar.svelte-1elxaub{width:18px;height:2px;background:var(--text);display:block;opacity:.9}.brand.svelte-1elxaub{display:flex;align-items:center;gap:10px}.title.svelte-1elxaub{font-weight:700;letter-spacing:.2px;color:var(--text)}.spacer.svelte-1elxaub{flex:1}.account.svelte-1elxaub{display:flex;align-items:center;gap:10px;padding:6px 10px;border-radius:10px;border:1px solid var(--border);background:var(--surface-2)}.coin.svelte-1elxaub{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--primary);color:var(--surface);font-weight:900}.balance.svelte-1elxaub{line-height:1.1}.label.svelte-1elxaub{font-size:11px;color:var(--muted)}.amount.svelte-1elxaub{font-weight:700;color:var(--text)}.actions.svelte-1elxaub{display:flex;align-items:center;gap:8px;margin-left:8px}.link.svelte-1elxaub{color:var(--text);text-decoration:none;font-size:13px;opacity:.9}.link.svelte-1elxaub:hover{opacity:1}.btn.svelte-1elxaub{background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:8px;padding:8px 10px;font-size:13px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.btn.svelte-1elxaub:hover{background:var(--surface)}@media (min-width: 1024px){.menu-btn.svelte-1elxaub{display:none}}.sidebar.svelte-129hoe0{width:260px;background:var(--surface);border-right:1px solid var(--border);padding:14px 12px;box-sizing:border-box;position:fixed;top:var(--header-h, 56px);bottom:0;left:0;overflow:auto;transform:translate(-100%);transition:transform .2s ease;z-index:40}.sidebar[data-open=true].svelte-129hoe0{transform:translate(0)}.nav.svelte-129hoe0{display:flex;flex-direction:column;gap:6px}.section-label.svelte-129hoe0{font-size:11px;font-weight:600;text-transform:uppercase;color:var(--muted);padding:12px 12px 4px;letter-spacing:.5px}.nav-item.svelte-129hoe0{display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:var(--text);text-decoration:none;border:1px solid transparent;background:transparent;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.badge.svelte-129hoe0{background:var(--primary);color:var(--primary-contrast);font-size:11px;font-weight:700;padding:2px 6px;border-radius:999px;min-width:18px;text-align:center}.nav-item.game-item.svelte-129hoe0{padding-left:24px}.icon.svelte-129hoe0{width:20px;height:20px;opacity:.9}.nav-item.svelte-129hoe0:hover{background:var(--surface-2);border-color:var(--border);color:var(--text)}@media (min-width: 1024px){.sidebar.svelte-129hoe0{transform:none!important;position:sticky;top:var(--header-h, 56px);height:calc(100dvh - var(--header-h, 56px))}}.overlay.svelte-juyqx4{position:fixed;inset:0;background:var(--bg);display:grid;place-items:center;z-index:9999;padding:20px}.popup.svelte-juyqx4{text-align:center;max-width:500px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:40px 32px}.icon.svelte-juyqx4{font-size:64px;margin-bottom:20px;animation:svelte-juyqx4-pulse 2s ease-in-out infinite}@keyframes svelte-juyqx4-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}h2.svelte-juyqx4{margin:0 0 12px;font-size:24px;color:var(--text)}p.svelte-juyqx4{margin:0 0 24px;color:var(--muted);line-height:1.6}p.svelte-juyqx4 strong:where(.svelte-juyqx4){color:var(--text);font-weight:600}.regions-list.svelte-juyqx4{font-size:13px;background:var(--surface-2);padding:12px;border-radius:8px;border:1px solid var(--border);margin:0 0 24px}.footer.svelte-juyqx4{margin-top:0;font-size:13px;color:var(--muted)}.chat-button.svelte-19sxtfj{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:var(--primary);color:#fff;border:none;cursor:pointer;box-shadow:0 4px 12px #0000004d;display:flex;align-items:center;justify-content:center;z-index:1000;transition:all .3s ease}.chat-button.svelte-19sxtfj:hover{transform:scale(1.1);box-shadow:0 6px 20px #4f46e566}.badge.svelte-19sxtfj{position:absolute;top:-4px;right:-4px;font-size:16px}.chat-sidebar.svelte-19sxtfj{position:fixed;bottom:0;right:0;width:350px;height:500px;background:var(--surface);border:1px solid var(--border);border-radius:12px 12px 0 0;box-shadow:0 -4px 20px #0000004d;display:flex;flex-direction:column;z-index:1001}.chat-header.svelte-19sxtfj{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--border);background:var(--surface-2);border-radius:12px 12px 0 0}.chat-header.svelte-19sxtfj h3:where(.svelte-19sxtfj){margin:0;font-size:18px;color:var(--text)}.close-btn.svelte-19sxtfj{background:none;border:none;color:var(--muted);font-size:24px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px}.close-btn.svelte-19sxtfj:hover{background:var(--surface);color:var(--text)}.banned-message.svelte-19sxtfj{flex:1;display:flex;align-items:center;justify-content:center;padding:20px;text-align:center}.banned-message.svelte-19sxtfj p:where(.svelte-19sxtfj){color:var(--muted);font-size:16px}.chat-messages.svelte-19sxtfj{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.message.svelte-19sxtfj{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:10px;position:relative}.message-header.svelte-19sxtfj{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.username.svelte-19sxtfj{font-weight:600;color:var(--primary);font-size:14px}.message-content.svelte-19sxtfj{color:var(--text);font-size:14px;line-height:1.4;word-wrap:break-word}.report-btn.svelte-19sxtfj{position:absolute;top:8px;right:8px;background:none;border:none;color:var(--muted);font-size:11px;cursor:pointer;padding:2px 6px;border-radius:4px}.report-btn.svelte-19sxtfj:hover{background:var(--surface);color:var(--warning)}.chat-input.svelte-19sxtfj{display:flex;gap:8px;padding:12px;border-top:1px solid var(--border);background:var(--surface-2)}.chat-input.svelte-19sxtfj input:where(.svelte-19sxtfj){flex:1;background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:10px 12px;color:var(--text);font-size:14px}.chat-input.svelte-19sxtfj input:where(.svelte-19sxtfj):focus{outline:none;border-color:var(--primary)}.chat-input.svelte-19sxtfj button:where(.svelte-19sxtfj){background:var(--primary);color:#fff;border:none;border-radius:8px;padding:10px 16px;font-weight:600;cursor:pointer;transition:all .2s ease}.chat-input.svelte-19sxtfj button:where(.svelte-19sxtfj):hover:not(:disabled){background:color-mix(in oklab,var(--primary),white 10%)}.chat-input.svelte-19sxtfj button:where(.svelte-19sxtfj):disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.chat-sidebar.svelte-19sxtfj{width:100%;right:0;left:0}}:root{--bg: #161a20;--surface: #1d222c;--surface-2: #262c38;--border: #202532;--text: #e5e7eb;--muted: #9aa3b2;--primary: #4f46e5;--primary-contrast: #ffffff;--success: #22c55e;--warning: #f59e0b}html,body,#svelte{height:100%;background:var(--bg);color:var(--text)}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji";line-height:1.4}.app.svelte-12qhfyh{min-height:100dvh;display:flex;flex-direction:column}.app-body.svelte-12qhfyh{display:grid;grid-template-columns:1fr}.overlay.svelte-12qhfyh{position:fixed;inset:60px 0 0;background:#00000059;border:none;margin:0;padding:0;cursor:pointer;z-index:30}.content.svelte-12qhfyh{padding:16px;margin-top:0}@media (min-width: 1024px){.app-body.svelte-12qhfyh{grid-template-columns:260px 1fr}.overlay.svelte-12qhfyh{display:none}.content.svelte-12qhfyh{padding:24px 24px 32px}}
