@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap";
@import "https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap";
:root{--background:#fff;--foreground:#171717;--color-primary-green:#00bf63;--color-primary-cream:#fffbf3;--color-primary-cream-alt:#fefcf9;--color-primary-pink:#f9f;--color-primary-pink-light:#fcf;--color-primary-purple:#a855f7;--color-primary-yellow:#fbbf24;--color-primary-yellow-light:#fcd34d;--color-black:#000;--color-dark:#111827;--color-dark-alt:#1a1a1a;--color-gray-900:#171717;--color-gray-800:#374151;--color-gray-700:#4b5563;--color-gray-600:#6b7280;--color-gray-500:#9ca3af;--color-gray-400:#d1d5db;--color-gray-300:#e5e7eb;--color-gray-200:#f3f4f6;--color-gray-100:#f9fafb;--color-white:#fff;--color-slate-600:#64748b;--color-slate-400:#94a3b8;--color-success:#10b981;--color-success-dark:#059669;--color-success-light:#d1fae5;--color-success-bg:#ecfdf5;--color-error:#ef4444;--color-error-dark:#b91c1c;--color-error-light:#fee2e2;--color-error-bg:#fef2f2;--theme-surface:#fff;--theme-pill-active-bg:#111;--theme-pill-active-text:#fff;--color-accent-teal:#2dd4bf;--theme-dark-surface:#111;--theme-dark-border:#333;--theme-dark-text-muted:#888;--theme-dark-text:#fff}[data-theme=dark]{--background:#0f0f0f;--foreground:#e5e7eb;--color-primary-cream:#0f0f0f;--color-primary-cream-alt:#141414;--color-gray-900:#f3f4f6;--color-gray-800:#e5e7eb;--color-gray-700:#d1d5db;--color-gray-600:#9ca3af;--color-gray-500:#6b7280;--color-gray-400:#4b5563;--color-gray-300:#374151;--color-gray-200:#2a2a2a;--color-gray-100:#1f1f1f;--color-black:#f3f4f6;--color-white:#0f0f0f;--color-dark:#f3f4f6;--color-success-light:#064e3b;--color-success-bg:#022c22;--color-error-light:#7f1d1d;--color-error-bg:#450a0a;--theme-surface:#1a1a1a;--theme-pill-active-bg:#e5e7eb;--theme-pill-active-text:#111;--theme-dark-surface:#222;--theme-dark-border:#3a3a3a;--theme-dark-text-muted:#888;--theme-dark-text:#fff;--theme-footer-bg:#161616;--theme-footer-border:#2a2a2a}html{width:100%}body{overscroll-behavior:none;width:100%;color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.website-layout{width:100%;position:relative;overflow-x:hidden}
.Header-module__bmzexa__header{background:var(--color-primary-cream);align-items:center;height:72px;padding:0 1.5rem;display:flex;position:relative}.Header-module__bmzexa__inner{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.Header-module__bmzexa__icon{width:32px;height:32px}.Header-module__bmzexa__logo{letter-spacing:-.02em;color:var(--color-black);font-size:1.4rem;font-weight:800}.Header-module__bmzexa__agent{color:var(--color-accent-teal);letter-spacing:.01em;margin-left:.2em;font-weight:700}.Header-module__bmzexa__nav{align-items:center;gap:1.5rem;margin-left:auto;display:flex}.Header-module__bmzexa__navLink{color:var(--color-gray-600);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .15s}.Header-module__bmzexa__navLink:hover{color:var(--color-primary-green)}.Header-module__bmzexa__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;margin-left:auto;padding:8px;display:none}.Header-module__bmzexa__hamburgerLine{background:var(--color-black);border-radius:2px;width:22px;height:2px;transition:transform .2s,opacity .2s;display:block}.Header-module__bmzexa__hamburgerOpen:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__bmzexa__hamburgerOpen:nth-child(2){opacity:0}.Header-module__bmzexa__hamburgerOpen:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:720px){.Header-module__bmzexa__nav{background:var(--color-primary-cream);border-bottom:1px solid var(--color-gray-200,#e5e5e5);z-index:100;flex-direction:column;gap:.75rem;padding:1rem 1.5rem 1.25rem;display:none;position:absolute;top:72px;left:0;right:0;box-shadow:0 4px 12px rgba(0,0,0,.08)}.Header-module__bmzexa__navOpen{display:flex}.Header-module__bmzexa__navLink{padding:.4rem 0;font-size:1rem}.Header-module__bmzexa__hamburger{display:flex}}
.ThemeToggle-module__R7mPQq__track{border:1px solid var(--color-gray-300);background:var(--color-gray-200);cursor:pointer;border-radius:12px;width:44px;height:24px;margin-left:1rem;padding:0;transition:background .2s,border-color .2s;position:relative}.ThemeToggle-module__R7mPQq__track:hover{border-color:var(--color-primary-green)}.ThemeToggle-module__R7mPQq__trackDark{background:var(--color-primary-green);border-color:var(--color-primary-green)}.ThemeToggle-module__R7mPQq__thumb{width:18px;height:18px;color:var(--color-gray-500);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px rgba(0,0,0,.15)}.ThemeToggle-module__R7mPQq__thumbDark{color:var(--color-primary-green);transform:translate(20px)}
.Footer-module__TeuomG__footer{text-align:center;background:var(--theme-footer-bg,#0a0a0a);border-top:1px solid var(--theme-footer-border,transparent);padding:2.5rem 2rem;font-size:.85rem}.Footer-module__TeuomG__brandRow{justify-content:center;align-items:center;gap:.6rem;margin-bottom:.75rem;display:flex}.Footer-module__TeuomG__brand{color:var(--theme-footer-brand,#fff);letter-spacing:-.01em;font-size:1.1rem;font-weight:800}.Footer-module__TeuomG__agent{color:var(--color-accent-teal);margin-left:.2em;font-weight:700}.Footer-module__TeuomG__links{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.Footer-module__TeuomG__links a{color:var(--theme-footer-link,#888);font-size:.8rem;text-decoration:none}.Footer-module__TeuomG__links a:hover{color:var(--theme-footer-link-hover,#ccc);text-decoration:underline}.Footer-module__TeuomG__sep{color:var(--theme-footer-sep,#444);font-size:.7rem}.Footer-module__TeuomG__socialIcon{color:var(--theme-footer-icon,#666);align-items:center;transition:color .15s;display:flex}.Footer-module__TeuomG__socialIcon:hover{color:var(--theme-footer-link-hover,#ccc)}.Footer-module__TeuomG__built{color:var(--theme-footer-muted,#555);font-size:.75rem}.Footer-module__TeuomG__builtLink{color:var(--theme-footer-builtlink,#777);font-weight:500;text-decoration:none}.Footer-module__TeuomG__builtLink:hover{color:var(--theme-footer-link-hover,#ccc);text-decoration:underline}
