@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg: #0a0a0f;--surface: #12121a;--surface-1: rgba(18, 18, 26, .7);--surface-2: #1a1a26;--border: rgba(255, 255, 255, .1);--text: #e4e4ef;--text-muted: #8888a0;--accent: #6c5ce7;--accent-light: #a29bfe;--critical: #ff4757;--critical-bg: rgba(255, 71, 87, .1);--high: #ffa502;--high-bg: rgba(255, 165, 2, .1);--medium: #3498db;--medium-bg: rgba(52, 152, 219, .1);--good: #2ed573;--good-bg: rgba(46, 213, 115, .1);--cyan: #00d2d3;--cyan-bg: rgba(0, 210, 211, .1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,sans-serif;background-color:var(--bg);color:var(--text);overflow-x:hidden;-webkit-font-smoothing:antialiased}#root{width:100vw;min-height:100vh}h1,h2,h3,h4,h5,h6{color:#fff;line-height:1.1;letter-spacing:-.02em}.glass{background:var(--surface-1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);box-shadow:0 8px 32px #0000004d}.text-gradient{background:linear-gradient(135deg,#fff 0%,var(--cyan) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--surface-2);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.stacked-section{position:sticky;top:0;min-height:100vh;width:100%;background:#0a0a0fd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border);box-shadow:0 -20px 40px #00000080;display:flex;flex-direction:column;justify-content:center}.stacked-section:first-child{border-top:none;box-shadow:none;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}
