:root{--bg: #E9F0F8;--surface: #FFFFFF;--surface-hover: #F4F8FC;--fg: #1B3A5C;--muted: #5A7088;--accent: #00A3E0;--accent-hover: #0090C7;--border: #DEE4EC;--border-focus: #00A3E0;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 3px rgba(27, 58, 92, .08);--shadow-lg: 0 4px 24px rgba(27, 58, 92, .1);--font-display: "Manrope", system-ui, -apple-system, sans-serif;--font-body: "IBM Plex Sans", system-ui, -apple-system, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--fg);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}button{font-family:inherit;cursor:pointer;border:none;background:none}input{font-family:inherit}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}@media (max-width: 768px){.faq-sidebar{display:none!important}}
