/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-rose-100: oklch(94.1% 0.03 12.58);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --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);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --blur-md: 12px;
    --blur-xl: 24px;
    --blur-2xl: 40px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--veron-font-sans);
    --default-font-feature-settings: normal;
    --default-font-variation-settings: normal;
    --default-mono-font-family: "JetBrains Mono", monospace;
    --default-mono-font-feature-settings: normal;
    --default-mono-font-variation-settings: normal;
  }
}
@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(--veron-font-sans, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: normal;
    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: "JetBrains Mono", monospace;
    font-feature-settings: normal;
    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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .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;
  }
  .sticky {
    position: sticky;
  }
  .-inset-6 {
    inset: calc(var(--spacing) * -6);
  }
  .inset-0 {
    inset: 0;
  }
  .inset-x-10 {
    inset-inline: calc(var(--spacing) * 10);
  }
  .start-0 {
    inset-inline-start: calc(var(--spacing) * 0);
  }
  .start-50 {
    inset-inline-start: calc(var(--spacing) * 50);
  }
  .start-100 {
    inset-inline-start: calc(var(--spacing) * 100);
  }
  .end-0 {
    inset-inline-end: calc(var(--spacing) * 0);
  }
  .end-50 {
    inset-inline-end: calc(var(--spacing) * 50);
  }
  .end-100 {
    inset-inline-end: calc(var(--spacing) * 100);
  }
  .top-0 {
    top: 0;
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .top-50 {
    top: calc(var(--spacing) * 50);
  }
  .top-100 {
    top: calc(var(--spacing) * 100);
  }
  .-right-3 {
    right: calc(var(--spacing) * -3);
  }
  .right-0 {
    right: 0;
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .bottom-0 {
    bottom: 0;
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }
  .bottom-32 {
    bottom: calc(var(--spacing) * 32);
  }
  .bottom-50 {
    bottom: calc(var(--spacing) * 50);
  }
  .bottom-100 {
    bottom: calc(var(--spacing) * 100);
  }
  .-left-4 {
    left: calc(var(--spacing) * -4);
  }
  .left-0 {
    left: 0;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .left-8 {
    left: calc(var(--spacing) * 8);
  }
  .-z-0 {
    z-index: calc(0 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-10 {
    z-index: 10;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .order-0 {
    order: 0;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .order-3 {
    order: 3;
  }
  .order-4 {
    order: 4;
  }
  .order-5 {
    order: 5;
  }
  .order-first {
    order: -9999;
  }
  .order-last {
    order: 9999;
  }
  .col-1 {
    grid-column: 1;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-3 {
    grid-column: 3;
  }
  .col-4 {
    grid-column: 4;
  }
  .col-5 {
    grid-column: 5;
  }
  .col-6 {
    grid-column: 6;
  }
  .col-7 {
    grid-column: 7;
  }
  .col-8 {
    grid-column: 8;
  }
  .col-9 {
    grid-column: 9;
  }
  .col-10 {
    grid-column: 10;
  }
  .col-11 {
    grid-column: 11;
  }
  .col-12 {
    grid-column: 12;
  }
  .col-auto {
    grid-column: auto;
  }
  .float-end {
    float: inline-end;
  }
  .float-none {
    float: none;
  }
  .float-start {
    float: inline-start;
  }
  .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;
    }
  }
  .m-0 {
    margin: 0;
  }
  .m-1 {
    margin: var(--spacing);
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-3 {
    margin: calc(var(--spacing) * 3);
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-5 {
    margin: calc(var(--spacing) * 5);
  }
  .m-auto {
    margin: auto;
  }
  .mx-0 {
    margin-inline: 0;
  }
  .mx-1 {
    margin-inline: var(--spacing);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-3 {
    margin-inline: calc(var(--spacing) * 3);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: 0;
  }
  .my-1 {
    margin-block: var(--spacing);
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .my-auto {
    margin-block: auto;
  }
  .ms-0 {
    margin-inline-start: 0;
  }
  .ms-1 {
    margin-inline-start: var(--spacing);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .ms-3 {
    margin-inline-start: calc(var(--spacing) * 3);
  }
  .ms-4 {
    margin-inline-start: calc(var(--spacing) * 4);
  }
  .ms-5 {
    margin-inline-start: calc(var(--spacing) * 5);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .me-0 {
    margin-inline-end: 0;
  }
  .me-1 {
    margin-inline-end: var(--spacing);
  }
  .me-2 {
    margin-inline-end: calc(var(--spacing) * 2);
  }
  .me-3 {
    margin-inline-end: calc(var(--spacing) * 3);
  }
  .me-4 {
    margin-inline-end: calc(var(--spacing) * 4);
  }
  .me-5 {
    margin-inline-end: calc(var(--spacing) * 5);
  }
  .me-auto {
    margin-inline-end: auto;
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-1 {
    margin-right: var(--spacing);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-12 {
    margin-left: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .inline-grid {
    display: inline-grid;
  }
  .table {
    display: table;
  }
  .table-cell {
    display: table-cell;
  }
  .table-row {
    display: table-row;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-\[4\/5\] {
    aspect-ratio: 4/5;
  }
  .aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-11 {
    width: calc(var(--spacing) * 11);
    height: calc(var(--spacing) * 11);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-25 {
    height: calc(var(--spacing) * 25);
  }
  .h-28 {
    height: calc(var(--spacing) * 28);
  }
  .h-50 {
    height: calc(var(--spacing) * 50);
  }
  .h-75 {
    height: calc(var(--spacing) * 75);
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .h-auto {
    height: auto;
  }
  .h-px {
    height: 1px;
  }
  .min-h-\[76vh\] {
    min-height: 76vh;
  }
  .min-h-\[86vh\] {
    min-height: 86vh;
  }
  .min-h-\[92vh\] {
    min-height: 92vh;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\/5 {
    width: calc(3 / 5 * 100%);
  }
  .w-4\/5 {
    width: calc(4 / 5 * 100%);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-25 {
    width: calc(var(--spacing) * 25);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-75 {
    width: calc(var(--spacing) * 75);
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[120px\] {
    max-width: 120px;
  }
  .max-w-\[140px\] {
    max-width: 140px;
  }
  .max-w-\[620px\] {
    max-width: 620px;
  }
  .max-w-\[680px\] {
    max-width: 680px;
  }
  .max-w-\[880px\] {
    max-width: 880px;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-prose {
    max-width: 65ch;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: 0;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .flex-shrink-1 {
    flex-shrink: 1;
  }
  .shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .flex-grow-0 {
    flex-grow: 0;
  }
  .flex-grow-1 {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .caption-top {
    caption-side: top;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .place-items-center {
    place-items: center;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0 {
    gap: 0;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-px {
    gap: 1px;
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .overflow-x-visible {
    overflow-x: visible;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .overflow-y-visible {
    overflow-y: visible;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[32px\] {
    border-radius: 32px;
  }
  .rounded-\[36px\] {
    border-radius: 36px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-5 {
    border-style: var(--tw-border-style);
    border-width: 5px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-glow\/20 {
    border-color: color-mix(in oklab, #3B9EFF 20%, transparent);
  }
  .border-glow\/40 {
    border-color: color-mix(in oklab, #3B9EFF 40%, transparent);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/5 {
    border-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .border-white\/8 {
    border-color: color-mix(in srgb, #fff 8%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 8%, transparent);
    }
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/15 {
    border-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .border-white\/70 {
    border-color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-c-amber {
    background-color: #F5A623;
  }
  .bg-c-amber\/15 {
    background-color: color-mix(in oklab, #F5A623 15%, transparent);
  }
  .bg-c-green {
    background-color: #34D17A;
  }
  .bg-c-green\/15 {
    background-color: color-mix(in oklab, #34D17A 15%, transparent);
  }
  .bg-c-green\/60 {
    background-color: color-mix(in oklab, #34D17A 60%, transparent);
  }
  .bg-c-red {
    background-color: #FF5A5A;
  }
  .bg-glow {
    background-color: #3B9EFF;
  }
  .bg-glow\/10 {
    background-color: color-mix(in oklab, #3B9EFF 10%, transparent);
  }
  .bg-glow\/15 {
    background-color: color-mix(in oklab, #3B9EFF 15%, transparent);
  }
  .bg-glow\/60 {
    background-color: color-mix(in oklab, #3B9EFF 60%, transparent);
  }
  .bg-ink {
    background-color: #04101F;
  }
  .bg-ink-2 {
    background-color: #071A2E;
  }
  .bg-ink-3\/50 {
    background-color: color-mix(in oklab, #0B2238 50%, transparent);
  }
  .bg-ink-3\/60 {
    background-color: color-mix(in oklab, #0B2238 60%, transparent);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/5 {
    background-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .bg-white\/8 {
    background-color: color-mix(in srgb, #fff 8%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 8%, transparent);
    }
  }
  .bg-white\/45 {
    background-color: color-mix(in srgb, #fff 45%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 45%, transparent);
    }
  }
  .bg-white\/55 {
    background-color: color-mix(in srgb, #fff 55%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 55%, transparent);
    }
  }
  .bg-white\/70 {
    background-color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .bg-white\/\[0\.03\] {
    background-color: color-mix(in srgb, #fff 3%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 3%, transparent);
    }
  }
  .bg-white\/\[0\.05\] {
    background-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-glow\/10 {
    --tw-gradient-from: color-mix(in oklab, #3B9EFF 10%, transparent);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-ink-3 {
    --tw-gradient-from: #0B2238;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-ink-2 {
    --tw-gradient-to: #071A2E;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-rose-100\/0 {
    --tw-gradient-to: color-mix(in srgb, oklch(94.1% 0.03 12.58) 0%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-rose-100) 0%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-white {
    --tw-gradient-to: var(--color-white);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .fill-navy {
    fill: #0A3D6B;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: 0;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-0 {
    padding-inline: 0;
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .py-0 {
    padding-block: 0;
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-28 {
    padding-block: calc(var(--spacing) * 28);
  }
  .py-32 {
    padding-block: calc(var(--spacing) * 32);
  }
  .py-\[72px\] {
    padding-block: 72px;
  }
  .ps-0 {
    padding-inline-start: 0;
  }
  .ps-1 {
    padding-inline-start: var(--spacing);
  }
  .ps-2 {
    padding-inline-start: calc(var(--spacing) * 2);
  }
  .ps-3 {
    padding-inline-start: calc(var(--spacing) * 3);
  }
  .ps-4 {
    padding-inline-start: calc(var(--spacing) * 4);
  }
  .ps-5 {
    padding-inline-start: calc(var(--spacing) * 5);
  }
  .pe-0 {
    padding-inline-end: 0;
  }
  .pe-1 {
    padding-inline-end: var(--spacing);
  }
  .pe-2 {
    padding-inline-end: calc(var(--spacing) * 2);
  }
  .pe-3 {
    padding-inline-end: calc(var(--spacing) * 3);
  }
  .pe-4 {
    padding-inline-end: calc(var(--spacing) * 4);
  }
  .pe-5 {
    padding-inline-end: calc(var(--spacing) * 5);
  }
  .pt-0 {
    padding-top: 0;
  }
  .pt-1 {
    padding-top: var(--spacing);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pb-0 {
    padding-bottom: 0;
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .align-baseline {
    vertical-align: baseline;
  }
  .align-bottom {
    vertical-align: bottom;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-text-bottom {
    vertical-align: text-bottom;
  }
  .align-text-top {
    vertical-align: text-top;
  }
  .align-top {
    vertical-align: top;
  }
  .font-mono {
    font-family: "JetBrains Mono", monospace;
  }
  .font-serif {
    font-family: "DM Serif Display", serif;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[14\.5px\] {
    font-size: 14.5px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .leading-\[0\.98\] {
    --tw-leading: 0.98;
    line-height: 0.98;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.06em\] {
    --tw-tracking: 0.06em;
    letter-spacing: 0.06em;
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-balance {
    text-wrap: balance;
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-c-amber {
    color: #F5A623;
  }
  .text-c-green {
    color: #34D17A;
  }
  .text-c-red {
    color: #FF5A5A;
  }
  .text-glow {
    color: #3B9EFF;
  }
  .text-glow\/30 {
    color: color-mix(in oklab, #3B9EFF 30%, transparent);
  }
  .text-ice {
    color: #E6F1FB;
  }
  .text-ice\/30 {
    color: color-mix(in oklab, #E6F1FB 30%, transparent);
  }
  .text-ice\/40 {
    color: color-mix(in oklab, #E6F1FB 40%, transparent);
  }
  .text-ice\/45 {
    color: color-mix(in oklab, #E6F1FB 45%, transparent);
  }
  .text-ice\/50 {
    color: color-mix(in oklab, #E6F1FB 50%, transparent);
  }
  .text-ice\/55 {
    color: color-mix(in oklab, #E6F1FB 55%, transparent);
  }
  .text-ice\/60 {
    color: color-mix(in oklab, #E6F1FB 60%, transparent);
  }
  .text-ice\/70 {
    color: color-mix(in oklab, #E6F1FB 70%, transparent);
  }
  .text-ink {
    color: #04101F;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/40 {
    color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .text-white\/50 {
    color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .text-white\/55 {
    color: color-mix(in srgb, #fff 55%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 55%, transparent);
    }
  }
  .text-white\/65 {
    color: color-mix(in srgb, #fff 65%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 65%, transparent);
    }
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .text-white\/75 {
    color: color-mix(in srgb, #fff 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 75%, transparent);
    }
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .overline {
    text-decoration-line: overline;
  }
  .underline {
    text-decoration-line: underline;
  }
  .placeholder-glow {
    &::placeholder {
      color: #3B9EFF;
    }
  }
  .placeholder-ice\/30 {
    &::placeholder {
      color: color-mix(in oklab, #E6F1FB 30%, transparent);
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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-none {
    --tw-shadow: 0 0 #0000;
    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: 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);
  }
  .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,);
  }
  .blur-2xl {
    --tw-blur: blur(var(--blur-2xl));
    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,);
  }
  .blur-\[1px\] {
    --tw-blur: blur(1px);
    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-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -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,);
  }
  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -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,);
  }
  .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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .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);
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:-translate-y-1 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:-translate-y-px {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: -1px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:border-glow\/40 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in oklab, #3B9EFF 40%, transparent);
      }
    }
  }
  .hover\:border-ink {
    &:hover {
      @media (hover: hover) {
        border-color: #04101F;
      }
    }
  }
  .hover\:border-white\/30 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, #fff 30%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
        }
      }
    }
  }
  .hover\:bg-ink-3 {
    &:hover {
      @media (hover: hover) {
        background-color: #0B2238;
      }
    }
  }
  .hover\:bg-white\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
        }
      }
    }
  }
  .hover\:bg-white\/\[0\.06\] {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 6%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 6%, transparent);
        }
      }
    }
  }
  .hover\:text-ink {
    &:hover {
      @media (hover: hover) {
        color: #04101F;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
      }
    }
  }
  .hover\:shadow-md {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
      }
    }
  }
  .focus\:not-sr-only {
    &:focus {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip-path: none;
      white-space: normal;
    }
  }
  .focus\:fixed {
    &:focus {
      position: fixed;
    }
  }
  .focus\:top-3 {
    &:focus {
      top: calc(var(--spacing) * 3);
    }
  }
  .focus\:top-4 {
    &:focus {
      top: calc(var(--spacing) * 4);
    }
  }
  .focus\:left-3 {
    &:focus {
      left: calc(var(--spacing) * 3);
    }
  }
  .focus\:left-4 {
    &:focus {
      left: calc(var(--spacing) * 4);
    }
  }
  .focus\:z-50 {
    &:focus {
      z-index: 50;
    }
  }
  .focus\:z-\[100\] {
    &:focus {
      z-index: 100;
    }
  }
  .focus\:border-glow {
    &:focus {
      border-color: #3B9EFF;
    }
  }
  .focus\:px-5 {
    &:focus {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .focus\:py-3 {
    &:focus {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .focus\:text-white {
    &:focus {
      color: var(--color-white);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:inline-flex {
    @media (width >= 40rem) {
      display: inline-flex;
    }
  }
  .sm\:h-20 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 20);
    }
  }
  .sm\:max-w-md {
    @media (width >= 40rem) {
      max-width: var(--container-md);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:justify-self-end {
    @media (width >= 40rem) {
      justify-self: flex-end;
    }
  }
  .sm\:p-9 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 9);
    }
  }
  .sm\:p-10 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .sm\:py-28 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .md\:sticky {
    @media (width >= 48rem) {
      position: sticky;
    }
  }
  .md\:top-24 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 24);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .md\:text-7xl {
    @media (width >= 48rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 64rem) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:gap-16 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-20 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:justify-self-end {
    @media (width >= 64rem) {
      justify-self: flex-end;
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-32 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .lg\:py-\[100px\] {
    @media (width >= 64rem) {
      padding-block: 100px;
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
@layer base {
  :root {
    --veron-color-ink: 19 33 28;
    --veron-color-muted: 93 107 100;
    --veron-color-surface: 248 250 247;
    --veron-color-panel: 255 255 255;
    --veron-color-forest: 25 69 58;
    --veron-color-sage: 223 232 223;
    --veron-color-coral: 217 104 79;
    --veron-color-sky: 219 233 246;
    --veron-color-border: 216 222 215;
    --veron-shadow-panel: 0 24px 70px rgb(19 33 28 / 0.14);
    --veron-font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color-scheme: light;
    font-family: var(--veron-font-sans);
  }
  html {
    background: rgb(var(--veron-color-surface));
  }
  body {
    margin: 0;
    color: rgb(var(--veron-color-ink));
    background: rgb(var(--veron-color-surface));
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  a:focus-visible, button:focus-visible {
    outline: 3px solid rgb(var(--veron-color-coral));
    outline-offset: 4px;
  }
  h1:focus {
    outline: none;
  }
}
@layer components {
  .c19-core-body {
    min-width: 0;
    overflow-x: clip;
    color: #E6F1FB;
    background: #04101F;
    font-family: "DM Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
  }
  .c19-core-body .font-serif {
    font-family: "DM Serif Display", serif;
  }
  .c19-core-body .font-mono {
    font-family: "JetBrains Mono", monospace;
  }
  .c19-core-body .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.8s ease, transform 0.8s ease;
  }
  .c19-core-body .reveal.in {
    opacity: 1;
    transform: translateY(0);
  }
  .c19-core-body .aurora {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
  }
  .c19-core-body .aurora::before {
    content: "";
    position: absolute;
    top: -300px;
    right: -200px;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(59 158 255 / 0.35) 0%, rgb(26 110 191 / 0.08) 40%, transparent 70%);
    filter: blur(20px);
  }
  .c19-core-body .aurora::after {
    content: "";
    position: absolute;
    bottom: -250px;
    left: -150px;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(52 209 122 / 0.18) 0%, transparent 65%);
    filter: blur(20px);
  }
  .c19-core-body .grid-lines {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.4;
    background-image: linear-gradient(rgb(59 158 255 / 0.06) 1px, transparent 1px), linear-gradient(90deg, rgb(59 158 255 / 0.06) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: radial-gradient(ellipse at 70% 20%, black 30%, transparent 75%);
  }
  .c19-core-body .glow-text {
    text-shadow: 0 0 40px rgb(59 158 255 / 0.5);
  }
  .c19-core-body .glow-ring {
    filter: drop-shadow(0 0 24px rgb(59 158 255 / 0.45));
  }
  .c19-core-body .glow-card {
    box-shadow: 0 0 0 1px rgb(59 158 255 / 0.15), 0 24px 80px -20px rgb(59 158 255 / 0.25);
  }
  .c19-core-body .btn-glow {
    background: linear-gradient(180deg, #2D85D8, #1A6EBF);
    box-shadow: 0 0 0 1px rgb(59 158 255 / 0.4), 0 8px 30px -6px rgb(59 158 255 / 0.6);
    transition: all 0.2s;
  }
  .c19-core-body .btn-glow:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 0 1px rgb(59 158 255 / 0.6), 0 12px 40px -6px rgb(59 158 255 / 0.8);
  }
  .c19-core-body .ring-progress {
    stroke-dasharray: 327;
    stroke-dashoffset: 327;
    animation: c19-core-fill-ring 2s ease-out forwards 0.4s;
  }
  .c19-core-body .float {
    animation: c19-core-floaty 6s ease-in-out infinite;
  }
  .c19-core-body .marker-line {
    animation: c19-core-pulse 3s ease-in-out infinite;
  }
  .c19-core-body .shimmer {
    background: linear-gradient(90deg, transparent, rgb(59 158 255 / 0.4), transparent);
    background-size: 200% 100%;
    animation: c19-core-shimmer 3s linear infinite;
  }
  .c19-core-footer {
    border-top: 1px solid rgb(255 255 255 / 0.05);
    padding: 48px 0;
    color: rgb(230 241 251 / 0.5);
    background: #04101F;
  }
  .c19-core-footer-inner {
    width: min(100% - 48px, 1152px);
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    font-size: 13px;
  }
  .c19-core-footer .footer-brand {
    display: grid;
    gap: 4px;
  }
  .c19-core-footer .footer-brand-name {
    color: #fff;
    font-family: "DM Serif Display", serif;
    font-size: 20px;
  }
  .c19-core-footer .footer-tagline {
    color: rgb(230 241 251 / 0.34);
    font-size: 11px;
    letter-spacing: 0.12em;
  }
  .c19-core-footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
  }
  .c19-core-footer .footer-links a {
    color: rgb(230 241 251 / 0.55);
    text-decoration: none;
  }
  .c19-core-footer .footer-links a:hover {
    color: #fff;
  }
  .c19-core-footer .footer-legal {
    color: rgb(230 241 251 / 0.3);
    font-size: 12px;
    text-align: right;
  }
  @media (max-width: 760px) {
    .c19-core-footer-inner {
      width: min(100% - 32px, 680px);
      flex-direction: column;
      text-align: center;
    }
    .c19-core-footer .footer-legal {
      text-align: center;
    }
  }
  @keyframes c19-core-fill-ring {
    to {
      stroke-dashoffset: 95;
    }
  }
  @keyframes c19-core-floaty {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-12px);
    }
  }
  @keyframes c19-core-pulse {
    0%, 100% {
      opacity: 0.4;
    }
    50% {
      opacity: 1;
    }
  }
  @keyframes c19-core-shimmer {
    to {
      background-position: -200% 0;
    }
  }
  .c19-platform-body {
    min-width: 0;
    overflow-x: clip;
    color: #0A1929;
    background: #fff;
    font-family: "DM Sans", var(--veron-font-sans);
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
  }
  .c19-platform-page {
    min-width: 0;
    overflow-x: clip;
    background: #fff;
  }
  .c19-shell {
    width: min(100% - 32px, 1280px);
    margin-inline: auto;
  }
  .c19-grid-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgb(10 61 107 / 0.035) 1px, transparent 1px), linear-gradient(90deg, rgb(10 61 107 / 0.035) 1px, transparent 1px);
    background-size: 80px 80px;
  }
  .c19-hero {
    position: relative;
    min-height: 100svh;
    padding: 116px 0 68px;
    overflow: clip;
    background: radial-gradient(circle at 88% 18%, rgb(230 241 251 / 0.92), transparent 34rem), #fff;
  }
  .c19-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    align-items: center;
    gap: clamp(32px, 6vw, 76px);
  }
  .c19-hero-copy {
    min-width: 0;
    max-width: 720px;
  }
  .c19-pill {
    width: fit-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid #C5DDF6;
    border-radius: 999px;
    padding: 7px 16px;
    color: #0A3D6B;
    background: #E6F1FB;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
  }
  .c19-pill span {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #2D85D8;
  }
  .c19-hero h1, .c19-section-head h2, .c19-waitlist h2 {
    margin: 0;
    color: #0A3D6B;
    font-family: "DM Serif Display", Georgia, serif;
    font-weight: 500;
    letter-spacing: 0;
  }
  .c19-hero h1 {
    max-width: 740px;
    margin-top: 30px;
    font-size: clamp(52px, 7vw, 88px);
    line-height: 1.02;
  }
  .c19-hero h1 em {
    display: block;
    color: #1A6EBF;
    font-style: italic;
  }
  .c19-headline-mobile {
    display: none;
  }
  .c19-mobile-menu:not([open]) .c19-mobile-menu-panel {
    display: none;
  }
  .c19-customer-actions .brand-customer-action {
    border-color: rgb(10 61 107 / 0.2);
    color: #0A3D6B;
    background: rgb(255 255 255 / 0.8);
  }
  .c19-customer-actions .brand-customer-action:hover {
    color: #1A6EBF;
    border-color: rgb(26 110 191 / 0.38);
    background: #fff;
  }
  .c19-customer-actions .brand-signup-cta {
    border-color: rgb(10 61 107 / 0.2);
    color: #fff;
    background: #0A3D6B;
    font-weight: 700;
    text-transform: none;
  }
  .c19-customer-actions .brand-signup-cta:hover {
    color: #fff;
    border-color: rgb(26 110 191 / 0.38);
    background: #0D4F89;
  }
  .c19-customer-actions .brand-cart-count, .c19-customer-actions .brand-account-status {
    border-color: #fff;
  }
  .c19-hero-copy > p {
    max-width: 600px;
    margin-top: 28px;
    color: #2C4A6B;
    font-size: clamp(18px, 2vw, 21px);
    font-weight: 300;
    line-height: 1.65;
  }
  .c19-hero-actions, .c19-product-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 38px;
  }
  .c19-button-primary, .c19-button-white, .c19-button-link {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    padding: 0 26px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
  }
  .c19-button-primary {
    color: #fff;
    background: #0A3D6B;
  }
  .c19-button-primary:hover {
    background: #0D4F89;
  }
  .c19-button-link {
    min-height: 46px;
    border-bottom: 1px solid #C5DDF6;
    border-radius: 0;
    padding: 0 2px;
    color: #0A3D6B;
    background: transparent;
    font-weight: 500;
  }
  .c19-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    border-top: 1px solid rgb(10 61 107 / 0.12);
    margin-top: 58px;
    padding-top: 34px;
  }
  .c19-stats dt {
    color: #8AAAC8;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 34px;
    line-height: 1;
  }
  .c19-stats dd {
    margin: 6px 0 0;
    color: #8AAAC8;
    font-size: 12px;
    font-weight: 700;
  }
  .c19-product-card {
    min-width: 0;
    border: 1px solid rgb(10 61 107 / 0.16);
    border-radius: 18px;
    padding: clamp(18px, 3vw, 34px);
    background: rgb(255 255 255 / 0.92);
    box-shadow: 0 22px 70px rgb(10 61 107 / 0.12);
  }
  .c19-product-meta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-top: 28px;
  }
  .c19-product-kicker {
    color: #5A7A9A;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }
  .c19-product-meta h2 {
    margin: 4px 0 0;
    color: #0A3D6B;
    font-size: 22px;
    line-height: 1.2;
  }
  .c19-product-price {
    flex: 0 0 auto;
    color: #0A3D6B;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 38px;
    line-height: 1;
    white-space: nowrap;
  }
  .c19-product-card > p {
    margin-top: 20px;
    color: #5A7A9A;
    font-size: 16px;
    line-height: 1.6;
  }
  .c19-product-actions .c19-button-primary {
    flex: 1 1 220px;
  }
  .c19-section {
    padding: clamp(76px, 9vw, 112px) 0;
    background: #fff;
  }
  .c19-section-soft {
    background: #F7F9FB;
  }
  .c19-section-head {
    max-width: 700px;
  }
  .c19-section-head-center {
    margin-inline: auto;
    text-align: center;
  }
  .c19-section-head span, .c19-waitlist > .c19-shell > span {
    display: inline-block;
    margin-bottom: 16px;
    color: #1A6EBF;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  .c19-section-head h2, .c19-waitlist h2 {
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.08;
  }
  .c19-section-head p {
    max-width: 620px;
    margin-top: 18px;
    color: #2C4A6B;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.65;
  }
  .c19-step-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2px;
    margin-top: 46px;
  }
  .c19-step-card {
    min-width: 0;
    padding: 32px 26px;
    background: #fff;
  }
  .c19-step-card:first-child {
    border-radius: 16px 0 0 16px;
  }
  .c19-step-card:last-child {
    border-radius: 0 16px 16px 0;
  }
  .c19-step-card div {
    color: #C5DDF6;
    font-family: "DM Serif Display", Georgia, serif;
    font-size: 44px;
    line-height: 1;
  }
  .c19-step-card h3, .c19-marker-card h3 {
    margin: 22px 0 0;
    color: #0A3D6B;
    font-size: 18px;
    line-height: 1.25;
  }
  .c19-step-card p, .c19-marker-card p {
    margin: 10px 0 0;
    color: #5A7A9A;
    font-size: 14px;
    line-height: 1.55;
  }
  .c19-marker-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(36px, 6vw, 80px);
    align-items: start;
  }
  .c19-marker-intro {
    position: sticky;
    top: 96px;
    min-width: 0;
  }
  .c19-pathway {
    display: grid;
    gap: 8px;
    border: 1px solid rgb(10 61 107 / 0.12);
    border-radius: 16px;
    margin-top: 36px;
    padding: 22px;
    background: #F7F9FB;
  }
  .c19-pathway-row {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    border: 1px solid rgb(10 61 107 / 0.12);
    border-radius: 10px;
    padding: 12px 14px;
    background: #fff;
  }
  .c19-pathway-row strong {
    min-width: 0;
    color: #0A3D6B;
    font-size: 13px;
    overflow-wrap: anywhere;
  }
  .c19-pathway-row em {
    border-radius: 999px;
    padding: 3px 8px;
    color: #0A3D6B;
    background: #E6F1FB;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
  }
  .c19-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
  }
  .c19-dot-blue {
    background: #1A6EBF;
  }
  .c19-dot-navy {
    background: #0A3D6B;
  }
  .c19-dot-amber {
    background: #DCA820;
  }
  .c19-dot-green {
    background: #1E8449;
  }
  .c19-marker-grid {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
  }
  .c19-marker-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgb(10 61 107 / 0.12);
    border-radius: 12px;
    padding: 22px;
    background: #F7F9FB;
  }
  .c19-marker-card h3 {
    margin-top: 0;
  }
  .c19-marker-badge {
    width: 100%;
    display: block;
    border-radius: 999px;
    margin-top: 16px;
    padding: 5px 11px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    overflow-wrap: anywhere;
  }
  .c19-marker-badge-core {
    color: #0A3D6B;
    background: #E6F1FB;
  }
  .c19-marker-badge-signal {
    color: #C07A00;
    background: #FEF9E7;
  }
  .c19-marker-badge-balance {
    color: #1E8449;
    background: #EAF3DE;
  }
  .c19-marker-badge-safety {
    color: #E24B4A;
    background: #FCEBEB;
  }
  .c19-marker-badge-muted {
    color: #5A7A9A;
    background: #E6F1FB;
  }
  .c19-proof {
    background: #F7F9FB;
  }
  .c19-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 44px;
  }
  .c19-proof-grid article {
    min-width: 0;
    border: 1px solid rgb(10 61 107 / 0.12);
    border-radius: 16px;
    padding: 26px;
    text-align: center;
    background: #fff;
  }
  .c19-proof-grid strong {
    display: block;
    color: #5A7A9A;
    font-size: 14px;
    font-weight: 500;
  }
  .c19-proof-grid span {
    display: block;
    margin-top: 8px;
    color: #0A3D6B;
    font-size: 20px;
    font-weight: 800;
  }
  .c19-proof-grid p {
    margin: 12px 0 0;
    color: #5A7A9A;
    line-height: 1.55;
  }
  .c19-waitlist {
    position: relative;
    overflow: clip;
    padding: clamp(82px, 10vw, 124px) 0;
    color: #fff;
    background: #0A3D6B;
  }
  .c19-waitlist-inner {
    position: relative;
    max-width: 720px;
    text-align: center;
  }
  .c19-waitlist h2 {
    color: #fff;
  }
  .c19-waitlist p {
    margin: 18px auto 0;
    color: rgb(255 255 255 / 0.66);
    font-size: 18px;
    line-height: 1.6;
  }
  .c19-button-white {
    margin-top: 36px;
    color: #0A3D6B;
    background: #fff;
    box-shadow: 0 18px 44px rgb(0 0 0 / 0.16);
  }
  .c19-wave-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 36px;
    border-top: 1px solid rgb(255 255 255 / 0.12);
    margin-top: 46px;
    padding-top: 34px;
  }
  .c19-wave-row div {
    min-width: 120px;
  }
  .c19-wave-row strong {
    display: block;
    color: rgb(255 255 255 / 0.88);
    font-size: 13px;
  }
  .c19-wave-row span {
    display: block;
    margin-top: 4px;
    color: rgb(255 255 255 / 0.46);
    font-size: 12px;
  }
  .c19-platform-footer {
    border-top: 1px solid rgb(10 61 107 / 0.12);
    padding: 46px 0;
    background: #fff;
  }
  .c19-platform-footer-inner {
    width: min(100% - 32px, 1280px);
    margin-inline: auto;
    display: grid;
    justify-items: center;
    gap: 24px;
    text-align: center;
  }
  .c19-platform-footer-brand {
    color: #0A3D6B;
    font-size: 22px;
    font-weight: 500;
  }
  .c19-platform-footer-tagline {
    margin-top: 8px;
    color: #5A7A9A;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
  }
  .c19-platform-footer-links {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 26px;
  }
  .c19-platform-footer-links a {
    color: #2C4A6B;
    font-size: 14px;
  }
  .c19-platform-footer-legal {
    color: #8AAAC8;
    font-size: 13px;
  }
  @media (max-width: 1020px) {
    .c19-hero-grid, .c19-marker-layout {
      grid-template-columns: 1fr;
    }
    .c19-marker-intro {
      position: static;
    }
    .c19-product-card {
      width: min(100%, 560px);
      margin-inline: auto;
    }
    .c19-step-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .c19-step-card, .c19-step-card:first-child, .c19-step-card:last-child {
      border-radius: 14px;
    }
  }
  @media (max-width: 640px) {
    .c19-shell {
      width: min(100% - 32px, 560px);
    }
    .c19-hero {
      min-height: auto;
      padding: 104px 0 54px;
    }
    .c19-hero h1 {
      margin-top: 28px;
      font-size: clamp(46px, 13.5vw, 58px);
      line-height: 1.03;
      overflow-wrap: normal;
    }
    .c19-headline-desktop {
      display: none;
    }
    .c19-headline-mobile {
      display: inline;
    }
    .c19-hero-copy > p {
      font-size: 20px;
      line-height: 1.62;
    }
    .c19-hero-actions, .c19-product-actions {
      align-items: stretch;
      gap: 12px;
    }
    .c19-hero-actions .c19-button-primary {
      flex: 1 1 210px;
    }
    .c19-button-primary, .c19-button-white {
      min-width: 0;
      padding-inline: 20px;
    }
    .c19-button-link {
      flex: 0 1 auto;
    }
    .c19-stats {
      gap: 10px;
      margin-top: 44px;
      padding-top: 28px;
      text-align: center;
    }
    .c19-stats dt {
      font-size: 30px;
    }
    .c19-stats dd {
      font-size: 11px;
    }
    .c19-product-meta {
      display: grid;
    }
    .c19-product-price {
      font-size: 34px;
    }
    .c19-step-grid, .c19-marker-grid, .c19-proof-grid {
      grid-template-columns: 1fr;
    }
    .c19-marker-grid {
      width: 100%;
      justify-items: stretch;
    }
    .c19-marker-card {
      width: 100%;
      min-height: 132px;
      padding: 22px;
    }
    .c19-pathway {
      padding: 16px;
    }
    .c19-pathway-row {
      grid-template-columns: auto minmax(0, 1fr);
    }
    .c19-pathway-row em {
      grid-column: 2;
      width: fit-content;
      max-width: 100%;
    }
    .c19-section-head h2, .c19-waitlist h2 {
      font-size: clamp(32px, 9.5vw, 40px);
      overflow-wrap: anywhere;
    }
    .c19-platform-footer {
      padding: 42px 0;
    }
    .c19-platform-footer-links {
      width: 100%;
      gap: 14px 22px;
    }
  }
  @media (max-width: 420px) {
    .c19-platform-footer-links {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      text-align: center;
    }
    .c19-platform-footer-links a {
      min-width: 0;
    }
  }
}
@layer components {
  .app-shell {
    min-height: 100svh;
  }
  .public-home {
    min-height: 100svh;
    display: grid;
    grid-template-rows: auto 1fr auto;
  }
  .public-detail {
    min-height: 100svh;
    display: grid;
    grid-template-rows: auto 1fr auto;
  }
  .commerce-home, .portal-home {
    min-height: 100svh;
    display: grid;
    grid-template-rows: auto 1fr;
  }
  .site-header {
    width: min(1180px, calc(100% - 32px));
    min-height: 78px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 22px;
  }
  .brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.08rem;
    font-weight: 760;
  }
  .brand-lockup img {
    border-radius: 8px;
    box-shadow: 0 8px 20px rgb(19 33 28 / 0.12);
  }
  .site-nav, .language-nav {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .site-nav {
    justify-content: center;
  }
  .site-nav a, .language-nav a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0 13px;
    color: rgb(var(--veron-color-muted));
    font-size: 0.94rem;
    font-weight: 640;
  }
  .site-nav a:hover, .language-nav a:hover, .language-nav a.active {
    color: rgb(var(--veron-color-ink));
    background: rgb(var(--veron-color-sage));
  }
  .hero-band {
    width: min(1180px, calc(100% - 32px));
    min-height: min(680px, calc(100svh - 132px));
    margin: 0 auto 28px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    align-items: center;
    gap: 34px;
  }
  .public-route-band {
    width: min(1180px, calc(100% - 32px));
    min-height: min(620px, calc(100svh - 132px));
    margin: 0 auto 28px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    align-items: center;
    gap: 34px;
  }
  .commerce-band, .portal-band {
    width: min(1180px, calc(100% - 32px));
    min-height: min(620px, calc(100svh - 106px));
    margin: 0 auto 28px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
    align-items: center;
    gap: 34px;
  }
  .hero-copy, .public-route-copy, .commerce-copy, .portal-copy {
    max-width: 760px;
  }
  .channel-kicker {
    margin: 0 0 18px;
    color: rgb(var(--veron-color-forest));
    font-size: 0.92rem;
    font-weight: 760;
    text-transform: uppercase;
  }
  .hero-copy h1, .public-route-copy h1, .commerce-copy h1, .portal-copy h1, .message-page h1 {
    margin: 0;
    font-weight: 820;
    letter-spacing: 0;
  }
  .hero-copy h1, .public-route-copy h1, .commerce-copy h1, .portal-copy h1 {
    max-width: 840px;
    font-size: clamp(3.1rem, 8vw, 6.8rem);
    line-height: 0.96;
  }
  .hero-subtitle {
    max-width: 620px;
    margin: 24px 0 0;
    color: rgb(var(--veron-color-muted));
    font-size: clamp(1.1rem, 2.4vw, 1.45rem);
    line-height: 1.45;
  }
  .route-lead {
    max-width: 640px;
    margin: 20px 0 0;
    color: rgb(var(--veron-color-muted));
    font-size: 1.03rem;
    line-height: 1.6;
  }
  .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
  }
  .commerce-brand-context {
    width: fit-content;
    max-width: 100%;
    display: grid;
    gap: 4px;
    border: 1px solid rgb(var(--veron-color-border));
    border-radius: 8px;
    margin-top: 24px;
    padding: 12px 14px;
    background: rgb(var(--veron-color-panel));
  }
  .commerce-brand-context span, .commerce-brand-context small {
    color: rgb(var(--veron-color-muted));
    font-size: 0.82rem;
    font-weight: 680;
  }
  .commerce-brand-context strong {
    color: rgb(var(--veron-color-ink));
    font-size: 1rem;
  }
  .commerce-brand-shell {
    border-left: 4px solid rgb(var(--veron-color-forest));
  }
  .commerce-brand-shell[data-commerce-brand-theme="c19health"] {
    border-left-color: rgb(37 99 235);
  }
  .commerce-brand-shell a {
    width: fit-content;
    color: rgb(var(--veron-color-forest));
    font-size: 0.86rem;
    font-weight: 760;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 20px;
    font-weight: 760;
  }
  .button.primary {
    color: rgb(var(--veron-color-panel));
    background: rgb(var(--veron-color-forest));
  }
  .button.secondary {
    color: rgb(var(--veron-color-forest));
    background: rgb(var(--veron-color-panel));
    border: 1px solid rgb(var(--veron-color-border));
  }
  .signal-panel {
    min-height: 360px;
    display: grid;
    align-content: center;
    gap: 14px;
    border: 1px solid rgb(var(--veron-color-border));
    border-radius: 8px;
    padding: 28px;
    background: rgb(var(--veron-color-panel));
    box-shadow: var(--veron-shadow-panel);
  }
  .route-signal-panel {
    min-height: 360px;
    display: grid;
    align-content: center;
    gap: 14px;
    border: 1px solid rgb(var(--veron-color-border));
    border-radius: 8px;
    padding: 28px;
    background: rgb(var(--veron-color-panel));
    box-shadow: var(--veron-shadow-panel);
  }
  .route-signal-panel span {
    min-height: 76px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 0 18px;
    color: rgb(var(--veron-color-ink));
    font-weight: 760;
    background: rgb(var(--veron-color-sky));
  }
  .route-signal-panel span:nth-child(2) {
    background: rgb(var(--veron-color-sage));
  }
  .route-signal-panel span:nth-child(3) {
    background: rgb(247 222 214);
  }
  .signal-panel span {
    min-height: 64px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 0 18px;
    color: rgb(var(--veron-color-ink));
    font-weight: 760;
    background: rgb(var(--veron-color-sky));
  }
  .signal-panel span:nth-child(2) {
    background: rgb(var(--veron-color-sage));
  }
  .signal-panel span:nth-child(3) {
    background: rgb(247 222 214);
  }
  .checkout-panel {
    min-height: 360px;
    border: 1px solid rgb(var(--veron-color-border));
    border-radius: 8px;
    padding: 28px;
    background: rgb(var(--veron-color-panel));
    box-shadow: var(--veron-shadow-panel);
  }
  .checkout-workspace, .cart-workspace {
    min-height: calc(100svh - 106px);
    grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
    align-items: stretch;
  }
  .checkout-copy, .cart-copy {
    max-height: calc(100svh - 106px);
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px 0;
  }
  .checkout-copy h1, .cart-copy h1 {
    font-size: clamp(2.8rem, 6vw, 5.4rem);
  }
  .cart-copy h1 {
    font-size: clamp(2.8rem, 5.4vw, 5rem);
    overflow-wrap: break-word;
  }
  .checkout-copy .hero-subtitle, .cart-copy .hero-subtitle {
    font-size: clamp(1rem, 1.5vw, 1.24rem);
  }
  .checkout-form-panel, .cart-workspace .cart-panel {
    max-height: calc(100svh - 112px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .checkout-form-panel .commerce-panel-head, .checkout-form-panel .checkout-progress, .cart-workspace .cart-panel .commerce-panel-head {
    flex: 0 0 auto;
  }
  .checkout-panel-scroll, .cart-panel-scroll {
    min-height: 0;
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-gutter: stable;
  }
  .commerce-panel-head {
    display: grid;
    gap: 6px;
    margin-bottom: 16px;
  }
  .commerce-panel-eyebrow {
    margin: 0;
    color: rgb(var(--veron-color-forest));
    font-size: 0.78rem;
    font-weight: 820;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .checkout-panel h2 {
    margin: 0;
    font-size: 1.25rem;
  }
  .checkout-panel ol {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
    list-style: none;
  }
  .checkout-panel li {
    min-height: 54px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 0 16px;
    color: rgb(var(--veron-color-ink));
    font-weight: 760;
    background: rgb(var(--veron-color-sage));
  }
  .commerce-step-list li {
    justify-content: space-between;
    gap: 14px;
  }
  .commerce-step-list li span {
    color: rgb(var(--veron-color-forest));
    font-size: 0.78rem;
    font-weight: 840;
  }
  .commerce-step-list li strong {
    margin-right: auto;
  }
  .commerce-assurance-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
  }
  .checkout-assurance {
    margin-top: 10px;
  }
  .commerce-assurance-grid span {
    min-height: 34px;
    display: flex;
    align-items: center;
    border-radius: 999px;
    padding: 0 12px;
    color: rgb(var(--veron-color-forest));
    background: rgb(var(--veron-color-sage));
    font-size: 0.82rem;
    font-weight: 720;
    line-height: 1.25;
  }
  .checkout-panel p {
    margin: 22px 0 0;
    color: rgb(var(--veron-color-muted));
    line-height: 1.5;
  }
  .commerce-trust {
    margin: 16px 0 0;
    border: 1px solid rgb(var(--veron-color-border));
    border-radius: 8px;
    padding: 12px 14px;
    color: rgb(var(--veron-color-forest));
    background: rgb(236 253 245);
    font-size: 0.94rem;
    font-weight: 720;
    line-height: 1.4;
  }
  .commerce-empty-state {
    display: grid;
    gap: 10px;
    border: 1px solid rgb(var(--veron-color-border));
    border-radius: 8px;
    margin-top: 18px;
    padding: 16px;
    background: rgb(248 250 247);
  }
  .commerce-empty-state strong {
    color: rgb(var(--veron-color-ink));
    font-size: 1.05rem;
  }
  .commerce-empty-state p {
    margin: 0;
  }
  .cart-lines, .checkout-fields {
    display: grid;
    gap: 12px;
    margin-top: 18px;
  }
  .cart-line, .checkout-summary, .checkout-booking, .checkout-success {
    display: grid;
    gap: 10px;
    border: 1px solid rgb(var(--veron-color-border));
    border-radius: 8px;
    padding: 14px;
    background: rgb(248 250 247);
  }
  .cart-line {
    grid-template-columns: minmax(0, 1fr) minmax(118px, max-content);
    grid-template-areas: "copy pricing" "quantity actions";
    align-items: start;
    column-gap: 18px;
    row-gap: 12px;
  }
  .cart-line-added {
    grid-template-areas: "copy pricing" "quantity pricing";
  }
  .cart-status-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid rgb(var(--veron-color-border));
    border-radius: 8px;
    margin-top: 12px;
    padding: 10px 12px;
    background: rgb(var(--veron-color-panel));
    color: rgb(var(--veron-color-muted));
    font-size: 0.9rem;
  }
  .cart-status-strip strong {
    color: rgb(var(--veron-color-forest));
    font-size: 0.88rem;
    text-align: right;
  }
  .cart-revalidation-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid rgb(var(--veron-color-border));
    border-radius: 8px;
    margin-top: 16px;
    padding: 12px 14px;
    background: rgb(var(--veron-color-panel));
  }
  .cart-revalidation-panel[data-commerce-cart-revalidation="blocked"], .cart-revalidation-panel[data-commerce-cart-revalidation="error"] {
    border-color: rgb(248 113 113 / 0.42);
    background: rgb(254 242 242);
  }
  .cart-revalidation-panel[data-commerce-cart-revalidation="updated"] {
    border-color: rgb(217 119 6 / 0.3);
    background: rgb(255 251 235);
  }
  .cart-revalidation-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
  }
  .cart-revalidation-copy strong {
    color: rgb(var(--veron-color-ink));
  }
  .cart-revalidation-copy span {
    color: rgb(var(--veron-color-muted));
    font-size: 0.9rem;
  }
  .cart-revalidation-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .cart-line-copy {
    grid-area: copy;
    display: grid;
    gap: 5px;
    min-width: 0;
  }
  .cart-line-copy strong {
    line-height: 1.25;
    overflow-wrap: anywhere;
  }
  .cart-line-copy small {
    color: rgb(var(--veron-color-muted));
    font-size: 0.82rem;
  }
  .cart-line-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .cart-line-tags span {
    color: rgb(var(--veron-color-muted));
    font-size: 0.78rem;
    line-height: 1.3;
  }
  .cart-line[data-commerce-cart-line-status="missing"], .cart-line[data-commerce-cart-line-status="unavailable"] {
    border-color: rgb(248 113 113 / 0.42);
    background: rgb(254 242 242);
  }
  .cart-line[data-commerce-cart-line-status="updated"], .checkout-line[data-commerce-checkout-line-status="updated"] {
    border-color: rgb(217 119 6 / 0.3);
    background: rgb(255 251 235);
  }
  .checkout-line[data-commerce-checkout-line-status="missing"], .checkout-line[data-commerce-checkout-line-status="unavailable"] {
    border-color: rgb(248 113 113 / 0.42);
    background: rgb(254 242 242);
  }
  .cart-line strong, .checkout-summary strong, .checkout-success strong {
    color: rgb(var(--veron-color-ink));
  }
  .cart-line span, .checkout-booking span, .checkout-success span {
    color: rgb(var(--veron-color-muted));
  }
  .commerce-order-confirmation {
    border-color: rgb(var(--veron-color-forest) / 0.24);
    background: linear-gradient(180deg, rgb(var(--veron-color-panel)), rgb(248 250 247));
  }
  .commerce-confirmation-brand, .commerce-confirmation-heading, .commerce-confirmation-next {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
  }
  .commerce-confirmation-brand {
    border-bottom: 1px solid rgb(var(--veron-color-border));
    padding-bottom: 10px;
  }
  .commerce-confirmation-brand span, .commerce-confirmation-heading span, .commerce-confirmation-account-note {
    color: rgb(var(--veron-color-muted));
    font-size: 0.9rem;
  }
  .commerce-confirmation-brand strong, .commerce-confirmation-heading strong {
    color: rgb(var(--veron-color-forest));
  }
  .commerce-confirmation-next {
    margin-top: 4px;
  }
  .commerce-confirmation-next .button {
    min-height: 42px;
  }
  .commerce-confirmation-account-note {
    margin: 0;
    line-height: 1.5;
  }
  .cart-line-meta {
    white-space: nowrap;
    font-size: 0.92rem;
  }
  .cart-line-total {
    white-space: nowrap;
    text-align: right;
    font-size: 1rem;
  }
  .cart-line-quantity, .cart-line-pricing, .cart-line-actions {
    display: grid;
    gap: 6px;
    min-width: 0;
  }
  .cart-line-quantity {
    grid-area: quantity;
    justify-items: start;
  }
  .cart-line-pricing {
    grid-area: pricing;
    justify-items: end;
    min-width: 118px;
    text-align: right;
  }
  .cart-line-actions {
    grid-area: actions;
    justify-items: end;
  }
  .cart-line-quantity > span, .cart-line-pricing > span, .cart-line-pricing > small {
    color: rgb(var(--veron-color-muted));
    font-size: 0.78rem;
  }
  .quantity-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgb(var(--veron-color-border));
    border-radius: 8px;
    overflow: hidden;
    background: rgb(var(--veron-color-panel));
  }
  .quantity-control button, .quantity-control input {
    width: 38px;
    min-height: 36px;
    text-align: center;
  }
  .quantity-control button {
    color: rgb(var(--veron-color-forest));
    font-weight: 820;
  }
  .quantity-control input {
    border-inline: 1px solid rgb(var(--veron-color-border));
  }
  .link-button {
    color: rgb(var(--veron-color-forest));
    font-weight: 760;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .button.is-pending, .link-button.is-pending, .commerce-inline-action.is-pending, .button[aria-busy="true"], .link-button[aria-busy="true"], .commerce-inline-action[aria-busy="true"] {
    cursor: progress;
    opacity: 0.82;
  }
  .button.is-pending, .button[aria-busy="true"] {
    animation: commerce-action-pending 0.9s ease-in-out infinite;
  }
  .link-button.is-pending, .link-button[aria-busy="true"], .commerce-inline-action.is-pending, .commerce-inline-action[aria-busy="true"] {
    text-decoration-style: dotted;
  }
  @keyframes commerce-action-pending {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-1px);
    }
  }
  .cart-total, .checkout-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
  }
  .cart-summary {
    display: grid;
    gap: 10px;
    border-top: 1px solid rgb(var(--veron-color-border));
    margin-top: 18px;
    padding-top: 16px;
  }
  .cart-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: rgb(var(--veron-color-ink));
  }
  .cart-summary-row.is-muted {
    color: rgb(var(--veron-color-muted));
    font-size: 0.92rem;
  }
  .cart-summary-row.is-total {
    border-top: 1px solid rgb(var(--veron-color-border));
    padding-top: 12px;
    font-size: 1.05rem;
  }
  .cart-summary p {
    margin: 2px 0 0;
    color: rgb(var(--veron-color-muted));
    font-size: 0.9rem;
  }
  .checkout-summary-state, .checkout-payment-state {
    display: grid;
    grid-template-columns: minmax(92px, auto) minmax(112px, auto) minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    border: 1px solid rgb(var(--veron-color-border));
    border-radius: 8px;
    padding: 10px 12px;
    background: rgb(var(--veron-color-panel));
  }
  .checkout-summary-state span, .checkout-payment-state span, .checkout-summary-state small, .checkout-payment-state small {
    color: rgb(var(--veron-color-muted));
    font-size: 0.82rem;
    line-height: 1.35;
  }
  .checkout-summary-state strong, .checkout-payment-state strong {
    width: fit-content;
    border-radius: 999px;
    padding: 4px 9px;
    color: rgb(var(--veron-color-forest));
    background: rgb(var(--veron-color-sage));
    font-size: 0.82rem;
    line-height: 1.25;
  }
  .checkout-confirmed-summary {
    margin-top: 0;
  }
  .cart-action-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
  }
  .commerce-wide-action {
    width: 100%;
    margin-top: 18px;
  }
  .checkout-progress {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
  }
  .checkout-progress li {
    min-height: 62px;
    display: grid;
    align-content: center;
    justify-items: start;
    gap: 7px;
    padding: 11px;
    color: rgb(var(--veron-color-muted));
    background: rgb(248 250 247);
    font-size: 0.86rem;
    line-height: 1.25;
  }
  .checkout-progress li span {
    width: 24px;
    height: 24px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    color: rgb(var(--veron-color-muted));
    background: rgb(var(--veron-color-panel));
    font-size: 0.78rem;
    font-weight: 820;
  }
  .checkout-progress li.is-complete, .checkout-progress li.is-active {
    color: rgb(var(--veron-color-ink));
    background: rgb(var(--veron-color-sage));
  }
  .checkout-progress li.is-active span {
    color: rgb(var(--veron-color-panel));
    background: rgb(var(--veron-color-forest));
  }
  .checkout-line-items {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }
  .checkout-context-panel {
    display: grid;
    gap: 5px;
    border: 1px solid rgb(var(--veron-color-border));
    border-radius: 8px;
    margin-top: 18px;
    padding: 14px;
    background: rgb(var(--veron-color-panel));
  }
  .checkout-context-panel span {
    color: rgb(var(--veron-color-muted));
    font-size: 0.82rem;
    font-weight: 720;
  }
  .checkout-context-panel strong {
    color: rgb(var(--veron-color-ink));
  }
  .checkout-context-panel a {
    width: fit-content;
    color: rgb(var(--veron-color-forest));
    font-size: 0.9rem;
    font-weight: 760;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .checkout-context-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 8px;
  }
  .checkout-context-chip {
    display: grid;
    gap: 3px;
    border: 1px solid rgb(var(--veron-color-border));
    border-radius: 8px;
    padding: 9px 10px;
    background: rgb(var(--veron-color-panel));
  }
  .checkout-context-chip small {
    color: rgb(var(--veron-color-muted));
    font-size: 0.74rem;
    line-height: 1.3;
  }
  .checkout-context-chip strong {
    color: rgb(var(--veron-color-ink));
    font-size: 0.86rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }
  .checkout-line {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(150px, max-content);
    grid-template-areas: "copy total";
    align-items: start;
    gap: 16px;
    min-height: 84px;
    border: 1px solid rgb(var(--veron-color-border));
    border-radius: 8px;
    padding: 14px;
    background: rgb(var(--veron-color-panel));
    color: rgb(var(--veron-color-muted));
    font-size: 0.94rem;
  }
  .checkout-line-copy {
    grid-area: copy;
    display: grid;
    gap: 8px;
    min-width: 0;
  }
  .checkout-line-copy strong {
    color: rgb(var(--veron-color-ink));
    font-size: 0.98rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }
  .checkout-line-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  .checkout-line-quantity-pill {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 4px 10px;
    color: rgb(var(--veron-color-forest));
    background: rgb(var(--veron-color-sage));
    font-size: 0.82rem;
    font-weight: 760;
    line-height: 1.25;
    white-space: nowrap;
  }
  .checkout-line-meta small {
    color: rgb(var(--veron-color-muted));
    font-size: 0.82rem;
    line-height: 1.35;
  }
  .checkout-line-total {
    grid-area: total;
    display: grid;
    justify-items: end;
    gap: 5px;
    min-width: 150px;
    text-align: right;
  }
  .checkout-line-total span {
    color: rgb(var(--veron-color-muted));
    font-size: 0.82rem;
  }
  .checkout-line-total strong {
    color: rgb(var(--veron-color-ink));
    font-size: 1rem;
    line-height: 1.25;
    white-space: nowrap;
  }
  .checkout-line-detail {
    display: grid;
    gap: 2px;
    margin-top: 4px;
    color: rgb(var(--veron-color-muted));
    font-size: 0.78rem;
    line-height: 1.35;
  }
  .commerce-checkout-form {
    display: grid;
    gap: 16px;
    margin-top: 18px;
  }
  .checkout-form-section {
    display: grid;
    gap: 12px;
    border-top: 1px solid rgb(var(--veron-color-border));
    padding-top: 16px;
  }
  .checkout-form-section h3 {
    margin: 0;
    color: rgb(var(--veron-color-ink));
    font-size: 1rem;
  }
  .checkout-section-head {
    display: grid;
    gap: 10px;
  }
  .checkout-address-status {
    display: grid;
    gap: 5px;
    border: 1px solid rgb(var(--veron-color-border));
    border-radius: 8px;
    padding: 12px 14px;
    background: rgb(var(--veron-color-panel));
  }
  .checkout-address-status strong {
    color: rgb(var(--veron-color-ink));
    font-size: 0.94rem;
  }
  .checkout-address-status span, .checkout-field-hint, .checkout-address-note {
    color: rgb(var(--veron-color-muted));
    font-size: 0.84rem;
    line-height: 1.45;
  }
  .checkout-field-hint {
    display: block;
  }
  .checkout-address-note {
    margin: 0;
    border-left: 3px solid rgb(var(--veron-color-sage));
    padding-left: 10px;
  }
  .checkout-fields label {
    display: grid;
    gap: 6px;
    color: rgb(var(--veron-color-muted));
    font-size: 0.92rem;
    font-weight: 680;
  }
  .checkout-fields input, .checkout-fields select {
    min-height: 42px;
    border: 1px solid rgb(var(--veron-color-border));
    border-radius: 8px;
    padding: 0 12px;
    color: rgb(var(--veron-color-ink));
    background: rgb(var(--veron-color-panel));
  }
  .checkout-checkbox {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    color: rgb(var(--veron-color-muted));
    font-size: 0.92rem;
    font-weight: 680;
    line-height: 1.4;
  }
  .checkout-checkbox input {
    width: 18px;
    height: 18px;
    margin-top: 1px;
    accent-color: rgb(var(--veron-color-forest));
  }
  .checkout-legal {
    border: 1px solid rgb(var(--veron-color-border));
    border-radius: 8px;
    padding: 12px;
    background: rgb(248 250 247);
  }
  .validation-message {
    color: rgb(127 29 29);
    font-size: 0.82rem;
    font-weight: 700;
  }
  .checkout-error {
    border: 1px solid rgb(248 113 113 / 0.42);
    border-radius: 8px;
    padding: 12px 14px;
    color: rgb(127 29 29);
    background: rgb(254 242 242);
    font-weight: 720;
  }
  .portal-panel {
    min-height: 360px;
    border: 1px solid rgb(var(--veron-color-border));
    border-radius: 8px;
    padding: 28px;
    background: rgb(var(--veron-color-panel));
    box-shadow: var(--veron-shadow-panel);
  }
  .portal-panel h2 {
    margin: 0 0 22px;
    font-size: 1.35rem;
  }
  .portal-status-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .portal-status-grid a {
    min-height: 86px;
    display: flex;
    align-items: end;
    border-radius: 8px;
    padding: 14px;
    color: rgb(var(--veron-color-ink));
    font-weight: 760;
    background: rgb(var(--veron-color-sky));
  }
  .portal-status-grid a:nth-child(2), .portal-status-grid a:nth-child(3) {
    background: rgb(var(--veron-color-sage));
  }
  .portal-panel p {
    margin: 22px 0 0;
    color: rgb(var(--veron-color-muted));
    line-height: 1.5;
  }
  .site-footer {
    width: min(1180px, calc(100% - 32px));
    min-height: 72px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    color: rgb(var(--veron-color-muted));
    font-size: 0.9rem;
  }
  .site-footer span {
    margin-right: auto;
  }
  .site-footer a {
    color: rgb(var(--veron-color-ink));
    font-weight: 700;
    text-decoration: none;
  }
  .site-footer a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .message-page {
    min-height: 100svh;
    width: min(780px, calc(100% - 32px));
    margin: 0 auto;
    display: grid;
    align-content: center;
    gap: 18px;
  }
  .message-page h1 {
    font-size: clamp(2.2rem, 6vw, 4.6rem);
  }
  .message-page p {
    max-width: 560px;
    color: rgb(var(--veron-color-muted));
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .request-id {
    position: fixed;
    inset-inline: 16px;
    bottom: 16px;
    margin: 0;
    color: rgb(var(--veron-color-muted));
    font-size: 0.82rem;
  }
  .valid.modified:not([type='checkbox']) {
    outline: 1px solid #26b050;
  }
  .invalid {
    outline: 1px solid #e50000;
  }
  .validation-message {
    color: #e50000;
  }
  .alpha-page {
    min-height: 100svh;
    color: rgb(9 22 43);
    background: linear-gradient(180deg, rgb(247 250 253), rgb(239 245 250));
  }
  .alpha-page[data-public-brand-navigation-pending="true"]::before {
    content: "";
    position: fixed;
    inset: 58px 0 auto;
    z-index: 19;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(94 234 212), transparent);
    animation: alpha-navigation-pending 0.9s ease-in-out infinite;
    pointer-events: none;
  }
  .alpha-page[data-public-brand-navigation-pending="true"] > section, .alpha-page[data-public-brand-navigation-pending="true"] > footer {
    opacity: 0.62;
    transition: opacity 0.12s ease;
  }
  @keyframes alpha-navigation-pending {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(100%);
    }
  }
  .alpha-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    min-height: 58px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 0 max(24px, calc((100vw - 1180px) / 2));
    color: white;
    background: rgb(10 28 55 / 0.96);
    backdrop-filter: blur(18px);
  }
  .alpha-brand, .alpha-nav-links, .alpha-shop-link, .alpha-nav-actions, .brand-customer-actions, .brand-customer-action {
    display: inline-flex;
    align-items: center;
  }
  .alpha-brand {
    gap: 10px;
    font-size: 18px;
    font-weight: 760;
  }
  .alpha-brand-mark {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 1px solid rgb(255 255 255 / 0.42);
    border-radius: 999px;
    color: rgb(94 234 212);
    font-size: 11px;
    font-weight: 820;
  }
  .alpha-nav-links {
    justify-content: center;
    gap: 28px;
    font-size: 12px;
    font-weight: 780;
    text-transform: uppercase;
  }
  .alpha-nav-links a {
    color: rgb(226 238 252);
  }
  .alpha-nav-links a:hover {
    color: white;
  }
  .alpha-nav-links a.active {
    color: rgb(94 234 212);
  }
  .alpha-shop-link {
    min-height: 32px;
    justify-content: center;
    border-radius: 8px;
    padding: 0 14px;
    color: rgb(4 30 36);
    background: rgb(94 234 212);
    font-size: 12px;
    font-weight: 820;
    text-transform: uppercase;
  }
  .alpha-shop-link.active {
    color: white;
    border: 1px solid rgb(94 234 212 / 0.62);
    background: rgb(255 255 255 / 0.12);
  }
  .alpha-nav-actions {
    gap: 10px;
    justify-content: flex-end;
  }
  .alpha-mobile-menu {
    display: none;
    position: relative;
  }
  .alpha-mobile-menu summary {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255 255 255 / 0.24);
    border-radius: 8px;
    padding: 0 12px;
    color: rgb(226 238 252);
    cursor: pointer;
    font-size: 12px;
    font-weight: 820;
    list-style: none;
    text-transform: uppercase;
  }
  .alpha-mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .alpha-mobile-menu[open] summary {
    color: rgb(4 30 36);
    background: rgb(94 234 212);
  }
  .alpha-mobile-menu-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(300px, calc(100vw - 32px));
    display: grid;
    gap: 6px;
    border: 1px solid rgb(255 255 255 / 0.16);
    border-radius: 8px;
    padding: 10px;
    background: rgb(10 28 55 / 0.98);
    box-shadow: 0 22px 56px rgb(0 0 0 / 0.3);
  }
  .alpha-mobile-menu-panel a {
    min-height: 38px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 0 12px;
    color: rgb(226 238 252);
    font-size: 12px;
    font-weight: 780;
    text-transform: uppercase;
  }
  .alpha-mobile-menu-panel a:hover, .alpha-mobile-menu-panel a.active {
    color: rgb(4 30 36);
    background: rgb(94 234 212);
  }
  .brand-customer-actions {
    position: relative;
    gap: 8px;
  }
  .brand-customer-action {
    position: relative;
    width: 34px;
    height: 34px;
    justify-content: center;
    border: 1px solid rgb(255 255 255 / 0.22);
    border-radius: 8px;
    color: rgb(226 238 252);
    background: rgb(255 255 255 / 0.08);
  }
  button.brand-customer-action {
    padding: 0;
    font: inherit;
    cursor: pointer;
  }
  .brand-customer-action:hover {
    color: white;
    border-color: rgb(94 234 212 / 0.55);
    background: rgb(255 255 255 / 0.14);
  }
  .brand-signup-cta {
    min-height: 34px;
    max-width: 164px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(94 234 212 / 0.62);
    border-radius: 8px;
    padding: 0 13px;
    color: rgb(4 30 36);
    background: rgb(94 234 212);
    font-size: 12px;
    font-weight: 820;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .brand-signup-cta:hover {
    color: white;
    border-color: rgb(255 255 255 / 0.38);
    background: rgb(255 255 255 / 0.14);
  }
  .brand-signup-cta[hidden] {
    display: none !important;
  }
  .brand-cart-icon {
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-block;
  }
  .brand-cart-icon::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    width: 12px;
    height: 9px;
    border: 2px solid currentColor;
    border-top-width: 3px;
    border-radius: 3px;
  }
  .brand-cart-icon::after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 1px;
    width: 10px;
    height: 3px;
    border-radius: 999px;
    background: radial-gradient(circle at 1px 50%, currentColor 0 2px, transparent 2.5px), radial-gradient(circle at 9px 50%, currentColor 0 2px, transparent 2.5px);
  }
  .brand-account-icon {
    position: relative;
    width: 17px;
    height: 17px;
    display: inline-block;
  }
  .brand-account-icon::before, .brand-account-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid currentColor;
  }
  .brand-account-icon::before {
    top: 1px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
  }
  .brand-account-icon::after {
    bottom: 0;
    width: 14px;
    height: 8px;
    border-radius: 999px 999px 4px 4px;
    border-bottom-width: 0;
  }
  .brand-cart-count {
    position: absolute;
    right: -5px;
    top: -5px;
    min-width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border: 2px solid rgb(10 28 55);
    border-radius: 999px;
    color: rgb(4 30 36);
    background: rgb(94 234 212);
    font-size: 10px;
    font-weight: 820;
    line-height: 1;
  }
  .brand-cart-count[hidden] {
    display: none;
  }
  .brand-account-status {
    position: absolute;
    right: -3px;
    top: -3px;
    width: 10px;
    height: 10px;
    border: 2px solid rgb(10 28 55);
    border-radius: 999px;
    background: rgb(34 197 94);
  }
  .header-actions {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
  }
  .account-entry-shell {
    position: relative;
  }
  .account-entry {
    position: relative;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgb(var(--veron-color-border));
    border-radius: 999px;
    padding: 0 13px 0 11px;
    color: rgb(var(--veron-color-muted));
    background: rgb(var(--veron-color-panel));
    font: inherit;
    font-size: 0.94rem;
    font-weight: 640;
    cursor: pointer;
    box-shadow: 0 10px 24px rgb(19 33 28 / 0.06);
  }
  .account-entry:hover, .account-entry[aria-expanded="true"], .account-entry-authenticated {
    color: rgb(var(--veron-color-ink));
    border-color: rgb(var(--veron-color-sage));
    background: rgb(var(--veron-color-sage));
  }
  .account-icon {
    position: relative;
    width: 17px;
    height: 17px;
    display: inline-block;
    flex: 0 0 auto;
  }
  .account-icon::before, .account-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid currentColor;
  }
  .account-icon::before {
    top: 1px;
    width: 7px;
    height: 7px;
    border-radius: 999px;
  }
  .account-icon::after {
    bottom: 0;
    width: 14px;
    height: 8px;
    border-radius: 999px 999px 4px 4px;
    border-bottom-width: 0;
  }
  .account-status-dot {
    position: absolute;
    left: 23px;
    top: 8px;
    width: 10px;
    height: 10px;
    border: 2px solid rgb(var(--veron-color-panel));
    border-radius: 999px;
    background: rgb(34 197 94);
  }
  .account-status-dot[hidden] {
    display: none;
  }
  .account-menu[hidden] {
    display: none;
  }
  .account-menu-language {
    display: none;
  }
  .account-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 120;
    width: min(280px, calc(100vw - 32px));
    display: grid;
    gap: 6px;
    border: 1px solid rgb(var(--veron-color-border));
    border-radius: 8px;
    padding: 10px;
    color: rgb(var(--veron-color-ink));
    background: rgb(var(--veron-color-panel));
    box-shadow: var(--veron-shadow-panel);
  }
  .account-menu a, .account-menu-greeting {
    min-height: 38px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 0.92rem;
    font-weight: 640;
  }
  .account-menu a:hover {
    background: rgb(var(--veron-color-sage));
  }
  .account-menu-language a.active {
    color: rgb(var(--veron-color-ink));
    background: rgb(var(--veron-color-sage));
  }
  .account-menu-greeting {
    color: rgb(var(--veron-color-muted));
    background: rgb(248 250 247);
  }
  .brand-cart-menu[hidden], .brand-account-menu[hidden] {
    display: none;
  }
  .brand-account-menu [data-brand-account-authenticated-menu-item][hidden], .brand-account-menu [data-brand-account-anonymous-menu-item][hidden] {
    display: none;
  }
  [data-brand-account-authenticated-menu-item][hidden], [data-brand-account-anonymous-menu-item][hidden] {
    display: none;
  }
  .brand-cart-menu, .brand-account-menu {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 130;
    width: min(300px, calc(100vw - 32px));
    padding: 16px;
    border: 1px solid rgb(94 234 212 / 0.26);
    border-radius: 8px;
    color: rgb(226 238 252);
    background: rgb(4 18 31 / 0.98);
    box-shadow: 0 18px 50px rgb(0 0 0 / 0.35);
  }
  .brand-account-menu {
    display: grid;
    gap: 7px;
    width: min(220px, calc(100vw - 32px));
    padding: 9px;
  }
  .brand-account-menu a {
    min-height: 34px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 0 10px;
    color: rgb(226 238 252);
    font-size: 13px;
    font-weight: 760;
  }
  .brand-account-menu a:hover {
    color: white;
    background: rgb(255 255 255 / 0.1);
  }
  .brand-cart-menu strong, .brand-cart-menu-title {
    display: block;
    margin-bottom: 12px;
    color: white;
    font-size: 14px;
    font-weight: 820;
  }
  .brand-cart-menu ul, .brand-cart-lines {
    display: grid;
    gap: 8px;
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
  }
  .brand-cart-menu li, .brand-cart-line {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 8px 10px;
    border: 1px solid rgb(255 255 255 / 0.08);
    border-radius: 8px;
    color: rgb(187 205 224);
    font-size: 13px;
    line-height: 1.35;
    background: rgb(255 255 255 / 0.06);
  }
  .brand-cart-line-quantity {
    min-width: 34px;
    border-radius: 999px;
    padding: 3px 7px;
    color: rgb(4 30 36);
    background: rgb(94 234 212);
    font-size: 11px;
    font-weight: 820;
    line-height: 1;
    text-align: center;
  }
  .brand-cart-line-name {
    min-width: 0;
    color: rgb(226 238 252);
    font-weight: 720;
  }
  .brand-cart-menu a, .brand-cart-menu-link {
    display: flex;
    width: 100%;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 12px;
    color: rgb(4 30 36);
    background: rgb(94 234 212);
    font-size: 12px;
    font-weight: 820;
    text-decoration: none;
  }
  .brand-cart-entry[data-brand-cart-navigation="pending"] {
    border-color: rgb(94 234 212 / 0.55);
    color: rgb(94 234 212);
    cursor: progress;
  }
  .brand-cart-entry[data-brand-cart-navigation="pending"] .brand-cart-icon {
    animation: brand-cart-entry-pending 0.75s ease-in-out infinite;
  }
  .brand-cart-menu-link-pending, .brand-cart-menu-link[aria-busy="true"] {
    cursor: progress;
    filter: saturate(0.92);
    opacity: 0.88;
  }
  @keyframes brand-cart-entry-pending {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.9);
    }
  }
  .alpha-hero, .alpha-section, .alpha-hub-hero, .alpha-final, .alpha-footer {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }
  .alpha-hero {
    min-height: 620px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    align-items: center;
    gap: 48px;
    padding: 80px 0 64px;
  }
  .alpha-eyebrow, .alpha-kicker {
    margin: 0 0 16px;
    color: rgb(11 116 141);
    font-size: 13px;
    font-weight: 820;
    text-transform: uppercase;
  }
  .alpha-hero h1, .alpha-section h2, .alpha-final h2 {
    margin: 0;
    font-weight: 840;
    line-height: 1.05;
  }
  .alpha-hero h1 {
    max-width: 820px;
    font-size: clamp(44px, 6vw, 78px);
  }
  .alpha-hero-lead, .alpha-section-heading > p:not(.alpha-kicker), .alpha-shop p, .alpha-final p {
    color: rgb(64 80 101);
    font-size: 18px;
    line-height: 1.65;
  }
  .alpha-hero-lead {
    max-width: 720px;
    margin: 24px 0 0;
  }
  .alpha-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
  }
  .alpha-centered-actions {
    justify-content: center;
  }
  .alpha-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 20px;
    font-weight: 820;
  }
  .alpha-button-primary {
    color: rgb(4 30 36);
    background: rgb(94 234 212);
    box-shadow: 0 16px 34px rgb(15 118 110 / 0.22);
  }
  .alpha-button-secondary {
    color: rgb(12 39 73);
    border: 1px solid rgb(189 206 226);
    background: white;
  }
  .alpha-hero-panel {
    min-height: 430px;
    display: grid;
    align-content: end;
    border: 1px solid rgb(181 202 225);
    border-radius: 8px;
    padding: 26px;
    background: linear-gradient(145deg, rgb(12 39 73 / 0.95), rgb(38 104 217 / 0.92)), radial-gradient(circle at 20% 15%, rgb(94 234 212 / 0.5), transparent 36%);
    box-shadow: 0 28px 80px rgb(10 28 55 / 0.22);
    overflow: hidden;
  }
  .alpha-pulse {
    position: relative;
    min-height: 180px;
    margin-bottom: 28px;
  }
  .alpha-pulse span {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 120px;
    height: 120px;
    border: 1px solid rgb(255 255 255 / 0.32);
    border-radius: 999px;
    transform: translate(-50%, -50%);
  }
  .alpha-pulse span:nth-child(2) {
    width: 210px;
    height: 210px;
    border-color: rgb(94 234 212 / 0.36);
  }
  .alpha-pulse span:nth-child(3) {
    width: 42px;
    height: 42px;
    border: 0;
    background: rgb(94 234 212);
    box-shadow: 0 0 0 18px rgb(94 234 212 / 0.14);
  }
  .alpha-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 20px;
  }
  .alpha-metrics div {
    min-height: 86px;
    border: 1px solid rgb(255 255 255 / 0.2);
    border-radius: 8px;
    padding: 14px;
    color: white;
    background: rgb(255 255 255 / 0.1);
  }
  .alpha-metrics dt {
    font-size: 28px;
    font-weight: 860;
  }
  .alpha-metrics dd {
    margin: 4px 0 0;
    color: rgb(217 244 250);
    font-size: 12px;
    font-weight: 720;
  }
  .alpha-hero-panel p {
    margin: 0;
    color: rgb(230 248 252);
    line-height: 1.55;
  }
  .alpha-section {
    padding: 54px 0;
  }
  .alpha-hub-hero {
    min-height: 460px;
    display: grid;
    align-content: center;
    border-bottom: 1px solid rgb(222 231 240);
    padding: 72px 0 58px;
  }
  .alpha-hub-hero h1 {
    max-width: 900px;
    margin: 0;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 840;
    line-height: 1.04;
  }
  .alpha-hub-hero p:not(.alpha-eyebrow) {
    max-width: 760px;
    margin: 22px 0 0;
    color: rgb(64 80 101);
    font-size: 19px;
    line-height: 1.65;
  }
  .alpha-legal-page {
    background: rgb(247 250 253);
  }
  .alpha-legal-hero {
    min-height: 380px;
  }
  .alpha-legal-layout {
    display: grid;
    grid-template-columns: minmax(230px, 320px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
  }
  .alpha-legal-aside {
    position: sticky;
    top: 82px;
    border: 1px solid rgb(211 221 233);
    border-radius: 8px;
    padding: 24px;
    background: white;
    box-shadow: 0 18px 44px rgb(10 28 55 / 0.08);
  }
  .alpha-legal-aside > span {
    display: block;
    color: rgb(12 39 73);
    font-size: 20px;
    font-weight: 840;
  }
  .alpha-legal-aside p {
    margin: 10px 0 22px;
    color: rgb(64 80 101);
    line-height: 1.55;
  }
  .alpha-legal-aside dl {
    display: grid;
    gap: 16px;
    margin: 0;
  }
  .alpha-legal-aside dt {
    color: rgb(11 116 141);
    font-size: 12px;
    font-weight: 820;
    text-transform: uppercase;
  }
  .alpha-legal-aside dd {
    margin: 4px 0 0;
    color: rgb(21 42 70);
    line-height: 1.45;
  }
  .alpha-legal-sections {
    display: grid;
    gap: 14px;
  }
  .alpha-legal-section {
    border: 1px solid rgb(211 221 233);
    border-radius: 8px;
    padding: 26px;
    background: white;
  }
  .alpha-legal-section h2 {
    margin: 0 0 14px;
    color: rgb(12 39 73);
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.2;
  }
  .alpha-legal-section p, .alpha-legal-section li {
    color: rgb(64 80 101);
    font-size: 16px;
    line-height: 1.7;
  }
  .alpha-legal-section p {
    margin: 0;
  }
  .alpha-legal-section p + p {
    margin-top: 10px;
  }
  .alpha-legal-section ul {
    margin: 14px 0 0;
    padding-left: 20px;
  }
  .alpha-legal-section li + li {
    margin-top: 6px;
  }
  .alpha-legal-notice {
    margin-top: 16px !important;
    border-left: 4px solid rgb(94 234 212);
    padding: 12px 14px;
    color: rgb(12 39 73) !important;
    background: rgb(236 253 250);
  }
  .alpha-section-heading {
    max-width: 780px;
    margin-bottom: 28px;
  }
  .alpha-section h2, .alpha-final h2 {
    font-size: clamp(32px, 4vw, 52px);
  }
  .alpha-feature-grid, .alpha-care-grid, .alpha-protocol-grid, .alpha-hub-grid, .alpha-quality-grid {
    display: grid;
    gap: 14px;
  }
  .alpha-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .alpha-hub-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .alpha-feature-card, .alpha-care-card, .alpha-hub-card, .alpha-protocol-card {
    display: grid;
    border: 1px solid rgb(211 221 233);
    border-radius: 8px;
    background: rgb(255 255 255 / 0.9);
    box-shadow: 0 18px 44px rgb(10 28 55 / 0.08);
  }
  .alpha-tile {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
  }
  .alpha-tile-body {
    min-width: 0;
  }
  .alpha-tile-footer {
    align-self: end;
  }
  .alpha-feature-card {
    min-height: 220px;
    grid-template-rows: auto auto minmax(0, 1fr);
    padding: 24px;
  }
  .alpha-hub-card {
    min-height: 270px;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    align-content: stretch;
    padding: 24px;
  }
  .alpha-hub-card > span {
    width: fit-content;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0 11px;
    color: rgb(12 39 73);
    background: rgb(224 242 254);
    font-size: 12px;
    font-weight: 860;
  }
  .alpha-feature-card span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: rgb(12 39 73);
    background: rgb(224 242 254);
    font-weight: 860;
  }
  .alpha-feature-card h3, .alpha-care-card h3, .alpha-hub-card h3, .alpha-protocol-card h3 {
    margin: 20px 0 10px;
    font-size: 19px;
  }
  .alpha-feature-card p, .alpha-care-card span, .alpha-hub-card p, .alpha-protocol-card p, .alpha-protocol-card li {
    color: rgb(64 80 101);
    line-height: 1.55;
  }
  .alpha-hub-card a {
    align-self: end;
    margin-top: 24px;
    color: rgb(11 116 141);
    font-weight: 820;
  }
  .alpha-care {
    border-block: 1px solid rgb(222 231 240);
  }
  .alpha-care-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .alpha-care-card {
    min-height: 260px;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    align-content: stretch;
    padding: 24px;
  }
  .alpha-care-card > p {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin: 0;
    border-radius: 999px;
    color: white;
    background: rgb(36 99 235);
    font-weight: 820;
  }
  .alpha-care-card a {
    align-self: end;
    margin-top: 22px;
    color: rgb(11 116 141);
    font-weight: 820;
  }
  .alpha-protocols {
    border-radius: 8px;
    padding: 42px;
    background: rgb(255 255 255 / 0.62);
  }
  .alpha-protocol-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .alpha-protocol-card {
    min-height: 280px;
    grid-template-rows: auto minmax(0, 1fr) auto;
    padding: 24px;
  }
  .alpha-protocol-card ul {
    align-self: end;
    display: grid;
    gap: 8px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
  }
  .alpha-protocol-card li::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 999px;
    background: rgb(94 234 212);
  }
  .alpha-shop {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1fr);
    align-items: center;
    gap: 36px;
    border-radius: 8px;
    padding: 42px;
    color: white;
    background: linear-gradient(135deg, rgb(10 28 55), rgb(34 87 184));
  }
  .alpha-shop h2, .alpha-shop p, .alpha-shop .alpha-kicker {
    color: white;
  }
  .alpha-quality-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .alpha-quality-grid span {
    min-height: 96px;
    display: flex;
    align-items: end;
    border: 1px solid rgb(255 255 255 / 0.2);
    border-radius: 8px;
    padding: 18px;
    color: white;
    background: rgb(255 255 255 / 0.12);
    font-weight: 820;
  }
  .alpha-shop-page {
    background: linear-gradient(180deg, rgb(247 250 253), rgb(239 245 250) 58%, rgb(250 252 249));
  }
  .alpha-shop-hero, .alpha-shop-products, .alpha-shop-quality, .alpha-shop-handoff {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }
  .alpha-shop-hero {
    min-height: 540px;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 34px;
    align-items: center;
    padding: 58px 0 42px;
  }
  .alpha-shop-hero h1 {
    max-width: 850px;
    margin: 0;
    color: rgb(9 22 43);
    font-size: clamp(40px, 5vw, 66px);
    font-weight: 840;
    line-height: 1.04;
  }
  .alpha-shop-hero p:not(.alpha-eyebrow), .alpha-shop-products .alpha-section-heading > p:not(.alpha-kicker), .alpha-shop-handoff .alpha-section-heading > p:not(.alpha-kicker) {
    max-width: 760px;
    color: rgb(64 80 101);
    font-size: 18px;
    line-height: 1.65;
  }
  .alpha-shop-featured {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .alpha-shop-products {
    border-top: 1px solid rgb(222 231 240);
  }
  .alpha-shop-product-grid, .alpha-shop-category-grid, .alpha-shop-quality-grid {
    display: grid;
    gap: 14px;
  }
  .alpha-shop-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .alpha-shop-product-card, .alpha-shop-category-card {
    display: grid;
    border: 1px solid rgb(211 221 233);
    border-radius: 8px;
    background: rgb(255 255 255 / 0.92);
    box-shadow: 0 18px 44px rgb(10 28 55 / 0.08);
  }
  .alpha-shop-product-card {
    min-height: 360px;
    grid-template-rows: auto auto minmax(0, 1fr) auto auto;
    padding: 24px;
  }
  .alpha-shop-product-card-featured {
    min-height: 168px;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    border-color: rgb(181 202 225);
    background: white;
  }
  .alpha-shop-product-card > span, .alpha-shop-category-card > div > span {
    width: fit-content;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0 11px;
    color: rgb(12 39 73);
    background: rgb(224 242 254);
    font-size: 12px;
    font-weight: 860;
  }
  .alpha-shop-product-card h2, .alpha-shop-product-card h3, .alpha-shop-category-card h3 {
    margin: 18px 0 10px;
    color: rgb(12 39 73);
    font-size: 20px;
    line-height: 1.22;
  }
  .alpha-shop-product-card h2 {
    font-size: 21px;
  }
  .alpha-shop-product-card p, .alpha-shop-category-card p, .alpha-shop-category-card li, .alpha-shop-quality-grid span {
    color: rgb(64 80 101);
    line-height: 1.55;
  }
  .alpha-shop-product-card dl {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
  }
  .alpha-shop-card-signals {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
  }
  .alpha-shop-card-signals li {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0 10px;
    color: rgb(12 39 73);
    background: rgb(239 246 244);
    font-size: 12px;
    font-weight: 760;
    line-height: 1.2;
  }
  .alpha-shop-product-card dl div {
    border-top: 1px solid rgb(222 231 240);
    padding-top: 10px;
  }
  .alpha-shop-product-card dt {
    color: rgb(11 116 141);
    font-size: 11px;
    font-weight: 840;
    text-transform: uppercase;
  }
  .alpha-shop-product-card dd {
    margin: 3px 0 0;
    color: rgb(21 42 70);
    line-height: 1.45;
  }
  .alpha-shop-product-card > div:last-child {
    align-self: end;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    margin-top: 22px;
  }
  .alpha-shop-product-card > .alpha-shop-card-footer {
    align-self: end;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin-top: 22px;
  }
  .alpha-shop-card-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
  }
  .alpha-shop-product-card strong {
    color: rgb(9 22 43);
    font-size: 18px;
  }
  .alpha-shop-product-card a {
    color: rgb(11 116 141);
    font-weight: 820;
    white-space: nowrap;
  }
  .alpha-shop-product-card .alpha-shop-buy {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    padding: 0 14px;
    color: white;
    background: rgb(9 22 43);
    text-decoration: none;
  }
  .alpha-shop-product-card .alpha-shop-buy:hover {
    background: rgb(11 116 141);
  }
  .alpha-shop-product-card .alpha-shop-detail {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
  }
  .alpha-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1;
  }
  .alpha-cart-icon {
    position: relative;
    width: 18px;
    height: 18px;
    display: inline-block;
    flex: 0 0 18px;
  }
  .alpha-cart-icon::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    width: 12px;
    height: 9px;
    border: 2px solid currentColor;
    border-top-width: 3px;
    border-radius: 3px;
  }
  .alpha-cart-icon::after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 1px;
    width: 10px;
    height: 3px;
    border-radius: 999px;
    background: radial-gradient(circle at 1px 50%, currentColor 0 2px, transparent 2.5px), radial-gradient(circle at 9px 50%, currentColor 0 2px, transparent 2.5px);
  }
  .alpha-shop-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .alpha-shop-category-card {
    min-height: 390px;
    grid-template-rows: minmax(0, 1fr) auto auto;
    padding: 24px;
  }
  .alpha-shop-category-card ul {
    display: grid;
    gap: 8px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
  }
  .alpha-shop-category-card li::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    margin-right: 8px;
    border-radius: 999px;
    background: rgb(20 184 166);
  }
  .alpha-shop-category-card a {
    align-self: end;
    margin-top: 24px;
    color: rgb(11 116 141);
    font-weight: 820;
  }
  .alpha-shop-quality {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1fr);
    gap: 32px;
    align-items: start;
    border-radius: 8px;
    padding: 42px;
    color: white;
    background: linear-gradient(135deg, rgb(9 22 43), rgb(48 79 43));
  }
  .alpha-shop-quality h2, .alpha-shop-quality p, .alpha-shop-quality .alpha-kicker {
    color: white;
  }
  .alpha-shop-quality-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .alpha-shop-quality-grid div {
    min-height: 132px;
    display: grid;
    align-content: end;
    border: 1px solid rgb(255 255 255 / 0.2);
    border-radius: 8px;
    padding: 18px;
    background: rgb(255 255 255 / 0.1);
  }
  .alpha-shop-quality-grid strong {
    color: white;
    font-size: 18px;
  }
  .alpha-shop-quality-grid span {
    margin-top: 8px;
    color: rgb(230 248 252);
  }
  .alpha-shop-handoff {
    border: 1px solid rgb(211 221 233);
    border-radius: 8px;
    padding: 42px;
    background: white;
    box-shadow: 0 18px 44px rgb(10 28 55 / 0.08);
  }
  .alpha-consultation-page {
    background: linear-gradient(180deg, rgb(247 250 253), rgb(239 246 244) 56%, rgb(251 252 248));
  }
  .alpha-consultation-hero, .alpha-consultation-steps, .alpha-consultation-fit, .alpha-consultation-booking, .alpha-consultation-handoff {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }
  .alpha-consultation-hero {
    min-height: 530px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.58fr);
    gap: 34px;
    align-items: center;
    padding: 58px 0 42px;
  }
  .alpha-consultation-hero h1 {
    max-width: 880px;
    margin: 0;
    color: rgb(9 22 43);
    font-size: clamp(40px, 5vw, 66px);
    font-weight: 840;
    line-height: 1.04;
  }
  .alpha-consultation-hero p:not(.alpha-eyebrow), .alpha-consultation-steps .alpha-section-heading > p:not(.alpha-kicker), .alpha-consultation-handoff .alpha-section-heading > p:not(.alpha-kicker) {
    max-width: 760px;
    color: rgb(64 80 101);
    font-size: 18px;
    line-height: 1.65;
  }
  .alpha-consultation-panel, .alpha-consultation-card, .alpha-consultation-handoff {
    border: 1px solid rgb(211 221 233);
    border-radius: 8px;
    background: rgb(255 255 255 / 0.94);
    box-shadow: 0 18px 44px rgb(10 28 55 / 0.08);
  }
  .alpha-consultation-panel {
    min-height: 360px;
    display: grid;
    align-content: end;
    padding: 28px;
  }
  .alpha-consultation-panel span, .alpha-consultation-card span {
    width: fit-content;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0 11px;
    color: rgb(12 39 73);
    background: rgb(224 242 254);
    font-size: 12px;
    font-weight: 860;
  }
  .alpha-consultation-panel h2, .alpha-consultation-card h3, .alpha-consultation-fit h2 {
    margin: 18px 0 10px;
    color: rgb(12 39 73);
    line-height: 1.18;
  }
  .alpha-consultation-panel h2 {
    font-size: 28px;
  }
  .alpha-consultation-panel p, .alpha-consultation-card p, .alpha-consultation-fit p {
    color: rgb(64 80 101);
    line-height: 1.6;
  }
  .alpha-consultation-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }
  .alpha-consultation-card {
    min-height: 290px;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    padding: 24px;
  }
  .alpha-consultation-card h3 {
    font-size: 21px;
  }
  .alpha-consultation-fit {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1fr);
    gap: 32px;
    align-items: start;
    border-radius: 8px;
    padding: 42px;
    color: white;
    background: linear-gradient(135deg, rgb(9 22 43), rgb(43 88 79));
  }
  .alpha-consultation-fit h2, .alpha-consultation-fit p, .alpha-consultation-fit .alpha-kicker {
    color: white;
  }
  .alpha-consultation-fit-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .alpha-consultation-fit-list span {
    min-height: 74px;
    display: grid;
    align-content: center;
    border: 1px solid rgb(255 255 255 / 0.2);
    border-radius: 8px;
    padding: 16px;
    color: rgb(230 248 252);
    background: rgb(255 255 255 / 0.1);
    line-height: 1.35;
  }
  .alpha-consultation-handoff {
    padding: 42px;
  }
  .alpha-consultation-booking {
    padding: 0;
  }
  .booking-scheduler {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
    gap: 28px;
    align-items: start;
    border: 1px solid rgb(12 62 72 / 0.14);
    border-radius: 8px;
    padding: 32px;
    background: rgb(255 255 255 / 0.86);
    box-shadow: 0 24px 60px rgb(20 48 54 / 0.08);
  }
  .booking-scheduler-copy {
    display: grid;
    gap: 12px;
  }
  .booking-scheduler-copy h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.1;
    color: rgb(13 36 42);
  }
  .booking-scheduler-copy p:not(.channel-kicker), .booking-status {
    margin: 0;
    color: rgb(77 96 100);
    line-height: 1.6;
  }
  .booking-scheduler-panel {
    display: grid;
    gap: 16px;
  }
  .booking-step {
    display: grid;
    gap: 12px;
    min-height: 118px;
    border: 1px solid rgb(12 62 72 / 0.12);
    border-radius: 8px;
    padding: 16px;
    background: rgb(255 255 255 / 0.78);
  }
  .booking-step-slots {
    border-color: rgb(26 111 105 / 0.3);
    background: rgb(244 250 248);
  }
  .booking-step-slots[data-booking-step-state="loading"] {
    border-color: rgb(26 111 105 / 0.38);
    background: rgb(244 250 248);
  }
  .booking-step-disabled {
    border-color: rgb(12 62 72 / 0.1);
    background: rgb(250 252 251 / 0.76);
  }
  .booking-step-header {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .booking-step-header span {
    display: inline-grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 999px;
    color: rgb(26 111 105);
    background: rgb(232 246 242);
    font-size: 12px;
    font-weight: 900;
  }
  .booking-step-header h3 {
    margin: 0;
    color: rgb(13 36 42);
    font-size: 17px;
    line-height: 1.25;
  }
  .booking-loading {
    min-height: 74px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgb(12 62 72 / 0.1);
    border-radius: 8px;
    padding: 14px;
    background: linear-gradient(135deg, rgb(250 252 251), rgb(244 250 248));
  }
  .booking-loading-spinner {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    border: 2px solid rgb(26 111 105 / 0.18);
    border-top-color: rgb(26 111 105);
    border-radius: 999px;
    animation: booking-loading-spin 0.8s linear infinite;
  }
  @keyframes booking-loading-spin {
    to {
      transform: rotate(360deg);
    }
  }
  .booking-product-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .booking-product-choice {
    min-height: 96px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 14px;
    align-items: start;
    border: 1px solid rgb(12 62 72 / 0.16);
    border-radius: 8px;
    padding: 14px;
    color: rgb(13 36 42);
    background: rgb(250 252 251);
    text-align: left;
    cursor: pointer;
  }
  .booking-product-choice:hover, .booking-product-choice:focus-visible, .booking-product-choice.selected {
    border-color: rgb(26 111 105);
    outline: none;
    background: rgb(232 246 242);
  }
  .booking-product-choice:disabled, .booking-choice:disabled {
    cursor: wait;
    opacity: 0.68;
  }
  .booking-product-choice span {
    font-weight: 800;
  }
  .booking-product-choice small {
    justify-self: end;
    color: rgb(26 111 105);
    font-weight: 800;
    white-space: nowrap;
  }
  .booking-product-choice em {
    grid-column: 1 / -1;
    color: rgb(87 103 104);
    font-size: 14px;
    font-style: normal;
    line-height: 1.45;
  }
  .booking-date-grid, .booking-slot-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }
  .booking-choice {
    min-height: 82px;
    display: grid;
    align-content: center;
    gap: 5px;
    border: 1px solid rgb(12 62 72 / 0.16);
    border-radius: 8px;
    padding: 12px;
    color: rgb(13 36 42);
    background: rgb(247 251 250);
    text-align: left;
    cursor: pointer;
  }
  .booking-choice:hover, .booking-choice:focus-visible, .booking-choice.selected {
    border-color: rgb(26 111 105);
    outline: none;
    background: rgb(232 246 242);
  }
  .booking-slot-grid .booking-choice.selected {
    border-color: rgb(11 95 88);
    background: rgb(218 242 235);
    box-shadow: inset 4px 0 0 rgb(11 95 88);
  }
  .booking-slot-grid .booking-choice[aria-busy="true"] {
    border-color: rgb(11 95 88);
    background: rgb(218 242 235);
    box-shadow: inset 4px 0 0 rgb(11 95 88);
  }
  .booking-choice span {
    font-weight: 700;
  }
  .booking-choice small {
    color: rgb(87 103 104);
  }
  .booking-choice-pending {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgb(11 95 88);
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
  }
  .booking-choice-pending .booking-loading-spinner {
    width: 14px;
    height: 14px;
    border-width: 2px;
  }
  .booking-error {
    margin: 0;
    border: 1px solid rgb(185 28 28 / 0.24);
    border-radius: 8px;
    padding: 12px 14px;
    color: rgb(127 29 29);
    background: rgb(254 242 242);
  }
  .booking-handoff {
    display: grid;
    gap: 12px;
    border: 1px solid rgb(26 111 105 / 0.28);
    border-radius: 8px;
    padding: 16px;
    background: rgb(234 248 244);
  }
  .booking-guest-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .booking-guest-form label {
    min-width: 0;
    display: grid;
    gap: 5px;
    color: #33524d;
    font-size: 12px;
    font-weight: 800;
  }
  .booking-guest-form input {
    min-width: 0;
    min-height: 42px;
    border: 1px solid rgb(26 111 105 / 0.24);
    border-radius: 6px;
    padding: 0 11px;
    color: #102522;
    background: rgb(255 255 255 / 0.88);
    font: inherit;
  }
  .booking-guest-form input:focus {
    outline: 2px solid rgb(26 111 105 / 0.28);
    outline-offset: 1px;
  }
  .booking-login-next-step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    border: 1px solid rgb(26 111 105 / 0.2);
    border-radius: 8px;
    padding: 14px 16px;
    color: #31524c;
    background: rgb(255 255 255 / 0.9);
    line-height: 1.45;
  }
  .booking-login-next-step span {
    flex: 1 1 260px;
  }
  .booking-login-next-step .button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .booking-handoff .button {
    width: fit-content;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
  }
  .booking-handoff .button .booking-loading-spinner {
    width: 16px;
    height: 16px;
    border-color: rgb(255 255 255 / 0.36);
    border-top-color: rgb(255 255 255);
  }
  .booking-checkout-pending {
    cursor: wait;
    opacity: 0.86;
  }
  @media (max-width: 640px) {
    .booking-guest-form {
      grid-template-columns: 1fr;
    }
    .booking-login-next-step .button {
      width: 100%;
    }
  }
  .alpha-product-page {
    background: linear-gradient(180deg, rgb(247 250 253), rgb(239 246 244) 56%, rgb(250 252 249));
  }
  .alpha-product-hero, .alpha-product-overview, .alpha-product-protocol, .alpha-product-fit, .alpha-product-quality, .alpha-product-handoff {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }
  .alpha-product-hero {
    min-height: 560px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
    gap: 34px;
    align-items: center;
    padding: 58px 0 42px;
  }
  .alpha-product-hero-copy {
    display: grid;
    gap: 22px;
  }
  .alpha-product-crumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: rgb(64 80 101);
    font-size: 13px;
    font-weight: 760;
  }
  .alpha-product-crumbs a {
    color: rgb(11 116 141);
  }
  .alpha-product-crumbs span:last-child {
    color: rgb(9 22 43);
  }
  .alpha-product-hero h1 {
    max-width: 900px;
    margin: 0;
    color: rgb(9 22 43);
    font-size: clamp(40px, 5vw, 66px);
    font-weight: 840;
    line-height: 1.04;
  }
  .alpha-product-hero p:not(.alpha-eyebrow), .alpha-product-overview .alpha-section-heading > p:not(.alpha-kicker), .alpha-product-fit > div:first-child p, .alpha-product-handoff .alpha-section-heading > p:not(.alpha-kicker) {
    max-width: 760px;
    color: rgb(64 80 101);
    font-size: 18px;
    line-height: 1.65;
  }
  .alpha-product-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .alpha-product-hero-meta span {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgb(190 213 222);
    border-radius: 8px;
    padding: 0 12px;
    color: rgb(12 39 73);
    background: rgb(255 255 255 / 0.72);
    font-size: 13px;
    font-weight: 820;
  }
  .alpha-product-panel, .alpha-product-info-card, .alpha-product-composition, .alpha-product-fit article, .alpha-product-quality article, .alpha-product-handoff {
    border: 1px solid rgb(211 221 233);
    border-radius: 8px;
    background: rgb(255 255 255 / 0.94);
    box-shadow: 0 18px 44px rgb(10 28 55 / 0.08);
  }
  .alpha-product-panel {
    display: grid;
    gap: 16px;
    padding: 18px;
  }
  .alpha-product-pack {
    min-height: 320px;
    display: grid;
    align-content: space-between;
    border-radius: 8px;
    padding: 28px;
    color: white;
    background: radial-gradient(circle at 78% 12%, rgb(94 234 212 / 0.28), transparent 34%), linear-gradient(150deg, rgb(9 22 43), rgb(20 116 110));
  }
  .alpha-product-pack small:first-child {
    width: fit-content;
    border: 1px solid rgb(255 255 255 / 0.22);
    border-radius: 999px;
    padding: 5px 10px;
    color: rgb(230 248 252);
    font-size: 11px;
    font-weight: 820;
    text-transform: uppercase;
  }
  .alpha-product-pack span {
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    border: 1px solid rgb(255 255 255 / 0.3);
    border-radius: 8px;
    color: rgb(224 242 254);
    font-size: 28px;
    font-weight: 840;
  }
  .alpha-product-pack strong {
    margin-top: 16px;
    font-size: 28px;
    line-height: 1.08;
  }
  .alpha-product-pack small {
    margin-top: 8px;
    color: rgb(230 248 252);
    font-size: 15px;
  }
  .alpha-product-buybox {
    display: grid;
    gap: 10px;
    border-radius: 8px;
    padding: 18px;
    background: rgb(244 249 250);
  }
  .alpha-product-buybox p {
    color: rgb(11 116 141);
    font-size: 12px;
    font-weight: 860;
    text-transform: uppercase;
  }
  .alpha-product-buybox strong {
    color: rgb(9 22 43);
    font-size: 30px;
    line-height: 1;
  }
  .alpha-product-buybox span {
    color: rgb(64 80 101);
    font-size: 14px;
    font-weight: 720;
  }
  .alpha-product-buybox small {
    color: rgb(64 80 101);
    font-size: 13px;
    line-height: 1.45;
  }
  .alpha-product-detail-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.84fr) minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
  }
  .alpha-product-composition {
    min-height: 100%;
    display: grid;
    gap: 24px;
    padding: 28px;
    background: rgb(12 39 73);
  }
  .alpha-product-composition span {
    width: fit-content;
    border-radius: 999px;
    padding: 6px 12px;
    color: rgb(4 30 36);
    background: rgb(94 234 212);
    font-size: 12px;
    font-weight: 860;
  }
  .alpha-product-composition h3 {
    margin: 14px 0 10px;
    color: white;
    font-size: 30px;
    font-weight: 820;
    line-height: 1.1;
  }
  .alpha-product-composition p {
    color: rgb(206 230 237);
    line-height: 1.55;
  }
  .alpha-product-composition dl, .alpha-product-panel dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
  }
  .alpha-product-composition dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .alpha-product-composition dl div, .alpha-product-panel dl div {
    border-top: 1px solid rgb(222 231 240);
    padding-top: 12px;
  }
  .alpha-product-composition dl div {
    border-color: rgb(255 255 255 / 0.2);
  }
  .alpha-product-composition dt, .alpha-product-panel dt {
    color: rgb(11 116 141);
    font-size: 11px;
    font-weight: 840;
    text-transform: uppercase;
  }
  .alpha-product-composition dt {
    color: rgb(94 234 212);
  }
  .alpha-product-composition dd, .alpha-product-panel dd {
    margin: 4px 0 0;
    color: rgb(21 42 70);
    line-height: 1.4;
  }
  .alpha-product-composition dd {
    color: rgb(238 249 251);
  }
  .alpha-product-info-grid, .alpha-product-quality-grid {
    display: grid;
    gap: 14px;
  }
  .alpha-product-info-grid {
    grid-template-columns: 1fr;
  }
  .alpha-product-info-card {
    min-height: 168px;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    padding: 24px;
  }
  .alpha-product-info-card span {
    width: fit-content;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0 11px;
    color: rgb(12 39 73);
    background: rgb(224 242 254);
    font-size: 12px;
    font-weight: 860;
  }
  .alpha-product-info-card h3, .alpha-product-protocol h2, .alpha-product-quality article strong {
    color: rgb(12 39 73);
    line-height: 1.18;
  }
  .alpha-product-info-card h3 {
    margin: 18px 0 10px;
    font-size: 21px;
  }
  .alpha-product-info-card p, .alpha-product-protocol p, .alpha-product-quality article span {
    color: rgb(64 80 101);
    line-height: 1.6;
  }
  .alpha-product-protocol {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(340px, 1fr);
    gap: 32px;
    align-items: start;
    border-radius: 8px;
    padding: 42px;
    color: white;
    background: linear-gradient(135deg, rgb(9 22 43), rgb(48 79 43));
  }
  .alpha-product-protocol h2, .alpha-product-protocol p, .alpha-product-protocol .alpha-kicker {
    color: white;
  }
  .alpha-product-protocol-list, .alpha-product-quality-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .alpha-product-protocol-list span {
    min-height: 74px;
    display: grid;
    align-content: center;
    border: 1px solid rgb(255 255 255 / 0.2);
    border-radius: 8px;
    padding: 16px;
    color: rgb(230 248 252);
    background: rgb(255 255 255 / 0.1);
    line-height: 1.35;
  }
  .alpha-product-fit {
    display: grid;
    grid-template-columns: minmax(0, 0.74fr) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
  }
  .alpha-product-fit h2 {
    margin: 0;
    color: rgb(12 39 73);
    font-size: clamp(32px, 3.6vw, 48px);
    font-weight: 840;
    line-height: 1.08;
  }
  .alpha-product-fit > div:first-child p {
    margin-top: 18px;
  }
  .alpha-product-fit-grid {
    display: grid;
    gap: 12px;
  }
  .alpha-product-fit article {
    display: grid;
    grid-template-columns: 86px minmax(0, 0.7fr) minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 18px;
  }
  .alpha-product-fit article span {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: rgb(4 30 36);
    background: rgb(94 234 212 / 0.6);
    font-size: 12px;
    font-weight: 860;
    text-transform: uppercase;
  }
  .alpha-product-fit article strong {
    color: rgb(12 39 73);
    line-height: 1.2;
  }
  .alpha-product-fit article p {
    color: rgb(64 80 101);
    line-height: 1.5;
  }
  .alpha-product-quality-grid article {
    min-height: 150px;
    display: grid;
    align-content: end;
    padding: 22px;
  }
  .alpha-product-quality article strong {
    font-size: 18px;
  }
  .alpha-product-quality article span {
    margin-top: 8px;
  }
  .alpha-product-handoff {
    padding: 42px;
  }
  .alpha-protocol-detail-hero, .alpha-protocol-signal, .alpha-protocol-products, .alpha-protocol-decision, .alpha-protocol-review {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }
  .alpha-protocol-detail-hero {
    min-height: 560px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.54fr);
    gap: 34px;
    align-items: center;
    padding: 58px 0 42px;
  }
  .alpha-protocol-detail-copy {
    display: grid;
    gap: 22px;
  }
  .alpha-protocol-detail-hero h1 {
    max-width: 920px;
    margin: 0;
    color: rgb(9 22 43);
    font-size: clamp(40px, 5vw, 66px);
    font-weight: 840;
    line-height: 1.04;
  }
  .alpha-protocol-detail-copy > p:not(.alpha-eyebrow), .alpha-protocol-signal > div:first-child p, .alpha-protocol-products .alpha-section-heading > p:not(.alpha-kicker), .alpha-protocol-review .alpha-section-heading > p:not(.alpha-kicker) {
    max-width: 760px;
    color: rgb(64 80 101);
    font-size: 18px;
    line-height: 1.65;
  }
  .alpha-protocol-detail-panel, .alpha-protocol-signal article, .alpha-protocol-product-card, .alpha-protocol-decision article, .alpha-protocol-review article {
    border: 1px solid rgb(211 221 233);
    border-radius: 8px;
    background: rgb(255 255 255 / 0.94);
    box-shadow: 0 18px 44px rgb(10 28 55 / 0.08);
  }
  .alpha-protocol-detail-panel {
    display: grid;
    gap: 18px;
    padding: 28px;
    color: white;
    background: radial-gradient(circle at 78% 12%, rgb(94 234 212 / 0.28), transparent 34%), linear-gradient(150deg, rgb(9 22 43), rgb(20 116 110));
  }
  .alpha-protocol-detail-panel > span {
    width: fit-content;
    border: 1px solid rgb(255 255 255 / 0.24);
    border-radius: 999px;
    padding: 6px 12px;
    color: rgb(230 248 252);
    font-size: 12px;
    font-weight: 860;
    text-transform: uppercase;
  }
  .alpha-protocol-detail-panel strong {
    font-size: 34px;
    line-height: 1.08;
  }
  .alpha-protocol-detail-panel p {
    color: rgb(230 248 252);
    line-height: 1.6;
  }
  .alpha-protocol-detail-panel dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
  }
  .alpha-protocol-detail-panel dl div {
    border-top: 1px solid rgb(255 255 255 / 0.22);
    padding-top: 12px;
  }
  .alpha-protocol-detail-panel dt {
    color: rgb(94 234 212);
    font-size: 11px;
    font-weight: 860;
    text-transform: uppercase;
  }
  .alpha-protocol-detail-panel dd {
    margin: 5px 0 0;
    color: white;
    line-height: 1.35;
  }
  .alpha-protocol-signal, .alpha-protocol-decision {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
  }
  .alpha-protocol-signal h2, .alpha-protocol-decision h2 {
    margin: 0;
    color: rgb(12 39 73);
    font-size: clamp(32px, 3.6vw, 48px);
    font-weight: 840;
    line-height: 1.08;
  }
  .alpha-protocol-signal > div:first-child p, .alpha-protocol-decision > div:first-child p {
    margin-top: 18px;
  }
  .alpha-protocol-signal-grid, .alpha-protocol-decision-grid, .alpha-protocol-review-grid {
    display: grid;
    gap: 12px;
  }
  .alpha-protocol-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .alpha-protocol-signal article, .alpha-protocol-decision article, .alpha-protocol-review article {
    display: grid;
    gap: 10px;
    padding: 22px;
  }
  .alpha-protocol-signal article span, .alpha-protocol-decision article span, .alpha-protocol-review article span, .alpha-protocol-product-card > span {
    width: fit-content;
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0 11px;
    color: rgb(12 39 73);
    background: rgb(224 242 254);
    font-size: 12px;
    font-weight: 860;
  }
  .alpha-protocol-signal article strong, .alpha-protocol-decision article strong, .alpha-protocol-review article strong, .alpha-protocol-product-card h3 {
    color: rgb(12 39 73);
    font-size: 20px;
    line-height: 1.2;
  }
  .alpha-protocol-signal article p, .alpha-protocol-decision article p, .alpha-protocol-review article p, .alpha-protocol-product-card p {
    color: rgb(64 80 101);
    line-height: 1.55;
  }
  .alpha-protocol-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .alpha-protocol-product-card {
    min-height: 270px;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    gap: 12px;
    padding: 24px;
  }
  .alpha-protocol-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 8px;
  }
  .alpha-protocol-product-actions a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 0 14px;
    font-weight: 820;
    text-decoration: none;
  }
  .alpha-protocol-review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .alpha-final {
    margin-block: 54px;
    border-radius: 8px;
    padding: 54px 32px;
    text-align: center;
    background: white;
    box-shadow: 0 20px 64px rgb(10 28 55 / 0.1);
  }
  .alpha-final p {
    max-width: 720px;
    margin: 18px auto 0;
  }
  .alpha-footer {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    padding: 32px 0 48px;
    color: rgb(64 80 101);
  }
  .alpha-footer p {
    margin: 6px 0 0;
  }
  .alpha-footer nav {
    display: flex;
    gap: 18px;
    font-weight: 720;
  }
  .blazor-error-boundary {
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
    background: #b32121;
  }
  .veron-landing {
    min-height: 100svh;
    color: rgb(11 18 32);
    background: white;
  }
  .landing-wrap {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding: 0 32px;
  }
  .landing-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgb(226 232 240);
    background: rgb(255 255 255 / 0.92);
    backdrop-filter: saturate(180%) blur(20px);
  }
  .landing-nav-inner {
    min-height: 72px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
  }
  .landing-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.01em;
  }
  .landing-brand-mark {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: white;
    background: rgb(19 78 74);
    font-size: 0.9rem;
  }
  .landing-brand-mark svg {
    width: 18px;
    height: 18px;
  }
  .landing-nav-links, .landing-nav-actions, .landing-actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .landing-nav-links {
    justify-content: center;
    gap: 36px;
    color: rgb(71 85 105);
    font-size: 14.5px;
    font-weight: 500;
  }
  .landing-nav-links a:hover {
    color: rgb(11 18 32);
  }
  .landing-mobile-menu {
    display: none;
  }
  .landing-mobile-menu summary {
    list-style: none;
  }
  .landing-mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .landing-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    border-radius: 999px;
    padding: 10px 20px;
    border: 1px solid transparent;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    transition: all 0.2s;
  }
  .landing-button-large {
    padding: 14px 28px;
    font-size: 15px;
  }
  .landing-button-primary {
    color: white;
    background: rgb(19 78 74);
  }
  .landing-button-ghost {
    color: rgb(11 18 32);
    border-color: rgb(226 232 240);
    background: white;
  }
  .landing-button-light {
    color: rgb(11 18 32);
    background: white;
  }
  .landing-button-outline-light {
    color: white;
    border-color: rgb(255 255 255 / 0.28);
  }
  .landing-hero {
    padding: 88px 0 100px;
    overflow: hidden;
  }
  .landing-hero-grid, .landing-loop-grid, .landing-investor-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
    align-items: center;
    gap: 80px;
  }
  .landing-hero-copy {
    max-width: 740px;
  }
  .landing-eyebrow, .landing-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgb(19 78 74);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    text-transform: uppercase;
  }
  .landing-eyebrow {
    padding: 6px 14px;
    border-radius: 999px;
    background: rgb(236 253 245);
    margin-bottom: 24px;
  }
  .landing-eyebrow span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgb(15 118 110);
  }
  .landing-hero h1, .landing-section h2, .landing-final h2 {
    margin: 0 0 16px;
    color: rgb(11 18 32);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
  }
  .landing-hero h1 {
    max-width: 780px;
    margin: 0 0 24px;
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.025em;
  }
  .landing-hero-accent {
    background: linear-gradient(120deg, rgb(19 78 74), rgb(15 118 110));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .landing-section h2, .landing-final h2 {
    max-width: 740px;
    font-size: clamp(28px, 3.5vw, 40px);
  }
  .landing-hero p, .landing-section p, .landing-section-lead, .landing-final p {
    color: rgb(71 85 105);
    line-height: 1.65;
  }
  .landing-hero p {
    max-width: 580px;
    margin: 0;
    font-size: 19px;
    line-height: 1.55;
  }
  .landing-actions {
    flex-wrap: wrap;
    margin-top: 34px;
  }
  .landing-hero .landing-actions {
    gap: 14px;
    margin: 36px 0 48px;
  }
  .landing-meta-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0;
    color: rgb(71 85 105);
    font-size: 13.5px;
    line-height: 1.6;
  }
  .landing-meta-list div {
    min-height: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
  }
  .landing-meta-list div:nth-child(1) {
    flex: 0 0 113px;
  }
  .landing-meta-list div:nth-child(2) {
    flex: 0 0 260px;
  }
  .landing-meta-list div:nth-child(3) {
    flex: 0 0 117px;
  }
  .landing-meta-list dt {
    color: rgb(15 118 110);
    display: flex;
    flex-shrink: 0;
    font-size: 0;
  }
  .landing-meta-list dd {
    margin: 0;
    color: rgb(71 85 105);
    font-size: 13.5px;
    line-height: 1.6;
    min-width: 0;
  }
  .closed-loop-card, .landing-card, .landing-investor-card {
    border: 1px solid rgb(226 232 240);
    border-radius: 12px;
    background: white;
    box-shadow: 0 18px 60px rgb(15 23 42 / 0.08);
  }
  .landing-hub-visual {
    position: relative;
    height: 480px;
    display: grid;
    place-items: center;
  }
  .landing-svg-label {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: rgb(71 85 105);
    font-size: 0.55rem;
    line-height: 1.15;
    text-align: center;
  }
  .landing-svg-label strong, .landing-svg-label span {
    display: block;
  }
  .landing-svg-label strong {
    color: rgb(15 118 110);
    font-size: 0.7rem;
  }
  .landing-svg-label-center {
    color: rgb(94 234 212);
  }
  .landing-svg-label-center strong {
    color: white;
    font-size: 0.85rem;
  }
  .landing-trust {
    border-block: 1px solid rgb(226 232 240);
    padding: 28px 0;
    background: rgb(248 250 252);
  }
  .landing-trust-grid {
    min-height: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
  }
  .landing-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgb(71 85 105);
    font-size: 13.5px;
    font-weight: 500;
  }
  .landing-trust-item svg {
    color: rgb(15 118 110);
    flex-shrink: 0;
  }
  .landing-trust-grid span {
    color: rgb(71 85 105);
    font-size: 13.5px;
    font-weight: 500;
  }
  .landing-section {
    padding: 100px 0;
  }
  .landing-about {
    background: rgb(248 250 252);
  }
  .landing-about .landing-loop-grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
  .landing-about h2 {
    margin-bottom: 24px;
    max-width: 500px;
  }
  .landing-about p {
    max-width: 540px;
    margin: 0 0 20px;
    color: rgb(71 85 105);
    font-size: 17px;
    line-height: 1.65;
  }
  .landing-section p {
    max-width: 620px;
    margin: 20px 0 0;
  }
  .landing-about p {
    max-width: 540px;
    margin: 0 0 20px;
    font-size: 17px;
  }
  .landing-section-lead {
    max-width: 680px;
    margin: 0 0 56px;
    font-size: 18px;
  }
  .landing-check-list {
    display: grid;
    gap: 0;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
  }
  .landing-check-list li, .landing-investor-card li {
    display: flex;
    gap: 14px;
    color: rgb(30 41 59);
    line-height: 1.55;
  }
  .landing-check-list li {
    padding: 14px 0;
    border-bottom: 1px solid rgb(226 232 240);
    font-size: 15.5px;
  }
  .landing-check-list li:last-child {
    border-bottom: 0;
  }
  .landing-check-list span, .landing-investor-card li span {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: rgb(19 78 74);
    background: rgb(236 253 245);
    font-size: 0.82rem;
    font-weight: 820;
  }
  .closed-loop-card {
    padding: 32px;
    border-radius: 20px;
  }
  .closed-loop-caption {
    margin-top: 16px;
    color: rgb(148 163 184);
    font-size: 12px;
    font-weight: 500;
    text-align: center;
  }
  .closed-loop-figure {
    position: relative;
    aspect-ratio: 1;
    width: min(100%, 380px);
    min-height: 380px;
    margin: 0 auto;
  }
  .closed-loop-arcs {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .closed-loop-arcs path {
    stroke: rgb(167 243 208);
    stroke-width: 1.7;
    fill: none;
    marker-end: url(#closed-loop-arrow);
  }
  .closed-loop-arcs marker path {
    fill: rgb(94 234 212);
  }
  .closed-loop-return {
    stroke-dasharray: 3 3;
  }
  .closed-loop-node {
    position: absolute;
    display: grid;
    justify-items: center;
    z-index: 1;
  }
  .closed-loop-node-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .closed-loop-node-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .closed-loop-node-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .closed-loop-node-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .closed-loop-step {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: white;
    background: rgb(15 118 110);
    box-shadow: 0 12px 26px rgb(15 118 110 / 0.14);
  }
  .closed-loop-step b, .closed-loop-step em {
    display: block;
    font-style: normal;
    line-height: 1;
    text-align: center;
  }
  .closed-loop-step em {
    font-size: 0.68rem;
    font-weight: 760;
    text-transform: uppercase;
  }
  .closed-loop-center {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    display: grid;
    justify-items: center;
    z-index: 1;
    color: rgb(71 85 105);
    font-size: 0.88rem;
    opacity: 0.72;
  }
  .closed-loop-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
  }
  .closed-loop-details li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgb(226 232 240 / 0.82);
    border-radius: 8px;
    background: rgb(248 250 252 / 0.72);
  }
  .closed-loop-details li > span {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: rgb(19 78 74);
    background: rgb(204 251 241);
    font-size: 0.78rem;
    font-weight: 820;
  }
  .closed-loop-details strong, .closed-loop-details small {
    display: block;
  }
  .closed-loop-details strong {
    color: rgb(11 18 32);
    font-size: 0.9rem;
    line-height: 1.22;
  }
  .closed-loop-details small {
    margin-top: 4px;
    color: rgb(71 85 105);
    font-size: 0.78rem;
    line-height: 1.35;
  }
  .closed-loop-card > p {
    margin: 12px 0 0;
    color: rgb(148 163 184);
    font-size: 0.78rem;
    font-weight: 720;
    text-align: center;
  }
  .landing-card-grid, .landing-brand-grid, .landing-stats-grid {
    display: grid;
    gap: 20px;
  }
  .landing-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .landing-card {
    position: relative;
    overflow: hidden;
    padding: 28px;
    transition: all 0.3s;
  }
  .landing-card:hover {
    border-color: rgb(15 118 110);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgb(15 23 42 / 0.08);
  }
  .landing-card-muted {
    background: rgb(248 250 252);
    border-style: dashed;
  }
  .landing-badge {
    display: inline-flex;
    min-height: 0;
    align-items: center;
    border-radius: 999px;
    padding: 4px 10px;
    color: rgb(19 78 74);
    background: rgb(236 253 245);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .landing-card h3 {
    margin: 14px 0 8px;
    color: rgb(11 18 32);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.01em;
  }
  .landing-brand-card h3, .landing-investor-card h3, .landing-footer h3 {
    margin: 18px 0 0;
    color: rgb(11 18 32);
    font-size: 1.22rem;
  }
  .landing-card-subtitle {
    margin: 0 0 16px !important;
    color: rgb(148 163 184) !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
  }
  .landing-card > p:not(.landing-card-subtitle) {
    margin: 0 0 20px;
    color: rgb(71 85 105);
    font-size: 14.5px;
    line-height: 1.55;
  }
  .landing-brand-tagline {
    color: rgb(94 234 212) !important;
    font-weight: 500;
  }
  .landing-card-meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 0;
    padding-top: 16px;
    border-top: 1px solid rgb(226 232 240);
  }
  .landing-card-meta span {
    border-radius: 0;
    padding: 0;
    color: rgb(148 163 184);
    background: transparent;
    font-size: 12px;
    font-weight: 500;
  }
  .landing-brands, .landing-investors, .landing-footer {
    color: white;
    background: rgb(11 18 32);
  }
  .landing-brands h2, .landing-brands .landing-section-lead, .landing-investors h2, .landing-investors p, .landing-footer p {
    color: white;
  }
  .landing-brands .landing-section-label {
    color: rgb(94 234 212);
  }
  .landing-brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .landing-brand-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid rgb(255 255 255 / 0.08);
    border-radius: 12px;
    padding: 32px;
    background: rgb(255 255 255 / 0.03);
  }
  .landing-brand-card h3 {
    color: white;
  }
  .landing-brand-card p {
    color: rgb(148 163 184);
    font-size: 14.5px;
    line-height: 1.55;
  }
  .landing-brand-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 4px;
  }
  .landing-brand-tags span {
    border-radius: 999px;
    padding: 4px 10px;
    color: rgb(148 163 184);
    background: rgb(255 255 255 / 0.05);
    border: 1px solid rgb(255 255 255 / 0.08);
    font-size: 11.5px;
    font-weight: 500;
  }
  .landing-brand-card a {
    display: inline-flex;
    margin-top: auto;
    padding-top: 12px;
    color: rgb(94 234 212);
    font-size: 14px;
    font-weight: 600;
  }
  .landing-stats {
    color: rgb(11 18 32);
    background: rgb(236 253 245);
  }
  .landing-stats h2 {
    color: rgb(11 18 32);
  }
  .landing-stats .landing-section-label {
    color: rgb(19 78 74);
  }
  .landing-stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    margin-top: 16px;
  }
  .landing-stats-grid div {
    min-height: 0;
    display: grid;
    align-content: start;
    gap: 10px;
    border-radius: 0;
    padding: 0;
    background: transparent;
  }
  .landing-stats-grid strong {
    display: block;
    color: rgb(19 78 74);
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.025em;
  }
  .landing-stats-grid span {
    display: block;
    max-width: 18rem;
    color: rgb(30 41 59);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
  }
  .landing-investor-grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
  }
  .landing-investors .landing-section-label {
    color: rgb(94 234 212);
  }
  .landing-investor-copy h2 {
    color: white;
    max-width: 740px;
    margin-bottom: 16px;
    font-size: clamp(28px, 3.5vw, 40px);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.02em;
  }
  .landing-investor-copy p {
    max-width: 650px;
    color: rgb(148 163 184);
    font-size: 18px;
    line-height: 1.6;
  }
  .landing-investor-actions {
    gap: 14px;
    margin-top: 36px;
  }
  .landing-investor-actions .landing-button {
    min-width: 0;
  }
  .landing-investor-card {
    border: 1px solid rgb(255 255 255 / 0.08);
    border-radius: 20px;
    padding: 36px;
    background: rgb(255 255 255 / 0.04);
  }
  .landing-investor-card h3 {
    color: white;
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 700;
  }
  .landing-investor-card p {
    margin: 0 0 24px;
    color: rgb(148 163 184);
    font-size: 15px;
    line-height: 1.6;
  }
  .landing-investor-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .landing-investor-card li {
    padding: 10px 0;
    border-bottom: 1px solid rgb(255 255 255 / 0.06);
    color: rgb(148 163 184);
    font-size: 14.5px;
    line-height: 1.6;
  }
  .landing-investor-card li:last-child {
    border-bottom: 0;
  }
  .landing-investor-card li span {
    width: auto;
    height: auto;
    margin-top: 2px;
    color: rgb(94 234 212);
    background: transparent;
    font-size: 1rem;
  }
  .wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
  }
  .partner {
    padding: 100px 0;
    background: var(--bg-soft, #F8FAFC);
  }
  .partner-head {
    max-width: 700px;
    margin-bottom: 56px;
  }
  .partner-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: var(--teal-deep, #134E4A);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
  }
  .partner-title {
    font-size: clamp(28px, 3.5vw, 40px);
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--ink, #0B1220);
    margin-bottom: 16px;
  }
  .partner-lead {
    font-size: 18px;
    color: var(--slate, #475569);
  }
  .partner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .partner-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: #fff;
    border: 1px solid var(--line, #E2E8F0);
    border-radius: var(--radius, 12px);
    padding: 32px;
    transition: all 0.3s;
  }
  .partner-card:hover {
    border-color: var(--teal, #0F766E);
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg, 0 12px 40px rgba(15,23,42,0.08));
  }
  .partner-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--teal-bg, #ECFDF5);
    display: grid;
    place-items: center;
    color: var(--teal-deep, #134E4A);
  }
  .partner-icon svg {
    width: 24px;
    height: 24px;
  }
  .partner-role {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--teal, #0F766E);
  }
  .partner-card h3 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--ink, #0B1220);
    margin-top: -6px;
  }
  .partner-card p {
    font-size: 14.5px;
    color: var(--slate, #475569);
    line-height: 1.55;
    flex: 1;
  }
  .partner-link {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--teal-deep, #134E4A);
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  .partner-link svg {
    transition: transform 0.2s;
  }
  .partner-card:hover .partner-link svg {
    transform: translateX(4px);
  }
  .landing-final {
    text-align: center;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(248 250 252) 0%, rgb(236 253 245) 100%);
  }
  .landing-final h2 {
    max-width: 720px;
    font-size: clamp(32px, 4vw, 48px);
  }
  .landing-final p {
    max-width: 580px;
    margin: 0 auto 36px;
    color: rgb(71 85 105);
    font-size: 18px;
    line-height: 1.6;
  }
  .landing-final h2, .landing-final p {
    margin-inline: auto;
  }
  .landing-centered-actions {
    justify-content: center;
  }
  .landing-footer {
    padding: 72px 0 32px;
    font-size: 14px;
  }
  .landing-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, minmax(0, 1fr));
    gap: 48px;
    margin-bottom: 56px;
  }
  .landing-footer h3 {
    color: white;
    margin: 0 0 16px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .landing-footer a, .landing-footer span {
    display: block;
    margin-top: 10px;
    color: rgb(148 163 184);
    font-size: 13.5px;
  }
  .landing-footer .landing-brand {
    display: flex;
    margin-bottom: 16px;
    color: white;
  }
  .landing-footer .landing-brand span {
    margin-top: 0;
    color: white;
    font-size: inherit;
  }
  .landing-footer .landing-brand .landing-brand-mark {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    font-size: 0.9rem;
  }
  .landing-footer .landing-brand .landing-brand-mark svg {
    display: block;
    width: 18px;
    height: 18px;
  }
  .landing-footer p {
    margin-top: 0;
    max-width: 320px;
    color: rgb(148 163 184);
    font-size: 13.5px;
    line-height: 1.6;
  }
  .landing-disclaimer {
    margin-top: 20px;
    max-width: none !important;
    border: 0;
    border-radius: 8px;
    padding: 16px;
    color: rgb(148 163 184) !important;
    background: rgb(255 255 255 / 0.03);
    font-size: 12px !important;
  }
  .landing-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 0;
    padding-top: 24px;
    border-top: 1px solid rgb(255 255 255 / 0.08);
    color: rgb(148 163 184);
    font-size: 12.5px;
  }
  @media (min-width: 821px) and (max-width: 960px) {
    .partner-grid {
      grid-template-columns: 1fr;
    }
    .partner {
      padding: 72px 0;
    }
    .landing-investor-grid {
      grid-template-columns: 1fr;
      gap: 48px;
    }
    .landing-footer-grid {
      grid-template-columns: 1fr 1fr;
      gap: 32px;
    }
  }
  @media (max-width: 820px) {
    .site-header {
      min-height: 0;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 12px;
      padding: 12px 0 10px;
    }
    .brand-lockup {
      grid-column: 1;
      grid-row: 1;
      min-width: 0;
    }
    .brand-lockup span {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .site-nav {
      grid-column: 1 / -1;
      grid-row: 2;
      width: 100%;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 8px;
    }
    .site-nav a {
      flex: 1 1 0;
      justify-content: center;
      min-height: 34px;
      padding: 0 10px;
      white-space: nowrap;
    }
    .header-actions {
      grid-column: 2;
      grid-row: 1;
      min-width: 0;
      justify-content: flex-end;
    }
    .header-actions > .language-nav {
      display: none;
    }
    .account-entry {
      min-width: 44px;
      max-width: 144px;
      min-height: 40px;
      padding-inline: 12px;
    }
    .account-entry-text {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .account-menu {
      right: 0;
      width: min(300px, calc(100vw - 32px));
    }
    .account-menu-language {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 6px;
      border-bottom: 1px solid rgb(var(--veron-color-border));
      margin-bottom: 4px;
      padding-bottom: 8px;
    }
    .hero-band, .public-route-band, .commerce-band, .portal-band {
      min-height: auto;
      grid-template-columns: 1fr;
      gap: 22px;
      padding: 16px 0 24px;
    }
    .checkout-workspace, .cart-workspace {
      min-height: auto;
      align-items: start;
    }
    .checkout-copy, .cart-copy {
      max-height: none;
      align-self: start;
      justify-content: start;
      padding: 0;
    }
    .checkout-copy h1, .cart-copy h1 {
      font-size: clamp(2rem, 10vw, 3rem);
      line-height: 1;
    }
    .checkout-copy .hero-subtitle, .cart-copy .hero-subtitle {
      margin-top: 10px;
      font-size: 0.96rem;
      line-height: 1.45;
    }
    .checkout-copy .hero-actions, .cart-copy .hero-actions {
      margin-top: 14px;
    }
    .checkout-copy .button, .cart-copy .button {
      min-height: 42px;
      padding-inline: 14px;
    }
    .checkout-copy .commerce-brand-context, .cart-copy .commerce-brand-context {
      margin-top: 14px;
      padding: 10px 12px;
    }
    .checkout-form-panel, .cart-workspace .cart-panel {
      max-height: none;
      overflow: visible;
    }
    .checkout-panel-scroll, .cart-panel-scroll {
      overflow: visible;
      padding-right: 0;
    }
    .commerce-panel-head {
      margin-bottom: 12px;
    }
    .commerce-panel-eyebrow {
      font-size: 0.72rem;
    }
    .checkout-panel h2 {
      font-size: 1.15rem;
    }
    .signal-panel, .route-signal-panel, .checkout-panel, .portal-panel {
      min-height: auto;
      padding: 18px;
    }
    .portal-status-grid {
      grid-template-columns: 1fr;
    }
    .commerce-assurance-grid, .checkout-progress {
      grid-template-columns: 1fr;
    }
    .cart-line {
      grid-template-columns: 1fr;
      grid-template-areas: "copy" "pricing" "quantity" "actions";
      align-items: stretch;
    }
    .cart-line-total {
      text-align: left;
    }
    .cart-line-pricing, .cart-line-actions {
      justify-items: start;
      text-align: left;
    }
    .checkout-line {
      grid-template-columns: 1fr;
      grid-template-areas: "copy" "total";
      gap: 12px;
      min-height: 0;
    }
    .checkout-line-total {
      justify-items: start;
      min-width: 0;
      text-align: left;
    }
    .cart-total, .cart-summary-row, .checkout-summary {
      align-items: flex-start;
    }
    .cart-summary-row {
      flex-direction: column;
      gap: 4px;
    }
    .landing-wrap {
      width: min(100% - 32px, 1200px);
    }
    .wrap {
      padding: 0 20px;
    }
    .partner-grid {
      grid-template-columns: 1fr;
    }
    .partner {
      padding: 72px 0;
    }
    .landing-nav-inner, .landing-hero-grid, .landing-loop-grid, .landing-about .landing-loop-grid, .landing-investor-grid, .landing-card-grid, .landing-brand-grid, .landing-stats-grid, .landing-footer-grid, .landing-trust-grid, .landing-meta-list {
      grid-template-columns: 1fr;
    }
    .landing-nav-inner {
      padding: 18px 0;
    }
    .landing-nav-links, .landing-nav-actions {
      justify-content: start;
      flex-wrap: wrap;
      gap: 10px;
    }
    .landing-hero, .landing-section {
      padding: 56px 0;
    }
    .landing-hero h1 {
      font-size: 3rem;
    }
    .landing-section h2, .landing-final h2 {
      font-size: 2rem;
    }
    .landing-hub-visual, .closed-loop-card, .landing-card, .landing-brand-card, .landing-investor-card {
      padding: 20px;
    }
    .closed-loop-figure {
      width: min(100%, 300px);
      min-height: 300px;
    }
    .closed-loop-step {
      width: 68px;
      height: 68px;
    }
    .closed-loop-step em {
      font-size: 0.62rem;
    }
    .closed-loop-details {
      grid-template-columns: 1fr;
    }
    .closed-loop-details li {
      padding: 12px 0;
      border-width: 0 0 1px;
      border-radius: 0;
      background: transparent;
    }
    .landing-footer-bottom {
      display: grid;
    }
  }
  @media (max-width: 960px) {
    .alpha-nav {
      grid-template-columns: 1fr auto;
      padding: 12px 20px;
    }
    .alpha-nav-links {
      display: none;
    }
    .alpha-nav-actions {
      gap: 8px;
    }
    .brand-signup-cta {
      max-width: 132px;
      padding-inline: 10px;
      font-size: 11px;
    }
    .alpha-mobile-menu {
      display: block;
    }
    .alpha-nav-actions > .alpha-shop-link {
      display: none;
    }
    .alpha-hero, .alpha-shop, .alpha-shop-hero, .alpha-shop-quality, .alpha-consultation-hero, .alpha-consultation-fit, .booking-scheduler, .alpha-product-hero, .alpha-product-protocol, .alpha-product-detail-grid, .alpha-product-fit, .alpha-protocol-detail-hero, .alpha-protocol-signal, .alpha-protocol-decision {
      grid-template-columns: 1fr;
    }
    .alpha-legal-layout {
      grid-template-columns: 1fr;
    }
    .alpha-legal-aside {
      position: static;
    }
    .alpha-hero {
      min-height: auto;
      padding: 56px 0;
    }
    .alpha-feature-grid, .alpha-care-grid, .alpha-hub-grid, .alpha-protocol-grid, .alpha-shop-product-grid, .alpha-shop-category-grid, .alpha-consultation-grid, .alpha-consultation-fit-list, .alpha-product-info-grid, .alpha-product-protocol-list, .alpha-product-quality-grid, .alpha-product-fit-grid, .alpha-protocol-signal-grid, .alpha-protocol-product-grid, .alpha-protocol-review-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .alpha-product-fit article {
      grid-template-columns: 72px minmax(0, 1fr);
    }
    .alpha-product-fit article p {
      grid-column: 2;
    }
    .landing-wrap {
      width: 100%;
      max-width: 1200px;
      padding: 0 32px;
    }
    .landing-nav-links, .landing-nav-actions {
      display: none;
    }
    .landing-nav-inner {
      position: relative;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 12px;
      min-height: 58px;
      padding: 8px 0;
    }
    .landing-brand {
      min-width: 0;
      font-size: 18px;
    }
    .landing-mobile-menu {
      display: block;
      justify-self: end;
    }
    .landing-mobile-menu summary {
      width: 40px;
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      float: right;
      border: 1px solid rgb(226 232 240);
      border-radius: 999px;
      padding: 0;
      color: rgb(11 18 32);
      background: white;
      cursor: pointer;
    }
    .landing-mobile-menu summary svg {
      width: 18px;
      height: 18px;
      color: rgb(19 78 74);
    }
    .landing-mobile-panel {
      position: absolute;
      top: calc(100% + 1px);
      left: 0;
      right: 0;
      z-index: 25;
      clear: both;
      display: grid;
      gap: 8px;
      background: white;
      border: 1px solid rgb(226 232 240);
      border-radius: 8px;
      box-shadow: 0 18px 40px rgb(15 23 42 / 0.12);
      padding: 12px;
    }
    .landing-mobile-nav-links, .landing-mobile-nav-actions {
      display: grid;
      gap: 8px;
    }
    .landing-mobile-nav-links a {
      display: flex;
      align-items: center;
      min-height: 38px;
      border-radius: 8px;
      padding: 8px 10px;
      color: rgb(71 85 105);
      font-size: 14.5px;
      font-weight: 650;
    }
    .landing-mobile-nav-links a:hover {
      color: rgb(11 18 32);
      background: rgb(248 250 252);
    }
    .landing-mobile-nav-actions {
      grid-template-columns: 1fr 1fr;
      margin-top: 4px;
    }
    .landing-mobile-nav-actions .landing-button {
      width: 100%;
      min-height: 40px;
      padding: 10px 12px;
      font-size: 14px;
    }
    .landing-hero-grid, .landing-loop-grid, .landing-about .landing-loop-grid, .landing-investor-grid {
      grid-template-columns: 1fr;
      gap: 48px;
    }
    .landing-hub-visual {
      height: auto;
      min-height: 320px;
      padding: 0;
    }
    .landing-card-grid, .landing-stats-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .landing-brand-grid {
      grid-template-columns: 1fr;
    }
    .landing-footer-grid {
      grid-template-columns: 1fr 1fr;
      gap: 32px;
    }
    .landing-section {
      padding: 72px 0;
    }
    .landing-hero {
      padding: 56px 0 72px;
    }
    .landing-about h2 {
      max-width: 740px;
    }
    .landing-trust-grid {
      justify-content: flex-start;
    }
    .closed-loop-card {
      padding: 32px;
    }
  }
  @media (max-width: 580px) {
    .alpha-nav {
      gap: 8px;
      padding-inline: 12px;
    }
    .alpha-brand {
      min-width: 0;
      gap: 6px;
      font-size: 14px;
    }
    .alpha-brand-mark {
      width: 26px;
      height: 26px;
      flex: 0 0 auto;
      font-size: 10px;
    }
    .alpha-nav-actions, .brand-customer-actions {
      gap: 4px;
    }
    .alpha-mobile-menu summary {
      width: 34px;
      padding: 0;
      font-size: 0;
    }
    .alpha-mobile-menu summary::before {
      content: "";
      width: 14px;
      height: 2px;
      background: currentColor;
      box-shadow: 0 -5px 0 currentColor, 0 5px 0 currentColor;
    }
    .brand-signup-cta {
      max-width: 104px;
      padding-inline: 8px;
      font-size: 10px;
    }
    .alpha-hero, .alpha-section, .alpha-hub-hero, .alpha-final, .alpha-shop-hero, .alpha-shop-products, .alpha-shop-quality, .alpha-shop-handoff, .alpha-consultation-hero, .alpha-consultation-steps, .alpha-consultation-fit, .alpha-consultation-booking, .alpha-consultation-handoff, .alpha-product-hero, .alpha-product-overview, .alpha-product-protocol, .alpha-product-fit, .alpha-product-quality, .alpha-product-handoff, .alpha-protocol-detail-hero, .alpha-protocol-signal, .alpha-protocol-products, .alpha-protocol-decision, .alpha-protocol-review, .alpha-footer {
      width: min(100% - 28px, 1180px);
    }
    .alpha-hero h1, .alpha-consultation-hero h1, .alpha-product-hero h1, .alpha-protocol-detail-hero h1 {
      font-size: 42px;
    }
    .alpha-section h2, .alpha-final h2 {
      font-size: 30px;
    }
    .alpha-feature-grid, .alpha-care-grid, .alpha-protocol-grid, .alpha-hub-grid, .alpha-quality-grid, .alpha-shop-product-grid, .alpha-shop-category-grid, .alpha-shop-quality-grid, .alpha-consultation-grid, .alpha-consultation-fit-list, .alpha-product-info-grid, .alpha-product-protocol-list, .alpha-product-quality-grid, .alpha-product-fit-grid, .alpha-protocol-signal-grid, .alpha-protocol-product-grid, .alpha-protocol-decision-grid, .alpha-protocol-review-grid, .alpha-product-composition dl, .alpha-product-panel dl, .alpha-protocol-detail-panel dl, .alpha-footer {
      grid-template-columns: 1fr;
    }
    .alpha-product-fit article {
      grid-template-columns: 1fr;
    }
    .alpha-product-fit article p {
      grid-column: auto;
    }
    .alpha-protocols, .alpha-shop, .alpha-shop-quality, .alpha-shop-handoff, .alpha-consultation-fit, .booking-scheduler, .alpha-consultation-handoff, .alpha-product-protocol, .alpha-product-fit, .alpha-product-handoff, .alpha-protocol-detail-panel, .alpha-protocol-signal, .alpha-protocol-decision, .alpha-final {
      padding: 28px 18px;
    }
    .booking-date-grid, .booking-product-grid, .booking-slot-grid {
      grid-template-columns: 1fr;
    }
    .booking-product-choice {
      grid-template-columns: 1fr;
    }
    .booking-product-choice small {
      justify-self: start;
    }
    .alpha-footer nav {
      flex-wrap: wrap;
    }
    .landing-wrap {
      padding: 0 20px;
    }
    .landing-card-grid, .landing-stats-grid, .landing-footer-grid {
      grid-template-columns: 1fr;
    }
    .landing-meta-list {
      flex-direction: column;
      gap: 12px;
    }
    .landing-meta-list div:nth-child(1), .landing-meta-list div:nth-child(2), .landing-meta-list div:nth-child(3) {
      flex: 0 0 auto;
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-duration: initial;
      --tw-ease: initial;
    }
  }
}
