:root{--bg: #f8f9fb;--surface: #ffffff;--surface-alt: #fbfbfc;--hover-bg: #f3f4f6;--sidebar-bg: #0a2118;--sidebar-surface: #143020;--sidebar-text: #e2e8f0;--sidebar-text-muted: #94a3b8;--sidebar-active-bg: #1e8f59;--text-primary: #252525;--text-secondary: #68727d;--text-tertiary: #b0b0b0;--text-muted: #6d756b;--border-color: #c6cacd;--border-light: #f5f5f5;--border-strong: #c9c9c9;--accent: #27b973;--accent-light: #41d78f;--accent-hover: #1e8f59;--accent-bg: #bcf1d7;--accent-text: #ffffff;--status-positive: #27b973;--status-positive-bg: #bcf1d7;--status-positive-text: #1e8f59;--status-negative: #c5241b;--status-negative-bg: #fef2f2;--status-negative-text: #7f1d1d;--status-warning: #efa22f;--status-warning-bg: #fdf0d9;--status-warning-text: #7a4a00;--status-neutral: #6b7280;--status-neutral-bg: #f3f4f6;--status-neutral-text: #374151;--bar-red: #c5241b;--bar-orange: #efa22f;--bar-yellow: #f3b75e;--bar-green: #27b973;--bar-track: #f5f5f5;--gauge-excellent: #1e8f59;--gauge-good: #27b973;--gauge-fair: #efa22f;--gauge-poor: #c5241b;--rail-width: 72px;--tab-bar-height: 56px;--header-height: 64px;--content-max: 1280px;--layout-scrollbar-width: 10px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .05);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Poppins", var(--font-sans);--font-size-xs: 11px;--font-size-sm: 12px;--font-size-base: 14px;--font-size-md: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-3xl: 32px;--transition-fast: .15s ease;--transition-base: .2s ease}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{font-family:var(--font-sans);font-size:var(--font-size-base);color:var(--text-primary);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}router-outlet+*{display:block;width:100%;min-width:0}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;color:var(--text-primary)}p{margin:0}button{font-family:inherit;cursor:pointer}a{color:inherit;text-decoration:none}input,select,textarea{font-family:inherit;font-size:inherit}::selection{background:var(--accent);color:var(--accent-text)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:var(--radius-full);border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
