@font-face {
  font-family: GeistSans;
  src: url(../media/Geist_Variable-s.p.0mrjj4bg00-he.woff2)format("woff2");
  font-display: swap;
  font-weight: 100 900;
}
@font-face {
  font-family: GeistSans Fallback;
  src: local(Arial);
  ascent-override: 94.56%;
  descent-override: 27.76%;
  line-gap-override: 0.0%;
  size-adjust: 106.28%;
}
.geistsans_d5a4f12f-module__Ur3q_a__className {
  font-family: GeistSans, GeistSans Fallback;
}
.geistsans_d5a4f12f-module__Ur3q_a__variable {
  --font-geist-sans:"GeistSans", "GeistSans Fallback";
}
@font-face {
  font-family: GeistMono;
  src: url(../media/GeistMono_Variable.p.3ms9vq719j3f8.woff2)format("woff2");
  font-display: swap;
  font-weight: 100 900;
}
.geistmono_157ca88a-module__iaM1Ya__className {
  font-family:
    GeistMono,
    ui-monospace,
    SFMono-Regular,
    Roboto Mono,
    Menlo,
    Monaco,
    Liberation Mono,
    DejaVu Sans Mono,
    Courier New,
    monospace;
}
.geistmono_157ca88a-module__iaM1Ya__variable {
  --font-geist-mono:"GeistMono",
    ui-monospace,
    SFMono-Regular,
    Roboto Mono,
    Menlo,
    Monaco,
    Liberation Mono,
    DejaVu Sans Mono,
    Courier New,
    monospace;
}
:root {
  --slate-1:#111113;
  --slate-2:#18191b;
  --slate-3:#212225;
  --slate-4:#272a2d;
  --slate-5:#2e3135;
  --slate-6:#363a3f;
  --slate-7:#43484e;
  --slate-8:#5a6169;
  --slate-9:#696e77;
  --slate-10:#777b84;
  --slate-11:#b0b4ba;
  --slate-12:#edeef0;
  --bg:var(--slate-1);
  --bg-panel:var(--slate-2);
  --bg-elev:var(--slate-3);
  --line:var(--slate-6);
  --line-soft:var(--slate-4);
  --text:var(--slate-12);
  --text-mut:var(--slate-11);
  --text-dim:var(--slate-9);
  --accent:#3e9bc4;
  --accent-text:#6cc0e2;
  --accent-soft:#17313d;
  --accent-line:#2b6a86;
  --lightningcss-light: ;
  --lightningcss-dark:initial;
  --lightningcss-light: ;
  --lightningcss-dark:initial;
  color-scheme: dark;
  --sp-1:4px;
  --sp-2:8px;
  --sp-3:16px;
  --sp-4:24px;
  --sp-5:40px;
  --sp-6:72px;
  --r-card:12px;
  --r-btn:8px;
  --r-chip:7px;
  --t-mode:.4s;
  --t-hover:.18s;
  --col-max:940px;
  --col-pad:32px;
}
@media (max-width: 720px) {
  :root {
    --col-pad:24px;
    --sp-6:48px;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  scrollbar-gutter: stable;
}
@supports not (scrollbar-gutter:stable) {
  html {
    overflow-y: scroll;
  }
}
body {
  font-family:
    var(--font-geist-sans),
    system-ui,
    sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}
.mono {
  font-family:
    var(--font-geist-mono),
    ui-monospace,
    monospace;
}
a {
  color: var(--accent-text);
  text-decoration: none;
}
a:hover {
  text-underline-offset: 3px;
  text-decoration: underline;
}
:focus-visible {
  outline: 2px solid var(--accent-line);
  outline-offset: 2px;
  border-radius: 2px;
}
::selection {
  background: var(--accent-soft);
  color: var(--text);
}
.label {
  font-family:
    var(--font-geist-mono),
    ui-monospace,
    monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-dim);
  font-size: 11px;
  font-weight: 500;
}
.wrap {
  max-width: var(--col-max);
  padding: 0 var(--col-pad);
  margin: 0 auto;
}
.t-hero {
  letter-spacing: -.03em;
  font-size: clamp(38px, 6vw, 62px);
  font-weight: 600;
  line-height: 1.03;
}
.t-h1 {
  letter-spacing: -.02em;
  font-size: clamp(28px, 5vw, 34px);
  font-weight: 600;
}
.t-h2 {
  letter-spacing: -.01em;
  font-size: clamp(21px, 4vw, 24px);
  font-weight: 600;
}
.t-h3 {
  font-size: 19px;
  font-weight: 500;
}
.t-body {
  font-size: 16px;
}
.t-small {
  color: var(--text-mut);
  font-size: 13px;
}
.lede {
  color: var(--text-mut);
  max-width: 620px;
  font-size: 20px;
  font-weight: 400;
}
section.block {
  padding-block: var(--sp-6);
  border-bottom: 1px solid var(--line-soft);
}
.eyebrow {
  align-items: baseline;
  gap: 14px;
  margin-bottom: 28px;
  display: flex;
}
.eyebrow h2 {
  color: var(--text-mut);
  letter-spacing: .02em;
  font-size: 13px;
  font-weight: 500;
}
.card {
  background: var(--bg-panel);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-card);
  padding: var(--sp-4);
  transition: background var(--t-mode) ease, border-color var(--t-mode) ease;
}
.btn {
  font-family:
    var(--font-geist-sans),
    system-ui,
    sans-serif;
  border-radius: var(--r-btn);
  cursor: pointer;
  border: 1px solid var(--line);
  background: var(--bg-elev);
  color: var(--text);
  transition: all var(--t-hover) ease;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}
