@keyframes astroFadeInOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes astroFadeIn {
	from {
		opacity: 0;
		mix-blend-mode: plus-lighter;
	}
	to {
		opacity: 1;
		mix-blend-mode: plus-lighter;
	}
}

@keyframes astroFadeOut {
	from {
		opacity: 1;
		mix-blend-mode: plus-lighter;
	}
	to {
		opacity: 0;
		mix-blend-mode: plus-lighter;
	}
}

@keyframes astroSlideFromRight {
	from {
		transform: translateX(100%);
	}
}

@keyframes astroSlideFromLeft {
	from {
		transform: translateX(-100%);
	}
}

@keyframes astroSlideToRight {
	to {
		transform: translateX(100%);
	}
}

@keyframes astroSlideToLeft {
	to {
		transform: translateX(-100%);
	}
}

@media (prefers-reduced-motion) {
	::view-transition-group(*),
	::view-transition-old(*),
	::view-transition-new(*) {
		animation: none !important;
	}

	[data-astro-transition-scope] {
		animation: none !important;
	}
}
/* Route announcer */
	.astro-route-announcer {
		position: absolute;
		left: 0;
		top: 0;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		overflow: hidden;
		white-space: nowrap;
		width: 1px;
		height: 1px;
	}/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tighter: -0.05em;
    --tracking-tight: -0.025em;
    --radius-xs: var(--radius-xs);
    --radius-sm: var(--radius-sm);
    --radius-md: var(--radius-md);
    --radius-lg: var(--radius-lg);
    --radius-xl: var(--radius-xl);
    --shadow-xs: var(--shadow-xs);
    --shadow-sm: var(--shadow-sm);
    --shadow-md: var(--shadow-md);
    --shadow-lg: var(--shadow-lg);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--sans);
    --default-mono-font-family: var(--mono);
    --radius-pill: var(--radius-pill);
    --shadow-purple: var(--shadow-purple);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .\@container {
    container-type: inline-size;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .isolate {
    isolation: isolate;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .w-fit {
    width: fit-content;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-transparent {
    border-color: transparent;
  }
  .bg-beige {
    background-color: var(--beige);
  }
  .bg-card {
    background-color: var(--white);
  }
  .bg-destructive {
    background-color: var(--red);
  }
  .bg-primary {
    background-color: var(--purple);
  }
  .bg-secondary {
    background-color: var(--beige-dark);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .font-sans {
    font-family: var(--sans);
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-card-foreground {
    color: var(--ink);
  }
  .text-foreground {
    color: var(--ink);
  }
  .text-ink {
    color: var(--ink);
  }
  .text-muted-foreground {
    color: var(--ink-3);
  }
  .text-primary-foreground {
    color: var(--white);
  }
  .text-secondary-foreground {
    color: var(--ink-2);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: var(--shadow-sm);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[color\,box-shadow\] {
    transition-property: color,box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .md\:min-h-\[450px\] {
    @media (width >= 48rem) {
      min-height: 450px;
    }
  }
  .\[data-consent-choice\]\:visible {
    &:is(data-consent-choice) {
      visibility: visible;
    }
  }
  .\[data-fb-next\]\:visible {
    &:is(data-fb-next) {
      visibility: visible;
    }
  }
  .\[data-fb-prev\]\:visible {
    &:is(data-fb-prev) {
      visibility: visible;
    }
  }
}
:root {
  --beige: #F3F0FA;
  --beige-dark: #ECEAF5;
  --beige-line: #E5E3EF;
  --grid-line: rgba(21, 19, 28, .05);
  --section-bezel: inset 0 1px 0 rgba(243, 240, 250, .9),
    inset 0 18px 26px -22px rgba(243, 240, 250, .85),
    inset 0 -1px 0 rgba(26, 11, 69, .12),
    inset 0 -20px 30px -24px rgba(26, 11, 69, .16);
  --ink: #15131C;
  --ink-2: #3C3A47;
  --ink-3: #6C6A78;
  --ink-4: #9C9AA8;
  --purple: #4B1FD6;
  --purple-dark: #3914A8;
  --purple-deep: #1A0B45;
  --purple-pale: #EEE9FE;
  --purple-muted: #8B5CF6;
  --white: #f3f0fa;
  --green: #15824A;
  --green-light: #34D399;
  --amber: #B45309;
  --teal: #0E8E8E;
  --teal-pale: #E2F4F4;
  --red: #DC2B2F;
  --red-pale: #FDECEC;
  --amber-pale: #FBF0DC;
  --on-dark: rgba(243, 240, 250, .92);
  --on-dark-2: rgba(243, 240, 250, .64);
  --on-dark-3: rgba(243, 240, 250, .42);
  --on-dark-line: rgba(243, 240, 250, .14);
  --sans: 'Montserrat', system-ui, -apple-system, sans-serif;
  --serif: 'Montserrat', Georgia, 'Times New Roman', serif;
  --mono: ui-monospace, 'SF Mono', SFMono-Regular, Menlo, monospace;
  --fs-xs: 14px;
  --fs-sm: 16px;
  --fs-base: 18px;
  --fs-md: 20px;
  --fs-lg: clamp(1.375rem, 1.7vw, 1.5rem);
  --fs-xl: clamp(1.4rem, 2vw, 1.75rem);
  --fs-2xl: clamp(1.9rem, 3.2vw, 2.6rem);
  --fs-3xl: clamp(2.6rem, 5vw, 4rem);
  --lh-tight: 1.08;
  --lh-snug: 1.3;
  --lh-body: 1.65;
  --tracking-tight: -.03em;
  --tracking-tighter: -.045em;
  --tracking-kicker: .14em;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --space-10: 8rem;
  --section-y: clamp(4.5rem, 9vw, 8rem);
  --radius-xs: 4px;
  --radius-sm: 6px;
  --radius-md: 9px;
  --radius-lg: 12px;
  --radius-xl: 18px;
  --radius-pill: 999px;
  --shadow-xs: 0 1px 2px rgba(21, 19, 28, .05);
  --shadow-sm: 0 1px 2px rgba(21, 19, 28, .04), 0 2px 6px rgba(21, 19, 28, .05);
  --shadow-md: 0 2px 4px rgba(21, 19, 28, .04), 0 8px 24px rgba(21, 19, 28, .07);
  --shadow-lg: 0 4px 8px rgba(21, 19, 28, .05), 0 18px 48px rgba(21, 19, 28, .10);
  --shadow-purple: 0 8px 28px rgba(75, 31, 214, .22);
  --ring: 0 0 0 3px rgba(75, 31, 214, .28);
  --ease: cubic-bezier(.4, 0, .2, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --dur-fast: .14s;
  --dur: .22s;
  --dur-slow: .72s;
  --transition: all var(--dur) var(--ease);
  --content-width: 90%;
  --content-max: 90%;
  --measure: 40rem;
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  background-color: var(--beige);
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  scroll-padding-top: 0px;
  overscroll-behavior: none;
  overflow-x: hidden;
  overflow-y: scroll;
}
html[data-astro-transition] {
  scroll-behavior: auto;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body, body.bg-beige {
  background-color: var(--beige);
}
body {
  font-family: var(--sans);
  color: var(--ink);
  background-color: var(--beige);
  background-image: none;
  font-size: 16px;
  line-height: 1.6;
}
.bg-grid {
  background-image: none;
}
section[id] {
  scroll-margin-top: 0px;
}
.page-aurora {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-color: var(--purple-deep);
  pointer-events: none;
}
a {
  color: inherit;
}
::selection {
  background: var(--purple);
  color: #f3f0fa;
}
:where(a, button, input, select, textarea, [tabindex]):focus-visible {
  outline: none;
  box-shadow: var(--ring);
  border-radius: var(--radius-xs);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-family: var(--sans);
  padding: .58rem 1.15rem;
  border-radius: 0;
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: -.005em;
  text-decoration: none;
  transition: background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease), box-shadow var(--dur) var(--ease), opacity var(--dur-fast) var(--ease);
  cursor: pointer;
  border: none;
  line-height: 1.3;
  will-change: transform;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn:active {
  transform: translateY(0);
}
.btn:focus-visible {
  box-shadow: var(--ring);
}
.btn-lg {
  padding: .72rem 1.5rem;
  font-size: var(--fs-base);
  border-radius: 0;
}
.btn-xl {
  padding: 1rem 2.5rem;
  font-size: var(--fs-md);
  border-radius: 0;
}
.btn-pill {
  border-radius: 0;
}
.btn-ghost {
  color: var(--ink-3);
  background: transparent;
}
.btn-ghost:hover {
  color: var(--ink);
  background: var(--beige-dark);
}
.btn-purple {
  background: var(--purple);
  color: #f3f0fa;
  box-shadow: var(--shadow-xs);
  outline: 1.5px solid var(--purple);
  outline-offset: 0;
}
.btn-purple:hover {
  background: var(--purple-dark);
  box-shadow: var(--shadow-purple);
  outline-color: var(--purple-dark);
}
.btn-purple:active {
  background: var(--purple-dark);
  outline-color: var(--purple-dark);
}
.btn-outline {
  color: var(--ink-2);
  background: var(--white);
  border: 1px solid var(--beige-line);
}
.btn-outline:hover {
  border-color: var(--ink-4);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.btn-outline-dark {
  color: var(--on-dark-2);
  border: 1px solid var(--on-dark-line);
  background: transparent;
}
.btn-outline-dark:hover {
  color: #f3f0fa;
  border-color: rgba(243, 240, 250, .28);
  background: rgba(243, 240, 250, .04);
}
.btn-white {
  background: #f3f0fa;
  color: var(--ink);
  box-shadow: var(--shadow-xs);
}
.btn-white:hover {
  box-shadow: var(--shadow-md);
}
.btn-outline-light {
  color: var(--on-dark);
  border: 1px solid rgba(243, 240, 250, .3);
  background: transparent;
}
.btn-outline-light:hover {
  color: #f3f0fa;
  border-color: rgba(243, 240, 250, .5);
  background: rgba(243, 240, 250, .06);
}
.btn-outline-purple {
  color: var(--purple);
  background: transparent;
  border: 1px solid var(--purple);
}
.btn-outline-purple:hover {
  color: #f3f0fa;
  background: var(--purple);
}
.btn-theme-surface {
  color: var(--dh-shell-ink);
  background: var(--dh-shell-surface-solid);
  border: 0;
  box-shadow: var(--shadow-xs);
  outline: 1.5px solid var(--dh-shell-surface-solid);
  outline-offset: 0;
}
.btn-theme-surface:hover {
  color: var(--dh-shell-ink);
  background: var(--dh-shell-surface);
  border-color: transparent;
  box-shadow: var(--shadow-md);
  outline-color: var(--dh-shell-surface);
}
.btn-theme-surface-outline {
  --btn-theme-outline: var(--dh-shell-surface-solid);
  color: var(--dh-shell-surface-solid);
  background: transparent;
  border: 1px solid transparent;
  box-shadow: inset 0 0 0 1px var(--btn-theme-outline);
}
.btn-theme-surface-outline:hover {
  color: var(--dh-shell-ink);
  background: var(--dh-shell-surface-solid);
  border-color: transparent;
}
html[data-theme="dark"] .btn-theme-surface-outline {
  --btn-theme-outline: #d3b5d8;
  color: #d3b5d8;
}
html[data-theme="dark"] .btn-theme-surface-outline:hover {
  color: #1a1322;
  background: #d3b5d8;
}
.on-dark .btn-purple, .section-dark .btn-purple {
  color: #1a1322;
  background: #d3b5d8;
  outline-color: #d3b5d8;
}
.on-dark .btn-purple:hover, .on-dark .btn-purple:active, .section-dark .btn-purple:hover, .section-dark .btn-purple:active {
  color: #1a1322;
  background: #e3cee5;
  outline-color: #e3cee5;
}
.on-dark .btn-outline-purple, .section-dark .btn-outline-purple {
  color: #d3b5d8;
  border-color: #d3b5d8;
  background: transparent;
}
.on-dark .btn-outline-purple:hover, .section-dark .btn-outline-purple:hover {
  color: #1a1322;
  border-color: #d3b5d8;
  background: #d3b5d8;
}
.btn-glass {
  color: #f3f0fa;
  background: rgba(243, 240, 250, .10);
  border: 1px solid rgba(243, 240, 250, .22);
  backdrop-filter: blur(14px) saturate(135%);
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  box-shadow: 0 10px 30px rgba(8, 3, 24, .30);
}
.btn-glass:hover {
  background: rgba(243, 240, 250, .17);
  border-color: rgba(243, 240, 250, .38);
  box-shadow: 0 14px 38px rgba(8, 3, 24, .38);
}
.btn-glass-purple {
  color: #f3f0fa;
  background: rgba(75, 31, 214, .6);
  border: 1px solid rgba(243, 240, 250, .16);
  backdrop-filter: blur(12px) saturate(125%);
  -webkit-backdrop-filter: blur(12px) saturate(125%);
  box-shadow: 0 10px 28px rgba(75, 31, 214, .22);
}
.btn-glass-purple:hover {
  background: rgba(75, 31, 214, .74);
  border-color: rgba(243, 240, 250, .26);
  box-shadow: var(--shadow-purple, 0 14px 34px rgba(75, 31, 214, .3));
}
.section {
  width: var(--content-width);
  max-width: none;
  margin: 0 auto;
  padding: var(--section-y) 2rem;
}
.section-narrow {
  max-width: 48rem;
}
.section-wide {
  max-width: none;
}
.section-head {
  max-width: var(--measure);
  margin-bottom: var(--space-7);
}
.section-head.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section-head h2, .section-title {
  font-family: var(--sans);
  font-size: var(--fs-2xl);
  font-weight: 300;
  letter-spacing: var(--tracking-tighter);
  line-height: var(--lh-tight);
  color: var(--ink);
  margin-bottom: var(--space-3);
}
.section-head .lede, .lede {
  font-family: var(--serif);
  font-size: var(--fs-lg);
  color: var(--ink-3);
  line-height: var(--lh-body);
}
.kicker {
  display: inline-block;
  font-family: var(--sans);
  font-size: var(--fs-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--tracking-kicker);
  color: var(--purple);
  margin-bottom: var(--space-4);
}
.kicker-teal {
  color: var(--teal);
}
.kicker-dark {
  color: var(--on-dark-2);
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--sans);
  font-size: var(--fs-xs);
  font-weight: 600;
  line-height: 1;
  padding: .4rem .7rem;
  border-radius: var(--radius-pill);
  background: var(--purple-pale);
  color: var(--purple);
  white-space: nowrap;
}
.pill-teal {
  background: var(--teal-pale);
  color: var(--teal);
}
.pill-neutral {
  background: var(--beige-dark);
  color: var(--ink-2);
}
.pill-success {
  background: rgba(21, 130, 74, .12);
  color: var(--green);
}
.pill-warn {
  background: var(--amber-pale);
  color: var(--amber);
}
.pill-alert {
  background: var(--red-pale);
  color: var(--red);
}
.pill-outline {
  background: transparent;
  border: 1px solid var(--beige-line);
  color: var(--ink-3);
}
.pill-dot::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}
.surface {
  background: var(--white);
  border: 1px solid var(--beige-line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}
.surface-flat {
  background: var(--white);
  border: 1px solid var(--beige-line);
  border-radius: var(--radius-md);
  box-shadow: none;
}
.surface-pad {
  padding: var(--space-6);
}
.surface-hover {
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.surface-hover:hover {
  box-shadow: var(--shadow-md);
  border-color: var(--beige-dark);
  transform: translateY(-2px);
}
.surface-dark {
  background: var(--purple-deep);
  border: 1px solid var(--on-dark-line);
  border-radius: var(--radius-md);
  color: var(--on-dark);
}
.home-main {
  display: contents;
}
.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 1000;
  transform: translateY(-200%);
  padding: .75rem 1rem;
  color: var(--ink);
  background: var(--beige);
}
.skip-link:focus {
  transform: none;
  outline: 2px solid currentColor;
}
.reveal {
  opacity: 1;
}
.reveal[data-reveal-ready] {
  opacity: 0;
  transform: translateY(18px) scale(.985);
  filter: blur(8px);
  transition: opacity var(--dur-slow) var(--ease-out), transform var(--dur-slow) var(--ease-out), filter var(--dur-slow) var(--ease-out);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}
.reveal.is-visible, .reveal[data-visible="true"] {
  opacity: 1;
  transform: none;
  filter: blur(0);
  will-change: auto;
}
.divider {
  border: none;
  border-top: 1px solid var(--beige-line);
  margin: var(--space-6) 0;
}
.divider-dark {
  border: none;
  border-top: 1px solid var(--on-dark-line);
  margin: var(--space-6) 0;
}
:root {
  --fs-display: clamp(3rem, 6.2vw, 5.25rem);
  --fs-eyebrow: 12.5px;
}
.display {
  font-family: var(--sans);
  font-weight: 300;
  font-size: var(--fs-2xl);
  line-height: 1.06;
  letter-spacing: -.03em;
  color: var(--ink);
  text-wrap: balance;
}
.display-xl {
  font-size: var(--fs-3xl);
  line-height: 1.04;
}
.section-main-title {
  font-size: var(--fs-2xl);
  font-weight: 300;
  line-height: var(--lh-tight);
  letter-spacing: var(--tracking-tighter);
}
.section-main-title :is(em, .sec-title-hl) {
  font-weight: 600;
}
.display-hero {
  font-size: var(--fs-display);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.display em, .display-accent {
  font-style: normal;
  font-weight: 500;
  color: var(--purple);
}
.on-dark .display, .section-dark .display {
  color: #f3f0fa;
}
.on-dark .display-accent, .section-dark .display-accent, .on-dark .display em, .section-dark .display em {
  color: #A78BFA;
}
.section-dark, .ground-dark {
  position: relative;
  background: radial-gradient(120% 80% at 50% -10%, rgba(139, 92, 246, .22), transparent 60%), var(--purple-deep);
  color: var(--on-dark);
  isolation: isolate;
}
.section-dark::after, .ground-dark::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: none;
}
.on-dark, .section-dark {
  color: var(--on-dark);
  --ring: 0 0 0 3px rgba(243, 240, 250, .42), 0 0 0 5px rgba(26, 10, 69, .68);
}
.on-dark h1, .on-dark h2, .on-dark h3, .section-dark h1, .section-dark h2, .section-dark h3, .section-dark .section-title {
  color: #f3f0fa;
}
.on-dark .lede, .section-dark .lede, .on-dark p, .section-dark p {
  color: var(--on-dark-2);
}
.on-dark .kicker, .section-dark .kicker {
  color: var(--on-dark-2);
}
.on-dark .divider, .section-dark .divider {
  border-top-color: var(--on-dark-line);
}
.logo-strip {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-5);
  text-align: center;
}
.logo-strip-label {
  font-family: var(--sans);
  font-size: var(--fs-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--tracking-kicker);
  color: var(--ink-4);
}
.section-dark .logo-strip-label, .on-dark .logo-strip-label {
  color: var(--on-dark-3);
}
.logo-strip-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(var(--space-6), 5vw, var(--space-9));
  width: 100%;
}
.logo-item {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  height: 30px;
  font-family: var(--serif);
  font-size: var(--fs-md);
  font-weight: 600;
  letter-spacing: -.01em;
  color: var(--ink-3);
  opacity: .55;
  filter: grayscale(1);
  transition: opacity var(--dur) var(--ease), filter var(--dur) var(--ease), color var(--dur) var(--ease);
}
.logo-item:hover {
  opacity: 1;
  filter: grayscale(0);
  color: var(--ink);
}
.logo-item img, .logo-item svg {
  height: 100%;
  width: auto;
  display: block;
}
.section-dark .logo-item, .on-dark .logo-item {
  color: var(--on-dark-2);
  opacity: .5;
}
.section-dark .logo-item:hover, .on-dark .logo-item:hover {
  color: #f3f0fa;
  opacity: 1;
}
.device-frame {
  position: relative;
  border-radius: var(--radius-lg);
  background: var(--white);
  border: 1px solid var(--beige-line);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  isolation: isolate;
}
.section-dark .device-frame, .on-dark .device-frame {
  border-color: var(--on-dark-line);
  background: rgba(243, 240, 250, .03);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .5);
}
.device-bar {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  height: 40px;
  padding: 0 var(--space-4);
  background: var(--beige);
  border-bottom: 1px solid var(--beige-line);
}
.section-dark .device-bar, .on-dark .device-bar {
  background: rgba(243, 240, 250, .05);
  border-bottom-color: var(--on-dark-line);
}
.device-dots {
  display: inline-flex;
  gap: 6px;
}
.device-dots::before, .device-dots::after, .device-dot {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--beige-line);
}
.device-dots::before {
  background: #E5847F;
}
.device-dots::after {
  background: #E8C16A;
}
.device-dot {
  background: #8FC79A;
}
.device-url {
  flex: 1;
  height: 22px;
  border-radius: var(--radius-pill);
  background: var(--white);
  border: 1px solid var(--beige-line);
  display: inline-flex;
  align-items: center;
  padding: 0 var(--space-3);
  font-family: var(--mono);
  font-size: var(--fs-xs);
  color: var(--ink-4);
}
.section-dark .device-url, .on-dark .device-url {
  background: rgba(0, 0, 0, .25);
  border-color: var(--on-dark-line);
  color: var(--on-dark-3);
}
.device-screen {
  position: relative;
  aspect-ratio: 16 / 10;
  background: radial-gradient(120% 100% at 0% 0%, var(--purple-pale), transparent 55%), linear-gradient(160deg, var(--white), var(--beige-dark));
  display: grid;
  place-items: center;
  overflow: hidden;
}
.device-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.section-dark .device-screen, .on-dark .device-screen {
  background: radial-gradient(120% 100% at 0% 0%, rgba(139, 92, 246, .28), transparent 55%), linear-gradient(160deg, rgba(243, 240, 250, .06), rgba(0, 0, 0, .25));
}
.device-placeholder {
  font-family: var(--sans);
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: var(--tracking-kicker);
  text-transform: uppercase;
  color: var(--ink-4);
}
.section-dark .device-placeholder, .on-dark .device-placeholder {
  color: var(--on-dark-3);
}
.device-frame.is-phone {
  border-radius: var(--radius-xl);
  max-width: 280px;
}
.device-frame.is-phone .device-bar {
  justify-content: center;
  height: 28px;
}
.device-frame.is-phone .device-screen {
  aspect-ratio: 9 / 19;
}
.quote-card {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  padding: var(--space-6);
  background: var(--white);
  border: 1px solid var(--beige-line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.section-dark .quote-card, .on-dark .quote-card {
  background: rgba(243, 240, 250, .04);
  border-color: var(--on-dark-line);
  box-shadow: none;
}
.quote-mark {
  font-family: var(--serif);
  font-size: 2.5rem;
  line-height: .6;
  color: var(--purple);
  opacity: .35;
}
.section-dark .quote-mark, .on-dark .quote-mark {
  color: var(--purple-muted);
  opacity: .6;
}
.quote-body {
  font-family: var(--serif);
  font-size: var(--fs-lg);
  line-height: var(--lh-snug);
  color: var(--ink);
  letter-spacing: -.01em;
}
.section-dark .quote-body, .on-dark .quote-body {
  color: #f3f0fa;
}
.quote-foot {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-top: auto;
}
.quote-avatar {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(140deg, var(--purple), var(--purple-muted));
  color: #f3f0fa;
  display: grid;
  place-items: center;
  font-family: var(--sans);
  font-size: var(--fs-sm);
  font-weight: 400;
  overflow: hidden;
}
.quote-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quote-name {
  font-size: var(--fs-sm);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.3;
}
.quote-role {
  font-size: var(--fs-xs);
  color: var(--ink-3);
  line-height: 1.3;
}
.section-dark .quote-name, .on-dark .quote-name {
  color: #f3f0fa;
}
.section-dark .quote-role, .on-dark .quote-role {
  color: var(--on-dark-2);
}
.stat {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.stat-num {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(2.75rem, 5.5vw, 4.25rem);
  line-height: 1;
  letter-spacing: -.04em;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}
.stat-num .stat-unit {
  font-size: .55em;
  color: var(--purple);
  margin-left: .05em;
}
.stat-label {
  font-family: var(--sans);
  font-size: var(--fs-base);
  font-weight: 600;
  color: var(--ink-2);
}
.stat-note {
  font-size: var(--fs-xs);
  color: var(--ink-4);
}
.section-dark .stat-num, .on-dark .stat-num {
  color: #f3f0fa;
}
.section-dark .stat-num .stat-unit, .on-dark .stat-num .stat-unit {
  color: var(--purple-muted);
}
.section-dark .stat-label, .on-dark .stat-label {
  color: var(--on-dark);
}
.section-dark .stat-note, .on-dark .stat-note {
  color: var(--on-dark-3);
}
.stat-band {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: var(--space-7) var(--space-6);
}
.announce {
  width: 100%;
  background: var(--purple-deep);
  color: var(--on-dark);
  border-bottom: 1px solid var(--on-dark-line);
}
.announce-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  max-width: 76rem;
  margin: 0 auto;
  padding: var(--space-2) var(--space-4);
  font-family: var(--sans);
  font-size: var(--fs-sm);
  text-align: center;
}
.announce-tag {
  font-size: var(--fs-xs);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: var(--tracking-kicker);
  color: var(--purple-muted);
  white-space: nowrap;
}
.announce-text {
  color: var(--on-dark-2);
}
.announce-text strong {
  color: #f3f0fa;
  font-weight: 600;
}
.announce-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #f3f0fa;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.announce-link::after {
  content: '→';
  transition: transform var(--dur) var(--ease);
  display: inline-block;
}
.announce-link:hover::after {
  transform: translateX(3px);
}
@media (max-width: 640px) {
  .announce-inner {
    font-size: var(--fs-xs);
    gap: var(--space-2);
    flex-wrap: nowrap;
    overflow: hidden;
  }
  .announce-tag {
    display: none;
  }
}
.orbit {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
}
.orbit-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed var(--beige-line);
  pointer-events: none;
}
.section-dark .orbit-ring, .on-dark .orbit-ring {
  border-color: var(--on-dark-line);
}
.orbit-ring-1 {
  inset: 14%;
}
.orbit-ring-2 {
  inset: 0;
}
.orbit-core {
  position: relative;
  z-index: 2;
  width: 38%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(120% 120% at 30% 25%, var(--purple-muted), var(--purple) 55%, var(--purple-dark));
  box-shadow: var(--shadow-purple), inset 0 1px 1px rgba(243, 240, 250, .25);
  overflow: hidden;
}
.orbit-core img, .orbit-core video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.orbit-chip {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: rotate(var(--a, 0deg)) translateY(calc(-1 * var(--r, 42%))) rotate(calc(-1 * var(--a, 0deg))) translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: .42rem .7rem;
  background: var(--white);
  border: 1px solid var(--beige-line);
  border-radius: var(--radius-pill);
  box-shadow: var(--shadow-md);
  font-family: var(--sans);
  font-size: var(--fs-xs);
  font-weight: 600;
  color: var(--ink-2);
  white-space: nowrap;
  animation: orbit-float 6s var(--ease-out) infinite;
}
.section-dark .orbit-chip, .on-dark .orbit-chip {
  background: rgba(243, 240, 250, .06);
  border-color: var(--on-dark-line);
  color: #f3f0fa;
  backdrop-filter: blur(6px);
}
.orbit-chip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--purple-pale);
  color: var(--purple);
}
.section-dark .orbit-chip-icon, .on-dark .orbit-chip-icon {
  background: rgba(139, 92, 246, .22);
  color: var(--purple-muted);
}
.orbit-more {
  font-weight: 400;
  color: var(--purple);
}
.section-dark .orbit-more, .on-dark .orbit-more {
  color: var(--purple-muted);
}
@keyframes orbit-float {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: -6px;
  }
}
@media (max-width: 640px) {
  .orbit {
    max-width: 340px;
  }
  .orbit-chip {
    font-size: 11px;
    padding: .35rem .55rem;
  }
}
.section-dark + .section, .ground-dark + .section {
  padding-top: calc(var(--section-y) + var(--space-4));
}
.page {
  width: var(--content-width);
  max-width: var(--content-max);
  margin: 0 auto;
  padding: 8rem 2rem 5rem;
}
.page-prose {
  max-width: 720px;
}
.page-prose h1 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 300;
  letter-spacing: -.04em;
  line-height: 1.1;
  margin-bottom: .5rem;
}
.page-prose .page-subtitle {
  font-family: var(--serif);
  font-size: 15px;
  color: var(--ink-3);
  margin-bottom: 3rem;
}
.page-prose h2 {
  font-size: clamp(1.1rem, 1.6vw, 1.3rem);
  font-weight: 300;
  letter-spacing: -.03em;
  line-height: 1.2;
  margin-top: 2.5rem;
  margin-bottom: .75rem;
}
.page-prose h3 {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -.01em;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}
.page-prose p {
  font-family: var(--serif);
  font-size: 15.5px;
  color: var(--ink-2);
  line-height: 1.8;
  margin-bottom: 1rem;
}
.page-prose ul, .page-prose ol {
  font-family: var(--serif);
  font-size: 15.5px;
  color: var(--ink-2);
  line-height: 1.8;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.page-prose li {
  margin-bottom: .25rem;
}
.page-prose a {
  color: var(--purple);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .12s;
}
.page-prose a:hover {
  color: var(--purple-dark);
}
.page-prose strong {
  color: var(--ink);
  font-weight: 600;
}
.page-contact {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 4rem;
  align-items: start;
}
.page-contact h1 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 300;
  letter-spacing: -.04em;
  line-height: 1.1;
  margin-bottom: .75rem;
}
.page-contact > div > p {
  font-family: var(--serif);
  font-size: 16.5px;
  color: var(--ink-2);
  line-height: 1.75;
}
.contact-items {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.contact-item-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: var(--purple-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--purple);
  flex-shrink: 0;
}
.contact-item-text {
  font-size: 14px;
  color: var(--ink-2);
}
.contact-item-text strong {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 1px;
}
.contact-widget {
  background: var(--white);
  border: 1px solid var(--beige-line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  min-height: 500px;
}
.page-login {
  min-height: calc(100vh - 56px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem 4rem;
}
.login-card {
  width: 100%;
  max-width: 380px;
  background: var(--white);
  border: 1px solid var(--beige-line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  padding: 2rem;
}
.login-card h1 {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: -.03em;
  text-align: center;
  margin-bottom: .25rem;
}
.login-card .login-sub {
  font-size: 13.5px;
  color: var(--ink-3);
  text-align: center;
  margin-bottom: 1.75rem;
}
.form-group {
  margin-bottom: 1rem;
}
.form-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: .35rem;
}
.form-input {
  width: 100%;
  padding: .6rem .8rem;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--beige-line);
  border-radius: var(--radius-sm);
  outline: none;
  transition: border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);
}
.form-input:focus {
  border-color: var(--purple);
  box-shadow: var(--ring);
}
.form-input::placeholder {
  color: var(--ink-4);
}
.form-checkbox {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: 13px;
  color: var(--ink-3);
}
.form-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--purple);
}
.form-error {
  background: var(--red-pale);
  border: 1px solid #F6C9C9;
  border-radius: var(--radius-sm);
  padding: .6rem .85rem;
  font-size: 13px;
  color: #9B1C1C;
  margin-bottom: 1rem;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: .3;
  }
}
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.animate-fade-up {
  animation: fade-up var(--dur-slow) var(--ease-out) both;
}
@media (max-width: 960px) {
  html {
    scroll-padding-top: 100px;
  }
  :root {
    --content-max: 90%;
  }
  .page-contact {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  html {
    scroll-padding-top: 72px;
  }
  :root {
    --content-max: 96%;
    --content-width: 96%;
  }
  .page {
    padding: 5rem 1.25rem 3rem;
  }
  .page-prose {
    max-width: 100%;
  }
  .page-prose h1 {
    font-size: clamp(1.5rem, 6vw, 1.8rem);
  }
  .page-prose h2 {
    font-size: clamp(1rem, 3vw, 1.15rem);
    margin-top: 2rem;
  }
  .page-prose p, .page-prose ul, .page-prose ol {
    font-size: 15px;
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .page-prose li {
    overflow-wrap: break-word;
    word-break: break-word;
  }
  .page-contact {
    gap: 2.5rem;
  }
  .contact-widget {
    min-height: 400px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}
/*
 * Marketing-site bridge to the product/Dex design language.
 * The product tokens remain authoritative; these aliases let the existing
 * website components adopt that palette without changing their layout API.
 */
/* Match Dex's native autofill treatment, including focused/hovered fields. */
html input:is(:-webkit-autofill, :autofill),
html input:is(:-webkit-autofill, :autofill):hover,
html input:is(:-webkit-autofill, :autofill):focus,
html input:is(:-webkit-autofill, :autofill):active {
  background-color: var(--dh-input-autofill);
  color: var(--dh-shell-ink);
  caret-color: var(--dh-shell-ink);
  -webkit-text-fill-color: var(--dh-shell-ink);
  -webkit-box-shadow: 0 0 0 1000px var(--dh-input-autofill) inset !important;
  box-shadow: 0 0 0 1000px var(--dh-input-autofill) inset !important;
}
:root {
  --dh-input-autofill: #e0dbe9;
  color-scheme: light;

  --dh-shell-outer: #f3f0fa;
  --dh-shell-canvas: #f3f0fa;
  --dh-shell-surface: rgba(243, 240, 250, .88);
  --dh-shell-surface-solid: #f3f0fa;
  --dh-shell-surface-muted: rgba(26, 10, 69, .045);
  --dh-shell-ink: #17131d;
  --dh-shell-muted: #5f5b68;
  --dh-shell-faint: #777280;
  --dh-shell-line: #d1cada;
  --dh-shell-line-soft: rgba(26, 10, 69, .10);
  --dh-shell-line-strong: rgba(26, 10, 69, .22);
  --dh-shell-accent: #1a0a45;
  --dh-shell-accent-ink: #f3f0fa;
  --dh-shell-accent-wash: rgba(26, 10, 69, .075);
  /* Light paper detail is 35% strength; dark mode remains at 25%. */
  --dh-shell-grid: rgba(26, 11, 69, .014);
  --dh-shell-grid-major: rgba(26, 11, 69, .02625);
  --dh-shell-grain: #1a0b45;
  --dh-shell-grain-opacity: .19;
  --dh-shell-weave: rgba(26, 10, 69, .01225);
  --dh-shell-weave-highlight: rgba(26, 10, 69, .0042);
  --dh-paper-blend: multiply;
  --dh-paper-background:
    linear-gradient(var(--dh-shell-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--dh-shell-grid) 1px, transparent 1px),
    linear-gradient(var(--dh-shell-grid-major) 1px, transparent 1px),
    linear-gradient(90deg, var(--dh-shell-grid-major) 1px, transparent 1px),
    repeating-linear-gradient(
      90deg,
      var(--dh-shell-weave) 0 .85px,
      transparent .85px 2.2px,
      var(--dh-shell-weave-highlight) 2.2px 2.75px
    ),
    repeating-linear-gradient(
      -.45deg,
      var(--dh-shell-weave) 0 .85px,
      transparent .85px 1.8px,
      var(--dh-shell-weave-highlight) 1.8px 2.25px
    );
  --dh-paper-background-size: 64px 48px, 64px 48px, 320px 240px, 320px 240px, auto, auto;
  /* One viewport-locked origin makes the material continuous as sections
     scroll over it, producing the paper/grid parallax. */
  --dh-paper-background-position: 0 0;
  --dh-paper-background-attachment: fixed;
  --dh-shell-ease: cubic-bezier(.2, .75, .25, 1);

  /* Existing website token bridge. */
  --beige: var(--dh-shell-canvas);
  --beige-dark: #eceaf5;
  --beige-line: var(--dh-shell-line);
  --white: var(--dh-shell-surface-solid);
  --ink: var(--dh-shell-ink);
  --ink-2: #3c3a47;
  --ink-3: var(--dh-shell-muted);
  --ink-4: var(--dh-shell-faint);
  --purple: var(--dh-shell-accent);
  --purple-dark: #2b193f;
  --purple-deep: #1a0b45;
  --purple-pale: #f0ecf4;
  --purple-muted: #a99bc1;
  --grid-line: var(--dh-shell-grid);
  --grid-line-major: var(--dh-shell-grid-major);
  --ring: 0 0 0 3px rgba(26, 10, 69, .32);
}

html[data-theme="dark"] {
  --dh-input-autofill: #252230;
  color-scheme: dark;

  --dh-shell-outer: #111117;
  --dh-shell-canvas: #14141c;
  --dh-shell-surface: rgba(29, 26, 35, .90);
  --dh-shell-surface-solid: #1d1a23;
  --dh-shell-surface-muted: rgba(243, 240, 250, .035);
  --dh-shell-ink: #f3f0fa;
  --dh-shell-muted: #b0aab7;
  --dh-shell-faint: #8c8692;
  --dh-shell-line: #37313f;
  --dh-shell-line-soft: rgba(243, 240, 250, .075);
  --dh-shell-line-strong: rgba(211, 181, 216, .25);
  --dh-shell-accent: #d3b5d8;
  --dh-shell-accent-ink: #1a1322;
  --dh-shell-accent-wash: rgba(211, 181, 216, .10);
  --dh-shell-grid: rgba(242, 241, 246, .01);
  --dh-shell-grid-major: rgba(242, 241, 246, .0175);
  --dh-shell-grain: #e5e3ef;
  --dh-shell-grain-opacity: .075;
  --dh-shell-weave: rgba(229, 227, 239, .0075);
  --dh-shell-weave-highlight: rgba(229, 227, 239, .003);
  --dh-paper-blend: screen;

  --beige-dark: #1d1a23;
  --ink-2: #d7d1dc;
  --purple-dark: #e3cee5;
  --purple-deep: #111117;
  --purple-pale: rgba(211, 181, 216, .13);
  --purple-muted: #a99bc1;
  --ring: 0 0 0 3px rgba(211, 181, 216, .32);
  --section-bezel:
    inset 0 1px 0 rgba(243, 240, 250, .045),
    inset 0 -1px 0 rgba(211, 181, 216, .10);
}

html,
body,
body.bg-beige {
  background-color: var(--dh-shell-canvas);
  color: var(--dh-shell-ink);
}

body {
  /* Keep the fixed, negative-z-index Aurora above the body paint while light
     sections still cover it with their own opaque surfaces. */
  isolation: isolate;
  background-image: none;
}

/* Match the WebGL aurora's dark-mode ground to the Dex action purple. The
   shader and its motion remain unchanged. */
html[data-theme="dark"] .page-aurora {
  background-color: #1a0a45;
}

/* Dex linen + grid is part of each section's background paint. Components
   therefore render after it in the normal paint order; it can never cross
   their text, controls, cards, or the navigation. */
body > :is(section:not(.hero):not(#platform):not(#pricing), main:not(.dh-paper-window-section):not(.home-main)),
.home-main > section:not(.hero):not(#platform):not(#pricing) {
  background-image: var(--dh-paper-background) !important;
  background-size: var(--dh-paper-background-size) !important;
  background-position: var(--dh-paper-background-position) !important;
  background-attachment: var(--dh-paper-background-attachment) !important;
  background-blend-mode: var(--dh-paper-blend);
}

/* Sections with windows use the same material recipe on one shared full-bleed
   backing. Avoiding transforms keeps background-attachment: fixed genuinely
   viewport-locked; the clip variable carves out the live-background windows. */
.dh-paper-window-section::before {
  content: '';
  position: absolute;
  inset-block: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  background-color: var(--beige);
  background-image: var(--dh-paper-background);
  background-size: var(--dh-paper-background-size);
  background-position: var(--dh-paper-background-position);
  background-attachment: var(--dh-paper-background-attachment);
  background-blend-mode: var(--dh-paper-blend);
  clip-path: var(--dh-paper-window-clip, none);
  box-shadow: var(--section-bezel);
  z-index: -2;
  pointer-events: none;
}

/* Dex-style diagonal corner motion for CTAs and selected highlighted actions. */
:is(.btn, .dh-corner-motion) {
  position: relative;
  isolation: isolate;
  overflow: visible;
}

:is(.btn, .dh-corner-motion)::before,
:is(.btn, .dh-corner-motion)::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  color: var(--dh-corner-accent, var(--dh-shell-accent));
  pointer-events: none;
  opacity: 0;
  transition: opacity 120ms ease, transform 180ms var(--dh-shell-ease);
}

:is(.btn, .dh-corner-motion)::before {
  top: -4px;
  left: -4px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transform: translate(4px, 4px);
}

:is(.btn, .dh-corner-motion)::after {
  right: -4px;
  bottom: -4px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translate(-4px, -4px);
}

:is(.btn, .dh-corner-motion):is(:hover, :focus-visible)::before,
:is(.btn, .dh-corner-motion):is(:hover, :focus-visible)::after {
  opacity: .78;
  transform: translate(0, 0);
}

:is(.btn, .dh-corner-motion):active { transform: scale(.975); }

.on-dark :is(.btn, .dh-corner-motion),
.section-dark :is(.btn, .dh-corner-motion) {
  --dh-corner-accent: #d3b5d8;
}

html[data-theme="dark"] .btn-purple {
  color: var(--dh-shell-accent-ink);
}

html[data-theme="dark"] .btn-outline-purple:hover {
  color: var(--dh-shell-accent-ink);
}

/* White CTAs stay a light material even when the surrounding page is dark. */
.btn-white { color: #17131d; }

/* Dex-positioned theme toggle. The same `dh-theme` key is used by the product UI. */
.theme-toggle {
  position: fixed;
  right: 28px;
  bottom: 24px;
  z-index: 10003;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid var(--dh-shell-line);
  border-radius: 0;
  background: color-mix(in srgb, var(--dh-shell-surface-solid) 82%, transparent);
  color: var(--ink-2);
  cursor: pointer;
  font: 600 10px/1 var(--sans);
  letter-spacing: .01em;
  text-transform: none;
  transition: color 140ms ease, background-color 280ms var(--dh-shell-ease), border-color 140ms ease, opacity 120ms ease, transform 140ms var(--dh-shell-ease);
}

.theme-toggle.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
}

.theme-toggle:hover {
  border-color: var(--dh-shell-line-strong);
  background: var(--dh-shell-surface-solid);
  color: var(--dh-shell-ink);
  transform: translateY(-1px);
}

.theme-toggle svg { display: block; width: 14px; height: 14px; flex: 0 0 auto; }
.theme-toggle .theme-icon-sun { display: none; }
html[data-theme="dark"] .theme-toggle .theme-icon-sun { display: block; }
html[data-theme="dark"] .theme-toggle .theme-icon-moon { display: none; }

@media (max-width: 768px) {
  .theme-toggle {
    right: 20px;
    bottom: 16px;
  }
}

html[data-theme="dark"] .mobile-drawer {
  background: color-mix(in srgb, var(--dh-shell-surface-solid) 94%, transparent);
  color: var(--dh-shell-ink);
}

@media (prefers-reduced-motion: reduce) {
  body { transition: none; }
  :is(.btn, .dh-corner-motion),
  :is(.btn, .dh-corner-motion)::before,
  :is(.btn, .dh-corner-motion)::after { transition: none; }
}
/* Self-host the existing families: no third-party CSS/font connection on load. */
@font-face {
  font-family: 'Montserrat'; font-style: normal; font-weight: 100 900; font-display: swap;
  src: url('/_astro/montserrat-latin-wght-normal.l_AIctKy.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat'; font-style: italic; font-weight: 100 900; font-display: swap;
  src: url('/_astro/montserrat-latin-wght-italic.jzfX-GOl.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter'; font-style: normal; font-weight: 100 900; font-display: swap;
  src: url('/_astro/inter-latin-wght-normal.Dx4kXJAl.woff2') format('woff2');
}
.analytics-consent[data-astro-cid-fg2vtww3] {
  position: fixed;
  z-index: 10000;
  bottom: calc(4.5rem + env(safe-area-inset-bottom));
  right: 1rem;
  width: min(360px, 100% - 2rem);
  padding: .75rem .875rem;
  background: #f3f0faf0;
  color: #1b1721;
  border: 1px solid #1b17212e;
  font-size: 12px;
  line-height: 1.45;
  max-height: calc(100dvh - 6rem);
  overflow-y: auto;
}

.analytics-consent[data-astro-cid-fg2vtww3][hidden] {
  display: none;
}

.analytics-consent[data-astro-cid-fg2vtww3] button[data-astro-cid-fg2vtww3][hidden] {
  display: none;
}

.analytics-consent[data-astro-cid-fg2vtww3] strong[data-astro-cid-fg2vtww3] {
  font-size: 12px;
  font-weight: 600;
}

.analytics-consent[data-astro-cid-fg2vtww3] p[data-astro-cid-fg2vtww3] {
  margin: .25rem 0 .5rem;
}

.analytics-consent[data-astro-cid-fg2vtww3] a[data-astro-cid-fg2vtww3] {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.analytics-consent-actions[data-astro-cid-fg2vtww3] {
  display: flex;
  gap: .5rem;
}

.analytics-consent[data-astro-cid-fg2vtww3] button[data-astro-cid-fg2vtww3] {
  appearance: none;
  font: inherit;
  font-weight: 500;
  color: inherit;
  border: 1px solid;
  border-radius: 0;
  background: none;
  padding: .375rem .625rem;
  min-height: 36px;
  cursor: pointer;
}

.analytics-consent-actions[data-astro-cid-fg2vtww3] button[data-astro-cid-fg2vtww3]:not([data-consent-close]) {
  flex: 1;
}

.analytics-consent[data-astro-cid-fg2vtww3] button[data-astro-cid-fg2vtww3]:hover {
  background: #806ea31f;
}

.analytics-consent[data-astro-cid-fg2vtww3] button[data-astro-cid-fg2vtww3]:focus-visible, .analytics-consent[data-astro-cid-fg2vtww3] a[data-astro-cid-fg2vtww3]:focus-visible {
  outline: 2px solid;
  outline-offset: 3px;
}

.analytics-consent[data-astro-cid-fg2vtww3] button[data-astro-cid-fg2vtww3]:disabled {
  opacity: .55;
  cursor: not-allowed;
}

html[data-theme="dark"] .analytics-consent[data-astro-cid-fg2vtww3] {
  background: #1b1721f0;
  color: #f3f0fa;
  border-color: #f3f0fa38;
}

@media (pointer: coarse), (width <= 480px) {
  .analytics-consent[data-astro-cid-fg2vtww3] button[data-astro-cid-fg2vtww3] {
    min-height: 44px;
  }
}
nav[data-astro-cid-wpvy4v7s], nav[data-astro-cid-wpvy4v7s] [data-astro-cid-wpvy4v7s] {
  transition: none !important;
  animation: none !important;
}

nav[data-astro-cid-wpvy4v7s] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: none;
  padding-top: env(safe-area-inset-top, 0px);
}

.nav-inner[data-astro-cid-wpvy4v7s] {
  width: 98%;
  margin: .8rem auto 0;
  padding: 0 .7rem 0 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  border-radius: 12px;
  color: var(--dh-shell-ink);
  background: var(--dh-shell-surface-solid);
  border: 0;
  box-shadow: 0 12px 36px #140f281a;
  position: relative;
}

html[data-theme="dark"] .nav-inner[data-astro-cid-wpvy4v7s] {
  background: var(--dh-shell-surface-solid);
  box-shadow: 0 12px 36px #0000002e;
}

.logo[data-astro-cid-wpvy4v7s] {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -.02em;
  color: var(--ink);
  white-space: nowrap;
}

.logo[data-astro-cid-wpvy4v7s] img[data-astro-cid-wpvy4v7s] {
  display: none;
}

.logo[data-astro-cid-wpvy4v7s]:before {
  content: "";
  display: block;
  width: 127.679px;
  height: 22px;
  flex: none;
  background-color: var(--dh-shell-accent);
  -webkit-mask: url("/assets/dh-logo-horizontal.svg") center / contain no-repeat;
  mask: url("/assets/dh-logo-horizontal.svg") center / contain no-repeat;
}

.nav-product-sep[data-astro-cid-wpvy4v7s] {
  width: 1px;
  height: 20px;
  background: currentColor;
  opacity: .28;
}

.nav-product[data-astro-cid-wpvy4v7s] {
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: -.01em;
  color: currentColor;
  opacity: .9;
}

.nav-links[data-astro-cid-wpvy4v7s] {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-title-group[data-astro-cid-wpvy4v7s] {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
}

.nav-links[data-astro-cid-wpvy4v7s] .nav-title-back[data-astro-cid-wpvy4v7s] {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: none;
  color: var(--ink-3);
}

.nav-links[data-astro-cid-wpvy4v7s] .nav-title-back[data-astro-cid-wpvy4v7s][hidden] {
  display: none;
}

.nav-links[data-astro-cid-wpvy4v7s] .nav-title-back[data-astro-cid-wpvy4v7s]:after {
  display: none;
}

.nav-links[data-astro-cid-wpvy4v7s] .nav-title-back[data-astro-cid-wpvy4v7s]:hover {
  color: var(--purple);
  background: none;
}

.nav-title-back[data-astro-cid-wpvy4v7s] svg {
  width: 18px;
  height: 18px;
}

.nav-title[data-astro-cid-wpvy4v7s] {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .01em;
  color: var(--ink);
}

.nav-links[data-astro-cid-wpvy4v7s] a[data-astro-cid-wpvy4v7s] {
  position: relative;
  text-decoration: none;
  color: var(--ink-2);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .01em;
  transition: color .16s var(--dh-shell-ease);
}

.nav-links[data-astro-cid-wpvy4v7s] a[data-astro-cid-wpvy4v7s]:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: 0;
  transition: transform .22s var(--dh-shell-ease);
  will-change: transform;
}

.nav-links[data-astro-cid-wpvy4v7s] a[data-astro-cid-wpvy4v7s]:hover {
  color: var(--ink);
}

.nav-links[data-astro-cid-wpvy4v7s] a[data-astro-cid-wpvy4v7s]:hover:after, .nav-links[data-astro-cid-wpvy4v7s] a[data-astro-cid-wpvy4v7s].active:after {
  transform: scaleX(1);
}

.nav-links[data-astro-cid-wpvy4v7s] a[data-astro-cid-wpvy4v7s].active {
  color: var(--purple);
  font-weight: 600;
}

.nav-ctas[data-astro-cid-wpvy4v7s] {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.btn-ghost[data-astro-cid-wpvy4v7s] {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .01em;
  white-space: nowrap;
  color: var(--ink-3) !important;
}

.nav-pill[data-astro-cid-wpvy4v7s] {
  background: var(--dh-shell-accent);
  border: 1px solid var(--dh-shell-accent);
  border-radius: 0;
  opacity: 1;
  color: var(--dh-shell-accent-ink) !important;
  padding: .45rem 1.05rem !important;
}

.nav-pill[data-astro-cid-wpvy4v7s]:hover {
  background: var(--purple-dark);
  border-color: var(--purple-dark);
}

.nav-ctas[data-astro-cid-wpvy4v7s] .btn-ghost[data-astro-cid-wpvy4v7s]:not(.nav-pill):hover {
  background: none;
  transform: none;
  opacity: 1;
  color: var(--ink) !important;
}

.nav-ctas[data-astro-cid-wpvy4v7s] .nav-login[data-astro-cid-wpvy4v7s] {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .01em;
  color: var(--ink-2) !important;
}

.mobile-toggle[data-astro-cid-wpvy4v7s] {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--ink);
  padding: 4px;
}

.icon-close[data-astro-cid-wpvy4v7s] {
  display: none;
}

.mobile-toggle[data-astro-cid-wpvy4v7s][aria-expanded="true"] .icon-hamburger[data-astro-cid-wpvy4v7s] {
  display: none;
}

.mobile-toggle[data-astro-cid-wpvy4v7s][aria-expanded="true"] .icon-close[data-astro-cid-wpvy4v7s] {
  display: block;
}

.mobile-backdrop[data-astro-cid-wpvy4v7s] {
  display: none;
}

.mobile-drawer[data-astro-cid-wpvy4v7s] {
  display: none;
}

@media (width <= 960px) {
  .nav-inner[data-astro-cid-wpvy4v7s] {
    height: 68px;
  }

  .nav-links[data-astro-cid-wpvy4v7s] {
    gap: 1.25rem;
  }

  .nav-links[data-astro-cid-wpvy4v7s] a[data-astro-cid-wpvy4v7s] {
    font-size: 14px;
  }
}

@media (width <= 1024px) {
  .nav-inner[data-astro-cid-wpvy4v7s] {
    height: 54px;
    width: calc(100% - 1.4rem);
    margin: .55rem auto 0;
    padding: 0 .6rem 0 1rem;
  }

  .logo[data-astro-cid-wpvy4v7s] {
    font-size: 1rem;
    gap: 8px;
  }

  .logo[data-astro-cid-wpvy4v7s] img[data-astro-cid-wpvy4v7s] {
    height: 19px;
    width: auto;
  }

  .nav-links[data-astro-cid-wpvy4v7s] {
    display: none;
  }

  .nav-ctas[data-astro-cid-wpvy4v7s] {
    display: none;
  }

  .mobile-toggle[data-astro-cid-wpvy4v7s] {
    display: block;
    padding: 12px;
    min-width: 44px;
    min-height: 44px;
  }

  .mobile-backdrop[data-astro-cid-wpvy4v7s] {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    background: #0006;
    opacity: 0;
    pointer-events: none;
  }

  .mobile-backdrop[data-astro-cid-wpvy4v7s].open {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-drawer[data-astro-cid-wpvy4v7s] {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100dvh;
    z-index: 10004;
    color: var(--dh-shell-ink);
    background: color-mix(in srgb, var(--dh-shell-surface-solid) 94%, transparent);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: none;
    box-shadow: none;
    padding: max(1rem, env(safe-area-inset-top)) 1.5rem max(1.5rem, env(safe-area-inset-bottom));
    visibility: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .mobile-drawer[data-astro-cid-wpvy4v7s].open {
    visibility: visible;
  }

  .drawer-heading[data-astro-cid-wpvy4v7s] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: 650;
  }

  .drawer-close[data-astro-cid-wpvy4v7s] {
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  .drawer-close[data-astro-cid-wpvy4v7s] svg[data-astro-cid-wpvy4v7s] {
    width: 24px;
    height: 24px;
  }

  .drawer-nav[data-astro-cid-wpvy4v7s] {
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .drawer-nav[data-astro-cid-wpvy4v7s] a[data-astro-cid-wpvy4v7s] {
    text-decoration: none;
    color: var(--dh-shell-ink);
    font-size: clamp(1.125rem, 5vw, 1.5rem);
    font-weight: 500;
    padding: .625rem .5rem;
    min-height: 44px;
  }

  .drawer-nav[data-astro-cid-wpvy4v7s] a[data-astro-cid-wpvy4v7s]:hover {
    color: var(--ink);
  }

  .drawer-nav[data-astro-cid-wpvy4v7s] a[data-astro-cid-wpvy4v7s].active {
    color: var(--purple);
    font-weight: 600;
  }

  .drawer-bottom[data-astro-cid-wpvy4v7s] {
    margin-top: auto;
    padding-top: 1rem;
  }

  .drawer-divider[data-astro-cid-wpvy4v7s] {
    height: 1px;
    background: var(--beige-line, #00000014);
    margin: .375rem 0;
  }

  .drawer-lang-toggle[data-astro-cid-wpvy4v7s] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--dh-shell-ink);
    font-size: 14px;
    font-weight: 500;
    padding: .5rem 0;
    min-height: 44px;
    width: 100%;
    text-align: left;
  }

  .drawer-lang-toggle[data-astro-cid-wpvy4v7s]:hover {
    color: var(--ink);
  }

  .drawer-lang-caret[data-astro-cid-wpvy4v7s] {
    margin-left: auto;
    color: var(--ink-4, #0000004d);
  }

  .drawer-lang-toggle[data-astro-cid-wpvy4v7s][aria-expanded="true"] .drawer-lang-caret[data-astro-cid-wpvy4v7s] {
    transform: rotate(180deg);
  }

  .drawer-lang-list[data-astro-cid-wpvy4v7s] {
    display: none;
    flex-direction: column;
    padding-left: .25rem;
  }

  .drawer-lang-list[data-astro-cid-wpvy4v7s].open {
    display: flex;
  }

  .drawer-lang-option[data-astro-cid-wpvy4v7s] {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--dh-shell-ink);
    font-size: 14px;
    font-weight: 500;
    padding: .4rem 0;
    min-height: 44px;
  }

  .drawer-lang-option[data-astro-cid-wpvy4v7s]:hover {
    color: var(--ink);
  }
}
