:root{--bg: #f4f5f7;--surface: #ffffff;--surface-2: #f0f1f4;--surface-3: #e8eaed;--border: #dde0e6;--text: #111318;--text-2: #5c6070;--text-3: #9099aa;--primary: #3b82f6;--primary-hover: #2563eb;--primary-fg: #fff;--primary-muted: #eff6ff;--danger: #ef4444;--danger-hover: #dc2626;--danger-muted: #fef2f2;--success: #22c55e;--success-muted: #f0fdf4;--warning: #f59e0b;--warning-muted: #fffbeb;--orange: #f97316;--radius: 10px;--radius-sm: 7px;--shadow-sm: 0 1px 2px rgba(0,0,0,.06);--shadow: 0 1px 4px rgba(0,0,0,.07), 0 4px 16px rgba(0,0,0,.05)}[data-theme=dark]{--bg: #0b0c10;--surface: #13141c;--surface-2: #1c1d28;--surface-3: #242634;--border: #2c2e3e;--text: #eceef4;--text-2: #8b90a8;--text-3: #555870;--primary: #60a5fa;--primary-hover: #3b82f6;--primary-fg: #0b0c10;--primary-muted: #172033;--danger: #f87171;--danger-hover: #ef4444;--danger-muted: #200e0e;--success: #4ade80;--success-muted: #0d200f;--warning: #fbbf24;--warning-muted: #1f1700;--orange: #fb923c;--shadow-sm: 0 1px 2px rgba(0,0,0,.3);--shadow: 0 1px 4px rgba(0,0,0,.4), 0 4px 16px rgba(0,0,0,.3)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}code,.mono{font-family:JetBrains Mono,Fira Code,SF Mono,Consolas,monospace;font-size:.85em}button{font-family:inherit;cursor:pointer;border:none;outline:none}input,textarea{font-family:inherit}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.dashboard-header{height:68px;border-bottom:1px solid var(--border);background:var(--surface);display:flex;align-items:center;padding:0 1.5rem;gap:1rem;position:sticky;top:0;z-index:20}.dashboard-logo{height:48px;width:auto;margin-right:.25rem}.dashboard-nav{display:flex;gap:.15rem;flex:1}.dashboard-nav-button{padding:.35rem .85rem;border-radius:var(--radius-sm);font-size:.845rem;font-weight:400;background:transparent;color:var(--text-2);display:flex;align-items:center;gap:.4rem;transition:all .15s}.dashboard-nav-button.active{background:var(--surface-2);color:var(--text);font-weight:600}.dashboard-actions{display:flex;align-items:center;gap:.5rem}.dashboard-user{font-size:.78rem;color:var(--text-2);max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-icon-button{padding:.35rem .55rem;background:var(--surface-2);border:1px solid var(--border);border-radius:7px;font-size:.75rem;font-weight:700;color:var(--text-2);line-height:1}.dashboard-icon-button.theme{padding:.35rem;font-size:.95rem}.dashboard-signout{padding:.35rem .75rem;background:transparent;border:1px solid var(--border);border-radius:7px;font-size:.8rem;color:var(--text-2);font-weight:500}.dashboard-menu-button,.dashboard-menu-backdrop,.dashboard-mobile-menu{display:none}@media (max-width: 720px){.dashboard-header{height:62px;padding:0 1rem;justify-content:space-between}.dashboard-logo{height:40px;max-width:min(220px,calc(100vw - 88px))}.dashboard-nav,.dashboard-actions{display:none}.dashboard-menu-button{width:42px;height:42px;border-radius:12px;border:1px solid var(--border);background:var(--surface-2);display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;position:relative;z-index:31}.dashboard-menu-button span{width:18px;height:2px;border-radius:2px;background:var(--text);transition:transform .18s ease,opacity .18s ease}.dashboard-menu-button.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.dashboard-menu-button.open span:nth-child(2){opacity:0}.dashboard-menu-button.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.dashboard-menu-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000047;z-index:25}.dashboard-mobile-menu{display:block;position:absolute;top:54px;right:1rem;left:1rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:.8rem;z-index:30}.dashboard-mobile-user{padding:.7rem .75rem;margin-bottom:.45rem;border-radius:12px;background:var(--surface-2);color:var(--text-2);font-size:.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-mobile-nav{display:grid;gap:.35rem;margin-bottom:.7rem}.dashboard-mobile-nav-button,.dashboard-mobile-action-button{width:100%;padding:.75rem .85rem;border-radius:12px;background:transparent;color:var(--text-2);display:flex;align-items:center;gap:.6rem;font-size:.92rem;font-weight:600;text-align:left}.dashboard-mobile-nav-button.active{background:var(--primary-muted);color:var(--primary)}.dashboard-mobile-actions{display:grid;gap:.35rem;padding-top:.7rem;border-top:1px solid var(--border)}.dashboard-mobile-action-button{background:var(--surface-2);justify-content:center}.dashboard-mobile-action-button.danger{color:var(--danger);background:var(--danger-muted)}main{padding:1.1rem .85rem!important}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
