/*! tailwindcss v4.3.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;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --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-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-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --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 {
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .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-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);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .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-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));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .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-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));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .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-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
:root {
  --msc-navy: #06183d;
  --msc-deep: #03122f;
  --msc-blue: #0b5bd3;
  --msc-sky: #2f8cff;
  --msc-aqua: #8fc5ff;
  --msc-aqua-dark: #245fdb;
  --msc-yellow: #f7be29;
  --msc-cream: #f2f7ff;
  --msc-white: #fff;
  --msc-ink: #071b35;
  --msc-muted: #607991;
  --msc-line: rgba(24,87,170,.16);
  --msc-shell: min(1240px,calc(100% - 48px));
}
html {
  scroll-behavior: smooth;
}
section[id] {
  scroll-margin-top: 84px;
}
body.msc-site {
  margin: 0;
  background: #e8f0ff;
  color: var(--msc-ink);
  font-family: Inter,Manrope,"Segoe UI",Arial,sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.msc-site *,body.msc-site *::before,body.msc-site *::after {
  box-sizing: border-box;
}
body.msc-site img {
  display: block;
  width: 100%;
}
body.msc-site a {
  color: inherit;
}
body.msc-site button,body.msc-site input,body.msc-site select,body.msc-site textarea {
  font: inherit;
}
.msc-shell {
  width: var(--msc-shell);
  margin-inline: auto;
}
.msc-eyebrow {
  margin: 0 0 14px;
  color: var(--msc-aqua);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.msc-centered {
  text-align: center;
}
.msc-section {
  padding: 88px 0;
}
.msc-section-heading {
  margin-bottom: 40px;
}
.msc-section-heading h2 {
  margin: 0;
  font-size: clamp(2.3rem,4.5vw,4.4rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 850;
}
.msc-section-heading h2 em {
  color: var(--msc-aqua-dark);
  font-style: normal;
}
.msc-heading-split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 72px;
  align-items: end;
}
.msc-heading-split>p {
  margin: 0;
  color: var(--msc-muted);
  font-size: 1.02rem;
  max-width: 560px;
}
.msc-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background: linear-gradient(180deg,rgba(2,20,56,.9),rgba(4,48,112,.12));
  color: #fff;
}
.msc-header-inner {
  height: 82px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.msc-brand {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  min-width: 245px;
}
.msc-brand-palm {
  font-size: 1.7rem;
  color: #fff;
  transform: rotate(15deg);
}
.msc-brand-copy {
  display: grid;
  line-height: 1;
}
.msc-brand-copy strong {
  font-size: 1.08rem;
  letter-spacing: -.03em;
  font-weight: 900;
}
.msc-brand-copy strong span {
  color: #79c7ff;
}
.msc-brand-copy small {
  margin-top: 5px;
  font-size: .51rem;
  letter-spacing: .15em;
  font-weight: 800;
  color: #d7eaff;
}
.msc-nav {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-left: auto;
}
.msc-nav a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .07em;
  color: #eafaff;
  transition: opacity .2s ease;
}
.msc-nav a:hover {
  opacity: .65;
}
.msc-mobile-menu {
  display: none;
}
.msc-button,.msc-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .04em;
  transition: transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.msc-button {
  border: 1px solid var(--msc-yellow);
  background: var(--msc-yellow);
  color: #142c38 !important;
  box-shadow: 0 12px 28px rgba(247,190,41,.22);
}
.msc-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(247,190,41,.32);
}
.msc-button-secondary {
  border: 1px solid rgba(255,255,255,.75);
  background: rgba(4,50,78,.18);
  color: #fff !important;
  backdrop-filter: blur(8px);
}
.msc-button-secondary:hover {
  transform: translateY(-2px);
  background: rgba(4,50,78,.35);
}
.msc-button-small {
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: .64rem;
}
.msc-button-full {
  width: 100%;
  border: 0;
}
.msc-hero {
  position: relative;
  min-height: 760px;
  padding-top: 82px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background: #0b3d91;
}
.msc-hero-bg {
  position: absolute;
  inset: -2%;
  background-image: url('https://midnightsocial.club/wp-content/uploads/2026/08/Havana-turquoise-classic-car.jpg');
  background-size: cover;
  background-position: 61% 47%;
  transform: scale(1.05);
  filter: saturate(1.06) hue-rotate(-16deg) contrast(1.03);
  will-change: transform,background-position;
}
.msc-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(3,18,47,.99) 0%,rgba(5,45,105,.88) 35%,rgba(11,91,211,.40) 64%,rgba(32,164,255,.08) 100%),linear-gradient(0deg,rgba(2,18,46,.74) 0%,rgba(2,18,46,0) 46%);
}
.msc-moving-car {
  position: absolute;
  z-index: 2;
  left: 65%;
  bottom: 105px;
  width: 210px;
  pointer-events: none;
  filter: drop-shadow(0 18px 18px rgba(0,18,60,.32));
  opacity: .95;
  transform: translateX(-50%);
  will-change: transform;
}
.msc-moving-car svg {
  display: block;
  width: 100%;
  overflow: visible;
}
.msc-car-body {
  fill: #0c55d6;
  stroke: #9dcbff;
  stroke-width: 3;
}
.msc-car-window {
  fill: #dceeff;
  stroke: #8fb7ef;
  stroke-width: 2;
}
.msc-car-chrome {
  fill: none;
  stroke: #d9e9ff;
  stroke-width: 3;
  stroke-linecap: round;
}
.msc-car-wheel {
  fill: #07152f;
  stroke: #9db8dc;
  stroke-width: 3;
  transform-box: fill-box;
  transform-origin: center;
}
.msc-car-hub {
  fill: #e5f1ff;
  stroke: #567db6;
  stroke-width: 2;
}
.msc-car-light {
  fill: #ffe273;
  filter: drop-shadow(0 0 7px rgba(255,225,115,.9));
}
.msc-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: -30% -20%;
  pointer-events: none;
  background: repeating-linear-gradient(114deg,transparent 0 150px,rgba(108,197,255,.13) 152px 154px,transparent 158px 250px);
  mix-blend-mode: screen;
  opacity: .75;
  transform: translateX(-24%);
}
.msc-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -12%;
  right: -12%;
  bottom: 8%;
  height: 22%;
  pointer-events: none;
  background: radial-gradient(ellipse at center,rgba(45,143,255,.24),transparent 64%);
  filter: blur(10px);
  opacity: .8;
}
.msc-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 86px 0 130px;
}
.msc-hero-copy {
  max-width: 680px;
  color: #fff;
}
.msc-hero-copy .msc-eyebrow {
  color: #8fd5ff;
}
.msc-hero h1 {
  margin: 0;
  font-size: clamp(3.7rem,6vw,6.7rem);
  line-height: .93;
  letter-spacing: -.055em;
  font-weight: 900;
}
.msc-hero h1 em {
  display: inline-block;
  margin-top: 8px;
  color: var(--msc-yellow);
  font-style: italic;
  font-weight: 850;
}
.msc-hero-lede {
  margin: 25px 0 0;
  max-width: 650px;
  color: #edf3ff;
  font-size: 1.08rem;
  line-height: 1.62;
}
.msc-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.msc-benefit-strip {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(6,1fr);
  padding: 16px 18px;
  border: 1px solid rgba(103,172,255,.28);
  border-radius: 18px;
  background: linear-gradient(90deg,rgba(4,24,63,.96),rgba(9,61,151,.94));
  box-shadow: 0 20px 42px rgba(0,27,74,.26),0 0 42px rgba(28,108,255,.12);
  backdrop-filter: blur(8px);
  color: #fff;
}
.msc-benefit-strip>div {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  align-items: center;
  padding: 4px 15px;
  border-left: 1px solid rgba(255,255,255,.22);
  transition: transform .25s ease,background .25s ease;
}
.msc-benefit-strip>div:hover {
  transform: translateY(-3px);
  background: rgba(70,139,255,.10);
  border-radius: 12px;
}
.msc-benefit-strip>div:first-child {
  border-left: 0;
}
.msc-benefit-strip .msc-icon {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(146,204,255,.68);
  border-radius: 12px;
  color: #91ceff;
  font-size: 1.4rem;
  font-weight: 800;
  box-shadow: inset 0 0 16px rgba(58,133,255,.12),0 0 16px rgba(48,130,255,.08);
}
.msc-benefit-strip p {
  margin: 0;
  line-height: 1.2;
}
.msc-benefit-strip strong {
  display: block;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.msc-benefit-strip small {
  display: block;
  margin-top: 4px;
  color: #dce8ff;
  font-size: .66rem;
  line-height: 1.25;
}
.msc-destination-section {
  background: linear-gradient(180deg,#eef5ff 0%,#dfeeff 100%);
  position: relative;
  overflow: hidden;
}
.msc-destination-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 18px;
}
.msc-place {
  position: relative;
  min-height: 345px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(8,48,117,.16);
  background: #083a84;
  transition: transform .3s ease,box-shadow .3s ease;
}
.msc-place img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease,filter .4s ease;
  will-change: transform,object-position;
}
.msc-place video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #083a84;
}
.msc-place-featured img {
  filter: saturate(1.05) hue-rotate(-16deg) contrast(1.03);
}
.msc-place:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 52px rgba(8,48,117,.24);
}
.msc-place:hover img {
  transform: scale(1.055);
  filter: saturate(1.08) contrast(1.03);
}
.msc-place-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg,rgba(3,18,58,.94) 0%,rgba(7,49,132,.20) 70%);
}
.msc-place-featured {
  outline: 3px solid rgba(32,164,255,.58);
  outline-offset: -3px;
}
.msc-place-copy {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 24px;
  color: #fff;
}
.msc-place-copy span {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(20,112,223,.92);
  font-size: .6rem;
  font-weight: 900;
  letter-spacing: .08em;
  box-shadow: 0 0 18px rgba(32,164,255,.18);
}
.msc-place-copy h3 {
  margin: 0 0 8px;
  font-size: 3.1rem;
  line-height: .9;
  text-transform: uppercase;
  letter-spacing: -.05em;
  font-weight: 900;
}
.msc-place-copy p {
  margin: 0 0 14px;
  max-width: 380px;
  color: #e7f8fb;
  font-size: .9rem;
}
.msc-place-copy a {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 7px;
  background: var(--msc-yellow);
  color: #183242;
  text-decoration: none;
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}
.msc-place-colombia::before,.msc-place-colombia::after {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.msc-place-colombia::before {
  inset: -12%;
  background: radial-gradient(circle at 18% 22%,rgba(255,205,86,.30) 0 2px,transparent 4px),radial-gradient(circle at 72% 18%,rgba(255,105,180,.22) 0 3px,transparent 5px),radial-gradient(circle at 82% 58%,rgba(80,170,255,.28) 0 2px,transparent 4px),radial-gradient(circle at 34% 72%,rgba(255,255,255,.18) 0 2px,transparent 4px);
  background-size: 110px 110px,145px 145px,130px 130px,95px 95px;
  mix-blend-mode: screen;
  opacity: .72;
}
.msc-place-colombia::after {
  left: -15%;
  right: -15%;
  top: -20%;
  height: 72%;
  background: linear-gradient(112deg,transparent 25%,rgba(255,214,108,.12) 42%,rgba(91,151,255,.16) 52%,transparent 70%);
  filter: blur(3px);
  opacity: .85;
}
.msc-place-mexico .msc-place-shade {
  background: linear-gradient(0deg,rgba(3,18,58,.92) 0%,rgba(7,49,132,.14) 62%,rgba(4,29,83,.04) 100%);
}
.msc-place-mexico .msc-mexico-video {
  filter: saturate(1.08) contrast(1.03) brightness(.96);
}
.msc-why {
  background: #fff;
}
.msc-value-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
.msc-value-grid article {
  min-height: 205px;
  padding: 28px;
  border: 1px solid #d6edf3;
  border-radius: 18px;
  background: linear-gradient(180deg,#fff,#f7fdff);
  box-shadow: 0 10px 30px rgba(5,72,105,.05);
}
.msc-value-grid span {
  color: var(--msc-aqua-dark);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.msc-value-grid h3 {
  margin: 32px 0 9px;
  font-size: 1.32rem;
  line-height: 1.1;
}
.msc-value-grid p {
  margin: 0;
  color: var(--msc-muted);
  font-size: .89rem;
}
.msc-how {
  background: linear-gradient(120deg,#071d4d 0%,#0b4ead 48%,#167fe2 100%);
  background-size: 180% 180%;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.msc-how .msc-eyebrow {
  color: #9fd6ff;
}
.msc-how-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(0,52,84,.18);
}
.msc-how-grid>div {
  padding: 34px 28px;
  border-left: 1px solid rgba(255,255,255,.2);
  transition: background .25s ease,transform .25s ease;
}
.msc-how-grid>div:hover {
  background: rgba(83,156,255,.12);
  transform: translateY(-3px);
}
.msc-how-grid>div:first-child {
  border-left: 0;
}
.msc-how-grid span {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(145deg,#fff,#dceeff);
  color: #0a58bf;
  font-size: .72rem;
  font-weight: 900;
  box-shadow: 0 0 0 7px rgba(78,154,255,.12),0 0 26px rgba(87,169,255,.24);
}
.msc-how-grid h3 {
  margin: 28px 0 8px;
  font-size: 1.22rem;
}
.msc-how-grid p {
  margin: 0;
  color: #dff9fb;
  font-size: .88rem;
}
.msc-community {
  background: linear-gradient(180deg,#e8f2ff,#d9eaff);
  padding: 72px 0;
}
.msc-community-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 24px;
  align-items: stretch;
}
.msc-community-copy {
  padding: 44px;
  border-radius: 22px;
  background: linear-gradient(135deg,#071a45,#0b4cab 58%,#176fd2);
  background-size: 180% 180%;
  color: #fff;
  box-shadow: 0 24px 54px rgba(12,67,154,.18);
}
.msc-community-copy h2 {
  margin: 0;
  font-size: clamp(2.5rem,4vw,4rem);
  line-height: 1;
  letter-spacing: -.045em;
}
.msc-community-copy p:not(.msc-eyebrow) {
  color: #e2ebff;
  max-width: 560px;
}
.msc-community-photo {
  min-height: 430px;
  border-radius: 22px;
  overflow: hidden;
}
.msc-community-photo img {
  height: 100%;
  object-fit: cover;
}
.msc-safety {
  background: #fff;
}
.msc-safety-grid {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 64px;
  align-items: start;
}
.msc-safety-grid h2 {
  margin: 0 0 18px;
  font-size: clamp(2.5rem,4.3vw,4.4rem);
  line-height: 1;
  letter-spacing: -.045em;
}
.msc-safety-grid>div:first-child>p:not(.msc-eyebrow) {
  color: var(--msc-muted);
}
.msc-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.msc-trust-grid>div {
  padding: 24px;
  border-radius: 16px;
  background: #f3f7ff;
  border: 1px solid #d6e5f6;
  transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.msc-trust-grid>div:hover {
  transform: translateY(-4px);
  border-color: #a9c9f2;
  box-shadow: 0 16px 34px rgba(29,82,155,.10);
}
.msc-trust-grid strong {
  display: block;
  margin-bottom: 7px;
  color: #174b9f;
}
.msc-trust-grid span {
  display: block;
  color: #648493;
  font-size: .84rem;
}
.msc-faq {
  background: linear-gradient(180deg,#eef4ff,#fff);
}
.msc-faq-grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
}
.msc-faq details {
  border: 1px solid #d3e1f5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(24,72,142,.05);
  overflow: hidden;
  transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.msc-faq details:hover {
  transform: translateY(-2px);
  border-color: #b7d0f2;
  box-shadow: 0 14px 30px rgba(24,72,142,.09);
}
.msc-faq summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 20px 52px 20px 22px;
  color: #174b9f;
  font-weight: 850;
}
.msc-faq summary::-webkit-details-marker {
  display: none;
}
.msc-faq summary::after {
  content: '+';
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e5f0ff;
  color: #176dd1;
  font-size: 1.1rem;
  font-weight: 900;
}
.msc-faq details[open] summary::after {
  content: '–';
}
.msc-faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: #648493;
  font-size: .9rem;
}
.msc-apply {
  background: linear-gradient(120deg,#031634 0%,#082e70 48%,#0b4fb0 100%);
  background-size: 180% 180%;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.msc-apply-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 58px;
  align-items: start;
}
.msc-apply-copy {
  position: sticky;
  top: 34px;
}
.msc-apply-copy h2 {
  margin: 0;
  font-size: clamp(3rem,5vw,5rem);
  line-height: .97;
  letter-spacing: -.05em;
}
.msc-apply-copy>p:not(.msc-eyebrow) {
  color: #e1eaff;
}
.msc-apply-copy ul {
  margin: 30px 0 0;
  padding-left: 19px;
  color: #c8d9ff;
}
.msc-apply-copy li {
  margin: 8px 0;
}
.msc-form-card {
  padding: 34px;
  border-radius: 20px;
  background: #fff;
  color: var(--msc-ink);
  box-shadow: 0 26px 70px rgba(0,28,43,.25);
}
.msc-form {
  display: grid;
  gap: 17px;
}
.msc-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.msc-form label {
  display: grid;
  gap: 7px;
  font-size: .75rem;
  font-weight: 800;
  color: #365d70;
}
.msc-form input,.msc-form select,.msc-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;
  border: 1px solid #c9e1e8;
  border-radius: 10px;
  outline: 0;
  background: #f9fdfe;
  color: #173a4b;
}
.msc-form textarea {
  min-height: 112px;
  resize: vertical;
}
.msc-form input:focus,.msc-form select:focus,.msc-form textarea:focus {
  border-color: #3d8eff;
  box-shadow: 0 0 0 3px rgba(61,142,255,.13);
}
.msc-optional {
  color: #83a0ae;
  font-weight: 500;
}
.msc-consent {
  display: grid !important;
  grid-template-columns: 18px 1fr;
  gap: 10px !important;
  align-items: start;
  font-size: .7rem !important;
  line-height: 1.45;
  font-weight: 500 !important;
  color: #688895 !important;
}
.msc-consent input {
  width: 17px !important;
  height: 17px !important;
  min-height: 17px !important;
  margin: 2px 0 0;
  padding: 0 !important;
  accent-color: var(--msc-aqua-dark);
}
.msc-form-note {
  margin: 0;
  color: #7c98a4;
  font-size: .68rem;
  line-height: 1.45;
}
.msc-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.msc-notice {
  margin-bottom: 20px;
  padding: 13px 15px;
  border-radius: 10px;
  font-size: .82rem;
}
.msc-notice-success {
  background: #e8faf3;
  color: #175f49;
  border: 1px solid #b8ead8;
}
.msc-notice-error {
  background: #fff0f0;
  color: #8e3333;
  border: 1px solid #f0c0c0;
}
.msc-footer {
  background: #020f2b;
  color: #fff;
}
.msc-footer-main {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 54px;
  padding: 48px 0 30px;
}
.msc-footer-brand h2 {
  margin: 0 0 12px;
  font-size: 2.1rem;
  letter-spacing: -.04em;
}
.msc-footer-brand p {
  margin: 0;
  max-width: 620px;
  color: #a9ced9;
  font-size: .82rem;
}
.msc-footer-links {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 12px 28px;
  align-content: start;
}
.msc-footer-links a {
  text-decoration: none;
  color: #d5edf2;
  font-size: .78rem;
}
.msc-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 20px 0 28px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: #759dac;
  font-size: .65rem;
  line-height: 1.5;
}
.msc-footer-bottom p {
  margin: 0;
  max-width: 760px;
}
.msc-mobile-apply {
  display: none;
}
@media (prefers-reduced-motion:no-preference) {
  .msc-hero-bg {
    animation: msc-hero-drive 5.6s cubic-bezier(.45,.05,.55,.95) infinite alternate;
  }
  .msc-moving-car {
    animation: msc-car-cross 10.5s linear infinite;
  }
  .msc-car-wheel {
    animation: msc-wheel-spin .75s linear infinite;
  }
  .msc-hero::before {
    animation: msc-speed-lines 8s linear infinite;
  }
  .msc-hero-copy>* {
    animation: msc-rise .65s both;
  }
  .msc-hero-copy>*:nth-child(2) {
    animation-delay: .08s;
  }
  .msc-hero-copy>*:nth-child(3) {
    animation-delay: .15s;
  }
  .msc-hero-copy>*:nth-child(4) {
    animation-delay: .22s;
  }
  .msc-button {
    position: relative;
    overflow: hidden;
  }
  .msc-button::after {
    content: "";
    position: absolute;
    top: -70%;
    bottom: -70%;
    width: 34%;
    left: -50%;
    pointer-events: none;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent);
    transform: rotate(18deg);
    animation: msc-button-shine 4.8s ease-in-out infinite;
  }
  .msc-place img {
    animation: msc-photo-drift 9s ease-in-out infinite alternate;
  }
  .msc-place-featured img {
    animation: msc-cuba-drive 5.4s ease-in-out infinite alternate;
  }
  .msc-place:nth-child(2) img {
    animation-delay: -3.5s;
  }
  .msc-place:nth-child(3) img {
    animation-delay: -7s;
  }
  .msc-place-colombia::before {
    animation: msc-festival-specks 5.8s ease-in-out infinite alternate;
  }
  .msc-place-colombia::after {
    animation: msc-festival-glow 7.2s ease-in-out infinite alternate;
  }
  .msc-value-grid article {
    animation: msc-card-float 6.5s ease-in-out infinite alternate;
  }
  .msc-value-grid article:nth-child(2),.msc-value-grid article:nth-child(5) {
    animation-delay: -2s;
  }
  .msc-value-grid article:nth-child(3),.msc-value-grid article:nth-child(6) {
    animation-delay: -4s;
  }
  .msc-community-photo img {
    animation: msc-photo-zoom 12s ease-in-out infinite alternate;
  }
  .msc-how,.msc-community-copy,.msc-apply {
    animation: msc-gradient-flow 12s ease-in-out infinite alternate;
  }
  @keyframes msc-rise {
    from {
      opacity: 0;
      transform: translateY(14px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes msc-hero-drive {
    0% {
      background-position: 82% 47%;
      transform: translateX(4%) scale(1.09);
    }
    100% {
      background-position: 44% 47%;
      transform: translateX(-5%) scale(1.17);
    }
  }
  @keyframes msc-car-cross {
    0% {
      transform: translateX(-115vw) translateY(0) scale(.92);
    }
    45% {
      transform: translateX(-22vw) translateY(-2px) scale(1);
    }
    100% {
      transform: translateX(52vw) translateY(0) scale(.98);
    }
  }
  @keyframes msc-wheel-spin {
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes msc-speed-lines {
    0% {
      transform: translateX(-28%);
    }
    100% {
      transform: translateX(28%);
    }
  }
  @keyframes msc-button-shine {
    0%,72% {
      left: -55%;
    }
    100% {
      left: 135%;
    }
  }
  @keyframes msc-photo-drift {
    0% {
      object-position: 45% center;
      transform: scale(1.02);
    }
    100% {
      object-position: 57% center;
      transform: scale(1.07);
    }
  }
  @keyframes msc-cuba-drive {
    0% {
      object-position: 64% center;
      transform: translateX(3%) scale(1.07);
    }
    100% {
      object-position: 43% center;
      transform: translateX(-4%) scale(1.13);
    }
  }
  @keyframes msc-card-float {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-4px);
    }
  }
  @keyframes msc-photo-zoom {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.045);
    }
  }
  @keyframes msc-gradient-flow {
    0% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 100% 50%;
    }
  }
  @keyframes msc-festival-specks {
    0% {
      transform: translate3d(-2%,-1%,0) scale(1);
      opacity: .52;
    }
    100% {
      transform: translate3d(3%,2%,0) scale(1.08);
      opacity: .88;
    }
  }
  @keyframes msc-festival-glow {
    0% {
      transform: translateX(-8%) rotate(-1deg);
      opacity: .45;
    }
    100% {
      transform: translateX(8%) rotate(1deg);
      opacity: .9;
    }
  }
}
@media (max-width:1050px) {
  :root {
    --msc-shell: min(100% - 36px,880px);
  }
  .msc-nav {
    display: none;
  }
  .msc-header .msc-button-small {
    display: none;
  }
  .msc-mobile-menu {
    display: block;
    margin-left: auto;
    position: relative;
  }
  .msc-mobile-menu summary {
    cursor: pointer;
    list-style: none;
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 999px;
    background: rgba(2,50,78,.35);
    color: #fff;
    text-transform: uppercase;
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .06em;
  }
  .msc-mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .msc-mobile-menu nav {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    width: 250px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 16px;
    background: rgba(3,43,68,.97);
    box-shadow: 0 20px 50px rgba(0,20,35,.28);
    backdrop-filter: blur(14px);
  }
  .msc-mobile-menu nav a {
    display: block;
    padding: 11px 12px;
    border-radius: 9px;
    color: #eafaff;
    text-decoration: none;
    font-size: .78rem;
    font-weight: 750;
  }
  .msc-mobile-menu nav a:hover {
    background: rgba(255,255,255,.08);
  }
  .msc-mobile-menu nav .msc-mobile-menu-cta {
    margin-top: 6px;
    background: var(--msc-yellow);
    color: #163242;
    font-weight: 900;
    text-align: center;
  }
  .msc-hero {
    min-height: 800px;
  }
  .msc-hero-bg {
    background-position: 62% center;
  }
  .msc-hero-copy {
    max-width: 600px;
  }
  .msc-benefit-strip {
    grid-template-columns: repeat(3,1fr);
    bottom: 18px;
  }
  .msc-benefit-strip>div:nth-child(4) {
    border-left: 0;
  }
  .msc-destination-grid {
    grid-template-columns: 1fr 1fr;
  }
  .msc-place:last-child {
    grid-column: 1/-1;
  }
  .msc-value-grid {
    grid-template-columns: 1fr 1fr;
  }
  .msc-how-grid {
    grid-template-columns: 1fr 1fr;
  }
  .msc-how-grid>div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.2);
  }
  .msc-how-grid>div:nth-child(4) {
    border-top: 1px solid rgba(255,255,255,.2);
  }
  .msc-community-grid,.msc-safety-grid,.msc-apply-grid,.msc-heading-split {
    grid-template-columns: 1fr;
  }
  .msc-apply-copy {
    position: static;
  }
}
@media (max-width:680px) {
  :root {
    --msc-shell: calc(100% - 28px);
  }
  body.msc-site {
    padding-bottom: 64px;
  }
  section[id] {
    scroll-margin-top: 74px;
  }
  .msc-header-inner {
    height: 72px;
  }
  .msc-brand {
    min-width: 0;
  }
  .msc-brand-copy strong {
    font-size: .9rem;
  }
  .msc-brand-copy small {
    font-size: .43rem;
  }
  .msc-brand-palm {
    font-size: 1.35rem;
  }
  .msc-mobile-menu nav {
    position: fixed;
    top: 70px;
    left: 14px;
    right: 14px;
    width: auto;
  }
  .msc-moving-car {
    left: 70%;
    bottom: 112px;
    width: 142px;
    opacity: .98;
    animation-duration: 6.8s;
  }
  .msc-hero {
    min-height: 700px;
    padding-top: 72px;
  }
  .msc-hero-bg {
    background-position: 78% center;
    transform: scale(1.08);
  }
  .msc-hero-overlay {
    background: linear-gradient(90deg,rgba(3,22,61,.98),rgba(8,56,145,.78)),linear-gradient(0deg,rgba(3,20,55,.76),rgba(3,20,55,.02));
  }
  .msc-hero-inner {
    padding: 72px 0 145px;
  }
  .msc-hero-copy {
    max-width: 100%;
  }
  .msc-hero h1 {
    font-size: clamp(3rem,14vw,4.25rem);
    line-height: .94;
  }
  .msc-hero-lede {
    font-size: .94rem;
    line-height: 1.52;
  }
  .msc-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 24px;
  }
  .msc-button,.msc-button-secondary {
    width: 100%;
  }
  .msc-benefit-strip {
    display: flex;
    grid-template-columns: none;
    gap: 8px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 10px;
    bottom: 12px;
    border-radius: 14px;
  }
  .msc-benefit-strip::-webkit-scrollbar {
    display: none;
  }
  .msc-benefit-strip>div {
    flex: 0 0 78%;
    scroll-snap-align: start;
    grid-template-columns: 38px 1fr;
    padding: 10px 11px;
    border: 0;
    border-radius: 10px;
    background: rgba(5,38,98,.48);
  }
  .msc-benefit-strip .msc-icon {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    font-size: 1rem;
  }
  .msc-benefit-strip strong {
    font-size: .66rem;
  }
  .msc-benefit-strip small {
    font-size: .61rem;
  }
  .msc-section {
    padding: 64px 0;
  }
  .msc-section-heading {
    margin-bottom: 30px;
  }
  .msc-section-heading h2 {
    font-size: 2.55rem;
  }
  .msc-destination-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    padding: 3px 1px 14px;
  }
  .msc-destination-grid::-webkit-scrollbar {
    display: none;
  }
  .msc-place,.msc-place:last-child {
    flex: 0 0 86%;
    grid-column: auto;
    min-height: 320px;
    scroll-snap-align: start;
  }
  .msc-place-copy {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
  .msc-place-copy h3 {
    font-size: 2.6rem;
  }
  .msc-place-copy p {
    font-size: .83rem;
  }
  .msc-value-grid,.msc-how-grid,.msc-trust-grid,.msc-field-row {
    grid-template-columns: 1fr;
  }
  .msc-value-grid article {
    min-height: 170px;
    padding: 24px;
  }
  .msc-value-grid h3 {
    margin-top: 22px;
  }
  .msc-how-grid>div {
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 26px 22px;
  }
  .msc-how-grid>div:first-child {
    border-top: 0;
  }
  .msc-how-grid h3 {
    margin-top: 20px;
  }
  .msc-community {
    padding: 58px 0;
  }
  .msc-community-copy {
    padding: 28px;
  }
  .msc-community-photo {
    min-height: 280px;
  }
  .msc-safety-grid {
    gap: 34px;
  }
  .msc-trust-grid>div {
    padding: 20px;
  }
  .msc-faq summary {
    padding: 18px 48px 18px 18px;
  }
  .msc-faq summary::after {
    right: 16px;
  }
  .msc-faq details p {
    padding: 0 18px 18px;
  }
  .msc-form-card {
    padding: 24px 18px;
  }
  .msc-footer-main {
    grid-template-columns: 1fr;
  }
  .msc-footer-bottom {
    display: grid;
  }
  .msc-mobile-apply {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    height: 64px;
    align-items: center;
    justify-content: center;
    background: var(--msc-yellow);
    color: #123246 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .04em;
    box-shadow: 0 -8px 24px rgba(0,44,65,.18);
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
