/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Manrope",sans-serif;
    --font-mono: "IBM Plex Mono",monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --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);
    --color-primary: #0b4fad;
    --color-primary-50: #edf5ff;
    --color-primary-500: #0b4fad;
    --color-secondary-100: #e8edf3;
    --color-secondary-500: #607086;
    --color-secondary-900: #07182c;
    --color-neutral: #10243e;
  }
}
@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 {
  .absolute {
    position: absolute;
  }
  .static {
    position: static;
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .-mx-7 {
    margin-inline: calc(var(--spacing) * -7);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .-mt-7 {
    margin-top: calc(var(--spacing) * -7);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .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-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }
  .h-auto {
    height: auto;
  }
  .min-h-\[360px\] {
    min-height: 360px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-secondary-100 {
    border-color: var(--color-secondary-100);
  }
  .border-white\/15 {
    border-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .bg-primary-50 {
    background-color: var(--color-primary-50);
  }
  .bg-primary-500 {
    background-color: var(--color-primary-500);
  }
  .bg-secondary-900 {
    background-color: var(--color-secondary-900);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-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));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .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-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-primary-50 {
    color: var(--color-primary-50);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-100 {
    color: var(--color-secondary-100);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-900 {
    color: var(--color-secondary-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .group-hover\:scale-\[1\.02\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:bg-primary-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-50);
      }
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:-mx-8 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * -8);
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:-mt-8 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * -8);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[\.72fr_1\.28fr\] {
    @media (width >= 48rem) {
      grid-template-columns: .72fr 1.28fr;
    }
  }
  .md\:grid-cols-\[1\.25fr_\.65fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 1.25fr .65fr;
    }
  }
  .md\:grid-cols-\[1fr_auto\] {
    @media (width >= 48rem) {
      grid-template-columns: 1fr auto;
    }
  }
  .md\:gap-16 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .md\:gap-20 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:py-24 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .md\:py-28 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .md\:text-7xl {
    @media (width >= 48rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:aspect-\[2\/1\] {
    @media (width >= 64rem) {
      aspect-ratio: 2/1;
    }
  }
  .lg\:min-h-\[320px\] {
    @media (width >= 64rem) {
      min-height: 320px;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:object-contain {
    @media (width >= 64rem) {
      object-fit: contain;
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: #fff;
    color: #10243e;
    font-family: "Manrope",sans-serif;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  h1,h2,h3,p {
    margin-top: 0;
  }
  em {
    font-family: "Newsreader",serif;
    font-weight: 400;
  }
  .skip-link {
    position: fixed;
    top: -60px;
    left: 20px;
    z-index: 100;
    background: #fff;
    color: #07182c;
    padding: 12px;
  }
  .skip-link:focus {
    top: 12px;
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .shell {
    width: min(1200px,calc(100% - 48px));
    margin: auto;
  }
  .topbar {
    height: 34px;
    background: #07182c;
    color: #aebed1;
    font: 500 9px "IBM Plex Mono",monospace;
    letter-spacing: .08em;
  }
  .topbar .shell {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .topbar b {
    color: #fff;
  }
  .site-header {
    background: #fff;
    border-bottom: 1px solid #dce3eb;
    position: relative;
    z-index: 20;
  }
  .nav-wrap {
    height: 88px;
    display: flex;
    align-items: center;
    gap: 42px;
  }
  .brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #082c58;
    line-height: 1;
  }
  .brand-mark {
    width: 46px;
    height: 52px;
    display: block;
    flex: 0 0 auto;
  }
  .brand-mark svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .footer .brand-mark {
    width: 52px;
    height: 59px;
  }
  .brand-wordmark {
    font-size: 17px;
    letter-spacing: .015em;
    white-space: nowrap;
  }
  .brand-wordmark b {
    font-weight: 800;
  }
  .brand-wordmark strong {
    font-weight: 800;
    color: #1767c0;
  }
  .brand sup {
    font-size: 7px;
  }
  .brand small {
    display: block;
    margin-top: 6px;
    font: 500 6.5px "IBM Plex Mono",monospace;
    letter-spacing: .13em;
    color: #52677f;
  }
  .brand small i {
    color: #079b99;
    font-style: normal;
  }
  .footer .brand-wordmark strong {
    color: #69a8ed;
  }
  .footer .brand small {
    color: #9fb1c5;
  }
  .site-header .desktop-nav {
    display: flex;
    gap: 31px;
    margin-left: auto;
  }
  .site-header .desktop-nav a {
    font-size: 12px;
    font-weight: 600;
    color: #45556a;
  }
  .site-header .desktop-nav a:hover {
    color: #0b4fad;
  }
  .nav-cta {
    background: #0b4fad;
    color: #fff;
    padding: 14px 17px;
    font: 600 10px "IBM Plex Mono",monospace;
    text-transform: uppercase;
    letter-spacing: .06em;
  }
  .nav-cta span {
    margin-left: 16px;
  }
  .menu-toggle,.mobile-nav {
    display: none;
  }
  .menu-toggle {
    border: 0;
    background: transparent;
    color: #10243e;
    padding: 10px;
    align-items: center;
    gap: 4px;
    cursor: pointer;
  }
  .menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: #10243e;
  }
  .menu-toggle b {
    margin-left: 6px;
    font: 600 9px "IBM Plex Mono",monospace;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .mobile-nav {
    border-top: 1px solid #dce3eb;
    background: #fff;
  }
  .mobile-nav .shell {
    display: grid;
  }
  .mobile-nav a {
    padding: 15px 0;
    border-bottom: 1px solid #e4e9ef;
    font-size: 13px;
    font-weight: 600;
    color: #34465b;
  }
  .mobile-nav .mobile-report {
    color: #0b4fad;
    font: 700 10px "IBM Plex Mono",monospace;
    text-transform: uppercase;
    letter-spacing: .06em;
  }
  .hero {
    background: #0a1d34;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
  }
  .hero-pattern {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
    background-size: 60px 60px;
    mask-image: linear-gradient(to right,#000,transparent);
  }
  .hero:after {
    content: "";
    position: absolute;
    width: 580px;
    height: 580px;
    border: 1px solid rgba(36,115,220,.24);
    border-radius: 50%;
    right: -140px;
    top: -95px;
    box-shadow: 0 0 0 100px rgba(36,115,220,.04),0 0 0 200px rgba(36,115,220,.025);
  }
  .hero-grid {
    display: grid;
    grid-template-columns: 1.12fr .58fr;
    gap: 100px;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .trust-label,.section-label {
    font: 600 9px "IBM Plex Mono",monospace;
    letter-spacing: .16em;
    color: #0b4fad;
  }
  .trust-label {
    color: #8fb9f0;
    display: flex;
    align-items: center;
    gap: 11px;
  }
  .trust-label span {
    width: 25px;
    height: 1px;
    background: #54a579;
  }
  .hero h1 {
    font-size: clamp(56px,6.1vw,88px);
    line-height: .97;
    letter-spacing: -.055em;
    margin: 27px 0;
  }
  .hero h1 em {
    display: block;
    color: #9dc4f5;
  }
  .hero-copy>p {
    max-width: 650px;
    color: #bfccdc;
    font-size: 17px;
    line-height: 1.75;
  }
  .hero-actions {
    display: flex;
    gap: 12px;
    margin: 35px 0;
  }
  .button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 17px 19px;
    border: 0;
    font: 600 10px "IBM Plex Mono",monospace;
    letter-spacing: .07em;
    text-transform: uppercase;
    cursor: pointer;
  }
  .button.primary,.button.submit {
    background: #0b4fad;
    color: #fff;
  }
  .button.primary:hover,.button.submit:hover {
    background: #1561c6;
  }
  .button.secondary {
    border: 1px solid #78899d;
    color: inherit;
    background: transparent;
  }
  .privacy-note {
    display: flex;
    gap: 13px;
    border-top: 1px solid #34465b;
    padding-top: 22px;
    max-width: 510px;
  }
  .privacy-note .lock {
    color: #54a579;
  }
  .privacy-note p {
    font-size: 11px;
    line-height: 1.6;
    color: #8fa0b4;
  }
  .privacy-note strong {
    color: #fff;
  }
  .hero-panel {
    width: 100%;
    max-width: 390px;
    justify-self: end;
    background: #fff;
    color: #10243e;
    padding: 25px 27px 27px;
    border-top: 4px solid #0b4fad;
    box-shadow: 0 24px 65px rgba(0,0,0,.22);
  }
  .panel-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dfe5ec;
    padding-bottom: 14px;
    font: 600 7px "IBM Plex Mono",monospace;
    letter-spacing: .1em;
  }
  .panel-top b {
    color: #27835b;
  }
  .hero-panel h2 {
    text-align: center;
    font: 400 25px/1.08 "Newsreader",serif;
    margin-bottom: 10px;
  }
  .hero-panel>p {
    text-align: center;
    color: #637184;
    font-size: 11px;
    line-height: 1.65;
    max-width: 300px;
    margin: 0 auto;
  }
  .panel-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 20px;
  }
  .panel-points span {
    padding: 10px 8px;
    background: #f4f7fa;
    color: #536478;
    text-align: center;
    font: 600 7px/1.4 "IBM Plex Mono",monospace;
    text-transform: uppercase;
    letter-spacing: .04em;
  }
  .panel-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: #edf7f1;
    color: #256e4f;
    padding: 11px;
    margin-top: 10px;
    font: 600 7px "IBM Plex Mono",monospace;
    letter-spacing: .03em;
  }
  .panel-status i {
    width: 6px;
    height: 6px;
    background: #43a373;
    border-radius: 50%;
  }
  .brand-symbol-large {
    width: 92px;
    height: 103px;
    margin: 23px auto 18px;
    filter: drop-shadow(0 9px 12px rgba(10,29,52,.16));
  }
  .brand-symbol-large svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .assurance-brand {
    width: 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .assurance-brand-mark {
    width: 86px;
    height: 97px;
    filter: drop-shadow(0 8px 12px rgba(10,29,52,.14));
  }
  .assurance-brand-mark svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .assurance-brand small {
    font: 600 7px/1.45 "IBM Plex Mono",monospace;
    letter-spacing: .14em;
    text-align: center;
    color: #0b4fad;
    margin-top: 10px;
  }
  .trust-strip {
    border-bottom: 1px solid #dce3eb;
    background: #fff;
  }
  .trust-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .trust-grid article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 20px;
    padding: 29px 35px;
    border-right: 1px solid #dce3eb;
  }
  .trust-grid article:first-child {
    padding-left: 0;
  }
  .trust-grid article:last-child {
    border-right: 0;
  }
  .trust-grid article>span {
    font: 500 9px "IBM Plex Mono",monospace;
    color: #0b4fad;
  }
  .trust-grid h3 {
    font: 600 15px;
    margin-bottom: 5px;
  }
  .trust-grid p {
    font-size: 10px;
    color: #34465b;
    margin: 0;
  }
  .section {
    padding: 115px 0;
  }
  .statement {
    max-width: 970px;
    text-align: center;
  }
  .statement h2,.section-head h2,.why-title h2,.final-cta h2 {
    font-size: clamp(42px,5.2vw,69px);
    line-height: 1.05;
    letter-spacing: -.045em;
    margin: 25px 0;
  }
  .statement h2 em,.section-head h2 em {
    color: #0b4fad;
  }
  .statement>p {
    max-width: 730px;
    margin: auto;
    color: #657487;
    line-height: 1.8;
    font-size: 15px;
  }
  .stats {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 70px;
    border: 1px solid #dce3eb;
  }
  .stats article {
    padding: 30px;
    border-right: 1px solid #dce3eb;
  }
  .stats article:last-child {
    border: 0;
  }
  .stats b,.stats span {
    display: block;
  }
  .stats b {
    font: 400 37px "Newsreader",serif;
    color: #0b4fad;
  }
  .stats span {
    font: 500 9px "IBM Plex Mono",monospace;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #64748a;
    margin-top: 8px;
  }
  .reportable {
    background: #f4f7fa;
  }
  .section-head {
    display: grid;
    grid-template-columns: 1.2fr .55fr;
    gap: 90px;
    align-items: end;
    margin-bottom: 60px;
  }
  .section-head h2 {
    margin-bottom: 0;
  }
  .section-head>p {
    font-size: 13px;
    line-height: 1.75;
    color: #66768a;
  }
  .type-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid #ccd5df;
    border-left: 1px solid #ccd5df;
  }
  .type-grid article {
    min-height: 300px;
    background: #fff;
    padding: 24px;
    border-right: 1px solid #ccd5df;
    border-bottom: 1px solid #ccd5df;
    position: relative;
    transition: .2s;
  }
  .type-grid article:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 35px rgba(16,36,62,.08);
    z-index: 2;
  }
  .type-no {
    font: 500 8px "IBM Plex Mono",monospace;
    color: #8290a0;
  }
  .type-icon {
    width: 38px;
    height: 38px;
    border: 1px solid #a8b7c8;
    border-radius: 50%;
    margin: 35px 0 25px;
    display: grid;
    place-items: center;
  }
  .type-icon i {
    width: 14px;
    height: 14px;
    border: 2px solid #0b4fad;
    transform: rotate(45deg);
  }
  .type-grid h3 {
    font: 400 21px "Newsreader",serif;
  }
  .type-grid p {
    font-size: 11px;
    line-height: 1.65;
    color: #6d7a8a;
  }
  .type-grid a {
    position: absolute;
    bottom: 22px;
    font: 600 8px "IBM Plex Mono",monospace;
    text-transform: uppercase;
    color: #0b4fad;
  }
  .why {
    background: #0a1d34;
    color: #fff;
  }
  .why-grid {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 110px;
  }
  .section-label.light {
    color: #8fb9f0;
  }
  .why-title h2 {
    color: #fff;
  }
  .why-title h2 em,.final-cta h2 em {
    color: #9dc4f5;
  }
  .why-title>p {
    color: #9faec0;
    line-height: 1.7;
  }
  .benefits article {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 25px;
    border-top: 1px solid #34485f;
    padding: 27px 0;
  }
  .benefits article>span {
    font: 500 9px "IBM Plex Mono",monospace;
    color: #68ad84;
  }
  .benefits h3 {
    font: 400 23px "Newsreader",serif;
    margin-bottom: 8px;
  }
  .benefits p {
    color: #94a3b5;
    font-size: 12px;
    line-height: 1.65;
  }
  .process {
    background: #fff;
  }
  .timeline {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    border-top: 2px solid #d9e1e9;
  }
  .timeline article {
    padding: 25px 24px 0 0;
    position: relative;
  }
  .timeline article:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #0b4fad;
    border: 5px solid #dceaff;
    border-radius: 50%;
    top: -11px;
    left: 0;
  }
  .timeline span {
    font: 500 9px "IBM Plex Mono",monospace;
    color: #0b4fad;
  }
  .timeline h3 {
    font: 400 19px "Newsreader",serif;
    margin: 25px 0 10px;
  }
  .timeline p {
    font-size: 10px;
    color: #6b798a;
    line-height: 1.65;
  }
  .report-section {
    background: #eaf0f6;
  }
  .report-shell {
    display: grid;
    grid-template-columns: .65fr 1.15fr;
    gap: 75px;
  }
  .report-side {
    background: #0a1d34;
    color: #fff;
    padding: 48px;
  }
  .report-side h2 {
    font-size: 48px;
    line-height: 1.03;
    letter-spacing: -.04em;
    margin: 25px 0;
  }
  .report-side h2 em {
    color: #9dc4f5;
  }
  .report-side>p {
    font-size: 13px;
    line-height: 1.75;
    color: #a8b6c6;
  }
  .emergency {
    background: #fff5dc;
    color: #5c4716;
    padding: 18px;
    margin: 30px 0;
  }
  .emergency strong,.emergency span {
    display: block;
    font-size: 11px;
  }
  .emergency span {
    margin-top: 6px;
    line-height: 1.5;
  }
  .report-side ul {
    list-style: none;
    padding: 0;
    margin: 28px 0;
  }
  .report-side li {
    font-size: 11px;
    padding: 10px 0;
    border-bottom: 1px solid #34485f;
  }
  .report-side li:before {
    content: "✓";
    color: #69b486;
    margin-right: 9px;
  }
  .report-card {
    background: #fff;
    padding: 35px 40px;
    box-shadow: 0 18px 50px rgba(16,36,62,.1);
  }
  .form-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dce3eb;
    padding-bottom: 18px;
    margin-bottom: 28px;
    font: 600 8px "IBM Plex Mono",monospace;
    letter-spacing: .08em;
  }
  .form-head b {
    color: #0b4fad;
  }
  fieldset {
    border: 0;
    padding: 0;
    margin: 0 0 25px;
  }
  legend,.field>span {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
  }
  .option-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 8px;
  }
  .option-grid label {
    position: relative;
  }
  .option-grid input {
    position: absolute;
    opacity: 0;
  }
  .option-grid label>span {
    display: block;
    border: 1px solid #cdd6e0;
    padding: 13px;
    cursor: pointer;
  }
  .option-grid input:checked+span {
    border-color: #0b4fad;
    background: #edf5ff;
  }
  .option-grid b,.option-grid small {
    display: block;
  }
  .option-grid b {
    font-size: 10px;
  }
  .option-grid small {
    font-size: 8px;
    color: #778697;
    margin-top: 3px;
  }
  .field {
    display: block;
    margin-bottom: 19px;
  }
  .field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .field input,.field select,.field textarea {
    width: 100%;
    border: 1px solid #cbd5e0;
    background: #fff;
    padding: 13px;
    font: 400 11px "Manrope",sans-serif;
    color: #10243e;
  }
  .field textarea {
    resize: vertical;
  }
  .field input:focus,.field select:focus,.field textarea:focus {
    outline: 2px solid #89b6ef;
    outline-offset: 1px;
  }
  .declaration {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 9px;
    line-height: 1.5;
    color: #5f6e80;
  }
  .form-note {
    background: #f4f7fa;
    padding: 12px;
    margin: 18px 0;
    font-size: 8px;
    color: #69788a;
    line-height: 1.5;
  }
  .form-note span {
    color: #0b4fad;
    margin-right: 5px;
  }
  .submit {
    width: 100%;
  }
  .success {
    text-align: center;
    padding: 70px 20px;
  }
  .success-mark {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #e7f5ed;
    color: #24805a;
    display: grid;
    place-items: center;
    margin: 0 auto 25px;
    font-size: 28px;
  }
  .success h3 {
    font: 400 32px "Newsreader",serif;
  }
  .success p {
    color: #6c7a8b;
    font-size: 12px;
    max-width: 400px;
    margin: 0 auto 25px;
  }
  .alerts {
    background: #fff;
  }
  .text-link {
    font: 600 9px "IBM Plex Mono",monospace;
    color: #0b4fad;
    text-transform: uppercase;
  }
  .alert-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
  }
  .alert-grid article {
    border: 1px solid #d8e0e8;
    padding: 30px;
    min-height: 285px;
  }
  .alert-grid article>span {
    font: 600 8px "IBM Plex Mono",monospace;
    letter-spacing: .1em;
    color: #0b4fad;
  }
  .alert-grid h3 {
    font: 400 26px "Newsreader",serif;
    margin: 65px 0 13px;
  }
  .alert-grid p {
    font-size: 11px;
    line-height: 1.65;
    color: #6c798a;
  }
  .alert-grid a {
    font: 600 8px "IBM Plex Mono",monospace;
    color: #0b4fad;
    text-transform: uppercase;
  }
  .final-cta {
    background: #0b4fad;
    color: #fff;
    padding: 90px 0;
  }
  .final-grid {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 90px;
    align-items: end;
  }
  .final-cta h2 {
    margin-bottom: 0;
  }
  .final-grid>div:last-child p {
    font-size: 13px;
    line-height: 1.7;
    color: #d2e3f9;
    margin-bottom: 25px;
  }
  .button.white {
    background: #fff;
    color: #0b4fad;
  }
  .footer {
    background: #07182c;
    color: #fff;
    padding: 70px 0 25px;
  }
  .footer-main {
    display: grid;
    grid-template-columns: 1.6fr repeat(3,1fr);
    gap: 70px;
  }
  .footer-brand {
    color: #fff;
  }
  .footer-main>div:first-child p {
    font-size: 11px;
    line-height: 1.7;
    color: #8fa0b4;
    max-width: 300px;
    margin-top: 23px;
  }
  .footer h3 {
    font: 600 9px "IBM Plex Mono",monospace;
    color: #8fb9f0;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .footer-main>div:not(:first-child) {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .footer-main>div:not(:first-child) a {
    font-size: 10px;
    color: #9dacbd;
  }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #273b52;
    margin-top: 55px;
    padding-top: 22px;
    font: 500 8px "IBM Plex Mono",monospace;
    color: #6f8195;
  }
  .assurance {
    padding: 65px 0;
    border-bottom: 1px solid #dce3eb;
  }
  .assurance-grid {
    display: grid;
    grid-template-columns: 130px 1fr 1fr;
    gap: 55px;
    align-items: center;
  }
  .assurance h2 {
    font: 400 34px "Newsreader",serif;
    margin: 14px 0;
  }
  .assurance-grid>div:nth-child(2)>p {
    font-size: 12px;
    line-height: 1.7;
    color: #657487;
  }
  .assurance-points article {
    padding: 13px 0;
    border-top: 1px solid #dce3eb;
  }
  .assurance-points b,.assurance-points span {
    display: block;
  }
  .assurance-points b {
    font-size: 11px;
  }
  .assurance-points span {
    font-size: 9px;
    line-height: 1.6;
    color: #34465b;
    margin-top: 4px;
  }
  .launch-principles {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin-top: 70px;
    border: 1px solid #dce3eb;
  }
  .launch-principles article {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 13px;
    padding: 25px;
    border-right: 1px solid #dce3eb;
  }
  .launch-principles article:last-child {
    border: 0;
  }
  .launch-principles article>span {
    font: 500 8px "IBM Plex Mono",monospace;
    color: #0b4fad;
  }
  .launch-principles b {
    font-size: 11px;
  }
  .launch-principles p {
    font-size: 9px;
    line-height: 1.5;
    color: #6a798b;
    margin: 6px 0 0;
  }
  .confidentiality {
    background: #f4f7fa;
  }
  .confidentiality-grid {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 80px;
  }
  .confidentiality h2 {
    font-size: 48px;
    line-height: 1.04;
    letter-spacing: -.04em;
    margin: 25px 0;
  }
  .confidentiality h2 em {
    color: #0b4fad;
  }
  .confidentiality-grid>div:first-child>p {
    font-size: 13px;
    line-height: 1.7;
    color: #68778a;
  }
  .policy-link {
    font: 600 9px "IBM Plex Mono",monospace;
    color: #0b4fad;
    text-transform: uppercase;
  }
  .privacy-cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border: 1px solid #ccd6e1;
  }
  .privacy-cards article {
    background: #fff;
    padding: 25px;
    border-right: 1px solid #ccd6e1;
  }
  .privacy-cards article:last-child {
    border: 0;
  }
  .privacy-cards article>span {
    font: 600 8px "IBM Plex Mono",monospace;
    color: #0b4fad;
  }
  .privacy-cards h3 {
    font: 400 19px "Newsreader",serif;
    margin: 45px 0 10px;
  }
  .privacy-cards p {
    font-size: 9px;
    line-height: 1.65;
    color: #677689;
  }
  .privacy-limit {
    grid-column: 2;
    background: #fff5dc;
    border-left: 3px solid #d6a22d;
    padding: 18px 22px;
  }
  .privacy-limit strong {
    font-size: 10px;
  }
  .privacy-limit p {
    font-size: 9px;
    line-height: 1.6;
    color: #665625;
    margin: 5px 0 0;
  }
  .progress {
    height: 3px;
    background: #dfe6ee;
    margin: -18px 0 30px;
  }
  .progress i {
    display: block;
    height: 100%;
    background: #0b4fad;
    transition: width .25s;
  }
  .form-step>h3 {
    font: 400 28px "Newsreader",serif;
    margin: 10px 0 25px;
  }
  .step-kicker {
    font: 600 8px "IBM Plex Mono",monospace;
    letter-spacing: .08em;
    color: #0b4fad;
  }
  .identity-guide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #dce3eb;
    margin-bottom: 25px;
  }
  .identity-guide article {
    padding: 12px;
    border-right: 1px solid #dce3eb;
    border-bottom: 1px solid #dce3eb;
  }
  .identity-guide b {
    font-size: 9px;
  }
  .identity-guide p {
    font-size: 8px;
    line-height: 1.5;
    color: #6f7d8e;
    margin: 4px 0 0;
  }
  .option-grid.four {
    grid-template-columns: repeat(2,1fr);
  }
  .step-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
  }
  .step-actions .submit {
    width: auto;
    min-width: 170px;
  }
  .step-actions .submit:disabled {
    opacity: .4;
    cursor: not-allowed;
  }
  .back {
    border: 0;
    background: transparent;
    color: #526276;
    font: 600 9px "IBM Plex Mono",monospace;
    cursor: pointer;
  }
  .upload-box {
    border: 1px dashed #9cafc2;
    background: #f7f9fb;
    padding: 22px;
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .upload-box>span {
    font-size: 25px;
    color: #0b4fad;
  }
  .upload-box b,.upload-box p,.upload-box small {
    display: block;
  }
  .upload-box b {
    font-size: 11px;
  }
  .upload-box p {
    font-size: 9px;
    color: #617083;
    margin: 3px 0;
  }
  .upload-box small {
    font-size: 8px;
    color: #9b6519;
  }
  .review-box {
    border: 1px solid #dce3eb;
    margin-bottom: 22px;
  }
  .review-box article {
    display: flex;
    justify-content: space-between;
    padding: 13px;
    border-bottom: 1px solid #dce3eb;
  }
  .review-box article:last-child {
    border: 0;
  }
  .review-box span {
    font-size: 9px;
    color: #6b798b;
  }
  .review-box b {
    font-size: 9px;
  }
  .declaration+.declaration {
    margin-top: 12px;
  }
  .resource-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
  }
  .resource-grid article {
    border: 1px solid #d8e0e8;
    padding: 30px;
    min-height: 310px;
  }
  .resource-grid article>span,.resource-topics>span {
    font: 600 8px "IBM Plex Mono",monospace;
    letter-spacing: .1em;
    color: #0b4fad;
  }
  .resource-grid h3 {
    font: 400 26px "Newsreader",serif;
    margin: 55px 0 13px;
  }
  .resource-grid p {
    font-size: 11px;
    line-height: 1.65;
    color: #6c798a;
  }
  .resource-grid button {
    border: 0;
    background: none;
    padding: 16px 0 0;
    color: #0b4fad;
    font: 600 8px "IBM Plex Mono",monospace;
    text-transform: uppercase;
    cursor: pointer;
  }
  .resource-grid button b {
    margin-left: 10px;
  }
  .resource-grid article>div {
    border-top: 1px solid #dce3eb;
    margin-top: 14px;
    padding-top: 12px;
  }
  .resource-topics {
    margin-top: 18px;
    background: #eef4fa;
    padding: 20px 25px;
    display: flex;
    gap: 25px;
    align-items: center;
  }
  .resource-topics p {
    font-size: 10px;
    color: #637287;
    margin: 0;
  }
  .ecosystem {
    background: #0a1d34;
    color: #fff;
  }
  .ecosystem .section-head h2 {
    color: #fff;
  }
  .ecosystem .section-head h2 em {
    color: #9dc4f5;
  }
  .ecosystem .section-head>p {
    color: #a5b3c3;
  }
  .ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1px;
    background: #34485f;
  }
  .ecosystem-grid article {
    background: #102943;
    padding: 32px;
    min-height: 270px;
  }
  .ecosystem-grid article.fwa {
    grid-column: span 2;
    background: #fff;
    color: #10243e;
  }
  .ecosystem-grid article>span {
    font: 600 8px "IBM Plex Mono",monospace;
    color: #7facdf;
    letter-spacing: .08em;
  }
  .ecosystem-grid .fwa>span {
    color: #0b4fad;
  }
  .ecosystem-grid h3 {
    font: 400 28px "Newsreader",serif;
    margin: 65px 0 12px;
  }
  .ecosystem-grid p {
    font-size: 11px;
    line-height: 1.7;
    color: #9eacbc;
  }
  .ecosystem-grid .fwa p {
    color: #687689;
    max-width: 700px;
  }
  .ecosystem-grid small {
    display: block;
    margin-top: 22px;
    color: #9b6519;
    font: 500 8px "IBM Plex Mono",monospace;
  }
  .faq {
    background: #f4f7fa;
  }
  .faq-grid {
    display: grid;
    grid-template-columns: .65fr 1.35fr;
    gap: 90px;
  }
  .faq h2 {
    font-size: 52px;
    line-height: 1.02;
    letter-spacing: -.045em;
    margin: 25px 0;
  }
  .faq h2 em {
    color: #0b4fad;
  }
  .faq-grid>div:first-child>p {
    font-size: 12px;
    line-height: 1.7;
    color: #6c798a;
  }
  .faq-list {
    border-top: 1px solid #cbd5df;
  }
  .faq-list article {
    border-bottom: 1px solid #cbd5df;
  }
  .faq-list button {
    width: 100%;
    border: 0;
    background: none;
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 22px 0;
    font: 600 13px "Manrope",sans-serif;
    color: #10243e;
    cursor: pointer;
  }
  .faq-list button b {
    font-size: 18px;
    color: #0b4fad;
  }
  .faq-list article>div p {
    font-size: 11px;
    line-height: 1.75;
    color: #647387;
    max-width: 720px;
    padding: 0 40px 22px 0;
    margin: 0;
  }
  .policy {
    background: #fff;
  }
  .policy-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-top: 1px solid #ccd6e0;
    border-left: 1px solid #ccd6e0;
  }
  .policy-grid article {
    padding: 25px;
    border-right: 1px solid #ccd6e0;
    border-bottom: 1px solid #ccd6e0;
    min-height: 220px;
  }
  .policy-grid h3 {
    font: 400 22px "Newsreader",serif;
    margin-bottom: 50px;
  }
  .policy-grid p {
    font-size: 10px;
    line-height: 1.7;
    color: #69788b;
  }
  .contact-row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    background: #0b4fad;
    color: #fff;
  }
  .contact-row div {
    padding: 24px;
    border-right: 1px solid rgba(255,255,255,.2);
  }
  .contact-row span,.contact-row a {
    display: block;
  }
  .contact-row span {
    font: 600 7px "IBM Plex Mono",monospace;
    letter-spacing: .1em;
    color: #b8d3f5;
  }
  .contact-row a {
    font-size: 12px;
    margin-top: 8px;
  }
  .footer-note {
    color: #b89851 !important;
  }
  .roadmap {
    margin-top: 1px;
    background: #102943;
    padding: 22px 28px;
    display: flex;
    gap: 25px;
    align-items: center;
  }
  .roadmap span {
    font: 600 8px "IBM Plex Mono",monospace;
    color: #7facdf;
    letter-spacing: .08em;
  }
  .roadmap p {
    font-size: 9px;
    color: #9eacbc;
    margin: 0;
  }
  .fuel-alerts {
    background: #eef3f8;
  }
  .alert-tools {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: end;
  }
  .alert-tools label span {
    display: block;
    font: 600 8px "IBM Plex Mono",monospace;
    color: #0b4fad;
    margin-bottom: 8px;
  }
  .alert-tools input {
    width: 100%;
    padding: 13px;
    border: 1px solid #bac7d4;
    background: #fff;
    font-size: 11px;
  }
  .alert-tools>div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .alert-tools button {
    border: 1px solid #b9c6d3;
    background: #fff;
    padding: 9px 11px;
    font: 600 8px "IBM Plex Mono",monospace;
    color: #4f6074;
  }
  .empty-alert {
    margin-top: 30px;
    border: 1px solid #cad5df;
    background: #fff;
    text-align: center;
    padding: 65px 20px;
  }
  .empty-alert>span {
    font: 600 8px "IBM Plex Mono",monospace;
    color: #4d966c;
  }
  .empty-alert h3 {
    font: 400 30px "Newsreader",serif;
    margin: 15px 0 8px;
  }
  .empty-alert p {
    font-size: 10px;
    color: #69788a;
    max-width: 600px;
    margin: auto;
    line-height: 1.7;
  }
  .page-hero {
    background: #0a1d34;
    color: #fff;
    padding: 85px 0;
  }
  .page-hero h1 {
    font-size: clamp(50px,6vw,78px);
    letter-spacing: -.055em;
    margin: 20px 0 15px;
  }
  .page-hero p {
    color: #a8b6c7;
    max-width: 680px;
    font-size: 14px;
    line-height: 1.7;
  }
  .page-layout {
    display: grid;
    grid-template-columns: 1.25fr .55fr;
    gap: 90px;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .page-content {
    font-size: 15px;
    line-height: 1.8;
    color: #536377;
  }
  .page-content h2 {
    font: 400 36px "Newsreader",serif;
    color: #10243e;
    margin: 45px 0 15px;
  }
  .page-content h2:first-child {
    margin-top: 0;
  }
  .page-content h3 {
    font: 600 16px "Manrope",sans-serif;
    color: #10243e;
    margin: 28px 0 8px;
  }
  .page-content a {
    color: #0b4fad;
    text-decoration: underline;
  }
  .page-aside {
    align-self: start;
    position: sticky;
    top: 20px;
  }
  .page-aside>div:first-child {
    background: #eaf0f6;
    padding: 28px;
  }
  .page-aside>div>span {
    font: 600 8px "IBM Plex Mono",monospace;
    color: #0b4fad;
  }
  .page-aside h2 {
    font: 400 26px "Newsreader",serif;
    margin: 20px 0 10px;
  }
  .page-aside p {
    font-size: 10px;
    line-height: 1.65;
    color: #657487;
  }
  .page-aside .button {
    margin-top: 15px;
  }
  .aside-emergency {
    background: #fff5dc;
    padding: 20px;
    margin-top: 12px;
    color: #5c4716;
  }
  .aside-emergency b {
    font-size: 11px;
  }
  .aside-emergency p {
    color: #665625;
    margin: 6px 0 0;
  }
  .report-hero {
    padding-bottom: 75px;
  }
  .emergency-banner {
    background: #fff3d2;
    border-bottom: 1px solid #e0c67f;
  }
  .emergency-banner .shell {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .emergency-banner .shell>div {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .emergency-banner .shell>div>span {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #d6a22d;
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 800;
  }
  .emergency-banner p {
    font-size: 10px;
    line-height: 1.55;
    margin: 0;
    color: #5f4b1a;
  }
  .submission-area {
    background: #eef3f8;
  }
  .submission-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 35px;
    align-items: start;
  }
  .submission-nav {
    background: #0a1d34;
    color: #fff;
    padding: 30px;
    position: sticky;
    top: 20px;
  }
  .submission-nav ol {
    list-style: none;
    padding: 0;
    margin: 25px 0;
  }
  .submission-nav li {
    padding: 13px 0;
    border-bottom: 1px solid #32475e;
    color: #76889b;
    font-size: 10px;
  }
  .submission-nav li b {
    font: 500 8px "IBM Plex Mono",monospace;
    margin-right: 12px;
  }
  .submission-nav li.active {
    color: #fff;
  }
  .submission-nav li.active b {
    color: #77b68f;
  }
  .save-note {
    display: flex;
    gap: 10px;
    background: #102943;
    padding: 15px;
  }
  .save-note>span {
    color: #77b68f;
  }
  .save-note p {
    font-size: 8px;
    line-height: 1.55;
    color: #a6b4c3;
    margin: 0;
  }
  .save-note b {
    color: #fff;
  }
  .submission-card {
    background: #fff;
    padding: 40px 50px;
    min-height: 700px;
  }
  .submission-head {
    display: flex;
    justify-content: space-between;
    font: 600 8px "IBM Plex Mono",monospace;
    letter-spacing: .08em;
  }
  .submission-head b {
    color: #0b4fad;
  }
  .submission-card .progress {
    margin: 18px 0 36px;
  }
  .submission-card .form-step>h2,.submission-card .success h2 {
    font: 400 34px "Newsreader",serif;
    margin: 12px 0 25px;
  }
  .safety-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #dce3eb;
    margin-bottom: 25px;
  }
  .safety-list article {
    padding: 18px;
    border-right: 1px solid #dce3eb;
    border-bottom: 1px solid #dce3eb;
  }
  .safety-list b {
    font-size: 10px;
  }
  .safety-list p {
    font-size: 9px;
    line-height: 1.6;
    color: #68778a;
    margin: 5px 0 0;
  }
  .privacy-callout {
    background: #eef5fc;
    border-left: 3px solid #0b4fad;
    padding: 15px;
    margin-top: 20px;
  }
  .privacy-callout b {
    font-size: 9px;
  }
  .privacy-callout p {
    font-size: 8px;
    line-height: 1.55;
    color: #647387;
    margin: 4px 0 0;
  }
  .evidence-types {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
  }
  .evidence-types span {
    background: #edf3f8;
    padding: 8px 10px;
    font: 600 7px "IBM Plex Mono",monospace;
    color: #526478;
  }
  .upload-box.large {
    min-height: 155px;
    margin-bottom: 20px;
  }
  .category-cta {
    margin-top: 35px;
    background: #0a1d34;
    color: #fff;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  .category-cta h2 {
    font: 400 28px "Newsreader",serif;
    margin-bottom: 6px;
  }
  .category-cta p {
    font-size: 10px;
    color: #9eacbc;
    margin: 0;
  }
  .rf-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
  }
  .reporter-fields {
    margin-top: 20px;
    border-top: 1px solid #dce3eb;
    padding-top: 20px;
  }
  .form-error {
    background: #fff1f0;
    border-left: 3px solid #b42318;
    color: #7a271a;
    padding: 12px;
    margin-top: 18px;
    font-size: 10px;
  }
  .reference-box {
    background: #eef5fc;
    border: 1px solid #bbcee3;
    padding: 25px;
    max-width: 520px;
    margin: 25px auto;
  }
  .reference-box span,.reference-box b,.reference-box code {
    display: block;
  }
  .reference-box span {
    font: 600 8px "IBM Plex Mono",monospace;
    color: #0b4fad;
  }
  .reference-box b {
    font: 400 28px "Newsreader",serif;
    margin: 12px 0;
  }
  .reference-box code {
    background: #0a1d34;
    color: #fff;
    padding: 12px;
    word-break: break-all;
    font-size: 9px;
  }
  .reference-box p {
    font-size: 9px;
    color: #68778a;
  }
  .track-grid {
    display: grid;
    grid-template-columns: .75fr 1fr;
    gap: 80px;
    align-items: start;
  }
  .track-grid>div:first-child h2 {
    font: 400 42px "Newsreader",serif;
    margin: 20px 0;
  }
  .track-grid>div:first-child>p {
    font-size: 12px;
    line-height: 1.7;
    color: #667589;
  }
  .track-card {
    background: #f0f5fa;
    padding: 38px;
  }
  .track-card .submit {
    width: 100%;
  }
  .track-result {
    margin-top: 25px;
    background: #fff;
    border-left: 3px solid #4f9f70;
    padding: 22px;
  }
  .track-result>span {
    font: 600 8px "IBM Plex Mono",monospace;
    color: #357a54;
  }
  .track-result>b {
    display: block;
    font: 400 31px "Newsreader",serif;
    margin: 10px 0;
  }
  .track-result p,.track-result small {
    font-size: 9px;
    color: #627185;
  }
  .fwa-feature {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    background: #fff;
    color: #10243e;
    border-top: 4px solid #0b4fad;
  }
  .fwa-lead {
    padding: 48px;
  }
  .fwa-lead>span {
    font: 600 8px "IBM Plex Mono",monospace;
    letter-spacing: .12em;
    color: #0b4fad;
  }
  .fwa-lead h3 {
    font: 400 38px "Newsreader",serif;
    margin: 70px 0 18px;
  }
  .fwa-lead p {
    max-width: 620px;
    margin: 0;
    color: #637287;
    font-size: 12px;
    line-height: 1.8;
  }
  .fwa-principles {
    background: #102943;
    color: #fff;
  }
  .fwa-principles article {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 18px;
    padding: 28px 32px;
    border-bottom: 1px solid #34485f;
  }
  .fwa-principles article:last-child {
    border-bottom: 0;
  }
  .fwa-principles article>span {
    font: 600 8px "IBM Plex Mono",monospace;
    color: #8fb9f0;
  }
  .fwa-principles b {
    font-size: 12px;
  }
  .fwa-principles p {
    margin: 6px 0 0;
    color: #9eacbc;
    font-size: 10px;
    line-height: 1.65;
  }
  .report-intro {
    max-width: 720px;
    margin: 0 0 26px;
    color: #526273;
    line-height: 1.75;
  }
  .reporting-paths {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 12px;
    margin: 0 0 22px;
  }
  .reporting-path {
    position: relative;
    min-height: 220px;
    padding: 24px 20px 22px;
    background: #f3f6f8;
    border: 1px solid #dce3e9;
    border-top: 4px solid #0b9b83;
    transition: transform .2s ease,box-shadow .2s ease;
  }
  .reporting-path:nth-child(2) {
    border-top-color: #e2a62b;
  }
  .reporting-path:nth-child(3) {
    border-top-color: #0a1d34;
  }
  .reporting-path:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(10,29,52,.09);
  }
  .path-number {
    display: block;
    margin-bottom: 18px;
    font: 700 9px "IBM Plex Mono",monospace;
    letter-spacing: .16em;
    color: #0b9b83;
  }
  .reporting-path h3,.after-report h3 {
    margin: 0 0 10px;
    font: 500 25px "Newsreader",serif;
    color: #0a1d34;
  }
  .reporting-path p,.after-report p {
    margin: 0;
    color: #526273;
    font-size: 13px;
    line-height: 1.7;
  }
  .after-report {
    margin: 0 0 18px;
    padding: 25px 26px 25px 88px;
    border: 1px solid #ccd8e2;
    background: linear-gradient(135deg,#f7fafc 0%,#edf3f7 100%);
    position: relative;
  }
  .after-report:before {
    content: "◆";
    position: absolute;
    left: 28px;
    top: 30px;
    color: #0b9b83;
    font-size: 27px;
  }
  .after-report .path-number {
    margin-bottom: 8px;
  }
  @media (max-width:980px) {
    .fwa-feature {
      grid-template-columns: 1fr;
    }
    .fwa-lead {
      padding: 36px;
    }
    .fwa-lead h3 {
      margin-top: 38px;
    }
    .reporting-paths {
      grid-template-columns: 1fr;
    }
    .reporting-path {
      min-height: 0;
    }
    .after-report {
      padding-left: 76px;
    }
    .page-layout,.submission-grid,.track-grid {
      grid-template-columns: 1fr;
    }
    .page-aside,.submission-nav {
      position: static;
    }
    .submission-nav ol {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0 20px;
    }
    .emergency-banner .shell {
      grid-template-columns: 1fr;
    }
    .resource-grid {
      grid-template-columns: 1fr;
    }
    .ecosystem-grid {
      grid-template-columns: 1fr 1fr;
    }
    .faq-grid {
      grid-template-columns: 1fr;
    }
    .policy-grid {
      grid-template-columns: 1fr 1fr;
    }
    .assurance-grid,.confidentiality-grid {
      grid-template-columns: 1fr;
    }
    .assurance-brand {
      justify-self: center;
      margin-bottom: 10px;
    }
    .privacy-limit {
      grid-column: 1;
    }
    .privacy-cards {
      grid-template-columns: 1fr;
    }
    .privacy-cards article {
      border-right: 0;
      border-bottom: 1px solid #ccd6e1;
    }
    .launch-principles {
      grid-template-columns: 1fr 1fr;
    }
    .site-header .desktop-nav {
      display: none;
    }
    .menu-toggle {
      display: flex;
      flex-direction: column;
      margin-left: auto;
    }
    .mobile-nav {
      display: block;
    }
    .nav-cta {
      margin-left: 0;
    }
    .hero-grid,.why-grid,.report-shell {
      grid-template-columns: 1fr;
    }
    .hero-panel {
      max-width: 550px;
    }
    .type-grid {
      grid-template-columns: repeat(3,1fr);
    }
    .timeline {
      grid-template-columns: repeat(3,1fr);
      gap: 40px 0;
    }
    .section-head {
      grid-template-columns: 1fr;
      gap: 25px;
    }
    .footer-main {
      grid-template-columns: 1.5fr 1fr 1fr;
    }
    .footer-main>div:last-child {
      display: none;
    }
  }
  @media (max-width:700px) {
    .shell {
      width: calc(100% - 30px);
    }
    .topbar .shell span:first-child {
      display: none;
    }
    .topbar .shell {
      justify-content: center;
    }
    .nav-wrap {
      height: 75px;
    }
    .brand-wordmark {
      font-size: 14px;
    }
    .nav-cta {
      display: none;
    }
    .hero {
      padding: 75px 0;
    }
    .hero h1 {
      font-size: 52px;
    }
    .hero-actions {
      align-items: flex-start;
      flex-direction: column;
    }
    .trust-grid,.launch-principles,.type-grid,.field-row,.alert-grid,.final-grid,.identity-guide,.ecosystem-grid,.policy-grid,.contact-row,.alert-tools {
      grid-template-columns: 1fr;
    }
    .ecosystem-grid article.fwa {
      grid-column: span 1;
    }
    .resource-topics {
      display: block;
    }
    .resource-topics p {
      margin-top: 10px;
    }
    .trust-grid article,.trust-grid article:first-child {
      padding: 22px 0;
      border-right: 0;
      border-bottom: 1px solid #dce3eb;
    }
    .section {
      padding: 80px 0;
    }
    .stats article {
      border-right: 0;
      border-bottom: 1px solid #dce3eb;
    }
    .type-grid article {
      min-height: 260px;
    }
    .timeline {
      grid-template-columns: 1fr;
      border-top: 0;
    }
    .timeline article {
      border-left: 2px solid #d9e1e9;
      padding: 0 0 35px 30px;
    }
    .timeline article:before {
      top: 0;
      left: -11px;
    }
    .option-grid {
      grid-template-columns: 1fr;
    }
    .report-card,.report-side,.submission-card {
      padding: 25px;
    }
    .safety-list {
      grid-template-columns: 1fr;
    }
    .submission-nav ol {
      grid-template-columns: 1fr;
    }
    .page-layout {
      padding-top: 55px;
      padding-bottom: 70px;
    }
    .footer-main {
      grid-template-columns: 1fr 1fr;
    }
    .footer-main>div:first-child {
      grid-column: span 2;
    }
    .footer-bottom {
      display: block;
    }
    .footer-bottom span {
      display: block;
      margin-top: 8px;
    }
  }
  .rf-ecosystem-signature {
    display: grid;
    grid-template-columns: 1.45fr repeat(4,1fr);
    align-items: center;
    gap: 0;
    border-top: 1px solid #273b52;
    border-bottom: 1px solid #273b52;
    margin-top: 45px;
  }
  .rf-ecosystem-signature>a,.rf-ecosystem-signature>span {
    padding: 16px 18px;
    border-right: 1px solid #273b52;
    font: 500 8px/1.45 "IBM Plex Mono",monospace;
    color: #8fa0b4;
    text-decoration: none;
  }
  .rf-ecosystem-signature>a:hover {
    color: #fff;
  }
  .rf-ecosystem-signature>a.ecosystem-label {
    padding-left: 0;
    color: #8fb9f0;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .rf-ecosystem-signature b {
    color: #fff;
  }
  .rf-ecosystem-signature .is-current {
    background: #102943;
    color: #a9bdd4;
  }
  .rf-ecosystem-signature .is-future {
    opacity: .76;
    border-right: 0;
  }
  @media (max-width:980px) {
    .rf-ecosystem-signature {
      grid-template-columns: 1fr 1fr;
    }
    .rf-ecosystem-signature>a.ecosystem-label {
      grid-column: 1/-1;
      border-right: 0;
      border-bottom: 1px solid #273b52;
      padding-left: 0;
    }
    .rf-ecosystem-signature>a:not(.ecosystem-label),.rf-ecosystem-signature>span {
      border-bottom: 1px solid #273b52;
    }
  }
  @media (max-width:700px) {
    .rf-ecosystem-signature {
      grid-template-columns: 1fr;
    }
    .rf-ecosystem-signature>a,.rf-ecosystem-signature>span {
      border-right: 0;
      padding-left: 0;
    }
    .rf-ecosystem-signature>a.ecosystem-label {
      padding-left: 0;
    }
  }
  .launch-principles p,.section-head>p,.type-no,.type-grid p,.timeline p,.confidentiality-grid>div:first-child>p,.resource-grid p,.resource-topics p,.faq-grid>div:first-child>p,.faq-list article>div p {
    color: #34465b;
  }
  .empty-alert>span {
    color: #256e4f;
  }
  .section-label {
    color: #073679;
  }
  .final-cta .section-label {
    color: #fff;
  }
  .ecosystem .section-label {
    color: #9dc4f5;
  }
  .footer-bottom {
    color: #aebed1;
  }
  .rf-ecosystem-signature .is-future {
    opacity: 1;
    color: #aebed1;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-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-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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-duration: initial;
    }
  }
}
