@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg: #0E1116;--surface: #161B22;--surface-2: #1C2128;--surface-3: #21262D;--border: #30363D;--border-soft: #21262D;--text: #E6EDF3;--text-muted: #8B949E;--text-faint: #545D68;--accent: #D97706;--accent-soft: #F0993D;--positive: #3FB950;--negative: #F85149;--track: #21262D;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px}.light-theme{--bg: #F8FAFC;--surface: #FFFFFF;--surface-2: #F1F5F9;--surface-3: #E2E8F0;--border: #E2E8F0;--border-soft: #F1F5F9;--text: #0F172A;--text-muted: #475569;--text-faint: #94A3B8;--accent: #2563EB;--accent-soft: #3B82F6;--positive: #16A34A;--negative: #EF4444;--track: #E2E8F0}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}input,select,button,textarea{font-family:inherit}.mono{font-family:JetBrains Mono,Fira Code,monospace}input:not([type=checkbox]):not([type=radio]):focus,select:focus,textarea:focus{outline:none;border-color:var(--accent)!important;box-shadow:0 0 0 3px #e362091f!important}.nav-link{display:flex;align-items:center;gap:8px;padding:0 10px;height:32px;font-size:13px;font-weight:500;text-decoration:none;border-radius:var(--radius-sm);color:var(--text-muted);border-left:2px solid transparent;transition:background .1s ease,color .1s ease;cursor:pointer}.nav-link:hover{background:var(--surface-2);color:var(--text)}.nav-link.active{background:#d977061f;color:var(--accent-soft);border-left-color:var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding-left:8px}.da-row:hover td{background:var(--surface-2)}.da-row td{transition:background .1s ease}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-sm);background:transparent;border:none;cursor:pointer;color:var(--text-muted);transition:background .1s ease,color .1s ease;text-decoration:none;flex-shrink:0}.btn-ghost:hover{background:var(--surface-3);color:var(--text)}.btn-ghost.danger:hover{background:#da36331a;color:var(--red)}.btn-primary:hover{background:var(--accent-soft)!important}.loading-screen{display:flex;align-items:center;justify-content:center;height:100vh;background:var(--bg);color:var(--text-muted);font-size:13px}.sidebar-collapsed .nav-link{width:32px;height:32px;padding:0;margin:0 auto;justify-content:center;border-left:none!important;border-radius:var(--radius-sm)!important;padding-left:0!important}.sidebar-collapsed .nav-link.active{border-left:none!important;padding-left:0!important;border-radius:var(--radius-sm)!important}.nav-link-tall{height:auto!important;min-height:32px;padding:5px 10px!important;white-space:normal!important;line-height:1.3;align-items:flex-start!important}.nav-link-tall svg{flex-shrink:0;margin-top:1px}input[type=date].date-range-input{color-scheme:dark}.light-theme input[type=date].date-range-input{color-scheme:light}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--surface-3);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border)}.light-theme{--card-shadow: 0 2px 8px rgba(0, 0, 0, .04)}.light-theme [style*="borderRadius: 8"]{border-radius:12px!important}.light-theme .btn-ghost{transition:all .12s ease}.light-theme .btn-ghost:hover{background:#f1f5f9!important}.light-theme .btn-primary:hover{background:#1d4ed8!important;box-shadow:0 4px 12px #2563eb26!important}
