@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=IBM+Plex+Sans:wght@300;400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-elevated: #f1f3f5;--bg-card: #ffffff;--header-bg: #0f2940;--header-text: #ffffff;--header-text-muted: rgba(255, 255, 255, .85);--header-accent: #4a9b94;--text-primary: #1a1f24;--text-secondary: #3d4852;--text-muted: #6b7785;--text-subtle: #8896a4;--accent-teal: #1a7a72;--accent-teal-bg: rgba(26, 122, 114, .08);--accent-teal-border: rgba(26, 122, 114, .25);--accent-copper: #b8860b;--accent-copper-bg: rgba(184, 134, 11, .08);--accent-copper-border: rgba(184, 134, 11, .3);--accent-burgundy: #8b3a3a;--accent-burgundy-bg: rgba(139, 58, 58, .08);--status-stable: #1a7a72;--status-review: #b8860b;--status-attention: #c4700a;--border-light: #e5e9ed;--border-medium: #d1d8df;--border-strong: #b8c2cc;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "IBM Plex Sans", -apple-system, sans-serif;--font-mono: "IBM Plex Mono", monospace}[data-theme=dark]{--bg-primary: #0d1117;--bg-secondary: #161b22;--bg-elevated: #1c2128;--bg-card: #1c2128;--header-bg: #0a1929;--header-text: #ffffff;--header-text-muted: rgba(255, 255, 255, .9);--header-accent: #5eb8b0;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .9);--text-muted: rgba(255, 255, 255, .75);--text-subtle: rgba(255, 255, 255, .6);--accent-teal: #3db9ae;--accent-teal-bg: rgba(61, 185, 174, .15);--accent-teal-border: rgba(61, 185, 174, .4);--accent-copper: #e5a821;--accent-copper-bg: rgba(229, 168, 33, .15);--accent-copper-border: rgba(229, 168, 33, .4);--accent-burgundy: #e57373;--accent-burgundy-bg: rgba(229, 115, 115, .15);--status-stable: #3db9ae;--status-review: #e5a821;--status-attention: #f5b041;--border-light: #30363d;--border-medium: #3d444d;--border-strong: #4a525c}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--bg-primary: #0d1117;--bg-secondary: #161b22;--bg-elevated: #1c2128;--bg-card: #1c2128;--header-bg: #0a1929;--header-text: #ffffff;--header-text-muted: rgba(255, 255, 255, .9);--header-accent: #5eb8b0;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .9);--text-muted: rgba(255, 255, 255, .75);--text-subtle: rgba(255, 255, 255, .6);--accent-teal: #3db9ae;--accent-teal-bg: rgba(61, 185, 174, .15);--accent-teal-border: rgba(61, 185, 174, .4);--accent-copper: #e5a821;--accent-copper-bg: rgba(229, 168, 33, .15);--accent-copper-border: rgba(229, 168, 33, .4);--accent-burgundy: #e57373;--accent-burgundy-bg: rgba(229, 115, 115, .15);--status-stable: #3db9ae;--status-review: #e5a821;--status-attention: #f5b041;--border-light: #30363d;--border-medium: #3d444d;--border-strong: #4a525c}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body);background:var(--bg-secondary);color:var(--text-primary);font-size:15px;line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;min-height:100vh}.data-table tr:hover,.detail-item:hover{background:var(--bg-elevated)}.cluster-item:hover{border-color:var(--border-medium)}a{color:var(--accent-teal)}.theme-toggle{background:transparent;border:1px solid rgba(255,255,255,.3);color:var(--header-text);padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s}.theme-toggle:hover{background:#ffffff1a;border-color:#ffffff80}
