@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display&display=swap";
:root{--brand:#22c069;--brand-dark:#1aa058;--brand-light:#e1f5ec;--brand-mid:#22c069;--brand-on-dark:#22c069;--brand-glow:#22c0694d;--brand-glow-lg:#22c0694d;--accent:#f5a623;--accent-light:#fceeda;--cta:#f5a623;--cta-dark:#d88e0a;--cta-text:#0d1b40;--amber-on-dark:#f5a623;--amber-glow:#f5a6234d;--hero-bg:#0d1b40;--hero-text:#a8b2c8;--muted-on-dark:#8895b8;--muted-on-light:#4a5578;--hero-border:#ffffff14;--hero-overlay:#ffffff1a;--white-dim:#ffffff80;--gray-50:#f9f9f7;--gray-100:#f1f0ec;--gray-200:#e4e3de;--gray-300:#cccbc4;--gray-400:#a8a79f;--gray-500:#888780;--gray-600:#5f5e58;--gray-700:#3d3d39;--gray-800:#252522;--gray-900:#151513;--red-50:#fef2f2;--red-200:#fca5a5;--red-600:#dc2626;--red-700:#b91c1c;--red-800:#a32d2d;--green-900:#0d4a2a;--amber-900:#854f0b;--text:#1c1c1a;--text-muted:#6b6b64;--text-hint:#a0a099;--border:#e4e3de;--border-strong:#cccbc4;--surface:#f9f9f7;--surface-2:#f1f0ec;--white:#fff;--radius-sm:6px;--radius:10px;--radius-lg:14px;--radius-xl:20px;--shadow-sm:0 1px 3px #00000014, 0 1px 2px #0000000a;--shadow:0 4px 12px #00000014, 0 2px 4px #0000000a;--shadow-lg:0 10px 40px #0000001f, 0 4px 12px #0000000f;--font:"DM Sans", system-ui, -apple-system, sans-serif;--font-serif:"DM Serif Display", Georgia, serif;--max-w:1100px;--max-w-content:720px;--page-w:var(--max-w);--page-w-prose:760px;--page-w-content:960px;--page-w-full:1200px}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font);color:var(--text);background:var(--surface);min-height:100vh;line-height:1.6;overflow-x:hidden}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}button{font-family:var(--font);cursor:pointer}input,textarea,select{font-family:var(--font);font-size:15px}input[type=text],input[type=email],input[type=tel],input[type=password],input[type=date],input[type=time],input[type=number],select,textarea{border:1.5px solid var(--border-strong);border-radius:var(--radius);background:var(--white);width:100%;color:var(--text);appearance:none;outline:none;padding:10px 13px;font-size:15px;line-height:1.5;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px #22c06924}input::placeholder,textarea::placeholder{color:var(--text-hint)}label{color:var(--text-muted);margin-bottom:5px;font-size:13px;font-weight:500;display:block}h1,h2,h3,h4{font-weight:500;line-height:1.25}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:640px){input[type=text],input[type=email],input[type=tel],input[type=password],input[type=date],input[type=time],input[type=number],input:not([type]),select,textarea{padding:11px 13px;font-size:16px!important}}
