:root{--bg: #06080D;--card: rgba(14,18,27,.85);--surface: rgba(18,23,34,.6);--border: rgba(255,255,255,.06);--subtext: #5A6577;--white: #E8ECF0;--blue: #3B82F6;--green: #22C55E;--yellow: #FBBF24;--orange: #F97316;--red: #EF4444;--font: "SF Pro", "Inter", -apple-system, sans-serif;--mono: "SF Mono", "Fira Code", monospace;--severity-critical: var(--red);--severity-high: var(--orange);--severity-medium: var(--yellow);--severity-low: var(--blue);--severity-info: var(--subtext)}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--white);font-family:var(--font);min-height:100vh}
