*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary: #0d0f0e;--bg-secondary: #141714;--bg-card: #1a1d1a;--bg-elevated: #212421;--border: #2a2e2a;--border-active: #3d453d;--text-primary: #e8ede8;--text-secondary: #8a9e8a;--text-muted: #556055;--accent-green: #4ade80;--accent-yellow: #fbbf24;--accent-red: #f87171;--accent-blue: #60a5fa;--accent-orange: #fb923c;--risk-none: #4ade80;--risk-low: #86efac;--risk-medium: #fbbf24;--risk-high: #f87171;--risk-critical: #ef4444}.light{--bg-primary: #f5f7f5;--bg-secondary: #ffffff;--bg-card: #eef1ee;--bg-elevated: #e4e8e4;--border: #d0d8d0;--border-active: #a8b8a8;--text-primary: #1a211a;--text-secondary: #3d5a3d;--text-muted: #7a9a7a;--accent-green: #16a34a;--accent-yellow: #d97706;--accent-red: #dc2626;--accent-blue: #2563eb;--accent-orange: #ea580c;--risk-none: #16a34a;--risk-low: #15803d;--risk-medium: #d97706;--risk-high: #dc2626;--risk-critical: #b91c1c}html,body,#root{height:100%;font-family:IBM Plex Sans,sans-serif;background:var(--bg-primary);color:var(--text-primary)}body{overflow-x:hidden;line-height:1.6}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-active);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-ring{0%{box-shadow:0 0 #4ade8066}70%{box-shadow:0 0 0 8px #4ade8000}to{box-shadow:0 0 #4ade8000}}@keyframes scan{0%{transform:translateY(-100%);opacity:.6}to{transform:translateY(400%);opacity:0}}.animate-in{animation:fadeIn .3s ease forwards}
