:root{--color-bg: #0a0c10;--color-surface: #13151f;--color-surface-2: #1c1f2e;--color-surface-3: #252840;--color-border: #2a2d3e;--color-border-strong: #3d4163;--color-text: #e2e8f0;--color-text-muted: #8892a4;--color-text-subtle: #5a6478;--color-primary: #6366f1;--color-primary-dark: #4f52e5;--color-primary-subtle: rgba(99, 102, 241, .12);--color-success: #22c55e;--color-success-subtle: rgba(34, 197, 94, .12);--color-warning: #f59e0b;--color-warning-subtle: rgba(245, 158, 11, .12);--color-error: #ef4444;--color-error-subtle: rgba(239, 68, 68, .12);--color-info: #3b82f6;--color-info-subtle: rgba(59, 130, 246, .12);--sidebar-width: 220px;--header-height: 56px;--radius: 8px;--radius-sm: 6px;--radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .4);--shadow-md: 0 4px 16px rgba(0, 0, 0, .5);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .6)}[data-theme=dark_blue]{--color-primary: #3b82f6;--color-primary-dark: #2563eb;--color-primary-subtle: rgba(59, 130, 246, .12)}[data-theme=dark_purple]{--color-primary: #a855f7;--color-primary-dark: #9333ea;--color-primary-subtle: rgba(168, 85, 247, .12)}[data-theme=dark_green]{--color-primary: #22c55e;--color-primary-dark: #16a34a;--color-primary-subtle: rgba(34, 197, 94, .12)}[data-theme=dark_orange]{--color-primary: #f97316;--color-primary-dark: #ea6c0a;--color-primary-subtle: rgba(249, 115, 22, .12)}[data-theme=midnight]{--color-bg: #030712;--color-surface: #0d1117;--color-surface-2: #161b22;--color-surface-3: #21262d;--color-border: #30363d;--color-border-strong: #484f58;--color-primary: #22d3ee;--color-primary-dark: #06b6d4;--color-primary-subtle: rgba(34, 211, 238, .12)}[data-theme=ocean]{--color-bg: #0c1a2e;--color-surface: #112240;--color-surface-2: #1a3560;--color-surface-3: #233f72;--color-border: #2d4f80;--color-border-strong: #3a6090;--color-primary: #64ffda;--color-primary-dark: #00d9b0;--color-primary-subtle: rgba(100, 255, 218, .12);--color-text: #ccd6f6;--color-text-muted: #8892b0}[data-theme=light_default]{--color-bg: #f8fafc;--color-surface: #ffffff;--color-surface-2: #f1f5f9;--color-surface-3: #e8edf5;--color-border: #e2e8f0;--color-border-strong: #cbd5e1;--color-text: #0f172a;--color-text-muted: #64748b;--color-text-subtle: #94a3b8;--color-primary: #6366f1;--color-primary-dark: #4f52e5;--color-primary-subtle: rgba(99, 102, 241, .1);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .12)}[data-theme=light_blue]{--color-bg: #f8fafc;--color-surface: #ffffff;--color-surface-2: #f1f5f9;--color-surface-3: #e8edf5;--color-border: #e2e8f0;--color-border-strong: #cbd5e1;--color-text: #0f172a;--color-text-muted: #64748b;--color-text-subtle: #94a3b8;--color-primary: #3b82f6;--color-primary-dark: #2563eb;--color-primary-subtle: rgba(59, 130, 246, .1);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .12)}[data-theme=light_green]{--color-bg: #f8fafc;--color-surface: #ffffff;--color-surface-2: #f1f5f9;--color-surface-3: #e8edf5;--color-border: #e2e8f0;--color-border-strong: #cbd5e1;--color-text: #0f172a;--color-text-muted: #64748b;--color-text-subtle: #94a3b8;--color-primary: #22c55e;--color-primary-dark: #16a34a;--color-primary-subtle: rgba(34, 197, 94, .1);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;background:var(--color-bg);color:var(--color-text);line-height:1.6}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-border-strong)}code,pre{font-family:JetBrains Mono,Fira Code,Menlo,monospace;font-size:.85em}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-ring{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(2)}}@keyframes slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fade-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){:root{--sidebar-width: 0px}.sidebar-desktop{display:none!important}.sidebar-overlay{display:flex!important}.main-padding{padding:20px 16px!important}.grid-6-col{grid-template-columns:repeat(3,1fr)!important}.grid-2-col{grid-template-columns:1fr!important}.page-header-row{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.page-header-actions{flex-wrap:wrap!important}}@media (max-width: 640px){.main-padding{padding:16px 12px!important}.grid-6-col,.grid-summary{grid-template-columns:repeat(2,1fr)!important}.filter-tabs-scroll{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.filter-tabs-scroll::-webkit-scrollbar{display:none}.pagination-wrapper{flex-direction:column!important;align-items:center!important}.timing-row{flex-direction:column!important;gap:8px!important}.page-header-actions button span{display:none}}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:998;animation:fade-in .2s ease-out}@keyframes slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}.sidebar-mobile{animation:slide-in-left .2s ease-out}
