:root{--bg: #0d1117;--surface: #161b22;--surface-hover: #1c2128;--border: #30363d;--text: #e6edf3;--text-muted: #8b949e;--text-subtle: #6e7681;--accent: #58a6ff;--accent-hover: #79c0ff;--error: #f85149;--warning: #d29922;--success: #3fb950;--radius: 8px;--radius-sm: 4px;--font-sans: -apple-system, "Microsoft JhengHei", "Segoe UI", sans-serif;--font-mono: "Cascadia Code", "JetBrains Mono", "Fira Code", monospace}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.app.svelte-12qhfyh{display:flex;min-height:100vh}.sidebar.svelte-12qhfyh{width:220px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;flex-shrink:0;position:sticky;top:0;height:100vh}.logo.svelte-12qhfyh{padding:20px 16px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border)}.logo-icon.svelte-12qhfyh{font-size:24px}.logo-text.svelte-12qhfyh{font-size:16px;font-weight:700;color:var(--text)}.nav-links.svelte-12qhfyh{flex:1;padding:8px;display:flex;flex-direction:column;gap:2px}.nav-item.svelte-12qhfyh{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:var(--radius);color:var(--text-muted);font-size:14px;transition:all .15s;text-decoration:none}.nav-item.svelte-12qhfyh:hover{background:var(--surface-hover);color:var(--text);text-decoration:none}.nav-item.active.svelte-12qhfyh{background:#58a6ff1a;color:var(--accent)}.nav-icon.svelte-12qhfyh{font-size:18px;width:24px;text-align:center}.nav-footer.svelte-12qhfyh{padding:12px 16px;border-top:1px solid var(--border)}.user-info.svelte-12qhfyh{display:flex;align-items:center;gap:10px;margin-bottom:8px}.user-avatar.svelte-12qhfyh{font-size:22px}.user-detail.svelte-12qhfyh{display:flex;flex-direction:column;min-width:0}.user-name.svelte-12qhfyh{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role.svelte-12qhfyh{font-size:11px;color:var(--text-muted)}.logout-btn.svelte-12qhfyh{width:100%;padding:5px;border-radius:var(--radius-sm);border:1px solid var(--border);background:transparent;color:var(--text-muted);font-size:11px;cursor:pointer;transition:all .15s}.logout-btn.svelte-12qhfyh:hover{border-color:var(--error);color:var(--error)}.login-link.svelte-12qhfyh{display:block;text-align:center;padding:8px;border-radius:var(--radius);background:var(--accent);color:#fff;font-size:13px;font-weight:500;text-decoration:none}.login-link.svelte-12qhfyh:hover{background:var(--accent-hover);text-decoration:none;color:#fff}.content.svelte-12qhfyh{flex:1;min-width:0;padding:32px;max-width:1200px}
