:root{--bg: #262421;--bg-2: #312e2b;--bg-3: #3b3835;--bg-4: #454240;--border: #45413e;--text: #ece9e4;--muted: #a7a39e;--muted-2: #7d7975;--accent: #81b64c;--accent-hover: #93c85c;--accent-dark: #5f9440;--accent-text: #1a2b10;--gold: #f2c25b;--danger: #e25d5d;--info: #5aa2e0;--felt: #2d6a45;--felt-dark: #1f4a30;--felt-light: #3d8258;--tile-face: #fdfdf8;--tile-face-2: #dfe3d3;--tile-edge: #a6ac8f;--tile-back: #1f5f52;--tile-back-2: #103a31;--radius: 10px;--radius-sm: 6px;--shadow: 0 8px 24px rgba(0, 0, 0, .35);--font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-tile: "Noto Serif SC", "Songti SC", "SimSun", "Noto Serif CJK SC", serif;--font-cjk: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Noto Sans CJK SC", sans-serif;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font);font-size:15px;line-height:1.45;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;font-size:inherit;cursor:pointer}input,select{font-family:inherit;font-size:inherit}h1,h2,h3{margin:0;line-height:1.2;letter-spacing:-.01em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:var(--radius-sm);border:0;font-weight:700;background:var(--bg-4);color:var(--text);transition:background .12s,transform .08s;white-space:nowrap}.btn:hover{background:#524e4b}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary{background:var(--accent);color:var(--accent-text);box-shadow:0 4px 0 var(--accent-dark)}.btn-primary:hover{background:var(--accent-hover)}.btn-primary:active{box-shadow:0 1px 0 var(--accent-dark);transform:translateY(3px)}.btn-danger{background:var(--danger);color:#fff}.btn-lg{padding:16px 28px;font-size:18px;border-radius:var(--radius)}.btn-sm{padding:6px 12px;font-size:13px}.card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius)}.input{width:100%;padding:11px 14px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg);color:var(--text);outline:none}.input:focus{border-color:var(--accent)}.muted{color:var(--muted)}.mono{font-variant-numeric:tabular-nums}.page{max-width:1100px;margin:0 auto;padding:28px 28px 60px}.page-title{font-size:28px;font-weight:800;margin-bottom:18px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--border)}.table th{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.table tr:hover td{background:#ffffff06}.pill{display:inline-flex;align-items:center;gap:6px;padding:3px 9px;border-radius:999px;font-size:12px;font-weight:600;background:var(--bg-3);color:var(--muted)}.pill.green{background:#81b64c2e;color:var(--accent)}.pill.gold{background:#f2c25b2e;color:var(--gold)}.pill.red{background:#e25d5d2e;color:var(--danger)}.error-box{background:#e25d5d24;border:1px solid rgba(226,93,93,.4);color:#f4b4b4;padding:10px 12px;border-radius:var(--radius-sm);font-size:14px}.avatar{width:36px;height:36px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;color:#fff;flex-shrink:0;background:linear-gradient(135deg,#6c8ee8,#4d5fc4)}.avatar.bot{background:linear-gradient(135deg,#8d8a86,#5f5c59)}@keyframes fade-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.fade-up{animation:fade-up .25s ease-out}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--bg-4);border-radius:999px;border:2px solid var(--bg)}.shell.svelte-12qhfyh{display:grid;grid-template-columns:160px 1fr;min-height:100vh}.sidebar.svelte-12qhfyh{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;background:var(--bg-2);border-right:1px solid var(--border);padding:14px 10px;gap:4px}.menu.svelte-12qhfyh{display:contents}.menu-btn.svelte-12qhfyh,.menu-head.svelte-12qhfyh,.scrim.svelte-12qhfyh,.bar-end.svelte-12qhfyh{display:none}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:10px;padding:6px 8px 16px}.logo-tile.svelte-12qhfyh{width:30px;height:38px;display:block;filter:drop-shadow(0 2px 3px rgba(0,0,0,.4))}.logo-tile.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:100%;height:100%;display:block}.logo-text.svelte-12qhfyh{font-size:15px;line-height:1.05;color:var(--muted);letter-spacing:-.01em}.logo-text.svelte-12qhfyh b:where(.svelte-12qhfyh){color:var(--text);font-size:17px;font-weight:800}nav.svelte-12qhfyh{display:flex;flex-direction:column;gap:2px}.nav-item.svelte-12qhfyh{display:flex;align-items:center;gap:10px;padding:10px;border-radius:var(--radius-sm);font-weight:600;color:var(--text);transition:background .12s}.nav-item.svelte-12qhfyh:hover{background:var(--bg-3)}.nav-item.active.svelte-12qhfyh{background:var(--bg-3);color:#fff}.icon.svelte-12qhfyh{width:22px;height:22px;display:inline-flex}.icon.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:100%;height:100%;fill:var(--muted)}.nav-item.active.svelte-12qhfyh .icon:where(.svelte-12qhfyh) svg:where(.svelte-12qhfyh),.nav-item.svelte-12qhfyh:hover .icon:where(.svelte-12qhfyh) svg:where(.svelte-12qhfyh){fill:var(--accent)}.spacer.svelte-12qhfyh{flex:1}.lang.svelte-12qhfyh{display:flex;gap:4px;padding:4px 10px 6px}.lang.svelte-12qhfyh button:where(.svelte-12qhfyh){flex:1;padding:4px 0;border:1px solid var(--border);border-radius:var(--radius-sm);background:transparent;color:var(--muted);font-size:12px;font-weight:700}.lang.svelte-12qhfyh button:where(.svelte-12qhfyh):hover{color:var(--text)}.lang.svelte-12qhfyh button.on:where(.svelte-12qhfyh){background:var(--bg-3);color:var(--text);border-color:var(--muted-2)}.sound-row.svelte-12qhfyh{display:flex;padding:0 10px 2px}.sound-row.svelte-12qhfyh .sound{flex:1}.online.svelte-12qhfyh{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted);padding:6px 10px}.dot.svelte-12qhfyh{width:8px;height:8px;border-radius:50%;background:var(--muted-2)}.dot.on.svelte-12qhfyh{background:var(--accent);box-shadow:0 0 8px var(--accent)}.user-card.svelte-12qhfyh{display:flex;flex-direction:column;gap:8px;padding:10px 6px 4px;border-top:1px solid var(--border)}.user-link.svelte-12qhfyh{display:flex;align-items:center;gap:10px;min-width:0}.user-meta.svelte-12qhfyh{display:flex;flex-direction:column;min-width:0}.user-name.svelte-12qhfyh{font-weight:700;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-rating.svelte-12qhfyh{font-size:12px;color:var(--muted)}.auth-buttons.svelte-12qhfyh{display:flex;flex-direction:column;gap:8px;padding:10px 4px 4px;border-top:1px solid var(--border)}.content.svelte-12qhfyh{min-width:0}@media(max-width:800px){.shell.svelte-12qhfyh{grid-template-columns:1fr;grid-template-rows:auto 1fr}.sidebar.svelte-12qhfyh{position:static;height:auto;flex-direction:row;align-items:center;gap:6px;padding:4px 8px;border-right:0;border-bottom:1px solid var(--border)}.menu-btn.svelte-12qhfyh,.close-btn.svelte-12qhfyh{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:none;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--text);cursor:pointer}.menu-btn.svelte-12qhfyh:hover,.close-btn.svelte-12qhfyh:hover{background:var(--bg-3)}.menu-btn.svelte-12qhfyh svg:where(.svelte-12qhfyh),.close-btn.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:26px;height:26px;fill:currentColor}.logo.svelte-12qhfyh{padding:2px 4px;margin-right:auto}.bar-end.svelte-12qhfyh{display:flex;align-items:center;gap:6px}.bar-avatar.svelte-12qhfyh{width:32px;height:32px;font-size:14px}.scrim.svelte-12qhfyh{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;border:0;padding:0;background:#0000008c;opacity:0;visibility:hidden;transition:opacity .22s ease,visibility 0s linear .22s}.menu.svelte-12qhfyh{display:flex;flex-direction:column;gap:4px;position:fixed;top:0;left:0;bottom:0;z-index:61;width:min(300px,84vw);padding:6px 10px 14px;background:var(--bg-2);border-right:1px solid var(--border);box-shadow:var(--shadow);overflow-y:auto;transform:translate(-100%);visibility:hidden;transition:transform .22s ease,visibility 0s linear .22s}.open.svelte-12qhfyh .scrim:where(.svelte-12qhfyh){opacity:1;visibility:visible;transition-delay:0s}.open.svelte-12qhfyh .menu:where(.svelte-12qhfyh){transform:none;visibility:visible;transition-delay:0s}.menu-head.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;padding:0 0 6px 10px;margin-bottom:6px;border-bottom:1px solid var(--border)}.menu-title.svelte-12qhfyh{font-weight:800;font-size:15px}.menu.svelte-12qhfyh .auth-buttons:where(.svelte-12qhfyh){display:none}}@media(max-width:350px){.logo-text.svelte-12qhfyh{display:none}}@media(prefers-reduced-motion:reduce){.menu.svelte-12qhfyh,.scrim.svelte-12qhfyh{transition:none}}
