/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --breakpoint-sm: 40rem;
    --breakpoint-md: 48rem;
    --breakpoint-xl: 80rem;
    --container-xs: 20rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --radius-lg: 0.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .order-first {
    order: -9999;
  }
  .format {
    color: var(--tw-format-body);
    max-width: 65ch;
    :where([class~="lead"]):not(:where([class~="not-format"] *)) {
      color: var(--tw-format-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-format"] *)) {
      color: var(--tw-format-links);
      text-decoration: underline;
      font-weight: 500;
      &:hover {
        text-decoration: none;
      }
    }
    :where(strong):not(:where([class~="not-format"] *)) {
      color: var(--tw-format-bold);
      font-weight: 700;
    }
    :where(a strong):not(:where([class~="not-format"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-format"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-format"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-format"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-left: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-format"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-format"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-format"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-format"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-format"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-format"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-format"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-format"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-format"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-format"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-left: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-format"] *))::marker {
      font-weight: 400;
      color: var(--tw-format-counters);
    }
    :where(ul > li):not(:where([class~="not-format"] *))::marker {
      color: var(--tw-format-bullets);
    }
    :where(hr):not(:where([class~="not-format"] *)) {
      border-color: var(--tw-format-hr);
      border-top-width: 1;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-format"] *)) {
      font-size: 1.1111111em;
      font-weight: 700;
      font-style: italic;
      color: var(--tw-format-quotes);
      quotes: "\201C""\201D""\2018""\2019";
      margin-bottom: 1.6em;
    }
    :where(blockquote):not(:where([class~="not-format"] *))::before {
      content: "";
      background-image: url("data:image/svg+xml,%0A%3Csvg width='32' height='24' viewBox='0 0 32 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.6893 24V14.1453C18.6893 6.54 23.664 1.38533 30.6667 -7.15256e-07L31.9933 2.868C28.7507 4.09066 26.6667 7.71867 26.6667 10.6667H32V24H18.6893ZM-9.53674e-07 24V14.1453C-9.53674e-07 6.54 4.99733 1.384 12 -7.15256e-07L13.328 2.868C10.084 4.09066 8 7.71867 8 10.6667L13.3107 10.6667V24H-9.53674e-07Z' fill='%239CA3AF'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      color: var(--tw-format-quotes);
      width: 1.7777778em;
      height: 1.3333333em;
      display: block;
      margin-top: 1.6em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-format"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-format"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-format"] *)) {
      color: var(--tw-format-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-format"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-format"] *)) {
      color: var(--tw-format-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 0;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-format"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-format"] *)) {
      color: var(--tw-format-headings);
      font-weight: 700;
      font-size: 1.25em;
      margin-top: 0;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-format"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-format"] *)) {
      color: var(--tw-format-headings);
      font-weight: 600;
      margin-top: 0;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-format"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-format"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(figure > *):not(:where([class~="not-format"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-format"] *)) {
      color: var(--tw-format-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    :where(code):not(:where([class~="not-format"] *)) {
      color: var(--tw-format-code);
      font-weight: 600;
      background-color: var(--tw-format-code-bg);
      padding-top: 0.3333333em;
      padding-bottom: 0.3333333em;
      padding-left: 0.5555556em;
      padding-right: 0.5555556em;
      border-radius: 0.2222222em;
      font-size: 0.875em;
    }
    :where(a code):not(:where([class~="not-format"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-format"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-format"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-format"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-format"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-format"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-format"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-format"] *)) {
      color: var(--tw-format-pre-code);
      background-color: var(--tw-format-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-right: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-left: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-format"] *)) {
      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-format"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-format"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-format"] *)) {
      width: 100%;
      table-layout: auto;
      text-align: left;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-format"] *)) {
      background-color: var(--tw-format-th-bg);
      border-radius: 0.2777778em;
    }
    :where(thead th):not(:where([class~="not-format"] *)) {
      background-color: var(--tw-format-th-bg);
      color: var(--tw-format-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding: 0.5555556em;
      padding-right: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-left: 0.5714286em;
    }
    :where(tbody th):not(:where([class~="not-format"] *)) {
      background-color: var(--tw-format-th-bg);
      color: var(--tw-format-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding: 0.5555556em;
    }
    :where(tbody tr th p, tbody tr td p):not(:where([class~="not-format"] *)) {
      margin: 0 !important;
    }
    :where(tbody tr th, tbody tr td):not(:where([class~="not-format"] *)) {
      padding: 0.6666667em !important;
    }
    :where(tbody tr):not(:where([class~="not-format"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-format-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-format"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-format"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-format"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-format-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-format"] *)) {
      vertical-align: top;
    }
    --tw-format-body: oklch(55.1% 0.027 264.364);
    --tw-format-headings: oklch(21% 0.034 264.665);
    --tw-format-lead: oklch(55.1% 0.027 264.364);
    --tw-format-links: oklch(44.6% 0.03 256.802);
    --tw-format-bold: oklch(21% 0.034 264.665);
    --tw-format-counters: oklch(55.1% 0.027 264.364);
    --tw-format-bullets: oklch(55.1% 0.027 264.364);
    --tw-format-hr: oklch(92.8% 0.006 264.531);
    --tw-format-quotes: oklch(21% 0.034 264.665);
    --tw-format-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-format-captions: oklch(55.1% 0.027 264.364);
    --tw-format-code: oklch(21% 0.034 264.665);
    --tw-format-code-bg: oklch(96.7% 0.003 264.542);
    --tw-format-pre-code: oklch(44.6% 0.03 256.802);
    --tw-format-pre-bg: oklch(96.7% 0.003 264.542);
    --tw-format-th-borders: oklch(92.8% 0.006 264.531);
    --tw-format-th-bg: oklch(98.5% 0.002 247.839);
    --tw-format-td-borders: oklch(92.8% 0.006 264.531);
    --tw-format-invert-body: oklch(70.7% 0.022 261.325);
    --tw-format-invert-headings: #fff;
    --tw-format-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-format-invert-links: #fff;
    --tw-format-invert-bold: #fff;
    --tw-format-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-format-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-format-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-format-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-format-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-format-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-format-invert-code: #fff;
    --tw-format-invert-code-bg: oklch(27.8% 0.033 256.848);
    --tw-format-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-format-invert-pre-bg: oklch(37.3% 0.034 259.733);
    --tw-format-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-format-invert-td-borders: oklch(37.3% 0.034 259.733);
    --tw-format-invert-th-bg: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(p):not(:where([class~="not-format"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(blockquote > p:first-child):not(:where([class~="not-format"] *)) {
      margin-top: 0;
    }
    :where(video):not(:where([class~="not-format"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(figure):not(:where([class~="not-format"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(li):not(:where([class~="not-format"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-format"] *)) {
      padding-left: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-format"] *)) {
      padding-left: 0.375em;
    }
    :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
      margin-top: 1.25em;
    }
    :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
      margin-top: 1.25em;
    }
    :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(hr + *):not(:where([class~="not-format"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-format"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-format"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-format"] *)) {
      margin-top: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-format"] *)) {
      padding-right: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
      padding-top: 0.5714286em;
      padding-right: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-left: 0.5714286em;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
      padding-right: 0;
    }
    :where(.format > :first-child):not(:where([class~="not-format"] *)) {
      margin-top: 0;
    }
    :where(.format > :last-child):not(:where([class~="not-format"] *)) {
      margin-bottom: 0;
    }
  }
  .format-sm {
    font-size: 1rem;
    line-height: 1.7142857;
    :where(p):not(:where([class~="not-format"] *)) {
      margin-top: 1em;
      margin-bottom: 1em;
    }
    :where([class~="lead"]):not(:where([class~="not-format"] *)) {
      font-size: 1.125em;
      line-height: 1.5555556;
      margin-top: 0.8888889em;
      margin-bottom: 0.8888889em;
    }
    :where(blockquote):not(:where([class~="not-format"] *)) {
      margin-bottom: 1.3333333em;
    }
    :where(blockquote):not(:where([class~="not-format"] *))::before {
      margin-top: 1.3333333em;
    }
    :where(h1):not(:where([class~="not-format"] *)) {
      font-size: 1.6666667em;
      margin-top: 0;
      margin-bottom: 0.8em;
      line-height: 1.2;
    }
    :where(h2):not(:where([class~="not-format"] *)) {
      font-size: 1.5em;
      margin-top: 0;
      margin-bottom: 0.8em;
      line-height: 1.4;
    }
    :where(h3):not(:where([class~="not-format"] *)) {
      font-size: 1.25em;
      margin-top: 0;
      margin-bottom: 0.4444444em;
      line-height: 1.5555556;
    }
    :where(h4):not(:where([class~="not-format"] *)) {
      font-size: 1.125em;
      margin-top: 0;
      margin-bottom: 0.5em;
      line-height: 1.25;
    }
    :where(img):not(:where([class~="not-format"] *)) {
      margin-top: 1.5em;
      margin-bottom: 1.5em;
    }
    :where(video):not(:where([class~="not-format"] *)) {
      margin-top: 1.5em;
      margin-bottom: 1.5em;
    }
    :where(figure):not(:where([class~="not-format"] *)) {
      margin-top: 1.5em;
      margin-bottom: 1.5em;
    }
    :where(figure > *):not(:where([class~="not-format"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-format"] *)) {
      font-size: 0.875em;
      line-height: 1.3333333;
      margin-top: 0.6666667em;
      text-align: center;
    }
    :where(code):not(:where([class~="not-format"] *)) {
      font-size: 0.875em;
    }
    :where(h2 code):not(:where([class~="not-format"] *)) {
      font-size: 0.9em;
    }
    :where(h3 code):not(:where([class~="not-format"] *)) {
      font-size: 0.8888889em;
    }
    :where(pre):not(:where([class~="not-format"] *)) {
      font-size: 0.875em;
      line-height: 1.6666667;
      margin-top: 1.6666667em;
      margin-bottom: 1.6666667em;
      border-radius: 0.25rem;
      padding-top: 0.6666667em;
      padding-right: 1em;
      padding-bottom: 0.6666667em;
      padding-left: 1em;
    }
    :where(ol):not(:where([class~="not-format"] *)) {
      margin-top: 1em;
      margin-bottom: 1em;
      padding-left: 1.375em;
    }
    :where(ul):not(:where([class~="not-format"] *)) {
      margin-top: 1em;
      margin-bottom: 1em;
      padding-left: 1.375em;
    }
    :where(li):not(:where([class~="not-format"] *)) {
      margin-top: 0.25em;
      margin-bottom: 0.25em;
    }
    :where(ol > li):not(:where([class~="not-format"] *)) {
      padding-left: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-format"] *)) {
      padding-left: 0.375em;
    }
    :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
      margin-top: 1em;
    }
    :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
      margin-bottom: 1em;
    }
    :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
      margin-top: 1em;
    }
    :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
      margin-bottom: 1em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(hr):not(:where([class~="not-format"] *)) {
      margin-top: 2.5em;
      margin-bottom: 2.5em;
    }
    :where(hr + *):not(:where([class~="not-format"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-format"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-format"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-format"] *)) {
      margin-top: 0;
    }
    :where(table):not(:where([class~="not-format"] *)) {
      font-size: 0.875em;
      line-height: 1.5;
    }
    :where(thead th):not(:where([class~="not-format"] *)) {
      padding-right: 1em;
      padding-bottom: 0.6666667em;
      padding-left: 1em;
    }
    :where(tbody tr th p):not(:where([class~="not-format"] *)) {
      margin: 0 !important;
    }
    :where(thead th:first-child):not(:where([class~="not-format"] *)) {
      padding-left: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-format"] *)) {
      padding-right: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
      padding-top: 0.6666667em;
      padding-right: 1em;
      padding-bottom: 0.6666667em;
      padding-left: 1em;
    }
    :where(tbody td p, tfoot td p):not(:where([class~="not-format"] *)) {
      margin: 0 !important;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-format"] *)) {
      padding-left: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
      padding-right: 0;
    }
    :where(.format > :first-child):not(:where([class~="not-format"] *)) {
      margin-top: 0;
    }
    :where(.format > :last-child):not(:where([class~="not-format"] *)) {
      margin-bottom: 0;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .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);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-screen-md {
    max-width: var(--breakpoint-md);
  }
  .max-w-screen-sm {
    max-width: var(--breakpoint-sm);
  }
  .max-w-screen-xl {
    max-width: var(--breakpoint-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .space-x-3 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-16 {
    row-gap: calc(var(--spacing) * 16);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-9 {
    padding-left: calc(var(--spacing) * 9);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-base\/7 {
    font-size: var(--text-base);
    line-height: calc(var(--spacing) * 7);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .format-blue {
    --tw-format-links: oklch(54.6% 0.245 262.881);
    --tw-format-invert-links: oklch(62.3% 0.214 259.815);
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-900);
      }
    }
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .focus\:ring-4 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .sm\:format-base {
    @media (width >= 40rem) {
      font-size: 1rem;
      line-height: 1.75;
      :where(p):not(:where([class~="not-format"] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em;
      }
      :where([class~="lead"]):not(:where([class~="not-format"] *)) {
        font-size: 1.25em;
        line-height: 1.6;
        margin-top: 1.2em;
        margin-bottom: 1.2em;
      }
      :where(blockquote):not(:where([class~="not-format"] *)) {
        margin-bottom: 1.6em;
      }
      :where(blockquote):not(:where([class~="not-format"] *))::before {
        margin-top: 1.6em;
      }
      :where(blockquote > p:first-child):not(:where([class~="not-format"] *)) {
        margin-top: 0;
      }
      :where(h1):not(:where([class~="not-format"] *)) {
        font-size: 2.25em;
        margin-top: 0;
        margin-bottom: 0.8888889em;
        line-height: 1.1111111;
      }
      :where(h2):not(:where([class~="not-format"] *)) {
        font-size: 1.5em;
        margin-top: 0;
        margin-bottom: 1em;
        line-height: 1.3333333;
      }
      :where(h3):not(:where([class~="not-format"] *)) {
        font-size: 1.25em;
        margin-top: 0;
        margin-bottom: 0.6em;
        line-height: 1.6;
      }
      :where(h4):not(:where([class~="not-format"] *)) {
        margin-top: 0;
        margin-bottom: 0.5em;
        line-height: 1.5;
      }
      :where(img):not(:where([class~="not-format"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
      }
      :where(video):not(:where([class~="not-format"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
      }
      :where(figure):not(:where([class~="not-format"] *)) {
        margin-top: 2em;
        margin-bottom: 2em;
      }
      :where(figure > *):not(:where([class~="not-format"] *)) {
        margin-top: 0;
        margin-bottom: 0;
      }
      :where(figcaption):not(:where([class~="not-format"] *)) {
        font-size: 0.875em;
        line-height: 1.4285714;
        margin-top: 0.8571429em;
      }
      :where(code):not(:where([class~="not-format"] *)) {
        font-size: 0.875em;
      }
      :where(h2 code):not(:where([class~="not-format"] *)) {
        font-size: 0.875em;
      }
      :where(h3 code):not(:where([class~="not-format"] *)) {
        font-size: 0.9em;
      }
      :where(pre):not(:where([class~="not-format"] *)) {
        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-right: 1.1428571em;
        padding-bottom: 0.8571429em;
        padding-left: 1.1428571em;
      }
      :where(ol):not(:where([class~="not-format"] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-left: 1.625em;
      }
      :where(ul):not(:where([class~="not-format"] *)) {
        margin-top: 1.25em;
        margin-bottom: 1.25em;
        padding-left: 1.625em;
      }
      :where(li):not(:where([class~="not-format"] *)) {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
      }
      :where(ol > li):not(:where([class~="not-format"] *)) {
        padding-left: 0.375em;
      }
      :where(ul > li):not(:where([class~="not-format"] *)) {
        padding-left: 0.375em;
      }
      :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
        margin-top: 0.75em;
        margin-bottom: 0.75em;
      }
      :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
        margin-top: 1.25em;
      }
      :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
        margin-bottom: 1.25em;
      }
      :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
        margin-top: 1.25em;
      }
      :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
        margin-bottom: 1.25em;
      }
      :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
        margin-top: 0.75em;
        margin-bottom: 0.75em;
      }
      :where(hr):not(:where([class~="not-format"] *)) {
        margin-top: 3em;
        margin-bottom: 3em;
      }
      :where(hr + *):not(:where([class~="not-format"] *)) {
        margin-top: 0;
      }
      :where(h2 + *):not(:where([class~="not-format"] *)) {
        margin-top: 0;
      }
      :where(h3 + *):not(:where([class~="not-format"] *)) {
        margin-top: 0;
      }
      :where(h4 + *):not(:where([class~="not-format"] *)) {
        margin-top: 0;
      }
      :where(table):not(:where([class~="not-format"] *)) {
        font-size: 0.875em;
        line-height: 1.7142857;
      }
      :where(thead th):not(:where([class~="not-format"] *)) {
        padding-right: 0.5714286em;
        padding-bottom: 0.5714286em;
        padding-left: 0.5714286em;
      }
      :where(thead th:last-child):not(:where([class~="not-format"] *)) {
        padding-right: 0;
      }
      :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
        padding-top: 0.5714286em;
        padding-right: 0.5714286em;
        padding-bottom: 0.5714286em;
        padding-left: 0.5714286em;
      }
      :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
        padding-right: 0;
      }
      :where(.format > :first-child):not(:where([class~="not-format"] *)) {
        margin-top: 0;
      }
      :where(.format > :last-child):not(:where([class~="not-format"] *)) {
        margin-bottom: 0;
      }
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:gap-12 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .sm\:space-y-0 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:space-x-8 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .sm\:rounded-none {
    @media (width >= 40rem) {
      border-radius: 0;
    }
  }
  .sm\:rounded-l-lg {
    @media (width >= 40rem) {
      border-top-left-radius: var(--radius-lg);
      border-bottom-left-radius: var(--radius-lg);
    }
  }
  .sm\:rounded-r-lg {
    @media (width >= 40rem) {
      border-top-right-radius: var(--radius-lg);
      border-bottom-right-radius: var(--radius-lg);
    }
  }
  .sm\:p-12 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:text-center {
    @media (width >= 40rem) {
      text-align: center;
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-5xl {
    @media (width >= 40rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:mb-12 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-12 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:space-y-0 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:format-lg {
    @media (width >= 64rem) {
      font-size: 1.125rem;
      line-height: 1.7777778;
      :where(p):not(:where([class~="not-format"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
      }
      :where([class~="lead"]):not(:where([class~="not-format"] *)) {
        font-size: 1.2222222em;
        line-height: 1.4545455;
        margin-top: 1.0909091em;
        margin-bottom: 1.0909091em;
      }
      :where(blockquote):not(:where([class~="not-format"] *))::before {
        margin-top: 1.6666667em;
      }
      :where(blockquote > p:first-child):not(:where([class~="not-format"] *)) {
        margin-top: 0.5em;
      }
      :where(h1):not(:where([class~="not-format"] *)) {
        font-size: 2.6666667em;
        margin-top: 0;
        margin-bottom: 0.8333333em;
        line-height: 1;
      }
      :where(h2):not(:where([class~="not-format"] *)) {
        font-size: 2em;
        margin-top: 0;
        margin-bottom: 0.6666667em;
        line-height: 1.3333333;
      }
      :where(h3):not(:where([class~="not-format"] *)) {
        font-size: 1.3333333em;
        margin-top: 0;
        margin-bottom: 0.6666667em;
        line-height: 1.5;
      }
      :where(h4):not(:where([class~="not-format"] *)) {
        margin-top: 0;
        margin-bottom: 0.4444444em;
        line-height: 1.5555556;
      }
      :where(img):not(:where([class~="not-format"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
      }
      :where(video):not(:where([class~="not-format"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
      }
      :where(figure):not(:where([class~="not-format"] *)) {
        margin-top: 1.7777778em;
        margin-bottom: 1.7777778em;
      }
      :where(figure > *):not(:where([class~="not-format"] *)) {
        margin-top: 0;
        margin-bottom: 0;
      }
      :where(figcaption):not(:where([class~="not-format"] *)) {
        font-size: 0.8888889em;
        line-height: 1.5;
        margin-top: 1em;
      }
      :where(code):not(:where([class~="not-format"] *)) {
        font-size: 0.8888889em;
      }
      :where(h2 code):not(:where([class~="not-format"] *)) {
        font-size: 0.8666667em;
      }
      :where(h3 code):not(:where([class~="not-format"] *)) {
        font-size: 0.875em;
      }
      :where(pre):not(:where([class~="not-format"] *)) {
        font-size: 0.8888889em;
        line-height: 1.75;
        margin-top: 2em;
        margin-bottom: 2em;
        border-radius: 0.375rem;
        padding-top: 1em;
        padding-right: 1.5em;
        padding-bottom: 1em;
        padding-left: 1.5em;
      }
      :where(ol):not(:where([class~="not-format"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-left: 1.5555556em;
      }
      :where(ul):not(:where([class~="not-format"] *)) {
        margin-top: 1.3333333em;
        margin-bottom: 1.3333333em;
        padding-left: 1.5555556em;
      }
      :where(li):not(:where([class~="not-format"] *)) {
        margin-top: 0.6666667em;
        margin-bottom: 0.6666667em;
      }
      :where(ol > li):not(:where([class~="not-format"] *)) {
        padding-left: 0.4444444em;
      }
      :where(ul > li):not(:where([class~="not-format"] *)) {
        padding-left: 0.4444444em;
      }
      :where(.format > ul > li p):not(:where([class~="not-format"] *)) {
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
      }
      :where(.format > ul > li > *:first-child):not(:where([class~="not-format"] *)) {
        margin-top: 1.3333333em;
      }
      :where(.format > ul > li > *:last-child):not(:where([class~="not-format"] *)) {
        margin-bottom: 1.3333333em;
      }
      :where(.format > ol > li > *:first-child):not(:where([class~="not-format"] *)) {
        margin-top: 1.3333333em;
      }
      :where(.format > ol > li > *:last-child):not(:where([class~="not-format"] *)) {
        margin-bottom: 1.3333333em;
      }
      :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-format"] *)) {
        margin-top: 0.8888889em;
        margin-bottom: 0.8888889em;
      }
      :where(hr):not(:where([class~="not-format"] *)) {
        margin-top: 3.1111111em;
        margin-bottom: 3.1111111em;
      }
      :where(hr + *):not(:where([class~="not-format"] *)) {
        margin-top: 0;
      }
      :where(h2 + *):not(:where([class~="not-format"] *)) {
        margin-top: 0;
      }
      :where(h3 + *):not(:where([class~="not-format"] *)) {
        margin-top: 0;
      }
      :where(h4 + *):not(:where([class~="not-format"] *)) {
        margin-top: 0;
      }
      :where(table):not(:where([class~="not-format"] *)) {
        font-size: 0.8888889em;
        line-height: 1.5;
      }
      :where(thead th):not(:where([class~="not-format"] *)) {
        padding-right: 0.75em;
        padding-bottom: 0.75em;
        padding-left: 0.75em;
      }
      :where(thead th:last-child):not(:where([class~="not-format"] *)) {
        padding-right: 0;
      }
      :where(tbody td, tfoot td):not(:where([class~="not-format"] *)) {
        padding-top: 0.75em;
        padding-right: 0.75em;
        padding-bottom: 0.75em;
        padding-left: 0.75em;
      }
      :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-format"] *)) {
        padding-right: 0;
      }
      :where(.format > :first-child):not(:where([class~="not-format"] *)) {
        margin-top: 0;
      }
      :where(.format > :last-child):not(:where([class~="not-format"] *)) {
        margin-bottom: 0;
      }
    }
  }
  .lg\:mt-10 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:mb-6 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:mb-16 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-12 {
    @media (width >= 64rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .lg\:w-12 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 12);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:py-16 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:py-24 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .lg\:py-32 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  .lg\:pt-16 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:pb-24 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  .lg\:text-4xl {
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .rtl\:space-x-reverse {
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 1;
      }
    }
  }
  .dark\:border-gray-600 {
    @media (prefers-color-scheme: dark) {
      border-color: var(--color-gray-600);
    }
  }
  .dark\:bg-gray-700 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-gray-700);
    }
  }
  .dark\:bg-gray-800 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-gray-800);
    }
  }
  .dark\:bg-gray-900 {
    @media (prefers-color-scheme: dark) {
      background-color: var(--color-gray-900);
    }
  }
  .dark\:text-gray-300 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-gray-300);
    }
  }
  .dark\:text-gray-400 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-gray-400);
    }
  }
  .dark\:text-white {
    @media (prefers-color-scheme: dark) {
      color: var(--color-white);
    }
  }
  .dark\:placeholder-gray-400 {
    @media (prefers-color-scheme: dark) {
      &::placeholder {
        color: var(--color-gray-400);
      }
    }
  }
  .dark\:format-invert {
    @media (prefers-color-scheme: dark) {
      --tw-format-body: var(--tw-format-invert-body);
      --tw-format-headings: var(--tw-format-invert-headings);
      --tw-format-lead: var(--tw-format-invert-lead);
      --tw-format-links: var(--tw-format-invert-links);
      --tw-format-bold: var(--tw-format-invert-bold);
      --tw-format-counters: var(--tw-format-invert-counters);
      --tw-format-bullets: var(--tw-format-invert-bullets);
      --tw-format-hr: var(--tw-format-invert-hr);
      --tw-format-quotes: var(--tw-format-invert-quotes);
      --tw-format-quote-borders: var(--tw-format-invert-quote-borders);
      --tw-format-captions: var(--tw-format-invert-captions);
      --tw-format-code: var(--tw-format-invert-code);
      --tw-format-code-bg: var(--tw-format-invert-code-bg);
      --tw-format-pre-code: var(--tw-format-invert-pre-code);
      --tw-format-pre-bg: var(--tw-format-invert-pre-bg);
      --tw-format-th-borders: var(--tw-format-invert-th-borders);
      --tw-format-td-borders: var(--tw-format-invert-td-borders);
      --tw-format-th-bg: var(--tw-format-invert-th-bg);
    }
  }
  .dark\:hover\:text-white {
    @media (prefers-color-scheme: dark) {
      &:hover {
        @media (hover: hover) {
          color: var(--color-white);
        }
      }
    }
  }
}
@layer base {
  :root {
    --background: 0 0% 100%;
    --foreground: 222.2 84% 4.9%;
    --card: 0 0% 100%;
    --card-foreground: 222.2 84% 4.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;
    --primary: 221.2 83.2% 53.3%;
    --primary-foreground: 210 40% 98%;
    --secondary: 210 40% 96.1%;
    --secondary-foreground: 222.2 47.4% 11.2%;
    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;
    --accent: 210 40% 96.1%;
    --accent-foreground: 222.2 47.4% 11.2%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;
    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;
    --ring: 221.2 83.2% 53.3%;
    --radius-base: 1rem;
    --radius-sm: calc(var(--radius-base) - 0.25rem);
    --radius-card: 1rem;
    --radius-input: var(--radius-base);
    --radius-table: calc(var(--radius-base) - 0.1rem);
    --radius-search: calc(var(--radius-base) - 0.1rem);
    --radius: var(--radius-base);
  }
  html, body {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji';
    color: hsl(var(--foreground));
    background-color: hsl(var(--background));
    background-image: radial-gradient(circle at 1px 1px, rgba(148, 163, 184, 0.18) 1px, transparent 0);
    background-size: 24px 24px;
  }
  .dark {
    --background: 222.2 84% 4.9%;
    --foreground: 210 40% 98%;
    --card: 222.2 84% 4.9%;
    --card-foreground: 210 40% 98%;
    --popover: 222.2 84% 4.9%;
    --popover-foreground: 210 40% 98%;
    --primary: 221.2 83.2% 53.3%;
    --primary-foreground: 210 40% 98%;
    --secondary: 217.2 32.6% 17.5%;
    --secondary-foreground: 210 40% 98%;
    --muted: 217.2 32.6% 17.5%;
    --muted-foreground: 215 20.2% 65.1%;
    --accent: 217.2 32.6% 17.5%;
    --accent-foreground: 210 40% 98%;
    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 210 40% 98%;
    --border: 217.2 32.6% 17.5%;
    --input: 217.2 32.6% 17.5%;
    --ring: 221.2 83.2% 53.3%;
    --radius-base: 1rem;
    --radius-sm: calc(var(--radius-base) - 0.25rem);
    --radius-card: 1rem;
    --radius-input: var(--radius-base);
    --radius-table: calc(var(--radius-base) - 0.1rem);
    --radius-search: calc(var(--radius-base) - 0.1rem);
    --radius: var(--radius-base);
  }
  .mail-panel {
    position: relative;
    border-color: transparent !important;
    background: hsl(var(--card));
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 10px 25px rgba(0, 0, 0, 0.06);
    overflow: visible;
  }
  .mail-panel::before, .mail-panel::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 32px;
    pointer-events: none;
  }
  .mail-panel::before {
    left: -32px;
    background: white;
    filter: blur(8px);
  }
  .mail-panel::after {
    right: -32px;
    background: white;
    filter: blur(8px);
  }
  .mail-columns, .mail-column {
    overflow: visible !important;
    background: hsl(var(--card));
    border-color: transparent !important;
  }
  main {
    padding: 0;
  }
  input[type='text'], input[type='email'], input[type='number'], input[type='date'], input[type='time'], input[type='search'], input[type='password'], input:not([type]), select, textarea {
    appearance: none;
    height: 2.75rem;
    width: 100%;
    border-radius: var(--radius-input);
    background-color: hsl(var(--background));
    color: hsl(var(--foreground));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: all 0.2s;
    outline: none;
    box-shadow: 0 0 0 2px hsl(var(--ring)), 0 0 0 4px hsl(var(--ring-offset-background));
  }
  input[type='text']:disabled, input[type='email']:disabled, input[type='number']:disabled, input[type='date']:disabled, input[type='time']:disabled, input[type='search']:disabled, input[type='password']:disabled, input:not([type]):disabled, select:disabled, textarea:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  input[type='number']::placeholder, input[type='date']::placeholder, input[type='time']::placeholder, input[type='search']::placeholder, input[type='password']::placeholder, input:not([type])::placeholder, select::placeholder, textarea::placeholder {
    color: hsl(var(--muted-foreground));
  }
  select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236b7280' viewBox='0 0 20 20'><path fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 111.06 1.06l-4.24 4.24a.75.75 0 01-1.06 0L5.21 8.29a.75.75 0 01.02-1.08z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1rem;
    padding-right: 2rem;
  }
  button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    border-radius: var(--radius-base);
    font-weight: 500;
    transition: all 0.2s;
  }
  button:focus {
    outline: none;
    box-shadow: 0 0 0 2px hsl(var(--ring)), 0 0 0 4px hsl(var(--background));
  }
  button:disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  .table-ui {
    width: 100%;
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius-table);
    overflow: hidden;
    background: hsl(var(--card));
  }
  .table-ui thead th {
    background-color: rgba( 243, 244, 246, 0.5 );
    color: #6b7280;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 1px solid hsl(var(--border));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: left;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .table-ui tbody td {
    border-bottom: 1px solid hsl(var(--border));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    vertical-align: middle;
    font-size: 0.875rem;
  }
  .table-ui tbody tr:last-child td {
    border-bottom: 0;
  }
  .table-ui tbody tr:hover td {
    background-color: rgba(243, 244, 246, 0.35);
  }
  .border-black, .dark .border-black, .border-\[\#000\], .dark .border-\[\#000\], .border-neutral-950, .dark .border-neutral-950 {
    border-color: hsl(var(--border)) !important;
  }
  .divide-black > :not([hidden]) ~ :not([hidden]), .dark .divide-black > :not([hidden]) ~ :not([hidden]), .divide-\[\#000\] > :not([hidden]) ~ :not([hidden]), .dark .divide-\[\#000\] > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(var(--border)) !important;
  }
  input[type='number']::-webkit-outer-spin-button, input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type='number'] {
    appearance: textfield;
    -moz-appearance: textfield;
  }
  .input-no-spinner::-webkit-outer-spin-button, .input-no-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    .input-no-spinner[type='number'] {
      appearance: textfield;
      -moz-appearance: textfield;
    }
  }
  .ring-black, .dark .ring-black, .ring-\[\#000\], .dark .ring-\[\#000\], .ring-neutral-950, .dark .ring-neutral-950, .ring-neutral-900, .dark .ring-neutral-900, .ring-slate-900, .dark .ring-slate-900 {
    --tw-ring-color: hsl(var(--border)) !important;
  }
  .outline-black, .dark .outline-black, .outline-\[\#000\], .dark .outline-\[\#000\] {
    outline-color: hsl(var(--border)) !important;
  }
  .border-neutral-900, .dark .border-neutral-900, .border-slate-900, .dark .border-slate-900 {
    border-color: hsl(var(--border)) !important;
  }
  .divide-neutral-900 > :not([hidden]) ~ :not([hidden]), .dark .divide-neutral-900 > :not([hidden]) ~ :not([hidden]), .divide-slate-900 > :not([hidden]) ~ :not([hidden]), .dark .divide-slate-900 > :not([hidden]) ~ :not([hidden]) {
    border-color: hsl(var(--border)) !important;
  }
  .border-ink {
    border-color: #000 !important;
  }
  .ring-ink {
    --tw-ring-color: #000 !important;
  }
}
@layer components {
  @keyframes heroGradientShift {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 80% 45%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  @keyframes orbitSpin {
    to {
      transform: rotate(360deg);
    }
  }
  .site-header {
    background-color: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    color: hsl(var(--foreground));
    transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
  }
  .site-header > div:first-child {
    color: inherit;
  }
  .site-header > div:first-child a, .site-header > div:first-child button {
    color: inherit;
  }
  .site-header > div:first-child .text-muted-foreground {
    color: hsl(var(--muted-foreground));
  }
  .site-header > div:first-child .text-foreground {
    color: inherit;
  }
  .site-header > div:first-child .border-border {
    border-color: hsl(var(--border));
  }
  .site-header > div:first-child .bg-primary {
    background-color: hsl(var(--primary));
    border: none;
    box-shadow: none;
  }
  .site-header > div:first-child .text-primary-foreground {
    color: hsl(var(--primary-foreground));
  }
  .site-header [data-nav-panel] {
    color: hsl(var(--foreground));
  }
  .site-header.site-header--on-dark {
    background-color: transparent;
    border-bottom-color: transparent;
    color: #ffffff;
  }
  .site-header.site-header--on-dark > div:first-child .text-muted-foreground {
    color: rgba(255, 255, 255, 0.78);
  }
  .site-header.site-header--on-dark > div:first-child .border-border {
    border-color: rgba(255, 255, 255, 0.35);
  }
  .site-header.site-header--on-dark > div:first-child .bg-primary {
    background-color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
  }
  .nav-group {
    position: relative;
  }
  .nav-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: inherit;
    transition: color 180ms ease;
    position: relative;
  }
  .nav-caret {
    width: 0.45rem;
    height: 0.45rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    opacity: 0.7;
    margin-top: 0;
    transition: transform 180ms ease, opacity 180ms ease;
  }
  .nav-panel {
    position: absolute;
    top: calc(100% + 0.75rem);
    left: -0.6rem;
    min-width: 15rem;
    padding: 0.75rem;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 1rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
    display: grid;
    gap: 0.35rem;
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity 200ms ease, transform 200ms ease;
    z-index: 20;
  }
  .nav-panel::before {
    content: '';
    position: absolute;
    top: -0.75rem;
    left: 0;
    right: 0;
    height: 0.75rem;
  }
  .nav-panel--two {
    min-width: 26rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.75rem;
  }
  .nav-item {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.5rem;
    border-radius: 0.6rem;
    font-size: 0.85rem;
    color: #4f46e5;
  }
  .nav-icon {
    width: 1rem;
    height: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4f46e5;
  }
  .nav-icon svg {
    width: 100%;
    height: 100%;
  }
  .nav-item:hover {
    background: rgba(79, 70, 229, 0.08);
    color: #3730a3;
  }
  .nav-panel .nav-item {
    color: #4f46e5 !important;
  }
  .nav-panel .nav-item:hover {
    color: #3730a3 !important;
  }
  .nav-group:hover .nav-panel, .nav-panel:hover, .nav-group:focus-within .nav-panel {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .nav-group:hover .nav-caret, .nav-group:focus-within .nav-caret {
    transform: rotate(225deg);
    opacity: 1;
  }
  .nav-group:hover .nav-trigger, .nav-group:focus-within .nav-trigger {
    color: inherit;
  }
  .nav-trigger::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.3rem;
    height: 2px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
  }
  .nav-group:hover .nav-trigger::after, .nav-group:focus-within .nav-trigger::after {
    transform: scaleX(1);
  }
  .site-header.site-header--on-dark > div:first-child .text-primary-foreground {
    color: #2a1d6a;
  }
  .hero-splash {
    position: relative;
    overflow: hidden;
    --hero-header-offset: 6rem;
    margin-top: calc(-1 * var(--hero-header-offset));
    padding-top: var(--hero-header-offset);
    background: #ffffff;
  }
  .hero-splash::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -15%;
    width: 145%;
    height: 110%;
    background: linear-gradient( 120deg, #7b61ff 0%, #8f72ff 28%, #ff7a59 62%, #ffb36b 82%, #ffd7a6 100% );
    background-size: 220% 220%;
    background-position: 0% 50%;
    animation: heroGradientShift 18s ease-in-out infinite;
    clip-path: polygon(0 0, 100% 0, 100% 64%, 0 86%);
    filter: saturate(1.08);
    z-index: 0;
  }
  .hero-splash::after {
    content: none;
  }
  .hero-splash__inner {
    position: relative;
    z-index: 1;
    --hero-splash-gutter: 1.5rem;
    padding: clamp(2.5rem, 5vw, 4.5rem) 1.5rem 5rem;
  }
  @media (min-width: 40rem) {
    .hero-splash__inner {
      --hero-splash-gutter: 2.5rem;
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
  @media (min-width: 64rem) {
    .hero-splash__inner {
      padding-top: 6.5rem;
      padding-bottom: 6.5rem;
    }
  }
  .hero-splash__grid {
    display: grid;
    gap: clamp(2rem, 6vw, 5rem);
    align-items: center;
  }
  @media (min-width: 64rem) {
    .hero-splash__grid {
      grid-template-columns: 1.05fr 0.95fr;
    }
  }
  .hero-splash__copy {
    display: grid;
    gap: 1.4rem;
    max-width: 36rem;
  }
  .hero-splash__eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
  }
  .hero-splash__title {
    font-size: clamp(2.8rem, 5.2vw, 4.9rem);
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #000000 !important;
    background: none !important;
    -webkit-text-fill-color: #000000 !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    mix-blend-mode: normal;
    filter: none;
  }
  .hero-splash__title span {
    display: block;
    color: #000000 !important;
    background: none !important;
    -webkit-text-fill-color: #000000 !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    mix-blend-mode: normal;
  }
  .hero-splash__title-accent {
    font-weight: 800;
    color: #000000 !important;
    -webkit-text-fill-color: #000000 !important;
  }
  .hero-splash__hook {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
  }
  .hero-splash__subtitle {
    font-size: 1.05rem;
    color: #000000;
    line-height: 1.6;
  }
  .hero-splash__form {
    display: grid;
    gap: 0.75rem;
  }
  .hero-splash__cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1.5rem;
  }
  .hero-splash__reassurance {
    font-size: 0.85rem;
    color: rgba(15, 23, 42, 0.65);
  }
  .hero-splash__secondary {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1f2a5c;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: opacity 200ms ease;
  }
  .hero-splash__secondary:hover {
    opacity: 0.7;
  }
  .hero-splash__trust {
    display: grid;
    gap: 0.6rem;
    margin-top: 0.5rem;
  }
  .hero-splash__trust li {
    font-size: 0.78rem;
    color: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    background: rgba(255, 255, 255, 0.7);
    width: fit-content;
  }
  @media (min-width: 48rem) {
    .hero-splash__trust {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hero-splash__trust li {
      width: auto;
    }
  }
  .hero-splash__label {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .hero-splash__input {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.45);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.18);
  }
  .hero-splash__input input {
    flex: 1;
    min-width: 0;
    height: 2.7rem;
    border: none;
    background: transparent;
    padding: 0 0.85rem;
    font-size: 0.95rem;
    box-shadow: none;
    outline: none;
  }
  .hero-splash__input input:focus {
    box-shadow: none;
  }
  .hero-splash__input button {
    height: 2.7rem;
    border-radius: 999px;
    border: none;
    background: #0f172a;
    color: #ffffff;
    font-weight: 600;
    padding: 0 1.4rem;
    letter-spacing: 0.01em;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.22);
    transition: transform 200ms ease, box-shadow 200ms ease, opacity 200ms ease;
  }
  .hero-splash__input button:hover {
    opacity: 0.92;
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.28);
  }
  .hero-splash__hint {
    font-size: 0.78rem;
    color: rgba(15, 23, 42, 0.6);
  }
  @media (max-width: 40rem) {
    .hero-splash__input {
      flex-direction: column;
      align-items: stretch;
      border-radius: 1.2rem;
      padding: 0.6rem;
    }
    .hero-splash__input button {
      width: 100%;
    }
  }
  .hero-splash__visual {
    position: relative;
    min-height: clamp(18rem, 45vw, 32rem);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: calc(-1 * var(--hero-splash-gutter));
  }
  .hero-splash__visual-stack {
    position: relative;
    width: min(115%, 38rem);
    will-change: transform;
    transform: translateZ(0);
  }
  .hero-splash__dashboard {
    width: 100%;
    border-radius: 1.8rem;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 34px 70px rgba(15, 23, 42, 0.35), 0 6px 14px rgba(15, 23, 42, 0.18);
    background: #ffffff;
    transform: perspective(1400px) rotateY(-3deg) rotateZ(-1.8deg);
    transform-origin: center;
    transition: transform 400ms ease, box-shadow 400ms ease;
  }
  .hero-splash__appointment {
    position: absolute;
    left: -6%;
    top: 16%;
    width: clamp(175px, 24vw, 260px);
    border-radius: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.35), 0 4px 10px rgba(15, 23, 42, 0.16);
    background: #ffffff;
    transform: perspective(1200px) rotateY(5deg) rotateZ(1.6deg);
  }
  .module-intro {
    position: relative;
    background: #ffffff;
  }
  .module-intro__grid {
    display: grid;
    gap: 2.5rem;
    align-items: center;
  }
  @media (min-width: 64rem) {
    .module-intro__grid {
      grid-template-columns: 1.1fr 0.9fr;
    }
  }
  .module-intro__visual {
    display: flex;
    justify-content: center;
  }
  .module-intro__copy {
    display: grid;
    gap: 1rem;
    max-width: 32rem;
    color: #0f172a;
  }
  @media (min-width: 64rem) {
    .module-intro__copy {
      justify-self: end;
      text-align: right;
    }
  }
  .module-intro__eyebrow {
    font-size: 0.75rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 700;
    color: #4f3ef6;
  }
  .module-intro__title {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 700;
    letter-spacing: -0.02em;
  }
  .module-intro__lead {
    font-size: 1rem;
    color: #111827;
  }
  .module-intro__detail {
    font-size: 0.95rem;
    color: rgba(15, 23, 42, 0.72);
  }
  .billing-flow {
    padding-bottom: 2rem;
  }
  .billing-flow__grid {
    display: grid;
    gap: 2rem;
    align-items: center;
  }
  .billing-flow__copy {
    max-width: 32rem;
  }
  .billing-flow__eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #4f46e5;
  }
  .billing-flow__title {
    margin-top: 0.8rem;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
  }
  .billing-flow__lead {
    margin-top: 1rem;
    color: rgba(15, 23, 42, 0.7);
    font-size: 1rem;
  }
  .billing-flow__steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  .billing-flow__step {
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    background: #ffffff;
    padding: 1.5rem;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }
  .billing-flow--visible .billing-flow__step {
    animation: billingStepIn 0.5s ease-out forwards, billingStepFloat 6s ease-in-out infinite;
    animation-delay: var(--delay, 0s), calc(var(--delay, 0s) + 1.2s);
  }
  .billing-flow__step h3 {
    margin-top: 0.8rem;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
  }
  .billing-flow__step p {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: rgba(15, 23, 42, 0.65);
  }
  .billing-flow__badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    font-size: 0.7rem;
    font-weight: 700;
    background: rgba(79, 70, 229, 0.12);
    color: #4f46e5;
  }
  @keyframes billingStepIn {
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  @keyframes billingStepFloat {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-6px);
    }
  }
  @media (min-width: 1024px) {
    .billing-flow__grid {
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    }
    .billing-flow__copy {
      justify-self: end;
      text-align: right;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .billing-flow__step {
      animation: none;
      opacity: 1;
      transform: none;
    }
  }
  .blog-list {
    display: grid;
    gap: 2rem;
  }
  .blog-card {
    display: grid;
    gap: 2rem;
    padding: 2rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.08);
  }
  .blog-card__category {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #4f46e5;
  }
  .blog-card__title {
    margin-top: 0.6rem;
    font-size: clamp(1.4rem, 2.8vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
  }
  .blog-card__title a {
    color: inherit;
  }
  .blog-card__excerpt {
    margin-top: 0.8rem;
    color: rgba(15, 23, 42, 0.72);
    font-size: 1rem;
  }
  .blog-card__link {
    display: inline-flex;
    margin-top: 1.2rem;
    font-weight: 600;
    color: #4f46e5;
  }
  .blog-card__aside {
    display: grid;
    gap: 1.5rem;
    align-content: start;
  }
  .blog-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
    color: rgba(15, 23, 42, 0.72);
    gap: 1.5rem;
  }
  .blog-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .blog-author__avatar {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    background: rgba(79, 70, 229, 0.12);
    color: #4f46e5;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
  }
  .blog-author__name {
    font-weight: 600;
    color: #0f172a;
  }
  .blog-author__role {
    font-size: 0.8rem;
    color: rgba(15, 23, 42, 0.6);
  }
  .blog-card__image {
    width: 100%;
    border-radius: 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.1);
    object-fit: cover;
  }
  @media (min-width: 1024px) {
    .blog-card {
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
      align-items: center;
    }
  }
  .blog-article {
    display: grid;
    gap: 2.5rem;
  }
  .blog-article__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
    color: rgba(15, 23, 42, 0.65);
  }
  .blog-article__breadcrumb {
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4f46e5;
  }
  .blog-article__share {
    color: #4f46e5;
    font-weight: 600;
  }
  .blog-article__grid {
    display: grid;
    gap: 2.5rem;
    align-items: start;
  }
  .blog-article__author {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .blog-article__avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #475569;
    background: #ffffff;
  }
  .blog-article__author-name {
    font-weight: 600;
    color: #0f172a;
  }
  .blog-article__author-role {
    font-size: 0.85rem;
    color: rgba(15, 23, 42, 0.6);
  }
  .blog-article__title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
  }
  .blog-article__date {
    margin-top: 1.2rem;
    font-size: 0.9rem;
    color: rgba(79, 70, 229, 0.7);
  }
  .blog-article__content {
    display: grid;
    gap: 1.5rem;
    color: rgba(15, 23, 42, 0.82);
    line-height: 1.7;
  }
  .blog-article__content p {
    color: rgba(15, 23, 42, 0.75);
  }
  .blog-article__content h2 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
  }
  .blog-article__image {
    width: 100%;
    border-radius: 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
  }
  @media (min-width: 1024px) {
    .blog-article__grid {
      grid-template-columns: minmax(0, 0.35fr) minmax(0, 0.65fr);
    }
  }
  .rgpd-hero {
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.08), rgba(106, 208, 255, 0.12));
  }
  .rgpd-hero__grid {
    display: grid;
    gap: 2.5rem;
    align-items: center;
  }
  .rgpd-hero__image {
    width: 100%;
    border-radius: 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.18);
  }
  .rgpd-section {
    padding: clamp(2.5rem, 6vw, 4.5rem) 0;
  }
  .rgpd-section--tint {
    background: #f8fafc;
  }
  .rgpd-section--note {
    border-top: 1px solid rgba(148, 163, 184, 0.2);
  }
  .rgpd-section__content {
    max-width: 52rem;
    display: grid;
    gap: 1rem;
  }
  .rgpd-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.75rem;
  }
  .rgpd-badges span {
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    background: rgba(79, 70, 229, 0.12);
    color: #4f46e5;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .rgpd-animate {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 500ms ease, transform 500ms ease;
  }
  .rgpd-animate.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
  .rgpd-schema {
    margin-top: 2.5rem;
    padding: 2rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: #ffffff;
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.1);
    display: grid;
    gap: 1.5rem;
  }
  .rgpd-schema__labels {
    display: grid;
    gap: 0.75rem;
    font-size: 0.85rem;
    color: rgba(15, 23, 42, 0.7);
  }
  .rgpd-schema__label {
    font-weight: 700;
    color: #0f172a;
    letter-spacing: 0.02em;
  }
  .rgpd-schema__value {
    font-size: 0.9rem;
  }
  .rgpd-schema__svg {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
  }
  .rgpd-schema__svg rect {
    fill: #f8fafc;
    stroke: rgba(148, 163, 184, 0.3);
    stroke-width: 1.5;
  }
  .rgpd-schema__path {
    fill: none;
    stroke: url(#rgpdPath);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 280;
    stroke-dashoffset: 280;
  }
  .rgpd-animate.is-visible .rgpd-schema__path {
    animation: rgpdDraw 1.2s ease forwards;
  }
  .rgpd-schema__nodes {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.5rem;
    text-align: center;
    font-size: 0.85rem;
    color: rgba(15, 23, 42, 0.75);
  }
  .rgpd-schema__nodes span {
    font-weight: 600;
  }
  @keyframes rgpdDraw {
    to {
      stroke-dashoffset: 0;
    }
  }
  .rgpd-split {
    display: grid;
    gap: 2rem;
  }
  .rgpd-flow {
    display: grid;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .rgpd-flow__grid {
    display: grid;
    gap: 0.75rem;
  }
  .rgpd-flow__step {
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
  }
  .rgpd-flow__label {
    font-weight: 700;
    color: #0f172a;
  }
  .rgpd-flow__detail {
    font-size: 0.9rem;
    color: rgba(15, 23, 42, 0.65);
    margin-top: 0.25rem;
  }
  .rgpd-flow__arrow {
    font-size: 1.2rem;
    color: rgba(79, 70, 229, 0.6);
    text-align: center;
  }
  .rgpd-list__title {
    font-weight: 700;
    color: #0f172a;
  }
  .rgpd-list ul {
    display: grid;
    gap: 0.5rem;
    margin-top: 0.5rem;
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.95rem;
  }
  .rgpd-proof {
    margin-top: 2rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    padding: 1.5rem;
    background: #f8fafc;
  }
  .rgpd-proof ul {
    display: grid;
    gap: 0.6rem;
    margin-top: 0.75rem;
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.95rem;
  }
  .rgpd-guard {
    margin-top: 1.25rem;
    border-left: 3px solid rgba(79, 70, 229, 0.6);
    padding-left: 1rem;
  }
  .rgpd-guard__title {
    font-weight: 700;
    color: #0f172a;
  }
  .rgpd-guard ul {
    display: grid;
    gap: 0.5rem;
    margin-top: 0.6rem;
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.95rem;
  }
  @media (min-width: 768px) {
    .rgpd-flow__grid {
      grid-template-columns: repeat(5, minmax(0, 1fr));
      align-items: center;
    }
    .rgpd-flow__arrow {
      align-self: center;
    }
  }
  .rgpd-block {
    display: grid;
    gap: 1rem;
  }
  .rgpd-list {
    display: grid;
    gap: 0.75rem;
    color: rgba(15, 23, 42, 0.72);
    font-size: 0.95rem;
  }
  .rgpd-metrics__icon {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(79, 70, 229, 0.12);
    color: #4f46e5;
  }
  .rgpd-metrics__svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  .rgpd-metrics__stats {
    display: grid;
    gap: 2.5rem;
    text-align: center;
    margin: 0;
  }
  .rgpd-metrics__stat {
    display: grid;
    gap: 0.5rem;
  }
  .rgpd-metrics__stat-label {
    font-size: 0.95rem;
    color: #64748b;
  }
  .rgpd-metrics__stat-value {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #0f172a;
  }
  .rgpd-metrics__intro {
    max-width: 42rem;
    margin-bottom: 2.5rem;
  }
  .rgpd-metrics__grid {
    display: grid;
    gap: 2rem;
  }
  .rgpd-metrics__card {
    display: grid;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  }
  .rgpd-metrics__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
  }
  .rgpd-metrics__text {
    color: rgba(15, 23, 42, 0.7);
    font-size: 0.95rem;
    margin: 0;
  }
  .rgpd-highlight {
    background: #ffffff;
  }
  .rgpd-highlight__content {
    max-width: 52rem;
    display: grid;
    gap: 1rem;
  }
  .rgpd-highlight__title {
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
  }
  .rgpd-highlight__lead {
    font-size: 1.05rem;
    color: rgba(15, 23, 42, 0.72);
  }
  .rgpd-highlight__text {
    font-size: 1rem;
    color: rgba(15, 23, 42, 0.72);
  }
  .rgpd-highlight__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #4f46e5;
  }
  .rgpd-highlight__link:hover {
    color: #3730a3;
  }
  .rgpd-highlight__arrow {
    width: 1.1rem;
    height: 1.1rem;
  }
  .rgpd-faq {
    background: #ffffff;
  }
  .rgpd-faq__title {
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #0f172a;
    margin-bottom: 2rem;
  }
  .rgpd-faq__grid {
    display: grid;
    gap: 2.5rem;
    border-top: 1px solid rgba(148, 163, 184, 0.25);
    padding-top: 2rem;
  }
  .rgpd-faq__column {
    display: grid;
    gap: 1.5rem;
  }
  .rgpd-faq__item {
    display: grid;
    gap: 0.6rem;
    padding: 1.25rem 1.5rem;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  }
  .rgpd-faq__question {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
  }
  .rgpd-faq__icon {
    width: 1rem !important;
    height: 1rem !important;
    color: #4f46e5;
    margin-top: 0.25rem;
    flex-shrink: 0;
  }
  .rgpd-faq__answer {
    color: rgba(15, 23, 42, 0.7);
    font-size: 0.95rem;
    margin: 0;
  }
  .rgpd-faq__answer a {
    color: #4f46e5;
    text-decoration: underline;
  }
  .rgpd-faq__answer a:hover {
    text-decoration: none;
    color: #3730a3;
  }
  .rgpd-faq svg {
    width: 1rem !important;
    height: 1rem !important;
    max-width: 1rem !important;
    max-height: 1rem !important;
  }
  .rgpd-metrics svg {
    width: 1.25rem !important;
    height: 1.25rem !important;
    max-width: 1.25rem !important;
    max-height: 1.25rem !important;
  }
  @media (min-width: 768px) {
    .rgpd-metrics__stats {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .rgpd-metrics__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .rgpd-faq__grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (min-width: 1024px) {
    .rgpd-metrics__grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (min-width: 1024px) {
    .rgpd-hero__grid {
      grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    }
    .rgpd-split {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 3rem;
    }
  }
  @keyframes lineGrowX {
    0% {
      transform: translateY(-50%) scaleX(0);
      opacity: 0.2;
    }
    45% {
      transform: translateY(-50%) scaleX(1);
      opacity: 1;
    }
    100% {
      transform: translateY(-50%) scaleX(1);
      opacity: 0.4;
    }
  }
  @keyframes lineGrowY {
    0% {
      transform: translateX(-50%) scaleY(0);
      opacity: 0.2;
    }
    45% {
      transform: translateX(-50%) scaleY(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) scaleY(1);
      opacity: 0.4;
    }
  }
  @keyframes lineDraw {
    0% {
      stroke-dashoffset: 240;
      opacity: 0.2;
    }
    45% {
      stroke-dashoffset: 0;
      opacity: 1;
    }
    100% {
      stroke-dashoffset: 0;
      opacity: 0.4;
    }
  }
  @keyframes tileFloat {
    0%, 100% {
      transform: translateY(0) scale(1);
    }
    50% {
      transform: translateY(-8px) scale(1.01);
    }
  }
  .module-flow {
    position: relative;
    width: clamp(18rem, 46vw, 30rem);
    aspect-ratio: 1 / 1;
  }
  .module-flow__lines {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }
  .module-flow__line {
    position: absolute;
    border-radius: 999px;
    background: linear-gradient(90deg, #7b61ff, #6ad0ff);
    box-shadow: 0 6px 14px rgba(79, 70, 229, 0.25);
  }
  .module-flow__line--vertical {
    width: 3px;
    height: 22%;
    left: 50%;
    top: 18%;
    transform-origin: top;
    animation: lineGrowY 4.2s ease-in-out infinite;
  }
  .module-flow__line--horizontal {
    height: 3px;
    width: 30%;
    left: 18%;
    top: 50%;
    transform-origin: left;
    animation: lineGrowX 4.2s ease-in-out infinite 0.4s;
  }
  .module-flow__line--right {
    height: 3px;
    width: 30%;
    left: 50%;
    top: 50%;
    transform-origin: left;
    animation: lineGrowX 4.2s ease-in-out infinite 0.8s;
  }
  .module-flow__curve {
    position: absolute;
    left: 52%;
    top: 52%;
    width: 34%;
    height: 34%;
  }
  .module-flow__curve path {
    fill: none;
    stroke: #7b61ff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 240;
    stroke-dashoffset: 240;
    animation: lineDraw 4.2s ease-in-out infinite 1.1s;
  }
  .module-flow__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    width: 100%;
    height: 100%;
  }
  .module-flow__tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(203, 213, 225, 0.7);
    background: #f8fafc;
    color: rgba(148, 163, 184, 0.9);
    font-size: 0.78rem;
    font-weight: 600;
    text-align: center;
    aspect-ratio: 1 / 1;
  }
  .module-flow__tile.is-ghost {
    color: rgba(148, 163, 184, 0.6);
  }
  .module-flow__ghost-icon {
    width: 1.4rem;
    height: 1.4rem;
  }
  .module-flow__tile.is-active {
    background: #ffffff;
    color: #1f2937;
    border-color: rgba(148, 163, 184, 0.25);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18), 0 2px 6px rgba(15, 23, 42, 0.08);
    animation: tileFloat 5s ease-in-out infinite;
    animation-delay: var(--float-delay, 0s);
  }
  .module-flow__tile-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 0.9rem;
    background: rgba(79, 70, 229, 0.08);
    color: #4f46e5;
  }
  .module-flow__tile-icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  @media (prefers-reduced-motion: reduce) {
    .module-flow__line--vertical, .module-flow__line--horizontal, .module-flow__line--right, .module-flow__curve path, .module-flow__tile.is-active {
      animation: none;
    }
  }
  .module-orbit {
    position: relative;
    width: clamp(16rem, 42vw, 26rem);
    aspect-ratio: 1 / 1;
  }
  .module-orbit__ring {
    position: absolute;
    inset: 6%;
    border-radius: 999px;
    border: 1px dashed rgba(99, 102, 241, 0.25);
  }
  .module-orbit__ring--inner {
    inset: 22%;
    border-color: rgba(148, 163, 184, 0.25);
  }
  .module-orbit__core {
    position: absolute;
    inset: 50%;
    transform: translate(-50%, -50%);
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 1.6rem;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 1.35rem;
    color: #ffffff;
    background: linear-gradient(140deg, #4f3ef6, #8b5cf6);
    box-shadow: 0 18px 36px rgba(79, 70, 229, 0.25);
  }
  .module-orbit__orbit {
    position: absolute;
    inset: 0;
    --spin-duration: 26s;
    --radius: clamp(6.5rem, 14vw, 10.5rem);
    --spin-direction: normal;
    --counter-direction: reverse;
    animation: orbitSpin var(--spin-duration) linear infinite;
    animation-direction: var(--spin-direction);
  }
  .module-orbit__orbit--inner {
    --spin-duration: 18s;
    --radius: clamp(4.2rem, 9vw, 7.2rem);
    --spin-direction: reverse;
    --counter-direction: normal;
  }
  .module-orbit__chip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(var(--angle)) translateX(var(--radius));
  }
  .module-orbit__chip-inner {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: #0f172a;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 600;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
    animation: orbitSpin var(--spin-duration) linear infinite;
    animation-direction: var(--counter-direction);
  }
  .module-orbit__icon {
    width: 1rem;
    height: 1rem;
  }
  @media (prefers-reduced-motion: reduce) {
    .module-orbit__orbit, .module-orbit__chip-inner {
      animation: none;
    }
  }
  @media (max-width: 48rem) {
    .hero-splash__appointment {
      left: 4%;
      top: 10%;
      width: clamp(160px, 48vw, 220px);
    }
  }
  @media (min-width: 64rem) {
    .hero-splash__visual {
      justify-content: flex-end;
    }
    .hero-splash__visual-stack {
      width: min(132%, 48rem);
      margin-right: calc(-8vw - var(--hero-splash-gutter));
    }
    .hero-splash__dashboard {
      width: 118%;
    }
  }
}
@layer components {
  .page-shell {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 80rem;
    padding-left: clamp(1rem, 12.5vw, 10rem);
    padding-right: clamp(1rem, 12.5vw, 10rem);
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .page-shell > :not([hidden]) ~ :not([hidden]) {
    margin-top: 1.5rem;
  }
  @media (min-width: 640px) {
    .page-shell {
      padding-left: clamp(1.5rem, 12.5vw, 10rem);
      padding-right: clamp(1.5rem, 12.5vw, 10rem);
    }
  }
  @media (min-width: 1024px) {
    .page-shell {
      max-width: 72rem;
    }
  }
  @media (min-width: 1280px) {
    .page-shell {
      max-width: 86rem;
    }
  }
  .page-panel {
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    background-color: #ffffff;
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.07);
  }
  .page-panel-muted {
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    background-color: #f8fafc;
  }
  .table-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    border: 1px solid #cbd5f5;
    background-color: #ffffff;
    color: #334155;
    box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.35), 0 12px 30px rgba(15, 23, 42, 0.18);
    transition: transform 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
  }
  .table-action-btn:hover {
    transform: translateY(-1px);
    background-color: #f8fafc;
    box-shadow: 0 0 0 1px rgba(129, 140, 248, 0.72), 0 18px 45px rgba(79, 70, 229, 0.45);
  }
  .table-action-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 2px #7b61ff, 0 12px 30px rgba(79, 70, 229, 0.35);
  }
  .table-action-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.35), 0 12px 30px rgba(15, 23, 42, 0.18);
  }
  .table-action-btn > svg {
    width: 1rem;
    height: 1rem;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
