:root,[data-theme=dark]{color-scheme:dark;--bg:#000;--surface:#080808;--surface-2:#0c0c0c;--surface-raised:#111;--border:#1c1c1c;--border-strong:#262626;--text:#fff;--text-soft:#b4b4b4;--text-muted:#8a8a8a;--accent:#00d4c8;--accent-hover:#2ee0d5;--on-accent:#000;--accent-text:#00d4c8;--amber-text:#ffc24b;--error:#ff6b6b;--header-bg:rgba(0,0,0,.72)}[data-theme=light]{color-scheme:light;--bg:#fff;--surface:#f6f9f8;--surface-2:#fff;--surface-raised:#fff;--border:#e3eae8;--border-strong:#cfdad8;--text:#0a1413;--text-soft:#3f4d4b;--text-muted:#5f6d6b;--accent:#0c8577;--accent-hover:#0a6f63;--on-accent:#fff;--accent-text:#0a7a6d;--amber-text:#8a5600;--error:#c0362c;--header-bg:hsla(0,0%,100%,.78)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px;-webkit-text-size-adjust:100%}body,html{background-color:var(--bg)}body{margin:0;color:var(--text)}a{color:inherit}:focus-visible{outline:2px solid var(--accent-text);outline-offset:3px;border-radius:6px}input::placeholder{color:var(--text-muted)}input:focus{border-color:var(--accent-text)}.wg-btn:hover:not(:disabled){background-color:var(--accent-hover);border-color:var(--accent-hover)}.wg-hero-grid{display:grid;grid-gap:clamp(32px,6vw,48px);gap:clamp(32px,6vw,48px)}@media (min-width:980px){.wg-hero-grid{grid-template-columns:1.15fr .85fr;align-items:start;gap:64px}}.wg-quotes-grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(255px,1fr));align-items:stretch}[data-theme=light] .wg-hero-card{box-shadow:0 20px 45px -25px rgba(10,20,18,.35)}@media (max-width:400px){
  /* !important is needed to beat the element's inline display value. */.wg-nav-cta{display:none!important}}.wg-ghost-btn:hover{border-color:var(--accent-text);color:var(--accent-text)}.wg-card{transition:border-color .16s ease,background-color .2s ease}.wg-card:hover{border-color:var(--border-strong)}.wg-link:hover{color:var(--accent-text)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition-duration:.01ms!important;animation-duration:.01ms!important}}