.Header_nav__LVYU2 {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.65);
  border-bottom: 1px solid var(--border);
}
.Header_navRow__lfg21 {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Header_brand__EL5wC {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: var(--ink);
  text-decoration: none;
}
.Header_brand__EL5wC img {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}
.Header_navLinks__vBy8d {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  flex-wrap: wrap;
}
.Header_link__p2PJz {
  color: inherit;
  text-decoration: none;
  opacity: 0.9;
}
.Header_link__p2PJz:hover {
  opacity: 1;
}
.Header_container__3JNoS {
  max-width: 1160px;
  width: 100%;
  margin-inline: auto;
  --gutter: clamp(12px, 4vw, 24px);
  padding-inline-start: max(var(--gutter), env(safe-area-inset-left));
  padding-inline-end: max(var(--gutter), env(safe-area-inset-right));
}
.Header_navToggle__fh0BY {
  display: none;
}
@media (max-width: 820px) {
  .Header_navToggle__fh0BY {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
    font-size: 20px;
  }
  .Header_navLinks__vBy8d {
    display: none !important;
  }
}
.Header_navOverlay__RzoL3 {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.24);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease;
  z-index: 60;
}
.Header_navOverlayShow__n_tdl {
  opacity: 1;
  pointer-events: auto;
}
.Header_navDrawer__gfTMn {
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  z-index: 70;
  transform: translateY(-12px);
  opacity: 0;
  pointer-events: none;
  transition:
    transform 0.18s ease,
    opacity 0.18s ease;
  overflow: hidden;
}
.Header_navDrawerOpen__CH_r8 {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.Header_drawerLinks__m7ogU {
  margin: 0 auto;
  max-width: 1160px;
  padding-inline: var(--gutter, 16px);
  padding-inline-start: max(var(--gutter, 16px), env(safe-area-inset-left));
  padding-inline-end: max(var(--gutter, 16px), env(safe-area-inset-right));
}
.Header_navDrawerInner__0otjP {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 18px 38px rgba(16, 24, 40, 0.14);
  backdrop-filter: blur(6px);
}
.Header_drawerLink__KBJk0 {
  display: block;
  padding: 12px 14px;
  font-size: 16px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--border);
}
.Header_drawerLink__KBJk0:last-of-type {
  border-bottom: none;
}
.Header_drawerLink__KBJk0:active {
  background: #f7f9ff;
}
.Header_drawerCta__5fJ0g {
  display: block;
  margin: 10px 12px 12px;
  padding: 12px 16px;
  text-align: center;
  border-radius: 10px;
  background: var(--brand);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: var(--shadow);
}
.Header_drawerCta__5fJ0g:active {
  filter: brightness(1.06);
}
.Header_btn__25UxO {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px 18px;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 0.05s ease,
    filter 0.15s ease;
}
.Header_btnPrimary__BqAOy {
  background: var(--brand);
  color: #fff;
  box-shadow: var(--shadow);
}
.Header_btnPrimary__BqAOy:hover {
  filter: brightness(1.06);
}