.btn:hover {
  border-color: var(--accent-line);
  color: var(--accent-text);
  text-decoration: none;
}
.btn.primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.btn.primary:hover {
  filter: brightness(1.08);
  color: #fff;
}
.mode-fade {
  animation: modeFade var(--t-mode) ease;
}
@keyframes modeFade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  :before,
  :after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.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;
}
.Header-module__hBw1pG__top {
  z-index: 10;
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-soft);
  transition: background var(--t-mode) ease, border-color var(--t-mode) ease;
  position: sticky;
  top: 0;
}
.Header-module__hBw1pG__inner {
  justify-content: space-between;
  align-items: center;
  height: 60px;
  display: flex;
}
.Header-module__hBw1pG__brand {
  letter-spacing: -.01em;
  color: var(--text);
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
}
.Header-module__hBw1pG__brand:hover {
  color: var(--text);
  text-decoration: none;
}
.Header-module__hBw1pG__right {
  align-items: center;
  gap: 18px;
  display: flex;
}
.Header-module__hBw1pG__modes {
  gap: 4px;
  display: flex;
}
.Header-module__hBw1pG__mode {
  font-family:
    var(--font-geist-mono),
    ui-monospace,
    monospace;
  letter-spacing: .04em;
  border-radius: var(--r-chip);
  color: var(--text-mut);
  cursor: pointer;
  transition: all var(--t-hover) ease;
  border: 1px solid #0000;
  padding: 6px 12px;
  font-size: 12px;
}
.Header-module__hBw1pG__mode:hover {
  color: var(--text);
  background: var(--bg-elev);
  text-decoration: none;
}
.Header-module__hBw1pG__modeActive {
  color: var(--accent-text);
  border-color: var(--accent-line);
  background: var(--accent-soft);
}
.Header-module__hBw1pG__modeActive:hover {
  color: var(--accent-text);
  background: var(--accent-soft);
}
@media (hover: none) {
  .Header-module__hBw1pG__mode,
  .Header-module__hBw1pG__modeActive {
    align-items: center;
    min-height: 44px;
    display: inline-flex;
  }
}
@media (max-width: 560px) {
  .Header-module__hBw1pG__right {
    gap: 10px;
    min-width: 0;
  }
  .Header-module__hBw1pG__mode,
  .Header-module__hBw1pG__modeActive {
    letter-spacing: .02em;
    padding: 5px 8px;
    font-size: 11px;
  }
  .Header-module__hBw1pG__modes {
    gap: 3px;
    min-width: 0;
  }
  .Header-module__hBw1pG__brand {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .Header-module__hBw1pG__brand {
    display: none;
  }
  .Header-module__hBw1pG__inner {
    justify-content: flex-start;
  }
}
.Footer-module__S6Hkya__footer {
  color: var(--text-dim);
  font-size: 13px;
}
.Footer-module__S6Hkya__inner {
  justify-content: space-between;
  align-items: center;
  height: 60px;
  display: flex;
}
