@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--brand: #005B96;--brand-hover: #004d80;--brand-glow: rgba(0, 91, 150, .25);--brand-subtle: rgba(0, 91, 150, .08);--bg: #F0F4F8;--surface: #FFFFFF;--surface-raised: #FFFFFF;--text-primary: #1A1A2E;--text-secondary: #4A5568;--text-muted: #94A3B8;--text-on-brand: #FFFFFF;--border: #E2E8F0;--border-focus: #005B96;--sidebar-bg: #0B0E14;--sidebar-surface: #161B22;--sidebar-border: #21262D;--sidebar-text: #8B949E;--sidebar-text-active: #F0F6FC;--sidebar-active-bg: rgba(0, 91, 150, .18);--sidebar-active-border: #005B96;--sidebar-hover-bg: rgba(255, 255, 255, .05);--sidebar-section-label: #444C56;--sidebar-icon-muted: #484F58;--success: #10B981;--success-bg: rgba(16, 185, 129, .08);--warning: #F59E0B;--warning-bg: rgba(245, 158, 11, .08);--error: #EF4444;--error-bg: rgba(239, 68, 68, .08);--info: #3B82F6;--info-bg: rgba(59, 130, 246, .08);--sidebar-width: 240px;--header-height: 64px;--radius-sm: 4px;--radius: 8px;--radius-lg: 12px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .12);--transition: .15s ease;--transition-med: .25s ease}[data-theme=dark]{--brand: #007BFF;--brand-hover: #0069d9;--brand-glow: rgba(0, 123, 255, .25);--brand-subtle: rgba(0, 123, 255, .08);--bg: #0B0E14;--surface: #161B22;--surface-raised: #21262D;--text-primary: #F0F6FC;--text-secondary: #8B949E;--text-muted: #6E7681;--border: #30363D;--border-focus: #007BFF;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .5)}html,body,#root{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg);color:var(--text-primary);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color var(--transition-med),color var(--transition-med)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}*:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:var(--radius-sm)}h1{font-size:24px;font-weight:700;line-height:1.3}h2{font-size:20px;font-weight:600;line-height:1.3}h3{font-size:16px;font-weight:600;line-height:1.4}h4{font-size:14px;font-weight:600;line-height:1.4}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}code,pre{font-family:JetBrains Mono,Fira Code,monospace;font-size:13px}input,select,textarea{font-family:inherit;font-size:14px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
