@import url("https://fonts.googleapis.com/css2?family=Parkinsans:wght@400;500;600;700;800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:var(--font-sans);font-size:var(--font-size-base);color:var(--foreground);background-color:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:22px;transition:background-color .2s ease,color .2s ease}h1,h2,h3,h4{font-family:var(--font-heading)}h1{font-size:var(--font-size-xl);line-height:50px;letter-spacing:-.03em}h1,h2{font-weight:500}h2{font-size:var(--font-size-lg);line-height:26px}h2,h3{letter-spacing:-.02em}h3{font-size:var(--font-size-md);line-height:24px}h3,h4{font-weight:700}h4{font-size:var(--font-size-base);line-height:22px}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:inherit}table{border-collapse:collapse;width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}::selection{background:rgba(149,173,218,.3);color:inherit}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}:root{--color-dark-blue-900:#040E27;--color-dark-blue-700:#09132D;--color-dark-blue-500:#0E182B;--color-dark-blue-200:rgba(14,24,43,0.20);--color-dark-blue-050:#F4F4F4;--color-blue-500:#95ADDA;--color-blue-300:#D7E1F4;--color-blue-200:#E7EEFA;--color-blue-100:#D7E1F4;--color-blue-010:rgba(149,173,218,0.20);--color-red-500:#FF4E4E;--color-red-200:#FFC5C5;--color-orange-500:#F5BB53;--color-orange-200:#FBE1B1;--color-lavender-500:#AA9FF3;--color-lavender-200:#DBD9FB;--color-pink-500:#FF97BF;--color-pink-200:#FFD6E6;--color-green-500:#5A935A;--background:#ffffff;--foreground:#0E182B;--card:#ffffff;--card-foreground:#0E182B;--primary:#0E182B;--primary-foreground:#ffffff;--secondary:#95ADDA;--secondary-foreground:#0E182B;--muted:#F4F4F4;--muted-foreground:rgba(14,24,43,0.80);--accent:#E7EEFA;--accent-foreground:#0E182B;--border:rgba(14,24,43,0.20);--input:rgba(14,24,43,0.20);--ring:#0E182B;--gradient-primary:linear-gradient(135deg,#95ADDA,#AA9FF3);--gradient-insights:linear-gradient(135deg,#95ADDA,#FF97BF);--color-severity-critical:#FF4E4E;--color-severity-high:#F5BB53;--color-severity-medium:#F5BB53;--color-severity-low:#95ADDA;--color-severity-info:rgba(14,24,43,0.80);--color-trusted:#5A935A;--color-caution:#F5BB53;--color-risky:#F5BB53;--color-blocked:#FF4E4E;--color-blue-primary:#0E182B;--color-red-accent:#FF4E4E;--color-text-primary:#0E182B;--color-gray-text:rgba(14,24,43,0.80);--color-gray-light:#F4F4F4;--color-gray-border:rgba(14,24,43,0.20);--color-white:#ffffff;--font-sans:"Google Sans","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-heading:"Parkinsans","Google Sans","Inter",-apple-system,BlinkMacSystemFont,sans-serif;--font-mono:"JetBrains Mono","SF Mono","Fira Code",monospace;--font-size-xs:12px;--font-size-sm:14px;--font-size-base:16px;--font-size-md:18px;--font-size-lg:22px;--font-size-xl:44px;--font-size-2xl:64px;--font-size-3xl:72px;--font-size-score:120px;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.1;--line-height-normal:1.4;--line-height-relaxed:1.6;--letter-spacing-tight:-0.02em;--letter-spacing-normal:0;--letter-spacing-wide:0.02em;--radius-sm:4px;--radius-md:8px;--radius-lg:8px;--radius-xl:12px;--radius-full:60px;--transition-fast:0.15s ease;--transition-normal:0.2s ease;--transition-slow:0.3s ease;--shadow-card:0 1px 3px 0 rgba(14,24,43,0.06),0 1px 2px -1px rgba(14,24,43,0.06);--shadow-sm:0 1px 2px 0 rgba(14,24,43,0.04);--shadow-lg:0 4px 12px -1px rgba(14,24,43,0.08),0 2px 4px -2px rgba(14,24,43,0.06);--shadow-hover:4px 4px 0px #FFC5C5;--graph-bg:#E7EEFA;--graph-grid:rgba(14,24,43,0.04);--graph-node-bg:#ffffff;--graph-node-border:rgba(14,24,43,0.20);--graph-node-text:#0E182B;--graph-node-muted:rgba(14,24,43,0.80);--graph-node-icon:rgba(14,24,43,0.80);--graph-handle:rgba(14,24,43,0.12);--graph-label:rgba(14,24,43,0.80);--graph-controls-bg:#ffffff;--graph-controls-border:rgba(14,24,43,0.20);--graph-controls-text:rgba(14,24,43,0.80);--sidebar-expanded:240px;--sidebar-collapsed:56px;--chart-1:#95ADDA;--chart-2:#AA9FF3;--chart-3:#5A935A;--chart-4:#F5BB53;--chart-5:#FF97BF}.dark{--background:#040E27;--foreground:#E7EEFA;--card:#09132D;--card-foreground:#E7EEFA;--primary:#95ADDA;--primary-foreground:#040E27;--secondary:#09132D;--secondary-foreground:#E7EEFA;--muted:#09132D;--muted-foreground:#95ADDA;--accent:#09132D;--accent-foreground:#E7EEFA;--border:rgba(149,173,218,0.20);--input:#09132D;--ring:#95ADDA;--color-text-primary:#E7EEFA;--color-gray-text:#95ADDA;--color-gray-light:#09132D;--color-gray-border:rgba(149,173,218,0.20);--color-white:#09132D;--color-blue-primary:#95ADDA;--shadow-card:0 2px 8px 1px rgba(0,0,0,0.5),0 0 0 1px rgba(149,173,218,0.04);--shadow-sm:0 1px 4px 0 rgba(0,0,0,0.4);--shadow-lg:0 4px 16px 2px rgba(0,0,0,0.6),0 0 0 1px rgba(149,173,218,0.04);--shadow-hover:4px 4px 0px #FFC5C5;--graph-bg:#040E27;--graph-grid:rgba(149,173,218,0.03);--graph-node-bg:#09132D;--graph-node-border:rgba(149,173,218,0.20);--graph-node-text:#E7EEFA;--graph-node-muted:#95ADDA;--graph-node-icon:#95ADDA;--graph-handle:rgba(149,173,218,0.12);--graph-label:#95ADDA;--graph-controls-bg:#09132D;--graph-controls-border:rgba(149,173,218,0.20);--graph-controls-text:#95ADDA}