/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Inter, "Segoe UI", Arial, sans-serif;
    --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 {
  .visible {
    visibility: visible;
  }
  .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;
  }
  .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-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .form-checkbox {
    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;
    border-radius: 0px;
    &: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);
    }
    &:checked {
      border-color: transparent;
      background-color: currentColor;
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
    }
    &: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;
      }
    }
    &:checked:hover {
      border-color: transparent;
      background-color: currentColor;
    }
    &:checked:focus {
      border-color: transparent;
      background-color: currentColor;
    }
    &: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;
      }
    }
    &:indeterminate:hover {
      border-color: transparent;
      background-color: currentColor;
    }
    &:indeterminate:focus {
      border-color: transparent;
      background-color: currentColor;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .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-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-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);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-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-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\: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 {
  --deep: #0A5FCB;
  --digital: #158AFE;
  --aqua: #06D7F5;
  --violet: #9B13EA;
  --yellow: #FFD447;
  --orange: #FF764D;
  --green: #B8F25C;
  --cloud: #F7F8FA;
  --ink: #101820;
  --muted: #617181;
  --line: #DCE5ED;
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
  }
  body {
    background: #fff;
    color: var(--ink);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    line-height: 1.65;
    margin: 0;
    overflow-x: hidden;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  h1,	h2,	h3 {
    font-family: "Space Grotesk", "Century Gothic", sans-serif;
    font-weight: 650;
    letter-spacing: -0.035em;
  }
  button,	input,	textarea,	select {
    font: inherit;
  }
}
@layer components {
  .skip-link {
    background: var(--ink);
    color: #fff;
    left: 1rem;
    padding: 0.7rem 1rem;
    position: fixed;
    top: -100px;
    z-index: 1000;
  }
  .skip-link:focus {
    top: 1rem;
  }
  .site-header {
    align-items: center;
    background: rgba(255, 255, 255, 0.97);
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 2.5rem;
    grid-template-columns: minmax(300px, 1fr) auto auto;
    padding: 1.15rem 5vw;
    position: sticky;
    top: 0;
    z-index: 100;
  }
  body.admin-bar .site-header {
    top: 32px;
  }
  .brand {
    align-items: center;
    display: inline-flex;
    gap: 0.85rem;
    width: fit-content;
  }
  .brand-mark {
    align-items: center;
    background: var(--digital);
    border-radius: 14px;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    width: 48px;
  }
  .brand-mark i {
    background: var(--violet);
    border-radius: 50%;
    display: block;
    height: 15px;
    width: 15px;
  }
  .brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
  }
  .brand-copy strong {
    color: var(--deep);
    font-family: "Space Grotesk", "Century Gothic", sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: 0.02em;
  }
  .brand-copy strong span {
    color: var(--violet);
  }
  .brand-copy small {
    color: var(--muted);
    font-size: 0.68rem;
    margin-top: 0.45rem;
  }
  .primary-navigation {
    display: flex;
    gap: 2rem;
  }
  .primary-navigation a {
    color: #384756;
    font-size: 0.88rem;
    font-weight: 650;
    position: relative;
  }
  .primary-navigation a::after {
    background: var(--aqua);
    bottom: -0.35rem;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
    width: 100%;
  }
  .primary-navigation a:hover,	.primary-navigation a:focus-visible {
    color: var(--deep);
  }
  .primary-navigation a:hover::after,	.primary-navigation a:focus-visible::after {
    transform: scaleX(1);
  }
  .header-cta {
    border: 1px solid var(--deep);
    border-radius: 999px;
    color: var(--deep);
    font-size: 0.84rem;
    font-weight: 750;
    padding: 0.58rem 1rem;
    transition: background 180ms ease, color 180ms ease;
  }
  .header-cta:hover {
    background: var(--deep);
    color: #fff;
  }
  .hero {
    background: var(--deep);
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
    min-height: 650px;
    overflow: hidden;
    padding: 6.5rem 5vw 5.5rem;
    position: relative;
  }
  .hero::before {
    background: linear-gradient(90deg, transparent 0%, rgba(21, 138, 254, 0.42) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
  }
  .hero-content {
    align-self: center;
    max-width: 760px;
    position: relative;
    z-index: 2;
  }
  .eyebrow {
    color: var(--deep);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin: 0 0 1.2rem;
    text-transform: uppercase;
  }
  .eyebrow.light {
    color: #B8F4FC;
  }
  .hero h1 {
    font-size: clamp(3rem, 5.1vw, 5.35rem);
    line-height: 1.02;
    margin: 0;
    max-width: 830px;
    text-wrap: balance;
  }
  .hero-lead {
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.08rem;
    margin: 2rem 0 0;
    max-width: 650px;
  }
  .hero-signature {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.75rem;
    margin: 2.6rem 0 0;
  }
  .button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
  }
  .button-row.centered {
    justify-content: center;
  }
  .button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 750;
    justify-content: center;
    min-height: 48px;
    padding: 0.72rem 1.35rem;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease;
  }
  .button:hover {
    transform: translateY(-2px);
  }
  .button.primary {
    background: var(--yellow);
    color: var(--ink);
  }
  .button.primary:hover {
    background: #FFE17A;
  }
  .button.secondary {
    border-color: rgba(255, 255, 255, 0.68);
    color: #fff;
  }
  .button.secondary:hover {
    background: #fff;
    color: var(--deep);
  }
  .button.outline {
    border-color: var(--deep);
    color: var(--deep);
  }
  .button.outline:hover {
    background: var(--deep);
    color: #fff;
  }
  .button:focus-visible,	.header-cta:focus-visible,	.course-card a:focus-visible,	.light-link:focus-visible,	.site-footer a:focus-visible {
    outline: 3px solid var(--aqua);
    outline-offset: 4px;
  }
  .bridge-stage {
    align-self: center;
    min-height: 440px;
    position: relative;
    z-index: 2;
  }
  .bridge-network {
    height: auto;
    left: 2%;
    overflow: visible;
    position: absolute;
    top: 3%;
    width: 110%;
  }
  .bridge-lines {
    fill: none;
    stroke: rgba(255, 255, 255, 0.74);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.35;
  }
  .bridge-nodes {
    fill: var(--aqua);
    stroke: #fff;
    stroke-width: 1.5;
  }
  .bridge-nodes .purple {
    fill: var(--violet);
    stroke: #fff;
    stroke-width: 2;
  }
  .bridge-stage p {
    bottom: 1rem;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.78rem;
    max-width: 390px;
    position: absolute;
    right: 2rem;
    text-align: right;
  }
  .section {
    margin: 0 auto;
    max-width: 1320px;
    padding: 7rem 5vw;
  }
  .section h2 {
    font-size: clamp(2.35rem, 4vw, 4.1rem);
    line-height: 1.08;
    margin: 0;
    text-wrap: balance;
  }
  .intro-grid {
    display: grid;
    gap: 8vw;
    grid-template-columns: 1fr 0.85fr;
  }
  .intro-grid > div > p:first-child {
    color: var(--muted);
    font-size: 1.02rem;
    margin: 0.25rem 0 1.8rem;
  }
  .principle {
    border-left: 3px solid var(--aqua);
    color: var(--ink);
    font-family: "Space Grotesk", "Century Gothic", sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    margin: 0;
    padding-left: 1.3rem;
  }
  .method {
    border-top: 1px solid var(--line);
  }
  .section-heading {
    max-width: 800px;
  }
  .section-heading > p:last-child {
    color: var(--muted);
    max-width: 670px;
  }
  .section-heading.compact {
    max-width: 720px;
  }
  .method-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 3.5rem;
  }
  .blue {
    --accent: var(--deep);
  }
  .aqua {
    --accent: var(--aqua);
  }
  .violet {
    --accent: var(--violet);
  }
  .orange {
    --accent: var(--orange);
  }
  .method-item {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    min-height: 330px;
    padding: 1.6rem;
    position: relative;
  }
  .method-item::before {
    background: var(--accent);
    border-radius: 22px 22px 0 0;
    content: "";
    height: 6px;
    inset: 0 0 auto;
    position: absolute;
  }
  .method-number {
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    position: absolute;
    right: 1.5rem;
    top: 1.6rem;
  }
  .method-letter {
    align-items: center;
    background: var(--accent);
    border-radius: 11px;
    color: #fff;
    display: flex;
    font-size: 0.78rem;
    font-weight: 850;
    height: 50px;
    justify-content: center;
    letter-spacing: 0.02em;
    width: 50px;
  }
  .method-item.aqua .method-letter {
    color: var(--ink);
  }
  .method-item h3 {
    color: var(--deep);
    font-size: 1.3rem;
    margin: 1.7rem 0 0.7rem;
  }
  .method-item p {
    color: #3E4B58;
    font-size: 0.86rem;
    line-height: 1.6;
    margin: 0;
  }
  .courses {
    background: var(--cloud);
    max-width: none;
  }
  .courses > * {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
  .course-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 3.5rem;
  }
  .course-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    column-gap: 1.2rem;
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 1.7rem;
    position: relative;
  }
  .course-card::before {
    background: var(--accent);
    border-radius: 18px 0 0 18px;
    content: "";
    inset: 0 auto 0 0;
    position: absolute;
    width: 4px;
  }
  .course-number {
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 850;
    grid-row: 1 / 6;
    padding-top: 0.28rem;
  }
  .course-card h3 {
    font-size: 1.55rem;
    margin: 0;
  }
  .course-claim {
    color: var(--deep);
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0.1rem 0 0.6rem;
  }
  .course-meta {
    color: var(--muted);
    font-size: 0.76rem;
    margin: 0;
  }
  .course-result {
    border-top: 1px solid var(--line);
    font-size: 0.8rem;
    margin: 1rem 0 0;
    padding-top: 0.9rem;
  }
  .course-card a {
    color: var(--deep);
    font-size: 0.8rem;
    font-weight: 800;
    margin-top: 1rem;
    width: fit-content;
  }
  .course-card a span,	.light-link span {
    display: inline-block;
    margin-left: 0.3rem;
    transition: transform 180ms ease;
  }
  .course-card a:hover span,	.light-link:hover span {
    transform: translateX(4px);
  }
  .sandbox {
    display: grid;
    gap: 8vw;
    grid-template-columns: 1fr 0.9fr;
  }
  .sandbox-copy > p {
    color: var(--muted);
    margin-top: 0.2rem;
  }
  .sandbox-copy ul {
    border-top: 1px solid var(--line);
    list-style: none;
    margin: 1.8rem 0 0;
    padding: 1.3rem 0 0;
  }
  .sandbox-copy li {
    font-size: 0.9rem;
    margin: 0.7rem 0;
    padding-left: 1.2rem;
    position: relative;
  }
  .sandbox-copy li::before {
    background: var(--aqua);
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 0.65rem;
    width: 6px;
  }
  .consulting {
    background: var(--deep);
    color: #fff;
  }
  .consulting-inner {
    display: grid;
    gap: 8vw;
    grid-template-columns: 1fr 0.9fr;
  }
  .consulting h2 {
    font-size: clamp(2.35rem, 4vw, 4rem);
  }
  .consulting-inner > div:last-child > p {
    color: rgba(255, 255, 255, 0.78);
    margin-top: 0.2rem;
  }
  .credentials {
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    display: grid;
    gap: 0.7rem;
    margin: 2rem 0;
    padding: 1.4rem 0;
  }
  .credentials span {
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.82rem;
  }
  .light-link {
    color: var(--yellow);
    font-size: 0.88rem;
    font-weight: 800;
  }
  .contact {
    max-width: 900px;
    text-align: center;
  }
  .contact > p:not(.eyebrow) {
    color: var(--muted);
    margin: 1.5rem auto 0;
    max-width: 690px;
  }
  .site-footer {
    align-items: center;
    border-top: 1px solid var(--line);
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr auto;
    padding: 2rem 5vw;
  }
  .site-footer > p {
    color: var(--muted);
    font-size: 0.75rem;
    text-align: center;
  }
  .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-end;
  }
  .footer-links a {
    color: var(--deep);
    font-size: 0.75rem;
    font-weight: 750;
  }
  .mobile-navigation {
    display: none;
    position: relative;
    z-index: 20;
  }
  .mobile-navigation summary {
    background: var(--sun);
    border-radius: 999px;
    color: var(--ink);
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 800;
    list-style: none;
    padding: 0.7rem 1rem;
  }
  .mobile-navigation summary::-webkit-details-marker {
    display: none;
  }
  .mobile-navigation nav {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(16, 24, 32, 0.16);
    display: grid;
    gap: 0.2rem;
    min-width: 220px;
    padding: 0.75rem;
    position: absolute;
    right: 0;
    top: calc(100% + 0.65rem);
  }
  .mobile-navigation nav a {
    border-radius: 10px;
    color: var(--deep);
    font-size: 0.9rem;
    font-weight: 750;
    padding: 0.75rem 0.85rem;
  }
  .mobile-navigation nav a:hover,	.mobile-navigation nav a:focus-visible {
    background: var(--cloud);
    color: var(--violet);
  }
  @media (max-width: 1000px) {
    .site-header {
      grid-template-columns: 1fr auto;
    }
    .primary-navigation,	.header-cta {
      display: none;
    }
    .mobile-navigation {
      display: block;
    }
    .hero {
      grid-template-columns: 1fr;
    }
    .bridge-stage {
      min-height: 360px;
    }
    .bridge-network {
      left: 0;
      width: 100%;
    }
    .method-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 782px) {
    body.admin-bar .site-header {
      top: 46px;
    }
  }
  @media (max-width: 720px) {
    html {
      scroll-padding-top: 72px;
    }
    .site-header {
      padding: 0.9rem 5vw;
    }
    .brand-copy small,	.header-cta {
      display: none;
    }
    .brand-mark {
      border-radius: 11px;
      height: 40px;
      width: 40px;
    }
    .brand-mark i {
      height: 12px;
      width: 12px;
    }
    .hero {
      min-height: auto;
      padding: 3.5rem 6vw 2.5rem;
    }
    .hero h1 {
      font-size: clamp(2.3rem, 10.5vw, 3.35rem);
      line-height: 1.06;
    }
    .hero-lead {
      font-size: 0.98rem;
      margin-top: 1.35rem;
    }
    .bridge-stage {
      min-height: 230px;
    }
    .bridge-stage p {
      bottom: 0.5rem;
      right: 0;
    }
    .section {
      padding: 5rem 6vw;
    }
    .intro-grid,	.sandbox,	.consulting-inner,	.course-grid {
      grid-template-columns: 1fr;
    }
    .method-grid {
      grid-template-columns: 1fr;
    }
    .method-item {
      min-height: 245px;
    }
    .site-footer {
      grid-template-columns: 1fr;
      text-align: center;
    }
    .site-footer .brand {
      margin: 0 auto;
    }
    .footer-links {
      justify-content: center;
    }
  }
  .subpage-hero {
    background: linear-gradient(120deg, var(--deep) 0%, var(--digital) 100%);
    color: #fff;
    padding: 6.5rem 5vw 6rem;
  }
  .subpage-hero-inner {
    margin: 0 auto;
    max-width: 1200px;
  }
  .subpage-hero .eyebrow {
    color: #B8F4FC;
  }
  .subpage-hero h1 {
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1.04;
    margin: 0;
    max-width: 980px;
    text-wrap: balance;
  }
  .subpage-hero .lead {
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.12rem;
    margin: 1.8rem 0 0;
    max-width: 800px;
  }
  .subpage-section {
    margin: 0 auto;
    max-width: 1320px;
    padding: 6.5rem 5vw;
  }
  .subpage-section.alt {
    background: var(--cloud);
    max-width: none;
  }
  .subpage-section.alt > .inner {
    margin: 0 auto;
    max-width: 1200px;
  }
  .subpage-heading {
    max-width: 850px;
  }
  .subpage-heading h2 {
    font-size: clamp(2.25rem, 3.7vw, 3.8rem);
    line-height: 1.08;
    margin: 0;
    text-wrap: balance;
  }
  .subpage-heading > p:last-child {
    color: var(--muted);
    font-size: 1rem;
    max-width: 720px;
  }
  .pillar-grid,	.offer-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 3rem;
  }
  .pillar-card,	.offer-card {
    --accent: var(--deep);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 2rem;
    position: relative;
  }
  .pillar-card::before,	.offer-card::before {
    background: var(--accent);
    border-radius: 22px 22px 0 0;
    content: "";
    height: 6px;
    inset: 0 0 auto;
    position: absolute;
  }
  .pillar-card.aqua,	.offer-card.aqua {
    --accent: var(--aqua);
  }
  .pillar-card.violet,	.offer-card.violet {
    --accent: var(--violet);
  }
  .pillar-card.orange,	.offer-card.orange {
    --accent: var(--orange);
  }
  .pillar-top {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
  }
  .pillar-badge {
    align-items: center;
    background: var(--accent);
    border-radius: 12px;
    color: #fff;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 850;
    height: 52px;
    justify-content: center;
    min-width: 52px;
    padding: 0 0.6rem;
  }
  .pillar-card.aqua .pillar-badge {
    color: var(--ink);
  }
  .pillar-number {
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
  }
  .pillar-card h2,	.offer-card h2 {
    color: var(--deep);
    font-size: 1.55rem;
    margin: 1.5rem 0 0.7rem;
  }
  .pillar-card > p,	.offer-card > p {
    color: #3E4B58;
  }
  .feature-list {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 1.25rem 0 0;
    border-top: 1px solid var(--line);
  }
  .feature-list li {
    margin: 0.7rem 0;
    padding-left: 1.25rem;
    position: relative;
  }
  .feature-list li::before {
    background: var(--accent, var(--aqua));
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 0.65rem;
    width: 6px;
  }
  .offer-card .offer-role {
    color: var(--muted);
    font-size: 0.86rem;
    min-height: 3.2em;
  }
  .offer-result {
    border-top: 1px solid var(--line);
    font-size: 0.86rem;
    font-weight: 700;
    margin-top: 1.25rem;
    padding-top: 1rem;
  }
  .offer-card a {
    color: var(--deep);
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 800;
    margin-top: 1rem;
  }
  .info-band {
    background: var(--deep);
    border-radius: 24px;
    color: #fff;
    margin-top: 3rem;
    padding: 2rem;
  }
  .info-band h2,	.info-band h3 {
    margin-top: 0;
  }
  .info-band p {
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0;
  }
  .principle-band {
    align-items: center;
    background: var(--cloud);
    border: 1px solid var(--line);
    border-radius: 24px;
    display: grid;
    gap: 2rem;
    grid-template-columns: auto 1fr;
    margin-top: 3rem;
    padding: 2rem;
  }
  .principle-sign {
    align-items: center;
    background: #fff;
    border-radius: 16px;
    display: flex;
    height: 76px;
    justify-content: center;
    width: 76px;
  }
  .principle-sign span {
    background: var(--violet);
    border-radius: 50%;
    height: 22px;
    width: 22px;
  }
  .principle-band h3 {
    color: var(--deep);
    font-size: 1.45rem;
    margin: 0 0 0.4rem;
  }
  .principle-band p {
    color: var(--muted);
    margin: 0;
  }
  .decision-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 2.5rem;
  }
  .decision-item {
    border-left: 4px solid var(--aqua);
    background: #fff;
    padding: 1.2rem 1.4rem;
  }
  .decision-item strong {
    color: var(--deep);
    display: block;
    margin-bottom: 0.25rem;
  }
  .included-grid {
    display: grid;
    gap: 0.75rem 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
  }
  .included-grid li {
    border-bottom: 1px solid var(--line);
    padding: 0.8rem 0 0.8rem 1.2rem;
    position: relative;
  }
  .included-grid li::before {
    background: var(--aqua);
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 1.35rem;
    width: 6px;
  }
  .cta-band {
    background: var(--deep);
    color: #fff;
    padding: 5.5rem 5vw;
    text-align: center;
  }
  .cta-band h2 {
    font-size: clamp(2.3rem, 4vw, 3.8rem);
    line-height: 1.08;
    margin: 0 auto;
    max-width: 900px;
  }
  .cta-band p {
    color: rgba(255, 255, 255, 0.8);
    margin: 1.25rem auto 0;
    max-width: 700px;
  }
  .course-detail-hero {
    background: var(--deep);
    color: #fff;
    padding: 5.5rem 5vw;
  }
  .course-detail-hero .inner {
    display: grid;
    gap: 5vw;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    margin: 0 auto;
    max-width: 1200px;
  }
  .course-detail-hero h1 {
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 1.03;
    margin: 0;
  }
  .course-detail-hero .lead {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
    margin: 1.5rem 0 0;
    max-width: 720px;
  }
  .course-facts {
    align-self: start;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 20px;
    margin: 0;
    padding: 1.5rem;
  }
  .course-facts div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    display: grid;
    gap: 1rem;
    grid-template-columns: 105px 1fr;
    padding: 0.75rem 0;
  }
  .course-facts div:last-child {
    border-bottom: 0;
  }
  .course-facts dt {
    color: #B8F4FC;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .course-facts dd {
    font-size: 0.86rem;
    margin: 0;
  }
  .two-column {
    display: grid;
    gap: 6vw;
    grid-template-columns: 0.8fr 1.2fr;
  }
  .check-list {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
  }
  .check-list li {
    border-bottom: 1px solid var(--line);
    padding: 0.8rem 0 0.8rem 1.4rem;
    position: relative;
  }
  .check-list li::before {
    background: var(--aqua);
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 1.35rem;
    width: 7px;
  }
  .curriculum-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 3rem;
  }
  .curriculum-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 1.75rem;
    position: relative;
  }
  .curriculum-card::before {
    background: var(--accent, var(--deep));
    border-radius: 20px 20px 0 0;
    content: "";
    height: 6px;
    inset: 0 0 auto;
    position: absolute;
  }
  .curriculum-card:nth-child(2) {
    --accent: var(--aqua);
  }
  .curriculum-card:nth-child(3) {
    --accent: var(--violet);
  }
  .curriculum-index {
    color: var(--accent, var(--deep));
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.08em;
  }
  .curriculum-card h3 {
    color: var(--deep);
    font-size: 1.25rem;
    line-height: 1.2;
    margin: 1.2rem 0 0.6rem;
  }
  .curriculum-card ul {
    list-style: none;
    margin: 1.2rem 0 0;
    padding: 1rem 0 0;
    border-top: 1px solid var(--line);
  }
  .curriculum-card li {
    font-size: 0.84rem;
    margin: 0.7rem 0;
    padding-left: 1rem;
    position: relative;
  }
  .curriculum-card li::before {
    background: var(--accent, var(--deep));
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 0.6rem;
    width: 5px;
  }
  .result-panel {
    background: var(--deep);
    border-radius: 24px;
    color: #fff;
    margin-top: 3rem;
    padding: 2.2rem;
  }
  .result-panel .eyebrow {
    color: var(--aqua);
  }
  .result-panel h3 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    margin: 0;
  }
  .result-panel p {
    color: rgba(255, 255, 255, 0.82);
    max-width: 850px;
  }
  .price-panel {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 2.5rem;
    padding: 1.5rem;
  }
  .price-panel div {
    padding: 0.5rem;
  }
  .price-panel strong {
    color: var(--deep);
    display: block;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    margin-bottom: 0.35rem;
    text-transform: uppercase;
  }
  .price-panel span {
    font-size: 0.9rem;
  }
  @media (max-width: 1000px) {
    .course-detail-hero .inner,	.two-column {
      grid-template-columns: 1fr;
    }
    .curriculum-grid {
      grid-template-columns: 1fr;
    }
    .price-panel {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .knowledge-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 3rem;
  }
  .article-card {
    background: var(--cloud);
    border: 1px solid var(--line);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    min-height: 330px;
    padding: 1.75rem;
  }
  .article-meta {
    color: var(--violet);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin: 0;
    text-transform: uppercase;
  }
  .article-card h2 {
    font-size: 1.45rem;
    line-height: 1.2;
    margin: 1rem 0 0.8rem;
  }
  .article-card h2 a:hover {
    color: var(--deep);
  }
  .article-excerpt {
    color: var(--muted);
    font-size: 0.9rem;
  }
  .article-link {
    color: var(--deep);
    font-size: 0.82rem;
    font-weight: 800;
    margin-top: auto;
    padding-top: 1.2rem;
  }
  .article-hero {
    background: var(--deep);
    color: #fff;
    padding: 6rem 5vw 5rem;
  }
  .article-hero .inner {
    margin: 0 auto;
    max-width: 950px;
  }
  .article-hero .eyebrow {
    color: var(--aqua);
  }
  .article-hero h1 {
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    line-height: 1.05;
    margin: 0;
  }
  .article-byline {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.8rem;
    margin-top: 1.5rem;
  }
  .article-byline span {
    margin-left: 0.5rem;
  }
  .article-body {
    font-size: 1.02rem;
    margin: 0 auto;
    max-width: 820px;
    padding: 5rem 5vw;
  }
  .article-body h2 {
    color: var(--deep);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    line-height: 1.15;
    margin: 3rem 0 1rem;
  }
  .article-body h3 {
    font-size: 1.3rem;
    margin: 2rem 0 0.7rem;
  }
  .article-body p,	.article-body li {
    color: #34414D;
  }
  .article-body ul,	.article-body ol {
    padding-left: 1.25rem;
  }
  .article-body blockquote {
    border-left: 4px solid var(--aqua);
    font-family: "Space Grotesk", "Century Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 2.5rem 0;
    padding-left: 1.5rem;
  }
  .article-footer {
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 820px;
    padding: 2rem 5vw 5rem;
  }
  .article-footer a {
    color: var(--deep);
    font-size: 0.84rem;
    font-weight: 800;
  }
  @media (max-width: 1000px) {
    .knowledge-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (max-width: 720px) {
    .subpage-hero,	.course-detail-hero,	.article-hero {
      padding: 5rem 6vw 4.5rem;
    }
    .subpage-section {
      padding: 5rem 6vw;
    }
    .pillar-grid,	.offer-grid,	.decision-grid,	.included-grid,	.price-panel,	.knowledge-grid {
      grid-template-columns: 1fr;
    }
    .principle-band {
      grid-template-columns: 1fr;
    }
    .course-facts div {
      grid-template-columns: 1fr;
      gap: 0.2rem;
    }
    .article-footer {
      align-items: flex-start;
      flex-direction: column;
      gap: 1rem;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
    *,	*::before,	*::after {
      transition-duration: 0.001ms !important;
    }
  }
}
.primary-menu, .mobile-menu, .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.primary-menu, .footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: inherit;
}
.mobile-menu {
  display: grid;
  gap: 0.2rem;
}
@media (max-width: 720px) {
  .footer-menu {
    justify-content: center;
  }
}
.hero, .intro-grid, .method-grid, .course-grid, .course-card, .sandbox, .consulting-inner {
  display: block;
}
.hero > .wp-block-group__inner-container, .intro-grid > .wp-block-group__inner-container, .method-grid > .wp-block-group__inner-container, .course-grid > .wp-block-group__inner-container, .course-card > .wp-block-group__inner-container, .sandbox > .wp-block-group__inner-container, .consulting-inner > .wp-block-group__inner-container {
  display: grid;
  width: 100%;
}
.hero > .wp-block-group__inner-container {
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
}
.intro-grid > .wp-block-group__inner-container {
  gap: 8vw;
  grid-template-columns: 1fr 0.85fr;
}
.method-grid > .wp-block-group__inner-container {
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.course-grid > .wp-block-group__inner-container {
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.course-card > .wp-block-group__inner-container {
  column-gap: 1.2rem;
  grid-template-columns: auto 1fr;
}
.sandbox > .wp-block-group__inner-container, .consulting-inner > .wp-block-group__inner-container {
  gap: 8vw;
  grid-template-columns: 1fr 0.9fr;
}
.hero > .wp-block-group__inner-container, .section > .wp-block-group__inner-container, .consulting > .wp-block-group__inner-container, .subpage-hero > .wp-block-group__inner-container, .subpage-section > .wp-block-group__inner-container, .course-detail-hero > .wp-block-group__inner-container, .cta-band > .wp-block-group__inner-container {
  max-width: none !important;
}
.section-heading > .wp-block-group__inner-container > p:last-child, .subpage-heading > .wp-block-group__inner-container > p:last-child {
  color: var(--muted);
}
.method-item .method-letter {
  color: #fff;
}
.method-item.aqua .method-letter {
  color: var(--ink);
}
.sandbox-copy > .wp-block-group__inner-container > p {
  color: var(--muted);
  margin-top: 0.2rem;
}
.consulting-copy > .wp-block-group__inner-container > p {
  color: rgba(255, 255, 255, 0.78);
  margin-top: 0.2rem;
}
.credentials li {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
}
.contact > .wp-block-group__inner-container > p:not(.eyebrow) {
  color: var(--muted);
  margin: 1.5rem auto 0;
  max-width: 690px;
}
.wp-block-button .wp-block-button__link {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 750;
  justify-content: center;
  min-height: 48px;
  padding: 0.72rem 1.35rem;
}
.wp-block-button.primary .wp-block-button__link {
  background: var(--yellow);
  color: var(--ink);
}
.wp-block-button.secondary .wp-block-button__link {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.68);
  color: #fff;
}
.wp-block-button.outline .wp-block-button__link {
  background: transparent;
  border-color: var(--deep);
  color: var(--deep);
}
@media (max-width: 1000px) {
  .hero > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }
  .method-grid > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .intro-grid > .wp-block-group__inner-container,	.method-grid > .wp-block-group__inner-container,	.course-grid > .wp-block-group__inner-container,	.sandbox > .wp-block-group__inner-container,	.consulting-inner > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }
}
.knowledge-page .subpage-heading h2 {
  margin-bottom: 1.5rem;
}
.knowledge-page .knowledge-grid .wp-block-latest-posts__featured-image {
  margin-bottom: 0.9rem;
}
.knowledge-page .knowledge-grid .wp-block-latest-posts__post-title {
  color: var(--ink);
  display: block;
  font-weight: 750;
  line-height: 1.4;
}
.knowledge-page .knowledge-grid .wp-block-latest-posts__post-date {
  display: block;
  margin-top: 0.5rem;
}
@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;
    }
  }
}
