@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--snow: #FAFAF8;--white: #FFFFFF;--graphite: #1A1C1E;--slate: #72787E;--stone: #D8DBDD;--navy: #1A2338;--navy-soft: #EDEFF3;--success: #7F976E;--attention: #C0A268;--ai: #8A8EA5;--critical: #A88684;--info: #5A6475;--success-soft: #EEF1EA;--attention-soft: #F7F1E4;--critical-soft: #F3ECEA;--bg: var(--snow);--surface: var(--white);--surface-alt: #F4F4F1;--border: var(--stone);--border-strong: #C2C6C8;--text: var(--graphite);--text-secondary: var(--slate);--text-muted: #9AA0A4;--brand: var(--navy);--brand-strong: #10182B;--radius: 6px;--radius-lg: 10px;--font: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}h1{font-size:34px;line-height:40px;font-weight:700;margin:0}h2{font-size:26px;line-height:32px;font-weight:600;margin:0}h3{font-size:20px;line-height:28px;font-weight:500;margin:0}small{font-size:14px;line-height:20px}.caption{font-size:12px;line-height:16px;color:var(--text-muted)}button{font:inherit;border:.5px solid var(--border-strong);background:var(--surface);border-radius:var(--radius);padding:8px 16px;cursor:pointer;color:var(--text);transition:background .15s}button:hover{background:var(--surface-alt)}button.primary{background:var(--brand);border-color:var(--brand);color:#fff}button.primary:hover{background:var(--brand-strong)}input{font:inherit;border:.5px solid var(--border-strong);border-radius:var(--radius);padding:9px 12px;width:100%;background:var(--surface);color:var(--text)}input:focus{outline:2px solid var(--navy-soft);border-color:var(--brand)}
