@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=IBM+Plex+Sans:wght@400;500;600&display=swap";:root{--primary: #2C5F7C;--secondary: #F7F4EF;--accent: #F2A900;--surface: #E6EDF2;--fg: #1E2A32;--muted: #5B6B78;--border: #D1DCE3;--bg: #F7F4EF;--white: #ffffff;--font-display: "Manrope", system-ui, sans-serif;--font-body: "IBM Plex Sans", system-ui, sans-serif;--radius: 14px;--radius-sm: 8px;--radius-lg: 20px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--shadow-sm: 0 1px 3px rgba(30, 42, 50, .08);--shadow-md: 0 4px 12px rgba(30, 42, 50, .1);--shadow-lg: 0 8px 28px rgba(30, 42, 50, .12)}.dark{--primary: #4A8DAD;--secondary: #1E2A32;--accent: #F2A900;--surface: #283742;--fg: #E6EDF2;--muted: #94A5B2;--border: #3A4A56;--bg: #1E2A32;--white: #283742}*{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;transition:background .3s ease,color .3s ease}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:1.2}button{font-family:var(--font-body);cursor:pointer;border:none;background:none;color:inherit}input{font-family:var(--font-body)}::selection{background:var(--accent);color:var(--fg)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}
