@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--bg-color:#f8f9ff;--surface:#fff;--surface-dim:#cbdbf5;--surface-container:#e5eeff;--text-primary:#0b1c30;--text-secondary:#444655;--text-muted:#545f73;--text-inverse:#fff;--primary:#1e35d0;--primary-hover:#132cca;--on-primary:#fff;--secondary:#d5e0f8;--secondary-hover:#bcc7de;--on-secondary:#111c2d;--danger:#ba1a1a;--on-danger:#fff;--danger-container:#ffdad6;--border:#c5c5d8;--border-focus:#1e35d0;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-full:9999px;--shadow-ambient:0px 4px 12px #0000000d}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-primary);background:var(--bg-color);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{color:var(--text-primary);letter-spacing:-.01em;font-weight:600}h1{letter-spacing:-.02em;font-size:2rem;line-height:2.5rem}h2{font-size:1.5rem;line-height:2rem}h3{font-size:1.125rem;line-height:1.75rem}.container{width:100%;margin:0 auto}p{margin-bottom:1rem}a{color:var(--primary);text-decoration:none;transition:color .15s ease-in-out}a:hover{color:var(--primary-hover)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.mx-auto{margin-left:auto;margin-right:auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
