/*! tailwindcss v4.2.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-200: oklch(88.5% 0.062 18.334);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-yellow-400: oklch(85.2% 0.199 91.936);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-7xl: 80rem;
    --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-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .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;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: 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;
  }
  .table {
    display: table;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .min-h-\[44px\] {
    min-height: 44px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .min-w-\[44px\] {
    min-width: 44px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .translate-y-full {
    --tw-translate-y: 100%;
    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,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize-y {
    resize: vertical;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .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-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-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-8 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-gray-800 {
    border-color: var(--color-gray-800);
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }
  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-blue-600 {
    --tw-gradient-from: var(--color-blue-600);
    --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-blue-800 {
    --tw-gradient-to: var(--color-blue-800);
    --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));
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .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-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--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));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-blue-100 {
    color: var(--color-blue-100);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-400 {
    color: var(--color-yellow-400);
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-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-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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .group-open\:rotate-180 {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      rotate: 180deg;
    }
  }
  .hover\:bg-blue-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-50);
      }
    }
  }
  .hover\:bg-blue-700 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-700);
      }
    }
  }
  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-50);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-900);
      }
    }
  }
  .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);
      }
    }
  }
  .focus\:not-sr-only {
    &:focus {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip-path: none;
      white-space: normal;
    }
  }
  .focus\:absolute {
    &:focus {
      position: absolute;
    }
  }
  .focus\:top-4 {
    &:focus {
      top: calc(var(--spacing) * 4);
    }
  }
  .focus\:left-4 {
    &:focus {
      left: calc(var(--spacing) * 4);
    }
  }
  .focus\:border-blue-500 {
    &:focus {
      border-color: var(--color-blue-500);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
    }
  }
  .focus\:ring-blue-500 {
    &:focus {
      --tw-ring-color: var(--color-blue-500);
    }
  }
  .focus\:ring-offset-2 {
    &:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-left {
    @media (width >= 40rem) {
      text-align: left;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:py-24 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-8xl {
    @media (width >= 48rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-lg {
    @media (width >= 64rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
}
@font-face {
  font-family: 'Satoshi';
  src: url('/assets/fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/assets/fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/assets/fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('/assets/fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --white: #FAFAF8;
  --surface: #F5F3EF;
  --surface-deep: #EDEAE4;
  --accent: #C8964E;
  --accent-glow: rgba(200, 150, 78, 0.15);
  --accent-light: #E8D5B5;
  --accent-hover: #B3843F;
  --text: #1A1A18;
  --text-secondary: #4A4A44;
  --text-tertiary: #9B9B93;
  --dark: #0F0F0E;
  --dark-surface: #1A1A18;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
}
body {
  font-family: 'Satoshi', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
::selection {
  background: var(--accent-glow);
  color: var(--text);
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 0 40px;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
nav:not([data-transparent]) {
  background: rgba(250, 250, 248, 0.9);
  backdrop-filter: blur(30px) saturate(180%);
  -webkit-backdrop-filter: blur(30px) saturate(180%);
}
nav.scrolled {
  background: rgba(250, 250, 248, 0.9);
  backdrop-filter: blur(30px) saturate(180%);
  -webkit-backdrop-filter: blur(30px) saturate(180%);
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.nav-logo:hover {
  opacity: 0.6;
}
.nav-logo svg {
  height: 22px;
  width: auto;
}
.logo-text {
  transition: fill 0.5s ease;
}
nav[data-transparent]:not(.scrolled) .logo-text {
  fill: rgba(250, 250, 248, 0.9);
}
nav[data-transparent]:not(.scrolled) .nav-links a {
  color: rgba(250, 250, 248, 0.45);
}
nav[data-transparent]:not(.scrolled) .nav-links a:hover {
  color: rgba(250, 250, 248, 0.9);
}
nav[data-transparent]:not(.scrolled) .nav-cta-link {
  color: var(--accent) !important;
}
nav[data-transparent]:not(.scrolled) .nav-toggle span {
  background: var(--white);
}
.nav-links {
  display: flex;
  gap: 40px;
  list-style: none;
  align-items: center;
}
.nav-links a {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.3s ease;
}
.nav-links a:hover {
  color: var(--text);
}
.nav-cta-link {
  color: var(--accent) !important;
}
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  position: relative;
  width: 32px;
  height: 32px;
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 1px;
  background: var(--text);
  position: absolute;
  left: 6px;
  transition: 0.3s;
}
.nav-toggle span:nth-child(1) {
  top: 10px;
}
.nav-toggle span:nth-child(2) {
  top: 16px;
}
.nav-toggle span:nth-child(3) {
  top: 22px;
}
.section {
  padding: 120px 40px;
}
.container {
  max-width: 1120px;
  margin: 0 auto;
}
.section-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.section-heading {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 200;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 20px;
}
.section-desc {
  font-size: 17px;
  font-weight: 300;
  color: var(--text-secondary);
  max-width: 520px;
  line-height: 1.7;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--accent);
  color: var(--dark);
  font-family: 'Satoshi', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 16px 36px;
  border-radius: 60px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-primary:hover {
  background: #D4A565;
  transform: translateY(-1px);
  box-shadow: 0 8px 40px rgba(200, 150, 78, 0.3);
}
.btn-primary-white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--accent);
  color: #fff;
  font-family: 'Satoshi', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 16px 36px;
  border-radius: 60px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-primary-white:hover {
  background: #B3843F;
  transform: translateY(-1px);
  box-shadow: 0 8px 40px rgba(200, 150, 78, 0.25);
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: rgba(250, 250, 248, 0.5);
  font-family: 'Satoshi', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 16px 36px;
  border-radius: 60px;
  text-decoration: none;
  border: 1px solid rgba(250, 250, 248, 0.12);
  transition: all 0.3s ease;
}
.btn-ghost:hover {
  border-color: rgba(250, 250, 248, 0.3);
  color: rgba(250, 250, 248, 0.8);
}
.page-header {
  padding: 160px 40px 80px;
  max-width: 800px;
  margin: 0 auto;
}
.page-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.page-header h1 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 200;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 24px;
}
.page-header p {
  font-size: 18px;
  font-weight: 300;
  color: var(--text-secondary);
  max-width: 560px;
  line-height: 1.7;
}
.page-header.centered {
  text-align: center;
}
.page-header.centered p {
  margin: 0 auto;
}
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 {
  transition-delay: 0.1s;
}
.reveal-delay-2 {
  transition-delay: 0.2s;
}
.reveal-delay-3 {
  transition-delay: 0.3s;
}
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px;
  position: relative;
  background: var(--dark);
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/assets/images/hero.png');
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}
.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 40%, rgba(200, 150, 78, 0.08) 0%, transparent 70%), linear-gradient(to bottom, rgba(15, 15, 14, 0.4) 0%, rgba(15, 15, 14, 0.7) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
}
.hero h1 {
  font-size: clamp(28px, 4.5vw, 56px);
  font-weight: 200;
  letter-spacing: -0.04em;
  line-height: 1.15;
  max-width: 900px;
  color: var(--white);
  margin-bottom: 32px;
  opacity: 0;
  transform: translateY(30px);
  animation: hero-in 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
}
.hero-tagline {
  font-size: clamp(16px, 2vw, 21px);
  font-weight: 300;
  color: rgba(250, 250, 248, 0.45);
  letter-spacing: 0.02em;
  line-height: 1.6;
  max-width: 480px;
  margin: 0 auto 56px;
  opacity: 0;
  transform: translateY(20px);
  animation: hero-in 1s cubic-bezier(0.16, 1, 0.3, 1) 0.6s forwards;
}
.hero-cta-group {
  display: flex;
  gap: 16px;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  animation: hero-in 1s cubic-bezier(0.16, 1, 0.3, 1) 0.9s forwards;
}
.hero-scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  opacity: 0;
  animation: hero-in 1s cubic-bezier(0.16, 1, 0.3, 1) 1.4s forwards;
}
.hero-scroll span {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250, 250, 248, 0.2);
}
.scroll-line {
  width: 1px;
  height: 48px;
  position: relative;
  overflow: hidden;
}
.scroll-line::after {
  content: '';
  position: absolute;
  top: -48px;
  left: 0;
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, transparent, var(--accent));
  animation: scroll-pulse 2s ease-in-out infinite;
}
@keyframes scroll-pulse {
  0% {
    top: -48px;
  }
  100% {
    top: 48px;
  }
}
@keyframes hero-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.statement {
  padding: 160px 40px;
  text-align: center;
  background: var(--white);
}
.statement-text {
  font-size: clamp(24px, 3.5vw, 42px);
  font-weight: 200;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--text);
  max-width: 880px;
  margin: 0 auto;
}
.statement-body {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 300;
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 640px;
  margin: 32px auto 0;
}
.statement-body em {
  font-style: normal;
  color: var(--accent);
}
.crisis {
  background: var(--dark);
  color: var(--white);
}
.crisis .section-desc {
  color: rgba(250, 250, 248, 0.6);
}
.crisis-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 80px;
  background: rgba(250, 250, 248, 0.06);
  border-radius: 16px;
  overflow: hidden;
}
.crisis-stat {
  padding: 56px 40px;
  background: var(--dark);
  text-align: center;
}
.crisis-stat-number {
  font-size: 64px;
  font-weight: 200;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 4px;
}
.crisis-stat-unit {
  font-size: 32px;
  font-weight: 200;
}
.crisis-stat-label {
  font-size: 14px;
  font-weight: 400;
  color: rgba(250, 250, 248, 0.6);
  line-height: 1.5;
  margin-top: 12px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.crisis-stat-source {
  font-size: 11px;
  color: rgba(250, 250, 248, 0.15);
  margin-top: 8px;
}
.approach {
  background: var(--surface);
}
.approach-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
}
.approach-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.approach-card {
  background: var(--white);
  border-radius: 20px;
  padding: 0;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.approach-card-image {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
.approach-card-body {
  padding: 32px 36px 40px;
}
.approach-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.approach-card:hover {
  transform: translateY(-4px);
}
.approach-card:hover::before {
  opacity: 1;
}
.approach-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: var(--accent-glow);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
.approach-icon svg {
  width: 26px;
  height: 26px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.approach-card h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.approach-card p {
  font-size: 15px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.7;
}
.philosophy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 80vh;
}
.philosophy-text {
  padding: 120px 80px 120px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 640px;
  margin-left: auto;
}
.philosophy-visual {
  background: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-image: url('/assets/images/image2.png');
  background-size: cover;
  background-position: center;
}
.philosophy-visual::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 15, 14, 0.45);
}
.philosophy-quote {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 40px;
}
.philosophy-quote blockquote {
  font-size: 24px;
  font-weight: 200;
  color: rgba(250, 250, 248, 0.95);
  line-height: 1.5;
  font-style: italic;
  max-width: 360px;
}
.philosophy-quote cite {
  display: block;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  color: rgba(250, 250, 248, 0.55);
  letter-spacing: 0.04em;
}
.philosophy-text h2 {
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 200;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.philosophy-text p {
  font-size: 16px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 16px;
}
.trust {
  padding: 80px 40px;
  background: var(--white);
  border-top: 1px solid var(--surface-deep);
  border-bottom: 1px solid var(--surface-deep);
}
.trust-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.trust-item {
  text-align: center;
}
.trust-item h4 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.trust-item p {
  font-size: 14px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.5;
}
.roadmap {
  background: var(--surface);
}
.roadmap-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 80px;
  position: relative;
}
.roadmap-track::before {
  content: '';
  position: absolute;
  top: 32px;
  left: 60px;
  right: 60px;
  height: 1px;
  background: var(--accent-light);
}
.roadmap-phase {
  text-align: center;
  position: relative;
  padding: 0 20px;
}
.roadmap-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid var(--accent-light);
  background: var(--surface);
  margin: 24px auto 32px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.roadmap-dot.active {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 0 6px var(--accent-glow);
}
.roadmap-phase-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--text-tertiary);
}
.roadmap-phase h3 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.roadmap-phase p {
  font-size: 14px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.6;
  max-width: 280px;
  margin: 0 auto;
}
.roadmap-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-top: 16px;
}
.badge-live {
  background: var(--accent);
  color: var(--dark);
}
.badge-soon {
  background: var(--surface-deep);
  color: var(--text-tertiary);
}
.press {
  background: var(--dark);
  color: var(--white);
}
.press .section-desc {
  color: rgba(250, 250, 248, 0.6);
}
.press-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 64px;
}
.press-card {
  background: var(--dark-surface);
  border: 1px solid rgba(250, 250, 248, 0.06);
  border-radius: 16px;
  padding: 36px;
  text-decoration: none;
  color: var(--white);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.press-card:hover {
  border-color: rgba(200, 150, 78, 0.2);
  transform: translateY(-2px);
}
.press-date {
  font-size: 12px;
  font-weight: 400;
  color: rgba(250, 250, 248, 0.2);
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
.press-card h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.press-card p {
  font-size: 14px;
  font-weight: 300;
  color: rgba(250, 250, 248, 0.55);
  line-height: 1.6;
}
.press-read {
  display: inline-block;
  margin-top: 16px;
  font-size: 13px;
  font-weight: 400;
  color: var(--accent);
  letter-spacing: 0.02em;
}
.cta-final {
  padding: 200px 40px;
  text-align: center;
  background: var(--white);
  position: relative;
}
.cta-final::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);
  pointer-events: none;
}
.cta-final-content {
  position: relative;
  z-index: 1;
}
.cta-final h2 {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 200;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 20px;
}
.cta-final p {
  font-size: 17px;
  font-weight: 300;
  color: var(--text-secondary);
  max-width: 440px;
  margin: 0 auto 40px;
  line-height: 1.7;
}
.cta-final .btn-primary {
  background: var(--dark);
  color: var(--white);
}
.cta-final .btn-primary:hover {
  background: var(--text);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.15);
}
footer {
  background: var(--dark);
  color: rgba(250, 250, 248, 0.6);
  padding: 80px 40px 40px;
}
.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
.footer-brand {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.18em;
  color: rgba(250, 250, 248, 0.7);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-brand-desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(250, 250, 248, 0.5);
}
.footer-col h4 {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250, 250, 248, 0.45);
  margin-bottom: 20px;
}
.footer-col ul {
  list-style: none;
}
.footer-col li {
  margin-bottom: 12px;
}
.footer-col a {
  font-size: 14px;
  font-weight: 300;
  color: rgba(250, 250, 248, 0.55);
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-col a:hover {
  color: rgba(250, 250, 248, 0.7);
}
.footer-bottom {
  padding-top: 40px;
  border-top: 1px solid rgba(250, 250, 248, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-disclaimer {
  font-size: 11px;
  color: rgba(250, 250, 248, 0.4);
  line-height: 1.7;
  max-width: 500px;
  font-style: italic;
}
.footer-copyright {
  font-size: 11px;
  color: rgba(250, 250, 248, 0.4);
}
.footer-simple {
  background: var(--dark);
  color: rgba(250, 250, 248, 0.6);
  padding: 60px 40px 40px;
}
.footer-simple .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-brand-text {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: rgba(250, 250, 248, 0.5);
}
.story {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 40px 80px;
}
.story p {
  font-size: 17px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.85;
  margin-bottom: 24px;
}
.story-link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.story-link:hover {
  border-bottom-color: var(--accent);
}
.stats {
  background: var(--dark);
  padding: 80px 40px;
}
.stats-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.stat {
  text-align: center;
}
.stat-number {
  font-size: 48px;
  font-weight: 200;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  font-size: 13px;
  font-weight: 400;
  color: rgba(250, 250, 248, 0.5);
  letter-spacing: 0.02em;
}
.timeline {
  max-width: 720px;
  margin: 0 auto;
  padding: 80px 40px;
}
.timeline h2 {
  font-size: 28px;
  font-weight: 200;
  letter-spacing: -0.01em;
  margin-bottom: 48px;
}
.timeline-item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--surface-deep);
}
.timeline-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.timeline-year {
  font-size: 14px;
  font-weight: 500;
  color: var(--accent);
  padding-top: 3px;
}
.timeline-content h3 {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 8px;
}
.timeline-content p {
  font-size: 15px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.7;
}
.leadership {
  background: var(--surface);
  padding: 80px 40px;
}
.leadership-inner {
  max-width: 800px;
  margin: 0 auto;
}
.leadership h2 {
  font-size: 28px;
  font-weight: 200;
  letter-spacing: -0.01em;
  margin-bottom: 48px;
}
.leader {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
.leader:last-child {
  margin-bottom: 0;
}
.leader-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  color: var(--text-tertiary);
}
.leader h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 2px;
}
.leader-title {
  font-size: 13px;
  color: var(--accent);
  font-weight: 400;
  margin-bottom: 10px;
}
.leader p {
  font-size: 15px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.7;
}
.about-cta {
  padding: 120px 40px;
  text-align: center;
}
.about-cta h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 200;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  line-height: 1.3;
}
.about-cta p {
  font-size: 16px;
  font-weight: 300;
  color: var(--text-secondary);
  max-width: 440px;
  margin: 0 auto 32px;
  line-height: 1.7;
}
.letter-hero {
  padding: 160px 40px 80px;
  max-width: 720px;
  margin: 0 auto;
}
.letter-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 32px;
}
.letter-hero h1 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 200;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 32px;
}
.letter-author {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 32px;
  border-top: 1px solid var(--surface-deep);
}
.author-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 300;
  color: var(--text-secondary);
}
.author-info {
  display: flex;
  flex-direction: column;
}
.author-name {
  font-size: 15px;
  font-weight: 500;
}
.author-title {
  font-size: 13px;
  color: var(--text-secondary);
}
.letter-body {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 40px 120px;
}
.letter-body p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--text);
  margin-bottom: 28px;
}
.letter-body .letter-break {
  display: block;
  width: 40px;
  height: 1px;
  background: var(--accent-light);
  margin: 48px 0;
}
.letter-body .letter-emphasis {
  font-size: 22px;
  font-weight: 200;
  line-height: 1.6;
  color: var(--text);
  margin: 48px 0;
  padding-left: 24px;
  border-left: 2px solid var(--accent);
}
.letter-body .letter-close {
  margin-top: 56px;
}
.letter-body .letter-signature {
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
}
.letter-body .letter-sig-title {
  font-size: 14px;
  color: var(--text-secondary);
  margin-top: 2px;
}
.letter-cta {
  background: var(--surface);
  padding: 80px 40px;
  text-align: center;
}
.letter-cta p {
  font-size: 20px;
  font-weight: 200;
  color: var(--text);
  max-width: 480px;
  margin: 0 auto 32px;
  line-height: 1.5;
}
.gen-section {
  padding: 120px 40px;
}
.gen-container {
  max-width: 1120px;
  margin: 0 auto;
}
.gen-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-bottom: 80px;
}
.gen-label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.gen-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin-left: 12px;
  vertical-align: middle;
}
.badge-deployed {
  background: var(--accent);
  color: #fff;
}
.badge-active {
  background: var(--accent);
  color: #fff;
}
.gen-title {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 200;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 24px;
}
.gen-desc {
  font-size: 17px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.8;
}
.gen-threshold {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 300;
  color: var(--white);
  letter-spacing: -0.02em;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(250, 250, 248, 0.12);
}
.gen-visual {
  aspect-ratio: 4/3;
  background: var(--surface);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.gen-visual-placeholder {
  font-size: 13px;
  color: var(--text-tertiary);
  letter-spacing: 0.04em;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feature-card {
  padding: 36px 28px;
  border-radius: 12px;
}
.feature-card h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.feature-card p {
  font-size: 14px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.7;
}
.gen-light {
  background: var(--white);
}
.gen-light .feature-card {
  background: var(--surface);
}
.gen-surface {
  background: var(--surface);
}
.gen-surface .feature-card {
  background: var(--white);
}
.gen-surface .gen-visual {
  background: var(--white);
}
.gen-dark {
  background: var(--dark);
  color: var(--white);
}
.gen-dark .gen-desc {
  color: rgba(250, 250, 248, 0.6);
}
.gen-dark .gen-visual {
  background: var(--dark-surface);
  border: 1px solid rgba(250, 250, 248, 0.06);
}
.gen-dark .gen-visual-placeholder {
  color: rgba(250, 250, 248, 0.2);
}
.gen-dark .feature-card {
  background: var(--dark-surface);
  border: 1px solid rgba(250, 250, 248, 0.06);
}
.gen-dark .feature-card h3 {
  color: var(--white);
}
.gen-dark .feature-card p {
  color: rgba(250, 250, 248, 0.55);
}
.philosophy-section {
  padding: 160px 40px;
  text-align: center;
  background: var(--white);
  position: relative;
}
.philosophy-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);
  pointer-events: none;
}
.philosophy-content {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
}
.philosophy-content blockquote {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 200;
  line-height: 1.4;
  letter-spacing: -0.01em;
  font-style: italic;
  margin-bottom: 24px;
}
.philosophy-content blockquote em {
  font-style: normal;
  color: var(--accent);
}
.philosophy-content cite {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  color: var(--text-tertiary);
  letter-spacing: 0.04em;
}
.philosophy-body {
  font-size: 17px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-top: 48px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.cta-strip {
  background: var(--surface);
  padding: 80px 40px;
  text-align: center;
}
.cta-strip p {
  font-size: 20px;
  font-weight: 200;
  max-width: 480px;
  margin: 0 auto 32px;
  line-height: 1.5;
}
.releases {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px 120px;
}
.release {
  border-top: 1px solid var(--surface-deep);
  padding: 48px 0;
}
.release-date {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--text-tertiary);
  margin-bottom: 16px;
}
.release h2 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.35;
  margin-bottom: 16px;
}
.release-location {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-tertiary);
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.release p {
  font-size: 16px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 16px;
}
.release-list {
  margin: 16px 0 20px 20px;
  list-style: disc;
}
.release-list li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 4px;
}
.release-quote {
  font-size: 17px;
  font-weight: 300;
  font-style: italic;
  color: var(--text);
  line-height: 1.7;
  padding-left: 20px;
  border-left: 2px solid var(--accent-light);
  margin: 24px 0;
}
.release-quote cite {
  display: block;
  font-style: normal;
  font-size: 13px;
  color: var(--text-tertiary);
  margin-top: 8px;
}
.release-contact {
  font-size: 13px;
  color: var(--text-tertiary);
  margin-top: 24px;
}
.content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 40px;
}
.principles {
  padding-bottom: 80px;
}
.principle {
  padding: 48px 0;
  border-top: 1px solid var(--surface-deep);
}
.principle-number {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: var(--accent);
  margin-bottom: 12px;
}
.principle h2 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}
.principle p {
  font-size: 16px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 12px;
}
.board-section {
  background: var(--surface);
  padding: 80px 40px;
}
.board-inner {
  max-width: 800px;
  margin: 0 auto;
}
.board-section h2 {
  font-size: 28px;
  font-weight: 200;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.board-section > .board-inner > p {
  font-size: 16px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 560px;
}
.board-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.board-member {
  background: var(--white);
  border-radius: 12px;
  padding: 28px;
}
.board-member h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
.board-member .board-role {
  font-size: 13px;
  color: var(--accent);
  font-weight: 400;
  margin-bottom: 10px;
}
.board-member p {
  font-size: 14px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.6;
}
.privacy-section {
  padding: 80px 40px;
}
.privacy-inner {
  max-width: 800px;
  margin: 0 auto;
}
.privacy-section h2 {
  font-size: 28px;
  font-weight: 200;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.privacy-section > .privacy-inner > p.section-desc {
  font-size: 16px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 560px;
}
.privacy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.privacy-item h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}
.privacy-item p {
  font-size: 14px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.7;
}
.usage-section {
  background: var(--surface);
  padding: 80px 40px;
}
.usage-inner {
  max-width: 800px;
  margin: 0 auto;
}
.usage-section h2 {
  font-size: 28px;
  font-weight: 200;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.usage-section > .usage-inner > p.section-desc {
  font-size: 16px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 560px;
}
.usage-list {
  list-style: none;
}
.usage-list li {
  padding: 16px 0;
  border-top: 1px solid var(--surface-deep);
  font-size: 16px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.7;
}
.commitment {
  padding: 120px 40px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.commitment h2 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 300;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
}
.commitment p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 8px;
}
.commitment .commitment-closing {
  margin-top: 32px;
  font-weight: 500;
  color: var(--text);
  font-style: italic;
}
.commitment blockquote {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 200;
  line-height: 1.4;
  letter-spacing: -0.01em;
  max-width: 640px;
  margin: 0 auto 16px;
  font-style: italic;
}
.commitment cite {
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  color: var(--text-tertiary);
  margin-top: 24px;
  display: block;
}
.culture {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 40px 80px;
}
.culture p {
  font-size: 16px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 16px;
}
.values {
  background: var(--surface);
  padding: 80px 40px;
}
.values-inner {
  max-width: 800px;
  margin: 0 auto;
}
.values h2 {
  font-size: 28px;
  font-weight: 200;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.value-card {
  background: var(--white);
  border-radius: 12px;
  padding: 32px 24px;
}
.value-card h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.value-card p {
  font-size: 14px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.7;
}
.openings {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 40px 120px;
}
.openings h2 {
  font-size: 28px;
  font-weight: 200;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.openings-intro {
  font-size: 16px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 40px;
}
.role {
  border-top: 1px solid var(--surface-deep);
  padding: 32px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: start;
  text-decoration: none;
  color: var(--text);
  transition: background 0.2s;
}
.role:hover {
  background: var(--surface);
  margin: 0 -24px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 8px;
}
.role h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
}
.role-meta {
  font-size: 13px;
  color: var(--text-tertiary);
  display: flex;
  gap: 16px;
  margin-bottom: 10px;
}
.role p {
  font-size: 15px;
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.6;
  max-width: 520px;
}
.role-arrow {
  font-size: 20px;
  color: var(--accent);
  font-weight: 300;
  padding-top: 4px;
}
.benefits {
  background: var(--surface);
  padding: 80px 40px;
}
.benefits-inner {
  max-width: 800px;
  margin: 0 auto;
}
.benefits h2 {
  font-size: 28px;
  font-weight: 200;
  margin-bottom: 40px;
  letter-spacing: -0.01em;
}
.benefits-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 40px;
  list-style: none;
}
.benefits-list li {
  font-size: 15px;
  font-weight: 300;
  color: var(--text-secondary);
  padding: 12px 0;
  border-bottom: 1px solid var(--surface-deep);
}
.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(15, 15, 14, 0.85);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.modal-overlay.open {
  opacity: 1;
  pointer-events: all;
}
.modal-card {
  background: var(--dark-surface);
  border: 1px solid rgba(250, 250, 248, 0.08);
  border-radius: 16px;
  padding: 48px;
  max-width: 480px;
  width: 100%;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.modal-overlay.open .modal-card {
  transform: translateY(0);
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  color: rgba(250, 250, 248, 0.3);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
  transition: color 0.2s;
}
.modal-close:hover {
  color: var(--white);
}
.modal-eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.modal-title {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 200;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 16px;
}
.modal-body {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(250, 250, 248, 0.5);
  margin-bottom: 32px;
}
.modal-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modal-field input {
  width: 100%;
  background: rgba(250, 250, 248, 0.05);
  border: 1px solid rgba(250, 250, 248, 0.1);
  border-radius: 8px;
  padding: 14px 16px;
  font-family: 'Satoshi', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: var(--white);
  outline: none;
  transition: border-color 0.2s;
}
.modal-field input::placeholder {
  color: rgba(250, 250, 248, 0.25);
}
.modal-field input:focus {
  border-color: rgba(200, 150, 78, 0.5);
}
.modal-submit {
  width: 100%;
  background: var(--accent);
  color: var(--dark);
  border: none;
  border-radius: 8px;
  padding: 14px 24px;
  font-family: 'Satoshi', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  margin-top: 4px;
  transition: background 0.2s;
}
.modal-submit:hover {
  background: var(--accent-hover);
}
.modal-disclaimer {
  font-size: 12px;
  font-weight: 300;
  color: rgba(250, 250, 248, 0.2);
  line-height: 1.6;
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 480px) {
  .modal-card {
    padding: 32px 24px;
  }
  .hero {
    padding: 0 24px;
  }
  .hero-cta-group {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .btn-primary, .btn-ghost {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .statement {
    padding: 80px 24px;
  }
  .statement-body {
    padding: 0;
  }
  .crisis-stats {
    gap: 40px;
  }
  .trust-grid {
    grid-template-columns: 1fr;
  }
  .roadmap-phase {
    padding: 24px;
  }
  .gen-section {
    padding: 60px 20px;
  }
  .gen-threshold {
    font-size: 18px;
  }
  .features-grid {
    gap: 20px;
  }
  .letter-hero {
    padding: 100px 20px 48px;
  }
  .letter-body {
    padding: 0 20px 60px;
  }
  .letter-cta {
    padding: 60px 20px;
  }
  .release {
    padding: 48px 0;
  }
  .release h2 {
    font-size: clamp(20px, 5vw, 28px);
  }
  .commitment {
    padding: 60px 20px;
    max-width: none;
  }
  .board-inner, .privacy-inner, .usage-inner {
    padding: 0 4px;
  }
  .stats-inner {
    grid-template-columns: 1fr;
  }
  .stat-number {
    font-size: clamp(40px, 12vw, 56px);
  }
  .role-meta {
    flex-direction: column;
    gap: 4px;
  }
  .page-header {
    padding: 100px 20px 48px;
  }
  .page-header h1 {
    font-size: clamp(28px, 7vw, 40px);
  }
  .footer-inner {
    padding: 60px 20px 40px;
  }
  .cta-final {
    padding: 80px 20px;
  }
  .cta-strip {
    padding: 60px 20px;
    flex-direction: column;
    gap: 20px;
  }
  .cta-strip .btn-primary-white {
    width: 100%;
    text-align: center;
  }
  .legal-doc {
    padding-bottom: 80px;
  }
  .legal-section {
    padding: 40px 0;
  }
}
.legal-doc {
  padding-top: 24px;
  padding-bottom: 120px;
}
.legal-section {
  padding: 56px 0;
  border-top: 1px solid var(--surface-deep);
}
.legal-section:first-child {
  border-top: none;
}
.legal-section h2 {
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
  color: var(--text);
}
.legal-section h3 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-top: 32px;
  margin-bottom: 10px;
}
.legal-section p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 16px;
}
.legal-section strong {
  font-weight: 500;
  color: var(--text);
}
.legal-list {
  margin: 16px 0 20px 20px;
  list-style: disc;
}
.legal-list li {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 6px;
}
.legal-closing {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: var(--text) !important;
  font-style: italic;
  line-height: 1.9 !important;
  margin-top: 24px;
}
.legal-sig {
  font-size: 14px !important;
  font-style: normal;
  color: var(--text-tertiary) !important;
  margin-top: 8px !important;
}
.legal-contact {
  margin-top: 24px !important;
}
.legal-section a {
  color: var(--accent);
  text-decoration: none;
}
.legal-section a:hover {
  text-decoration: underline;
}
.error-page {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 160px 40px 80px;
}
.error-code {
  font-size: clamp(64px, 12vw, 120px);
  font-weight: 200;
  color: var(--surface-deep);
  line-height: 1;
  margin-bottom: 16px;
}
.error-page h1 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 200;
  margin-bottom: 16px;
}
.error-page p {
  font-size: 16px;
  font-weight: 300;
  color: var(--text-secondary);
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .philosophy {
    grid-template-columns: 1fr;
  }
  .philosophy-text {
    padding: 80px 40px;
    max-width: none;
    margin: 0;
  }
  .philosophy-visual {
    min-height: 400px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .gen-header {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  nav {
    padding: 0 24px;
  }
  .section {
    padding: 80px 24px;
  }
  .statement {
    padding: 100px 24px;
  }
  .nav-links {
    display: none;
  }
  .nav-toggle {
    display: block;
  }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: rgba(250, 250, 248, 0.98);
    backdrop-filter: blur(20px);
    padding: 24px;
    gap: 16px;
  }
  .crisis-stats {
    grid-template-columns: 1fr;
  }
  .approach-cards {
    grid-template-columns: 1fr;
  }
  .approach-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .roadmap-track {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .roadmap-track::before {
    display: none;
  }
  .press-grid {
    grid-template-columns: 1fr;
  }
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .cta-final {
    padding: 120px 24px;
  }
  .page-header {
    padding: 120px 24px 60px;
  }
  .story {
    padding: 0 24px 60px;
  }
  .stats-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .timeline {
    padding: 60px 24px;
  }
  .timeline-item {
    grid-template-columns: 60px 1fr;
    gap: 16px;
  }
  .leadership {
    padding: 60px 24px;
  }
  .leader {
    grid-template-columns: 60px 1fr;
    gap: 16px;
  }
  .leader-avatar {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
  .about-cta {
    padding: 80px 24px;
  }
  .letter-hero {
    padding: 120px 24px 60px;
  }
  .letter-body {
    padding: 0 24px 80px;
  }
  .gen-section {
    padding: 80px 24px;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
  .philosophy-section {
    padding: 100px 24px;
  }
  .releases {
    padding: 0 24px 80px;
  }
  .content {
    padding: 0 24px;
  }
  .board-section, .privacy-section, .usage-section {
    padding: 60px 24px;
  }
  .board-grid, .privacy-grid {
    grid-template-columns: 1fr;
  }
  .commitment {
    padding: 80px 24px;
  }
  .page-header {
    padding: 120px 24px 40px;
  }
  .culture {
    padding: 40px 24px 60px;
  }
  .values, .benefits {
    padding: 60px 24px;
  }
  .values-grid {
    grid-template-columns: 1fr;
  }
  .openings {
    padding: 60px 24px 80px;
  }
  .role {
    grid-template-columns: 1fr;
  }
  .benefits-list {
    grid-template-columns: 1fr;
  }
  .footer-simple .footer-inner {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
  .footer-simple .footer-disclaimer {
    text-align: left;
  }
}
@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-space-x-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-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-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-space-x-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-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}
