/*! tailwindcss v4.1.11 | 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-300: oklch(80.8% 0.114 19.571);
    --color-red-900: oklch(39.6% 0.141 25.723);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-amber-300: oklch(87.9% 0.169 91.605);
    --color-amber-900: oklch(41.4% 0.112 45.904);
    --color-amber-950: oklch(27.9% 0.077 45.635);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-900: oklch(39.3% 0.095 152.535);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --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;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --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;
  }
  :-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;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .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-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .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-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-7 {
    margin-left: calc(var(--spacing) * 7);
  }
  .ml-auto {
    margin-left: auto;
  }
  .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;
  }
  .table {
    display: table;
  }
  .aspect-\[9\/16\] {
    aspect-ratio: 9/16;
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-full {
    height: 100%;
  }
  .min-h-20 {
    min-height: calc(var(--spacing) * 20);
  }
  .min-h-24 {
    min-height: calc(var(--spacing) * 24);
  }
  .min-h-28 {
    min-height: calc(var(--spacing) * 28);
  }
  .min-h-40 {
    min-height: calc(var(--spacing) * 40);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .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-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[85\%\] {
    max-width: 85%;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .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);
  }
  .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-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)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .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-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-\[\#9b2c2c\] {
    border-color: #9b2c2c;
  }
  .border-\[\#176b5d\] {
    border-color: #176b5d;
  }
  .border-\[\#b9d4cb\] {
    border-color: #b9d4cb;
  }
  .border-\[\#cdb6dd\] {
    border-color: #cdb6dd;
  }
  .border-\[\#ded8cc\] {
    border-color: #ded8cc;
  }
  .border-\[\#e8d09a\] {
    border-color: #e8d09a;
  }
  .border-\[\#ece4d8\] {
    border-color: #ece4d8;
  }
  .border-\[\#faf3e8\] {
    border-color: #faf3e8;
  }
  .border-amber-300 {
    border-color: var(--color-amber-300);
  }
  .border-red-200 {
    border-color: var(--color-red-200);
  }
  .border-red-300 {
    border-color: var(--color-red-300);
  }
  .bg-\[\#176b5d\] {
    background-color: #176b5d;
  }
  .bg-\[\#56347a\] {
    background-color: #56347a;
  }
  .bg-\[\#ded8cc\] {
    background-color: #ded8cc;
  }
  .bg-\[\#eaf3f0\] {
    background-color: #eaf3f0;
  }
  .bg-\[\#f3edf8\] {
    background-color: #f3edf8;
  }
  .bg-\[\#f3eee2\] {
    background-color: #f3eee2;
  }
  .bg-\[\#f3f9f7\] {
    background-color: #f3f9f7;
  }
  .bg-\[\#f8f4fb\] {
    background-color: #f8f4fb;
  }
  .bg-\[\#faf8f3\] {
    background-color: #faf8f3;
  }
  .bg-\[\#fdf6e3\] {
    background-color: #fdf6e3;
  }
  .bg-\[\#fef3f3\] {
    background-color: #fef3f3;
  }
  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }
  .bg-amber-100 {
    background-color: var(--color-amber-100);
  }
  .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);
  }
  .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-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .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-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));
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .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-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-\[\#1d4b41\] {
    color: #1d4b41;
  }
  .text-\[\#2b2b2b\] {
    color: #2b2b2b;
  }
  .text-\[\#2f3b35\] {
    color: #2f3b35;
  }
  .text-\[\#3a443f\] {
    color: #3a443f;
  }
  .text-\[\#3c2455\] {
    color: #3c2455;
  }
  .text-\[\#5a4419\] {
    color: #5a4419;
  }
  .text-\[\#5b7e74\] {
    color: #5b7e74;
  }
  .text-\[\#7a2121\] {
    color: #7a2121;
  }
  .text-\[\#8a6d3b\] {
    color: #8a6d3b;
  }
  .text-\[\#8a948e\] {
    color: #8a948e;
  }
  .text-\[\#9b2c2c\] {
    color: #9b2c2c;
  }
  .text-\[\#176b5d\] {
    color: #176b5d;
  }
  .text-\[\#45514c\] {
    color: #45514c;
  }
  .text-\[\#56347a\] {
    color: #56347a;
  }
  .text-\[\#59645f\] {
    color: #59645f;
  }
  .text-amber-900 {
    color: var(--color-amber-900);
  }
  .text-amber-950 {
    color: var(--color-amber-950);
  }
  .text-green-900 {
    color: var(--color-green-900);
  }
  .text-red-900 {
    color: var(--color-red-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .accent-\[\#176b5d\] {
    accent-color: #176b5d;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .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,);
  }
  .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, visibility, 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));
  }
  .last\:border-0 {
    &:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .last\:pb-0 {
    &:last-child {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .focus-within\:border-\[\#176b5d\] {
    &:focus-within {
      border-color: #176b5d;
    }
  }
  .hover\:border-\[\#176b5d\] {
    &:hover {
      @media (hover: hover) {
        border-color: #176b5d;
      }
    }
  }
  .hover\:border-\[\#56347a\] {
    &:hover {
      @media (hover: hover) {
        border-color: #56347a;
      }
    }
  }
  .hover\:bg-\[\#0f5347\] {
    &:hover {
      @media (hover: hover) {
        background-color: #0f5347;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:border-\[\#176b5d\] {
    &:focus {
      border-color: #176b5d;
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .has-\[\:checked\]\:border-\[\#176b5d\] {
    &:has(*:is(:checked)) {
      border-color: #176b5d;
    }
  }
  .has-\[\:checked\]\:bg-\[\#eaf3f0\] {
    &:has(*:is(:checked)) {
      background-color: #eaf3f0;
    }
  }
  .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));
    }
  }
  .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\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:pt-6 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--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-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[0\.9fr_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 0.9fr 1fr;
    }
  }
  .lg\:grid-cols-\[1fr_0\.9fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1fr 0.9fr;
    }
  }
}
:root {
  color-scheme: light;
  --ink: #1a1330;
  --ink-soft: #34294f;
  --body: #4b4565;
  --muted: #6e6788;
  --line: #ece4d8;
  --line-2: #ddd2bf;
  --cream-50: #fefcfa;
  --cream-100: #faf6ec;
  --cream-200: #f5ecda;
  --cream-300: #f0e3c5;
  --warm-50: #fef7f0;
  --warm-100: #fdebd4;
  --warm-200: #fbd5a8;
  --warm-300: #f8b972;
  --warm-400: #f4933b;
  --warm-500: #f17316;
  --warm-600: #e2590c;
  --warm-700: #bb420c;
  --purple-50: #faf5ff;
  --purple-100: #f3e8ff;
  --purple-200: #e9d5ff;
  --purple-300: #d8b4fe;
  --purple-400: #c084fc;
  --purple-500: #a855f7;
  --purple-600: #9333ea;
  --purple-700: #7e22ce;
  --sage-100: #e8ebe3;
  --sage-300: #b5bea7;
  --sage-500: #788666;
  --sage-700: #4a5640;
  --signal-red: #ef6b58;
  --signal-yellow: #f2c25a;
  --signal-green: #76c08e;
  --signal-blue: #6fa5d2;
  --page-bg: linear-gradient(180deg, #fefcfa 0%, #faf5ff 40%, #fef7f0 100%);
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--cream-50);
  color: var(--body);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "cv11", "ss01", "ss03";
}
.shell {
  min-height: 100svh;
  background: var(--cream-50);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(236, 228, 216, 0.7);
  background: rgba(254, 252, 250, 0.88);
  backdrop-filter: blur(18px);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0.9rem 1.4rem;
}
.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  transition: opacity 160ms ease;
}
.brand-heart {
  width: 48px;
  height: 48px;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(241, 115, 22, 0.18));
  transition: transform 320ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.brand-wordmark {
  height: 26px;
  width: auto;
  display: block;
}
@media (min-width: 640px) {
  .brand-heart {
    width: 56px;
    height: 56px;
  }
  .brand-wordmark {
    height: 30px;
  }
}
.brand-link:hover .brand-heart {
  transform: scale(1.08) rotate(-4deg);
}
.brand-link:hover {
  opacity: 0.92;
}
.flash {
  border-radius: 12px;
  border: 1px solid var(--line);
  background: white;
}
.flash--success {
  border-color: rgba(241, 115, 22, 0.4);
  background: linear-gradient(135deg, var(--warm-50), var(--purple-50));
  color: var(--ink);
}
.flash--error {
  border-color: rgba(239, 107, 88, 0.5);
  background: #fff1ed;
  color: #7a1f10;
}
.flash--info {
  border-color: rgba(168, 85, 247, 0.4);
  background: var(--purple-50);
  color: var(--purple-700);
}
.nav-link {
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 700;
}
.nav-link:hover {
  color: var(--purple-600);
}
.nav-link--quiet {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
}
.nav-link--quiet:hover {
  color: var(--ink-soft);
}
.nav-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1.05rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--warm-500) 0%, var(--warm-600) 50%, var(--purple-500) 100%);
  color: white;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: -0.005em;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(241, 115, 22, 0.32), 0 2px 6px rgba(168, 85, 247, 0.18);
  transition: transform 200ms ease, box-shadow 200ms ease, filter 200ms ease;
  white-space: nowrap;
}
.nav-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 16px 36px rgba(241, 115, 22, 0.42), 0 4px 10px rgba(168, 85, 247, 0.26);
}
.nav-cta:active {
  transform: translateY(0);
}
.nav-cta__spark {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4);
  animation: ls-pulse 2.4s ease-in-out infinite;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .nav-link--quiet {
    display: none;
  }
  .nav-cta {
    padding: 0.5rem 0.85rem;
    font-size: 0.8rem;
  }
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--warm-500), var(--warm-600));
  color: white;
  font-weight: 800;
  padding: 0.95rem 1.1rem;
  box-shadow: 0 14px 32px rgba(241, 115, 22, 0.28);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.btn-primary:hover {
  background: linear-gradient(135deg, var(--warm-600), var(--warm-700));
  transform: translateY(-1px);
  box-shadow: 0 20px 44px rgba(241, 115, 22, 0.36);
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--line-2);
  border-radius: 12px;
  color: var(--ink-soft);
  font-weight: 700;
  padding: 0.78rem 1rem;
  background: var(--cream-50);
}
.field {
  width: 100%;
  border: 1.5px solid var(--line-2);
  border-radius: 12px;
  background: white;
  padding: 0.85rem 1rem;
  margin-bottom: 1rem;
  outline: none;
  font-size: 1rem;
  color: var(--ink);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.field:focus {
  border-color: var(--warm-500);
  box-shadow: 0 0 0 4px rgba(241, 115, 22, 0.14);
}
.label {
  display: block;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--ink-soft);
  margin-bottom: 0.45rem;
}
.ls-page {
  width: 100vw;
  margin: -1.5rem calc(50% - 50vw);
  background: var(--page-bg);
  overflow: hidden;
}
.ls-wrap {
  width: min(100%, 1240px);
  margin: 0 auto;
  padding-inline: clamp(1.1rem, 4vw, 2.6rem);
}
.ls-section {
  padding-block: clamp(4.4rem, 8.5vw, 7rem);
}
.ls-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--warm-600);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.ls-eyebrow--quote {
  color: rgba(255, 253, 246, 0.85);
}
.ls-eyebrow--band {
  color: rgba(255, 253, 246, 0.92);
}
.ls-eyebrow--hero {
  color: var(--purple-600);
}
.ls-spark {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--warm-500);
  box-shadow: 0 0 0 4px rgba(241, 115, 22, 0.18), 0 0 18px rgba(241, 115, 22, 0.5);
  animation: ls-pulse 2.4s ease-in-out infinite;
}
@keyframes ls-pulse {
  0%, 100% {
    box-shadow: 0 0 0 4px rgba(241, 115, 22, 0.18), 0 0 18px rgba(241, 115, 22, 0.5);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(241, 115, 22, 0.08), 0 0 24px rgba(241, 115, 22, 0.7);
  }
}
.ls-thanks-page {
  width: 100vw;
  margin: -1.5rem calc(50% - 50vw);
  background: radial-gradient(1100px 700px at 12% 0%, rgba(253, 235, 212, 0.85), transparent 55%), radial-gradient(1100px 700px at 88% 100%, rgba(233, 213, 255, 0.85), transparent 55%), linear-gradient(180deg, #fefcfa 0%, #faf5ff 55%, #fef7f0 100%);
  min-height: calc(100svh - 4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: clamp(2rem, 5vw, 4rem);
  overflow: hidden;
}
.ls-thanks {
  position: relative;
  width: min(100%, 720px);
  margin: 0 auto;
  padding-inline: clamp(1.2rem, 4vw, 2.4rem);
  text-align: center;
}
.ls-thanks__halo {
  position: absolute;
  inset: -10% -5% auto -5%;
  height: 60%;
  background: radial-gradient(closest-side, rgba(241, 115, 22, 0.18), transparent 70%), radial-gradient(closest-side at 70% 60%, rgba(168, 85, 247, 0.2), transparent 70%);
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}
.ls-thanks__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ls-thanks__mark {
  width: 144px;
  height: 144px;
  display: block;
  filter: drop-shadow(0 18px 36px rgba(241, 115, 22, 0.32)) drop-shadow(0 6px 18px rgba(168, 85, 247, 0.28));
  animation: ls-thanks-bounce 1100ms cubic-bezier(0.34, 1.56, 0.64, 1) both, ls-thanks-float 5.5s ease-in-out 1.1s infinite;
}
@media (min-width: 640px) {
  .ls-thanks__mark {
    width: 168px;
    height: 168px;
  }
}
@keyframes ls-thanks-bounce {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(40px) rotate(-10deg);
  }
  60% {
    opacity: 1;
    transform: scale(1.12) translateY(-12px) rotate(4deg);
  }
  80% {
    transform: scale(0.96) translateY(4px) rotate(-2deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0) rotate(0);
  }
}
@keyframes ls-thanks-float {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}
.ls-thanks__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin: 1.6rem 0 0;
  padding: 0.4rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(241, 115, 22, 0.25);
  backdrop-filter: blur(10px);
  color: var(--warm-700);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: ls-thanks-fade 800ms ease 250ms both;
}
.ls-thanks__spark {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--warm-500), var(--purple-500));
  box-shadow: 0 0 0 3px rgba(241, 115, 22, 0.18);
  animation: ls-pulse 2.4s ease-in-out infinite;
}
.ls-thanks__heading {
  color: var(--ink);
  font-size: clamp(2.2rem, 5.4vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 1.2rem 0 0;
  max-width: 18ch;
  animation: ls-thanks-fade 800ms ease 400ms both;
}
.ls-thanks__heading-grad {
  display: inline-block;
  background: linear-gradient(135deg, var(--warm-600) 0%, var(--warm-500) 40%, var(--purple-500) 80%, var(--purple-600) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 800;
}
.ls-thanks__lead {
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.7;
  margin: 1.4rem auto 0;
  max-width: 560px;
  font-weight: 500;
  animation: ls-thanks-fade 800ms ease 550ms both;
}
.ls-thanks__signature {
  color: var(--body);
  font-size: 0.96rem;
  line-height: 1.65;
  margin: 1.2rem auto 0;
  max-width: 520px;
  font-weight: 400;
  animation: ls-thanks-fade 800ms ease 700ms both;
}
.ls-thanks__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin: 2rem 0 1.4rem;
  color: var(--warm-500);
  animation: ls-thanks-fade 800ms ease 850ms both;
}
.ls-thanks__divider span {
  width: 60px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(241, 115, 22, 0.4), rgba(168, 85, 247, 0.4));
}
.ls-thanks__divider span:last-child {
  background: linear-gradient(90deg, rgba(168, 85, 247, 0.4), rgba(241, 115, 22, 0.4), transparent);
}
.ls-thanks__note {
  color: var(--purple-700);
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  margin: 0 auto;
  max-width: 480px;
  letter-spacing: -0.005em;
  animation: ls-thanks-fade 800ms ease 950ms both;
}
.ls-thanks__back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 2.4rem;
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  border: 1.5px solid rgba(168, 85, 247, 0.25);
  background: rgba(255, 255, 255, 0.7);
  color: var(--purple-700);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
  animation: ls-thanks-fade 800ms ease 1100ms both;
}
.ls-thanks__back:hover {
  transform: translateY(-1px);
  border-color: var(--purple-500);
  background: white;
}
@keyframes ls-thanks-fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ls-thanks__mark {
    animation: none;
  }
  .ls-thanks__spark {
    animation: none;
  }
  .ls-thanks__eyebrow, .ls-thanks__heading, .ls-thanks__lead, .ls-thanks__signature, .ls-thanks__divider, .ls-thanks__note, .ls-thanks__back {
    animation: none;
  }
}
.ls-section h2 {
  color: var(--ink);
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.024em;
  line-height: 1.1;
  max-width: 24ch;
  margin: 0;
}
.ls-head {
  max-width: 760px;
  margin-bottom: clamp(2.2rem, 5vw, 3.4rem);
}
.ls-head--center {
  margin-inline: auto;
  text-align: center;
}
.ls-head--center h2 {
  margin-inline: auto;
}
.ls-lead {
  color: var(--body);
  font-size: clamp(1.05rem, 1.5vw, 1.18rem);
  line-height: 1.7;
  margin: 1.1rem 0 0;
  max-width: 680px;
  font-weight: 400;
}
.ls-section--center .ls-lead {
  margin-inline: auto;
}
.ls-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3.2rem;
  border-radius: 14px;
  font-weight: 800;
  padding: 0.95rem 1.4rem;
  font-size: 1rem;
  letter-spacing: -0.005em;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.ls-btn--primary {
  background: linear-gradient(135deg, var(--warm-500), var(--warm-600));
  color: white;
  box-shadow: 0 18px 40px rgba(241, 115, 22, 0.32);
}
.ls-btn--primary:hover {
  background: linear-gradient(135deg, var(--warm-600), var(--warm-700));
  transform: translateY(-1px);
  box-shadow: 0 24px 50px rgba(241, 115, 22, 0.4);
}
.ls-btn--ghost {
  border: 1.5px solid rgba(168, 85, 247, 0.3);
  background: rgba(255, 255, 255, 0.7);
  color: var(--purple-700);
  backdrop-filter: blur(10px);
}
.ls-btn--ghost:hover {
  background: white;
  border-color: var(--purple-500);
}
.ls-hero {
  position: relative;
  min-height: clamp(540px, 72svh, 720px);
  display: flex;
  align-items: center;
  background-image: linear-gradient(98deg, rgba(254, 252, 250, 0.99) 0%, rgba(250, 245, 255, 0.94) 32%, rgba(254, 247, 240, 0.65) 60%, rgba(254, 247, 240, 0.15) 100%), var(--hero-image);
  background-position: center;
  background-size: cover;
}
.ls-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(1200px 600px at -10% 80%, rgba(241, 115, 22, 0.07), transparent 60%), radial-gradient(900px 500px at 110% 10%, rgba(168, 85, 247, 0.07), transparent 60%);
  pointer-events: none;
}
.ls-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(168, 85, 247, 0.2), transparent);
}
.ls-hero__inner {
  position: relative;
  padding-block: clamp(3.5rem, 6vw, 5.6rem);
}
.ls-lang {
  position: absolute;
  top: clamp(1.1rem, 2vw, 1.6rem);
  right: clamp(1.1rem, 4vw, 2.6rem);
  display: inline-flex;
  gap: 0.3rem;
  padding: 0.3rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(254, 252, 250, 0.88);
  backdrop-filter: blur(14px);
  z-index: 2;
}
.ls-lang a {
  border-radius: 999px;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 0.4rem 0.85rem;
  letter-spacing: 0.06em;
  text-decoration: none;
}
.ls-lang a.is-active {
  background: linear-gradient(135deg, var(--warm-500), var(--purple-500));
  color: white;
}
.ls-hero__content {
  position: relative;
  max-width: 880px;
  z-index: 1;
}
.ls-hero__heading {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.05em;
  letter-spacing: -0.026em;
  line-height: 1.04;
}
.ls-hero__line {
  font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
}
.ls-hero__line--pre {
  color: var(--ink);
}
.ls-hero__line--main {
  color: transparent;
  background: linear-gradient(135deg, var(--warm-600) 0%, var(--warm-500) 35%, var(--purple-500) 70%, var(--purple-600) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 800;
  font-size: clamp(2.7rem, 5.6vw, 4.2rem);
}
.ls-hero__line--post {
  color: var(--ink-soft);
  font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  margin-top: 0.3em;
}
.ls-hero__sub {
  color: var(--body);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.6;
  max-width: 720px;
  margin: 1.6rem 0 0;
  font-weight: 400;
}
.ls-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.9rem;
}
.ls-hero__mantra {
  margin: 1.6rem 0 0;
  padding-left: 1.1rem;
  border-left: 3px solid var(--warm-400);
  color: var(--purple-700);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  max-width: 620px;
  line-height: 1.55;
}
.ls-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.7rem 0 0;
  padding: 0;
  list-style: none;
}
.ls-hero__chips li {
  padding: 0.42rem 0.9rem;
  border: 1px solid var(--purple-200);
  border-radius: 999px;
  background: rgba(254, 252, 250, 0.78);
  backdrop-filter: blur(8px);
  color: var(--purple-700);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.005em;
}
.ls-stats {
  background: linear-gradient(180deg, var(--cream-100) 0%, var(--warm-50) 100%);
  padding-block: clamp(2.6rem, 5vw, 4rem);
  border-block: 1px solid var(--line);
  position: relative;
}
.ls-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2.8rem);
}
.ls-stat {
  text-align: left;
}
.ls-stat strong {
  display: block;
  font-size: clamp(2rem, 3.8vw, 2.9rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  background: linear-gradient(135deg, var(--warm-500), var(--purple-500));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ls-stat span {
  display: block;
  color: var(--body);
  font-size: 0.92rem;
  line-height: 1.55;
  margin-top: 0.8rem;
  max-width: 30ch;
  font-weight: 500;
}
.ls-section--cream {
  background: var(--cream-50);
}
.ls-section--peach {
  background: linear-gradient(180deg, var(--cream-50), var(--warm-50));
}
.ls-section--lavender {
  background: linear-gradient(180deg, var(--cream-50), var(--purple-50));
}
.ls-quote {
  position: relative;
  padding-block: clamp(5rem, 10vw, 8rem);
  overflow: hidden;
  text-align: center;
  color: white;
}
.ls-quote--warm {
  background: radial-gradient(900px 500px at 20% 30%, rgba(244, 147, 59, 0.45), transparent 60%), radial-gradient(900px 500px at 80% 70%, rgba(168, 85, 247, 0.4), transparent 60%), linear-gradient(135deg, var(--warm-500) 0%, var(--purple-500) 100%);
}
.ls-quote--cool {
  background: radial-gradient(900px 500px at 80% 30%, rgba(241, 115, 22, 0.4), transparent 60%), radial-gradient(900px 500px at 20% 70%, rgba(168, 85, 247, 0.5), transparent 60%), linear-gradient(135deg, var(--purple-500) 0%, var(--warm-500) 100%);
}
.ls-quote::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(1400px 800px at center, rgba(255, 255, 255, 0.1), transparent 60%);
  pointer-events: none;
}
.ls-quote__inner {
  position: relative;
  max-width: 900px;
}
.ls-quote__heading {
  color: white;
  font-size: clamp(2.2rem, 5.2vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin: 0;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.18);
}
.ls-quote__sub {
  color: rgba(255, 253, 246, 0.9);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.65;
  margin: 1.5rem auto 0;
  max-width: 640px;
  font-weight: 400;
}
.ls-band {
  position: relative;
  min-height: clamp(420px, 50svh, 580px);
  display: flex;
  align-items: center;
  background-image: var(--band-image);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  color: white;
}
.ls-band__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(241, 115, 22, 0.55) 0%, rgba(168, 85, 247, 0.55) 100%), linear-gradient(180deg, rgba(26, 19, 48, 0.3), rgba(26, 19, 48, 0.5));
}
.ls-band__inner {
  position: relative;
  max-width: 880px;
  padding-block: clamp(3rem, 6vw, 4.5rem);
}
.ls-band__heading {
  color: white;
  font-size: clamp(2.4rem, 5.8vw, 4.4rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.026em;
  margin: 0;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
}
.ls-band__sub {
  color: rgba(255, 253, 246, 0.95);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.65;
  margin: 1.6rem auto 0;
  max-width: 640px;
  font-weight: 400;
}
.ls-define {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2.2rem, 5vw, 4.2rem);
  align-items: start;
  padding: clamp(2rem, 4vw, 3.2rem);
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(168, 85, 247, 0.08), 0 6px 16px rgba(0, 0, 0, 0.04);
  position: relative;
  overflow: hidden;
}
.ls-define::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--warm-500), var(--purple-500));
}
.ls-define__head h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.4rem);
  max-width: 22ch;
  font-weight: 700;
}
.ls-define__bullets {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 0;
  display: grid;
  gap: 0.85rem;
}
.ls-define__bullets li {
  display: grid;
  grid-template-columns: 1.6rem 1fr;
  align-items: start;
  gap: 0.8rem;
  color: var(--ink-soft);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.55;
}
.ls-define__tick {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--warm-100), var(--purple-100));
  color: var(--warm-600);
  font-size: 0.86rem;
  font-weight: 900;
  margin-top: 0.05rem;
}
.ls-equation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.7rem 0.85rem;
  margin: clamp(1.6rem, 3vw, 2.4rem) auto 0;
  padding: clamp(1.8rem, 3.5vw, 2.8rem);
  border: 0;
  border-radius: 24px;
  background: radial-gradient(900px 500px at 0% 0%, rgba(253, 235, 212, 0.85), transparent 60%), radial-gradient(900px 500px at 100% 100%, rgba(233, 213, 255, 0.85), transparent 60%), linear-gradient(135deg, #fffaf2 0%, #fefcfa 50%, #faf5ff 100%);
  box-shadow: 0 32px 70px rgba(168, 85, 247, 0.12), 0 6px 18px rgba(241, 115, 22, 0.08);
  max-width: 960px;
}
.ls-equation__term {
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 1.2rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font-size: clamp(0.92rem, 1.5vw, 1.05rem);
  font-weight: 700;
  letter-spacing: -0.005em;
  box-shadow: 0 8px 20px rgba(168, 85, 247, 0.06);
}
.ls-equation__term:nth-child(3) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), var(--purple-50));
}
.ls-equation__term:nth-child(5) {
  background: linear-gradient(135deg, var(--warm-50), rgba(255, 255, 255, 0.9));
}
.ls-equation__term:nth-child(7) {
  background: linear-gradient(135deg, var(--warm-500), var(--purple-500));
  color: white;
  border-color: transparent;
  box-shadow: 0 14px 32px rgba(241, 115, 22, 0.32);
}
.ls-equation__op {
  color: var(--purple-500);
  font-size: 1.5rem;
  font-weight: 800;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background: rgba(168, 85, 247, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 4px 12px rgba(168, 85, 247, 0.18);
}
.ls-equation__eq {
  color: white;
  font-size: 1.5rem;
  font-weight: 800;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--warm-500), var(--warm-600));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-inline: 0.2rem;
  box-shadow: 0 6px 16px rgba(241, 115, 22, 0.32);
}
.ls-equation__final {
  display: inline-flex;
  align-items: center;
  padding: 1rem 1.5rem;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--warm-500) 0%, var(--purple-500) 60%, var(--purple-600) 100%);
  color: white;
  font-size: clamp(1.1rem, 2vw, 1.32rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  box-shadow: 0 20px 44px rgba(168, 85, 247, 0.32), 0 4px 12px rgba(241, 115, 22, 0.22);
  position: relative;
}
.ls-equation__final::before {
  content: "✦";
  margin-right: 0.5rem;
  opacity: 0.85;
  font-size: 0.9em;
}
.ls-equation__caption {
  flex-basis: 100%;
  margin: 1.4rem 0 0;
  padding-top: 1.4rem;
  border-top: 1px dashed rgba(168, 85, 247, 0.25);
  color: var(--ink-soft);
  font-size: clamp(1.02rem, 1.8vw, 1.15rem);
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.55;
  text-align: center;
  max-width: 720px;
  margin-inline: auto;
}
.ls-condition-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1080px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}
.ls-condition-list li {
  padding: 0.72rem 1.1rem;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: -0.005em;
  box-shadow: 0 4px 16px rgba(168, 85, 247, 0.04);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}
.ls-condition-list li:hover {
  transform: translateY(-1px);
  border-color: var(--purple-300);
  box-shadow: 0 10px 24px rgba(168, 85, 247, 0.12);
}
.ls-condition-list li:nth-child(odd):hover {
  border-color: var(--warm-300);
  box-shadow: 0 10px 24px rgba(241, 115, 22, 0.14);
}
.ls-condition-disclaimer {
  margin: 2.4rem auto 0;
  max-width: 720px;
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
  font-style: italic;
  line-height: 1.65;
}
.ls-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}
.ls-why {
  padding: 1.7rem 1.6rem 1.6rem;
  border-radius: 18px;
  background: white;
  border: 1px solid var(--line);
  position: relative;
  box-shadow: 0 12px 32px rgba(168, 85, 247, 0.05);
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.ls-why:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(168, 85, 247, 0.1);
}
.ls-why--neuro {
  border-top: 4px solid var(--warm-500);
}
.ls-why--regulation {
  border-top: 4px solid var(--purple-500);
}
.ls-why--pacing {
  border-top: 4px solid var(--sage-500);
}
.ls-why__index {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--warm-600);
  margin-bottom: 0.8rem;
}
.ls-why--regulation .ls-why__index {
  color: var(--purple-600);
}
.ls-why--pacing .ls-why__index {
  color: var(--sage-700);
}
.ls-why h3 {
  color: var(--ink);
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0 0 0.6rem;
}
.ls-why p {
  color: var(--body);
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;
}
.ls-careful {
  margin: 2.4rem auto 0;
  max-width: 760px;
  padding: 1.2rem 1.4rem;
  border-left: 3px solid var(--warm-500);
  background: var(--warm-50);
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.6;
  font-weight: 500;
  border-radius: 0 12px 12px 0;
}
.ls-day-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 0.6rem;
}
.ls-moment {
  position: relative;
  padding: 1.8rem 1.6rem 1.6rem;
  border-radius: 18px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px rgba(241, 115, 22, 0.06);
  overflow: hidden;
}
.ls-moment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
}
.ls-moment--morning::before {
  background: linear-gradient(90deg, var(--warm-300), var(--warm-500));
}
.ls-moment--afternoon::before {
  background: linear-gradient(90deg, var(--warm-500), var(--purple-500));
}
.ls-moment--evening::before {
  background: linear-gradient(90deg, var(--purple-500), var(--purple-700));
}
.ls-moment__time {
  display: inline-block;
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.35rem 0.75rem;
  background: linear-gradient(135deg, var(--warm-50), var(--purple-50));
  border-radius: 8px;
  color: var(--warm-600);
  margin-bottom: 1.2rem;
  border: 1px solid var(--warm-100);
}
.ls-moment h3 {
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin: 0 0 0.6rem;
}
.ls-moment p {
  color: var(--body);
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;
}
.ls-day-closing {
  margin: 2.6rem auto 0;
  max-width: 760px;
  text-align: center;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.8vw, 1.18rem);
  font-weight: 600;
  line-height: 1.55;
  padding: 1.3rem 1.6rem;
  background: linear-gradient(135deg, var(--warm-50), var(--purple-50));
  border-radius: 16px;
  border: 1px solid var(--line);
}
.ls-section--ai {
  background: linear-gradient(180deg, var(--purple-50) 0%, var(--warm-50) 100%);
}
.ls-ai-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.ls-ai__bullets {
  margin-top: 2rem;
  padding: 1.6rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(6px);
}
.ls-ai__bullets-label {
  color: var(--purple-700);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.ls-ai__bullets ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 1.4rem;
}
.ls-ai__bullets li {
  display: grid;
  grid-template-columns: 1.1rem 1fr;
  align-items: start;
  gap: 0.7rem;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.5;
  font-weight: 500;
}
.ls-ai__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--warm-500);
  margin-top: 0.5rem;
  box-shadow: 0 0 0 4px rgba(241, 115, 22, 0.16);
}
.ls-chat {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.ls-chat__label {
  color: var(--purple-700);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 0.8rem;
}
.ls-chat__window {
  border-radius: 20px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 40px 80px rgba(168, 85, 247, 0.18), 0 12px 24px rgba(241, 115, 22, 0.1);
  overflow: hidden;
}
.ls-chat__bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.9rem 1.1rem;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, var(--purple-50), var(--warm-50));
}
.ls-chat__bar-dot {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
}
.ls-chat__bar-dot--red {
  background: var(--signal-red);
}
.ls-chat__bar-dot--yellow {
  background: var(--signal-yellow);
}
.ls-chat__bar-dot--green {
  background: var(--signal-green);
}
.ls-chat__bar-title {
  margin-left: 0.8rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ink-soft);
  letter-spacing: -0.005em;
}
.ls-chat__stream {
  padding: 1.2rem 1.1rem 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: white;
}
.ls-bubble {
  max-width: 88%;
  padding: 0.82rem 1rem;
  border-radius: 16px;
  font-size: 0.94rem;
  line-height: 1.55;
}
.ls-bubble--user {
  align-self: flex-end;
  background: linear-gradient(135deg, var(--warm-500), var(--purple-500));
  color: white;
  border-bottom-right-radius: 4px;
  box-shadow: 0 8px 20px rgba(241, 115, 22, 0.2);
}
.ls-bubble--ai {
  align-self: flex-start;
  background: var(--cream-100);
  color: var(--ink);
  border-bottom-left-radius: 4px;
  border: 1px solid var(--line);
}
.ls-bubble__tag {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--warm-600);
  text-transform: uppercase;
  margin-bottom: 0.32rem;
}
.ls-lanes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
}
.ls-lane {
  position: relative;
  padding: 1.7rem 1.4rem 1.5rem;
  border-radius: 16px;
  background: white;
  border: 1px solid var(--line);
  min-height: 14rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.04);
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.ls-lane:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.08);
}
.ls-lane__dot {
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  margin-bottom: 0.6rem;
  display: inline-block;
}
.ls-lane__label {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0;
}
.ls-lane h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.015em;
  margin: 0.2rem 0 0.4rem;
}
.ls-lane p {
  color: var(--body);
  font-size: 0.94rem;
  line-height: 1.6;
  margin: 0;
}
.ls-lane--red .ls-lane__dot {
  background: var(--signal-red);
  box-shadow: 0 0 0 6px rgba(239, 107, 88, 0.18);
}
.ls-lane--red {
  border-top: 4px solid var(--signal-red);
}
.ls-lane--yellow .ls-lane__dot {
  background: var(--signal-yellow);
  box-shadow: 0 0 0 6px rgba(242, 194, 90, 0.18);
}
.ls-lane--yellow {
  border-top: 4px solid var(--signal-yellow);
}
.ls-lane--green .ls-lane__dot {
  background: var(--signal-green);
  box-shadow: 0 0 0 6px rgba(118, 192, 142, 0.18);
}
.ls-lane--green {
  border-top: 4px solid var(--signal-green);
}
.ls-lane--blue .ls-lane__dot {
  background: var(--signal-blue);
  box-shadow: 0 0 0 6px rgba(111, 165, 210, 0.18);
}
.ls-lane--blue {
  border-top: 4px solid var(--signal-blue);
}
.ls-rules {
  margin-top: 2.6rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.ls-rules__label {
  color: var(--warm-600);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.ls-rules ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0.85rem 1.8rem;
}
.ls-rules li {
  position: relative;
  padding-left: 1.7rem;
  color: var(--ink-soft);
  line-height: 1.6;
  font-weight: 500;
  font-size: 1rem;
}
.ls-rules li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 0.9rem;
  height: 2px;
  background: linear-gradient(90deg, var(--warm-500), var(--purple-500));
  border-radius: 2px;
}
.ls-family-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
}
.ls-family {
  padding: 1.5rem 1.4rem 1.4rem;
  border-radius: 14px;
  background: white;
  border: 1px solid var(--line);
  border-left: 4px solid var(--warm-500);
  transition: transform 160ms ease, box-shadow 160ms ease, border-left-color 160ms ease;
  min-height: 10rem;
}
.ls-family:nth-child(2n) {
  border-left-color: var(--purple-500);
}
.ls-family:nth-child(3n) {
  border-left-color: var(--sage-500);
}
.ls-family:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(168, 85, 247, 0.1);
}
.ls-family h3 {
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.008em;
  margin: 0 0 0.5rem;
}
.ls-family p {
  color: var(--body);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
}
.ls-variants {
  margin-top: 2.4rem;
  padding: 1.3rem 1.5rem;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--warm-50), var(--purple-50));
  border: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem 1.4rem;
}
.ls-variants__label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--warm-700);
  margin: 0;
  min-width: max-content;
}
.ls-variants ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.ls-variants li {
  padding: 0.45rem 0.95rem;
  background: white;
  border: 1px solid var(--warm-200);
  border-radius: 999px;
  color: var(--warm-700);
  font-size: 0.85rem;
  font-weight: 700;
}
.ls-phase-track {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.7rem;
}
.ls-phase {
  position: relative;
  padding: 1.4rem 1.05rem 1.3rem;
  border-radius: 14px;
  background: white;
  border: 1px solid var(--line);
  min-height: 13rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  box-shadow: 0 8px 24px rgba(168, 85, 247, 0.06);
}
.ls-phase__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--warm-500), var(--purple-500));
  color: white;
  font-size: 0.85rem;
  font-weight: 800;
  margin-bottom: 0.55rem;
  box-shadow: 0 6px 14px rgba(241, 115, 22, 0.25);
}
.ls-phase h3 {
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.008em;
  line-height: 1.25;
  margin: 0 0 0.2rem;
}
.ls-phase p {
  color: var(--body);
  font-size: 0.84rem;
  line-height: 1.5;
  margin: 0;
}
.ls-program-quote {
  margin: 2.6rem auto 0;
  max-width: 720px;
  text-align: center;
  color: var(--purple-700);
  font-size: clamp(1.3rem, 2.6vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.4;
  font-style: italic;
}
.ls-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  background: white;
  box-shadow: 0 24px 60px rgba(168, 85, 247, 0.08);
}
.ls-compare__head {
  padding: 1.1rem 1.5rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ls-compare__head--thing {
  background: var(--cream-100);
  color: var(--ink-soft);
}
.ls-compare__head--ls {
  background: linear-gradient(135deg, var(--warm-500), var(--purple-500));
  color: white;
}
.ls-compare__cell {
  padding: 1.35rem 1.5rem 1.3rem;
  border-top: 1px solid var(--line);
}
.ls-compare__cell--thing {
  background: var(--cream-50);
}
.ls-compare__cell--ls {
  background: white;
  border-left: 1px solid var(--line);
  display: flex;
  align-items: center;
}
.ls-compare__cell--thing h4 {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
}
.ls-compare__cell--thing p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
  margin: 0;
}
.ls-compare__cell--ls p {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 600;
  margin: 0;
  position: relative;
  padding-left: 1.6rem;
}
.ls-compare__cell--ls p::before {
  content: "→";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, var(--warm-500), var(--purple-500));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 900;
  font-size: 1.2rem;
}
.ls-privacy-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4.4rem);
  align-items: start;
}
.ls-privacy-list {
  list-style: none;
  padding: 1.6rem 1.7rem;
  margin: 0;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, var(--sage-100), var(--cream-100));
  display: grid;
  gap: 1rem;
}
.ls-privacy-list li {
  position: relative;
  padding-left: 1.9rem;
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.6;
  font-weight: 500;
}
.ls-privacy-list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--warm-500), var(--purple-500));
  box-shadow: 0 0 0 4px rgba(168, 85, 247, 0.16);
}
.ls-inside-grid {
  display: grid;
  gap: 1.4rem;
  margin-top: 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.ls-inside-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.8rem 1.7rem;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: var(--cream-50);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.ls-inside-card:hover {
  transform: translateY(-2px);
  border-color: rgba(241, 115, 22, 0.35);
  box-shadow: 0 12px 32px -16px rgba(86, 52, 122, 0.18);
}
.ls-inside-card--feature {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(255, 247, 237, 0.95), rgba(245, 232, 251, 0.85));
  border: 1px solid rgba(241, 115, 22, 0.3);
}
.ls-inside-card--feature .ls-inside-card__title {
  font-size: clamp(1.5rem, 2.2vw, 1.95rem);
}
.ls-inside-card--ai {
  background: linear-gradient(135deg, var(--purple-50), var(--cream-50));
  border-color: rgba(168, 85, 247, 0.28);
}
.ls-inside-card--coming {
  background: var(--cream-100);
  border-style: dashed;
}
.ls-inside-card__eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--warm-700, #c2410c);
  margin: 0;
}
.ls-inside-card--ai .ls-inside-card__eyebrow {
  color: var(--purple-600, #56347a);
}
.ls-inside-card--coming .ls-inside-card__eyebrow {
  color: var(--ink-soft);
}
.ls-inside-card__title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--ink);
}
.ls-inside-card__copy {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.6;
}
.ls-inside-card__bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.ls-inside-card__bullets li {
  position: relative;
  padding-left: 1.3rem;
  color: var(--ink-soft);
  font-size: 0.93rem;
  line-height: 1.5;
}
.ls-inside-card__bullets li::before {
  content: "·";
  position: absolute;
  left: 0.45rem;
  top: -0.05rem;
  font-weight: 900;
  color: var(--warm-500);
  font-size: 1.4rem;
  line-height: 1;
}
.ls-inside-card__tags {
  list-style: none;
  margin: 0.4rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.ls-inside-card__tags li {
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--line);
  color: var(--ink-soft);
}
.ls-inside-card__link {
  align-self: flex-start;
  margin-top: 0.4rem;
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--warm-700, #c2410c);
  text-decoration: none;
}
.ls-inside-card__link:hover {
  text-decoration: underline;
}
.ls-taste-list {
  list-style: none;
  margin: 2.5rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.2rem;
  counter-reset: taste;
}
.ls-taste-item {
  display: grid;
  grid-template-columns: minmax(3.4rem, auto) 1fr;
  gap: 1.2rem;
  align-items: start;
  padding: 1.3rem 1.4rem;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
}
.ls-taste-item__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.2rem;
  height: 3.2rem;
  padding: 0 0.55rem;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--warm-500), var(--purple-500));
  color: #fff;
  font-weight: 900;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}
.ls-taste-item__title {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--ink);
}
.ls-taste-item__copy {
  margin: 0.4rem 0 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}
.ls-taste-note {
  margin-top: 1.8rem;
  font-style: italic;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.6;
}
.ls-access {
  background: linear-gradient(180deg, var(--warm-50) 0%, var(--purple-50) 100%);
  border-block: 1px solid var(--line);
  padding-block: clamp(3.6rem, 7vw, 6rem);
}
.ls-access-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.ls-access__intro h2 {
  font-size: clamp(2rem, 4.4vw, 3rem);
  max-width: 18ch;
}
.ls-promise-list {
  list-style: none;
  padding: 0;
  margin: 1.7rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.2rem;
}
.ls-promise-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 700;
}
.ls-promise__tick {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--warm-100), var(--purple-100));
  color: var(--warm-600);
  font-size: 0.72rem;
  font-weight: 900;
}
.ls-form {
  padding: clamp(1.6rem, 3.5vw, 2.2rem);
  border-radius: 22px;
  background: white;
  border: 1px solid var(--line);
  box-shadow: 0 36px 80px rgba(168, 85, 247, 0.14), 0 8px 20px rgba(241, 115, 22, 0.06);
  position: relative;
  overflow: hidden;
}
.ls-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--warm-500), var(--purple-500));
}
.ls-form h3 {
  color: var(--ink);
  font-size: clamp(1.4rem, 2.6vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.15;
}
.ls-form > p {
  color: var(--body);
  line-height: 1.6;
  margin: 0.65rem 0 1.3rem;
  font-size: 0.96rem;
}
.ls-form__note {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.6;
  margin-top: 1rem;
}
.ls-access--waitlist {
  background: radial-gradient(600px 300px at 100% 0%, rgba(241, 115, 22, 0.08), transparent 60%), radial-gradient(700px 400px at 0% 100%, rgba(168, 85, 247, 0.1), transparent 60%), linear-gradient(180deg, var(--warm-50) 0%, var(--purple-50) 100%);
}
.ls-vip-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--warm-500), var(--purple-500));
  color: white;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(241, 115, 22, 0.28);
  margin-bottom: 1.1rem;
}
.ls-vip-badge__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
  animation: ls-pulse 2.4s ease-in-out infinite;
}
.ls-perks {
  margin-top: 1.8rem;
  padding: 1.3rem 1.4rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--line);
  backdrop-filter: blur(8px);
}
.ls-perks__label {
  color: var(--warm-700);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 0.85rem;
}
.ls-perks ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}
.ls-perks li {
  display: grid;
  grid-template-columns: 1.2rem 1fr;
  gap: 0.65rem;
  align-items: start;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.5;
  font-weight: 500;
}
.ls-perks__star {
  background: linear-gradient(135deg, var(--warm-500), var(--purple-500));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 900;
  font-size: 1rem;
  margin-top: 0.1rem;
}
.ls-form--waitlist {
  position: relative;
}
.ls-form--waitlist::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(241, 115, 22, 0.22), rgba(168, 85, 247, 0.28));
  filter: blur(28px);
  z-index: -1;
  pointer-events: none;
}
.ls-form__submit {
  width: 100%;
  margin-top: 0.4rem;
}
.ls-closing {
  text-align: center;
  background: radial-gradient(900px 500px at center, rgba(241, 115, 22, 0.05), transparent 60%), linear-gradient(180deg, var(--purple-50), var(--cream-50));
}
.ls-closing .ls-wrap {
  max-width: 880px;
}
.ls-closing .ls-eyebrow, .ls-closing h2, .ls-closing .ls-lead, .ls-closing .ls-btn {
  margin-inline: auto;
}
.ls-closing h2 {
  font-size: clamp(2.4rem, 5.6vw, 4.2rem);
  max-width: 18ch;
  font-weight: 700;
}
.ls-closing .ls-lead {
  max-width: 640px;
  margin-top: 1.3rem;
}
.ls-closing .ls-btn {
  margin-top: 2.2rem;
}
.ls-disclaimer {
  margin: 3rem auto 0;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.65;
  max-width: 760px;
}
@media (max-width: 1180px) {
  .ls-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
  }
  .ls-family-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ls-lanes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ls-phase-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 980px) {
  .ls-hero {
    background-image: linear-gradient(98deg, rgba(254, 252, 250, 0.99) 0%, rgba(254, 247, 240, 0.94) 58%, rgba(254, 247, 240, 0.4) 100%), var(--hero-image);
    background-attachment: scroll;
  }
  .ls-band {
    background-attachment: scroll;
  }
  .ls-define, .ls-ai-grid, .ls-privacy-grid, .ls-access-grid {
    grid-template-columns: 1fr;
  }
  .ls-why-grid, .ls-day-grid {
    grid-template-columns: 1fr;
  }
  .ls-ai__bullets ul {
    grid-template-columns: 1fr;
  }
  .ls-compare {
    grid-template-columns: 1fr;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    gap: 0.7rem;
    overflow: visible;
  }
  .ls-compare__head--thing, .ls-compare__head--ls {
    display: none;
  }
  .ls-compare__cell {
    padding: 1.1rem 1.25rem 1.2rem;
    border: 1px solid var(--line);
    border-radius: 14px;
    border-top: 1px solid var(--line);
    box-shadow: 0 10px 24px rgba(168, 85, 247, 0.05);
  }
  .ls-compare__cell--thing {
    background: var(--cream-50);
    margin-top: 0.4rem;
  }
  .ls-compare__cell--ls {
    margin-bottom: 0.6rem;
    background: linear-gradient(135deg, var(--warm-50), var(--purple-50));
    border-left: 1px solid var(--line);
    display: block;
  }
}
.ls-compare__tag {
  display: none;
}
@media (max-width: 980px) {
  .ls-compare__tag {
    display: inline-block;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.55rem;
  }
  .ls-compare__tag--thing {
    color: var(--muted);
  }
  .ls-compare__tag--ls {
    background: linear-gradient(135deg, var(--warm-500), var(--purple-500));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
@media (max-width: 720px) {
  .site-header__inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .site-header nav {
    flex-wrap: wrap;
    gap: 0.7rem;
  }
  .ls-hero {
    min-height: 620px;
    background-position: 62% center;
  }
  .ls-lang {
    left: 1rem;
    right: auto;
  }
  .ls-hero__content {
    padding-top: 3.4rem;
  }
  .ls-hero__line {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }
  .ls-hero__line--main {
    font-size: clamp(2.3rem, 11vw, 3rem);
  }
  .ls-hero__line--post {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
  }
  .ls-stats__grid, .ls-family-grid, .ls-lanes, .ls-phase-track {
    grid-template-columns: 1fr;
  }
  .ls-equation {
    flex-direction: column;
    align-items: center;
  }
  .ls-variants {
    flex-direction: column;
    align-items: flex-start;
  }
  .ls-rules ul {
    grid-template-columns: 1fr;
  }
  .ls-band {
    min-height: 360px;
  }
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --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;
    }
  }
}
