/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Aptos", "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #0b5aa5;
    --color-primary-500: #0b5aa5;
    --color-secondary-200: #dce9f3;
    --color-secondary-500: #647b8e;
    --color-secondary-600: #4f687e;
    --color-secondary-700: #274860;
    --color-neutral: #102338;
    --color-background: #ffffff;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .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;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .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));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .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\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: #fff;
    color: #102338;
    font-family: "Aptos","Segoe UI",sans-serif;
    line-height: 1.5;
  }
  *,*:before,*:after {
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a {
    transition: color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;
  }
}
@layer components {
  .atlas-main {
    overflow: hidden;
    background: #fff;
  }
  .atlas-kicker {
    margin: 0 0 1rem;
    color: #0b5aa5;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
  }
  .atlas-section {
    padding: 7.5rem max(6vw,2rem);
  }
  .atlas-section-head {
    max-width: 760px;
    margin: 0 auto 3.3rem;
    text-align: center;
  }
  .atlas-section-head h2,.atlas-radar-copy h2,.atlas-score-copy h2,.atlas-story-copy h2,.atlas-cta h2 {
    font-family: Georgia,serif;
    color: #102338;
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1.03;
    margin: .2rem 0 1.15rem;
  }
  .atlas-section-head h2 {
    font-size: clamp(2.65rem,4.7vw,4.75rem);
  }
  .atlas-section-head p,.atlas-radar-copy p,.atlas-score-copy>p,.atlas-story-copy>p,.atlas-cta>p {
    color: #526d84;
    font-size: 1.06rem;
    line-height: 1.72;
  }
  .atlas-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 999px;
    padding: .92rem 1.35rem;
    font-weight: 850;
    font-size: .93rem;
    line-height: 1;
    border: 1px solid transparent;
  }
  .atlas-btn-primary {
    background: #7ac943;
    color: #062d52;
    box-shadow: 0 10px 24px rgba(122,201,67,.2);
  }
  .atlas-btn-primary:hover {
    background: #69b634;
    transform: translateY(-1px);
    box-shadow: 0 13px 28px rgba(122,201,67,.28);
  }
  .atlas-btn-secondary {
    background: #fff;
    color: #0b5aa5;
    border-color: #b9d4e7;
  }
  .atlas-btn-secondary:hover {
    border-color: #0b5aa5;
    background: #f6fbff;
  }
  .atlas-text-link {
    color: #0b5aa5;
    text-decoration: none;
    font-weight: 850;
  }
  .atlas-text-link:hover {
    color: #063d71;
  }
  .atlas-site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid #dce9f3;
  }
  .atlas-header-inner {
    max-width: 1500px;
    margin: auto;
    padding: .76rem max(3.4vw,1.25rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.75rem;
  }
  .atlas-brand {
    display: flex;
    align-items: center;
    gap: .72rem;
    color: #102338;
    text-decoration: none;
    flex: 0 0 auto;
  }
  .atlas-brand-mark {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    filter: drop-shadow(0 5px 10px rgba(11,90,165,.12));
    transition: transform .25s ease;
  }
  .atlas-brand:hover .atlas-brand-mark {
    transform: rotate(-4deg) scale(1.04);
  }
  .atlas-brand-mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 11px;
  }
  .atlas-brand strong {
    display: block;
    font-family: Georgia,serif;
    font-size: 1rem;
    line-height: 1.02;
  }
  .atlas-brand small {
    display: block;
    color: #647b8e;
    font-size: .53rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-top: .17rem;
  }
  .atlas-desktop-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.15rem;
    min-width: 0;
  }
  .atlas-desktop-nav>a {
    color: #274860;
    text-decoration: none;
    font-size: .72rem;
    font-weight: 800;
    line-height: 1.25;
  }
  .atlas-desktop-nav>a:hover {
    color: #0b5aa5;
  }
  .atlas-desktop-nav .atlas-nav-cta {
    background: #0b5aa5;
    color: #fff;
    padding: .69rem .95rem;
    border-radius: 999px;
    white-space: nowrap;
  }
  .atlas-desktop-nav .atlas-nav-cta:hover {
    background: #084a88;
    color: #fff;
  }
  .atlas-n9-link {
    display: flex !important;
    align-items: center;
    gap: .48rem;
    padding: .4rem .62rem !important;
    border: 1px solid rgba(122,201,67,.55);
    border-radius: 13px;
    background: linear-gradient(135deg,#f7fff1,#fff);
    box-shadow: 0 8px 24px rgba(70,130,30,.08);
    white-space: nowrap;
  }
  .atlas-n9-link:hover {
    border-color: #7ac943 !important;
    background: #f2faeb;
  }
  .atlas-n9-link>span:last-child {
    display: flex;
    flex-direction: column;
  }
  .atlas-n9-link strong {
    font-size: .66rem;
    color: #0b5aa5;
    line-height: 1.05;
  }
  .atlas-n9-link small {
    font-size: .49rem;
    color: #66814e;
    margin-top: .1rem;
    white-space: nowrap;
  }
  .atlas-n9-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7ac943;
    box-shadow: 0 0 0 4px rgba(122,201,67,.14);
    flex: 0 0 auto;
  }
  .atlas-qc-link {
    display: flex !important;
    align-items: center;
    padding: .24rem .45rem !important;
    border: 1px solid rgba(45,74,132,.2);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(45,74,132,.07);
    white-space: nowrap;
  }
  .atlas-qc-link:hover {
    border-color: #2d4a84 !important;
    background: #f7fbff;
  }
  .atlas-qc-link img {
    display: block;
    width: 90px;
    height: auto;
    object-fit: contain;
    flex: 0 0 auto;
  }
  .atlas-menu-toggle {
    display: none;
    background: none;
    border: 0;
    padding: .5rem;
  }
  .atlas-menu-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background: #0b5aa5;
    margin: 5px;
  }
  .atlas-mobile-nav {
    display: none;
    padding: 1rem 1.25rem 1.5rem;
    background: #fff;
    border-top: 1px solid #e2ecf4;
  }
  .atlas-mobile-nav a {
    display: block;
    padding: .7rem 0;
    color: #244760;
    text-decoration: none;
    font-weight: 700;
  }
  [x-cloak] {
    display: none !important;
  }
  .atlas-mobile-n9 {
    color: #0b5aa5 !important;
    background: #f3faed;
    border-radius: 10px;
    padding: .8rem !important;
    margin: .35rem 0;
  }
  .atlas-mobile-qc {
    color: #2d4a84 !important;
    background: #edf5fb;
    border-radius: 10px;
    padding: .8rem !important;
    margin: .35rem 0;
  }
  .atlas-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0,600px) minmax(360px,520px);
    align-items: center;
    justify-content: center;
    gap: 4rem;
    min-height: 590px;
    padding: 6.5rem max(5vw,2rem);
    background: linear-gradient(105deg,#fff 0%,#fff 51%,#f0f8ff 79%,#eef8ee 100%);
    isolation: isolate;
  }
  .atlas-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: linear-gradient(rgba(11,90,165,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(11,90,165,.035) 1px,transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(to right,transparent 15%,#000 44%,#000 100%);
  }
  .atlas-hero-copy {
    max-width: 600px;
  }
  .atlas-hero h1 {
    font-family: Georgia,serif;
    font-size: clamp(4.3rem,5.8vw,6.15rem);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: .93;
    color: #102338;
    margin: 0 0 1.65rem;
  }
  .atlas-hero h1 span {
    color: #0b5aa5;
  }
  .atlas-lead {
    max-width: 590px;
    font-size: 1.08rem;
    color: #4f687e;
    line-height: 1.72;
    margin: 0 0 1.65rem;
  }
  .atlas-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    margin-bottom: 1.15rem;
  }
  .atlas-trust {
    color: #71889a;
    font-size: .68rem;
    margin: 0;
  }
  .atlas-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 540px;
    padding: 1rem;
  }
  .atlas-hero-visual img {
    display: block;
    width: min(500px,100%);
    height: auto;
    border-radius: 29px;
    box-shadow: 0 24px 60px rgba(10,55,92,.13);
  }
  .atlas-radar-section {
    display: grid;
    grid-template-columns: minmax(0,500px) minmax(360px,500px);
    align-items: center;
    justify-content: center;
    gap: 4.5rem;
    padding: 6rem max(5vw,2rem);
    min-height: 520px;
    background: #fff;
  }
  .atlas-radar-copy {
    max-width: 500px;
  }
  .atlas-radar-copy h2 {
    font-size: clamp(3.2rem,4.8vw,5.2rem);
    max-width: 470px;
  }
  .atlas-globe-mark {
    position: relative;
    width: min(440px,90vw);
    aspect-ratio: 1;
    margin: auto;
    display: grid;
    place-items: center;
  }
  .atlas-orbit {
    position: absolute;
    inset: 6%;
    border: 1px solid #d4e6f3;
    border-radius: 50%;
    box-shadow: 0 20px 55px rgba(16,72,110,.08);
    animation: atlas-orbit-spin 7.5s linear infinite;
    will-change: transform;
  }
  .atlas-orbit:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #7ac943;
    border: 3px solid #fff;
    box-shadow: 0 0 0 7px rgba(122,201,67,.16),0 0 24px rgba(122,201,67,.55);
  }
  .atlas-radar-label {
    position: absolute;
    top: 1.5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
    background: #fff;
    color: #0b5aa5;
    border: 1px solid #d4e6f3;
    border-radius: 999px;
    padding: .46rem .78rem;
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(16,72,110,.08);
  }
  .atlas-globe-placeholder {
    position: relative;
    width: 66%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 28%,#2c8ddd 0,#0b65b3 47%,#08477e 100%);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.12),0 24px 45px rgba(6,45,82,.18);
    overflow: hidden;
  }
  .atlas-radar-line {
    position: absolute;
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 50%;
    inset: 16% 5%;
    z-index: 1;
  }
  .atlas-radar-line-one {
    transform: rotate(28deg);
  }
  .atlas-radar-line-two {
    transform: rotate(-42deg);
    inset: 6% 24%;
  }
  .atlas-radar-pin {
    position: absolute;
    z-index: 5;
    width: 11px;
    height: 11px;
    background: #7ac943;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(122,201,67,.18);
    animation: atlas-pulse 2.4s ease-in-out infinite;
  }
  .pin-wa {
    left: 16%;
    top: 24%;
    animation-delay: .2s;
  }
  .pin-ia {
    left: 38%;
    top: 35%;
  }
  .pin-va {
    left: 61%;
    top: 45%;
    animation-delay: .4s;
  }
  .pin-tn {
    left: 52%;
    top: 58%;
    animation-delay: .8s;
  }
  .pin-nh {
    left: 72%;
    top: 28%;
    animation-delay: 1.2s;
  }
  .pin-id {
    left: 24%;
    top: 48%;
    animation-delay: 1.6s;
  }
  .atlas-radar-caption {
    position: absolute;
    left: 9%;
    right: 9%;
    bottom: 7%;
    z-index: 4;
    background: rgba(3,39,72,.76);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 13px;
    padding: .58rem .72rem;
    text-align: center;
    color: #fff;
  }
  .atlas-radar-caption strong {
    display: block;
    font-size: .67rem;
    letter-spacing: .03em;
  }
  .atlas-radar-caption span {
    display: block;
    font-size: .49rem;
    color: #cce0ef;
    margin-top: .12rem;
  }
  @keyframes atlas-pulse {
    0%,100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.35);
    }
  }
  @keyframes atlas-orbit-spin {
    to {
      transform: rotate(360deg);
    }
  }
  .atlas-stat-band {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    background: #0b5aa5;
    color: #fff;
    padding: 1.35rem max(6vw,2rem);
  }
  .atlas-stat-band>div {
    padding: .5rem 1rem;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.18);
  }
  .atlas-stat-band>div:last-child {
    border-right: 0;
  }
  .atlas-stat-band strong {
    display: block;
    font-family: Georgia,serif;
    font-size: 1.85rem;
    font-weight: 500;
  }
  .atlas-stat-band span {
    display: block;
    color: #d5e7f6;
    font-size: .68rem;
    margin-top: .12rem;
  }
  .atlas-finder {
    background: #f8fbfd;
  }
  .atlas-search-shell {
    max-width: 980px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #dbe8f1;
    border-radius: 26px;
    padding: 2.2rem;
    box-shadow: 0 22px 58px rgba(18,69,105,.08);
  }
  .atlas-search-title {
    font-family: Georgia,serif;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .atlas-home-grant-search {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: .6rem;
    margin-bottom: 1rem;
    padding: .55rem;
    border: 1px solid #d5e4ee;
    border-radius: 16px;
    background: #f8fbfd;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
  }
  .atlas-home-grant-search input {
    width: 100%;
    border: 0;
    background: transparent;
    padding: .82rem .9rem;
    color: #173a53;
    font-size: .95rem;
    outline: none;
  }
  .atlas-home-grant-search input::placeholder {
    color: #8ca0af;
  }
  .atlas-home-grant-search button {
    border: 0;
    border-radius: 11px;
    padding: .78rem 1rem;
    background: #0b5aa5;
    color: #fff;
    font-weight: 850;
    cursor: pointer;
  }
  .atlas-home-grant-search button:hover {
    background: #08477e;
  }
  .atlas-filter-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: .85rem;
  }
  .atlas-filter-grid a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.15rem;
    border: 1px solid #dce8f0;
    border-radius: 15px;
    text-decoration: none;
    color: #173a53;
    font-weight: 800;
    background: #fff;
  }
  .atlas-filter-grid a:hover {
    border-color: #0b5aa5;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(11,90,165,.07);
  }
  .atlas-filter-grid .atlas-filter-contact {
    background: #f4fbef;
    border-color: #b9df9d;
    color: #315f15;
  }
  .atlas-intelligence-note {
    margin: 1.35rem 0 0;
    padding: 1rem 1.15rem 1rem 1.3rem;
    border-left: 4px solid #7ac943;
    background: #f9fcf7;
    color: #567067;
    line-height: 1.65;
    font-size: .9rem;
  }
  .atlas-intelligence-note strong {
    display: block;
    color: #244f35;
    margin-bottom: .18rem;
  }
  .atlas-featured-grants {
    background: linear-gradient(180deg,#fff 0%,#f6fbff 100%);
  }
  .atlas-featured-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
  }
  .atlas-featured-card {
    position: relative;
    background: #fff;
    border: 1px solid #d9e7f0;
    border-radius: 18px;
    padding: 1rem 1.1rem;
    box-shadow: 0 10px 28px rgba(20,70,105,.05);
    overflow: hidden;
    transition: transform .24s ease,box-shadow .24s ease,border-color .24s ease;
  }
  .atlas-featured-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg,#7ac943,#0b5aa5);
  }
  .atlas-featured-card:hover,.atlas-featured-card:focus-within {
    transform: translateY(-3px);
    border-color: #a9c9df;
    box-shadow: 0 18px 42px rgba(20,70,105,.11);
  }
  .atlas-featured-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .8rem;
    margin-bottom: .55rem;
  }
  .atlas-featured-top>span {
    color: #71899b;
    font-size: .58rem;
    text-transform: uppercase;
    letter-spacing: .09em;
    font-weight: 850;
  }
  .atlas-featured-top>strong {
    font-family: Georgia,serif;
    font-size: 1.55rem;
    line-height: .9;
    color: #0b5aa5;
    font-weight: 500;
  }
  .atlas-featured-top>strong small {
    font-family: inherit;
    font-size: .6rem;
    color: #7a93a5;
  }
  .atlas-featured-card h3 {
    font-family: Georgia,serif;
    font-size: 1.28rem;
    font-weight: 500;
    line-height: 1.15;
    margin: .1rem 0 .3rem;
  }
  .atlas-featured-card h3 a {
    color: #102338;
    text-decoration: none;
  }
  .atlas-featured-card h3 a:hover {
    color: #0b5aa5;
  }
  .atlas-featured-expand {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .32s ease,opacity .22s ease,margin-top .22s ease;
    margin-top: 0;
  }
  .atlas-featured-card:hover .atlas-featured-expand,.atlas-featured-card:focus-within .atlas-featured-expand {
    max-height: 520px;
    opacity: 1;
    margin-top: .45rem;
  }
  .atlas-featured-expand>p {
    color: #5c7487;
    font-size: .82rem;
    line-height: 1.55;
    margin: .2rem 0 .65rem;
  }
  .atlas-featured-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
    margin: .65rem 0;
  }
  .atlas-featured-meta span {
    padding: .58rem;
    border-radius: 10px;
    background: #f7fafc;
    color: #244760;
    font-size: .7rem;
    font-weight: 800;
  }
  .atlas-featured-meta small {
    display: block;
    color: #8095a5;
    font-size: .49rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: .1rem;
  }
  .atlas-featured-expand .atlas-card-actions {
    margin-top: .55rem;
  }
  .atlas-dark {
    background: #062d52;
    color: #fff;
  }
  .atlas-section-head.light h2,.atlas-section-head.light p,.atlas-funders .atlas-section-head h2,.atlas-funders .atlas-section-head p {
    color: #fff;
  }
  .atlas-section-head.light .atlas-kicker,.atlas-funders .atlas-kicker {
    color: #8bd255;
  }
  .atlas-card-grid,.atlas-funder-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1rem;
  }
  .atlas-card-grid article {
    padding: 2rem 1.6rem;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 20px;
    background: rgba(255,255,255,.04);
  }
  .atlas-card-grid article>span,.atlas-funder-grid article>span {
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .16em;
    color: #7ac943;
  }
  .atlas-card-grid h3,.atlas-funder-grid h3 {
    font-family: Georgia,serif;
    font-size: 1.65rem;
    font-weight: 500;
    margin: .8rem 0 .6rem;
  }
  .atlas-card-grid p {
    color: #bdd0df;
    font-size: .91rem;
    line-height: 1.65;
    margin: 0;
  }
  .atlas-pills {
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .72rem;
  }
  .atlas-pills span {
    border: 1px solid #cadde9;
    border-radius: 999px;
    padding: .72rem 1rem;
    color: #244760;
    background: #fff;
    font-weight: 760;
    font-size: .88rem;
    box-shadow: 0 6px 16px rgba(18,69,105,.04);
  }
  .atlas-states {
    background: #f7fbfe;
  }
  .atlas-state-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(245px,1fr));
    gap: 1rem;
  }
  .atlas-state-grid a {
    display: grid;
    grid-template-columns: 54px 1fr;
    grid-template-rows: auto auto;
    column-gap: 1rem;
    align-items: center;
    background: #fff;
    border: 1px solid #d8e7f1;
    border-radius: 18px;
    padding: 1.3rem;
    text-decoration: none;
    color: #173a53;
    box-shadow: 0 8px 26px rgba(18,69,105,.04);
  }
  .atlas-state-grid a:hover {
    transform: translateY(-2px);
    border-color: #91bad7;
    box-shadow: 0 15px 35px rgba(18,69,105,.08);
  }
  .atlas-state-grid a.atlas-state-priority {
    border-color: #b8dda0;
    box-shadow: 0 12px 30px rgba(91,151,48,.10);
  }
  .atlas-state-grid a.atlas-state-priority strong {
    background: #7ac943;
    color: #173a28;
  }
  .atlas-state-grid strong {
    grid-row: 1/3;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: #0b5aa5;
    color: #fff;
    font-family: Georgia,serif;
    font-size: 1.25rem;
  }
  .atlas-state-grid span {
    font-weight: 850;
    font-size: 1.02rem;
  }
  .atlas-state-grid small {
    color: #72889a;
    margin-top: .12rem;
  }
  .atlas-state-note {
    text-align: center;
    color: #71889a;
    font-size: .82rem;
    margin: 1.4rem 0 0;
  }
  .atlas-funders {
    background: #0a477c;
    color: #fff;
  }
  .atlas-funder-grid article {
    padding: 2rem 1.55rem;
    border-top: 1px solid rgba(255,255,255,.2);
  }
  .atlas-funder-grid p {
    color: #c9dceb;
    font-size: .91rem;
    line-height: 1.65;
  }
  .atlas-score-section {
    display: grid;
    grid-template-columns: minmax(0,590px) minmax(340px,500px);
    gap: 5.5rem;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
  .atlas-score-copy h2 {
    font-size: clamp(3rem,4.5vw,4.8rem);
  }
  .atlas-score-callout {
    border-left: 4px solid #7ac943;
    padding: 1rem 1.1rem;
    background: #f8fcf5;
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    color: #4b6654;
  }
  .atlas-score-callout strong {
    color: #245a2a;
  }
  .atlas-score-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    margin-top: 1.2rem;
  }
  .atlas-score-card {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    background: #062d52;
    color: #fff;
    border-radius: 28px;
    padding: 2rem;
    box-shadow: 0 28px 60px rgba(6,45,82,.18);
  }
  .atlas-score-ring {
    width: 150px;
    height: 150px;
    flex: 0 0 auto;
    border-radius: 50%;
    display: grid;
    place-content: center;
    text-align: center;
    border: 12px solid rgba(122,201,67,.22);
    outline: 5px solid #7ac943;
    background: #0a477c;
  }
  .atlas-score-ring strong {
    font-family: Georgia,serif;
    font-size: 3.1rem;
    line-height: .9;
    font-weight: 500;
  }
  .atlas-score-ring span {
    color: #bcd0df;
    font-size: .75rem;
    margin-top: .2rem;
  }
  .atlas-score-card small {
    color: #89c85c;
    font-weight: 900;
    font-size: .58rem;
    letter-spacing: .11em;
  }
  .atlas-score-card h3 {
    font-family: Georgia,serif;
    font-size: 1.7rem;
    font-weight: 500;
    margin: .4rem 0 .6rem;
  }
  .atlas-score-card ul {
    margin: .4rem 0 .9rem;
    padding-left: 1.1rem;
    color: #d4e3ed;
    font-size: .85rem;
    line-height: 1.55;
  }
  .atlas-score-card li::marker {
    color: #7ac943;
  }
  .atlas-score-personalized {
    font-size: .78rem;
    color: #adc5d6;
    margin: 0;
  }
  .atlas-story {
    display: grid;
    grid-template-columns: minmax(300px,500px) minmax(0,640px);
    gap: 5rem;
    align-items: center;
    justify-content: center;
    padding: 7.5rem max(6vw,2rem);
    background: #f5f9fc;
  }
  .atlas-story-art {
    position: relative;
  }
  .atlas-story-combined {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .atlas-story-combined img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 28px;
    box-shadow: 0 22px 48px rgba(16,64,98,.12);
  }
  .atlas-story-copy h2 {
    font-size: clamp(3rem,4.2vw,4.6rem);
  }
  .atlas-story-copy blockquote {
    margin: 1.5rem 0 0;
    padding: 1rem 1.2rem;
    border-left: 4px solid #7ac943;
    font-family: Georgia,serif;
    color: #0b5aa5;
    font-size: 1.25rem;
    line-height: 1.5;
    background: #fff;
  }
  .atlas-story-details {
    margin-top: 1.4rem;
    border-top: 1px solid #cddde8;
    padding-top: 1rem;
  }
  .atlas-story-details summary {
    cursor: pointer;
    font-weight: 800;
    color: #0b5aa5;
    list-style: none;
    display: flex;
    align-items: center;
    gap: .5rem;
  }
  .atlas-story-details summary:after {
    content: "+";
    font-size: 1.4rem;
    color: #7ac943;
  }
  .atlas-story-details[open] summary:after {
    content: "–";
  }
  .atlas-story-details>div {
    padding-top: 1rem;
  }
  .atlas-story-details p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4f687e;
  }
  .atlas-cta {
    text-align: center;
    background: #fff;
  }
  .atlas-cta h2 {
    font-size: clamp(3.2rem,5vw,5.1rem);
  }
  .atlas-cta>p {
    max-width: 660px;
    margin: 0 auto 1.6rem;
  }
  .atlas-email {
    margin-top: 1.25rem;
    color: #647b8e;
    font-size: .83rem;
  }
  .atlas-site-footer {
    background: #062d52;
    color: #fff;
    padding: 4.5rem max(6vw,2rem) 1.5rem;
  }
  .atlas-footer-grid {
    max-width: 1180px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 4rem;
  }
  .atlas-footer-grid p {
    max-width: 520px;
    color: #adc4d4;
    font-size: .9rem;
    line-height: 1.7;
  }
  .atlas-footer-grid>div:nth-child(n+2) {
    display: flex;
    flex-direction: column;
    gap: .65rem;
  }
  .atlas-footer-grid>div:nth-child(n+2)>strong {
    font-family: Georgia,serif;
    font-size: 1.1rem;
    margin-bottom: .25rem;
  }
  .atlas-footer-grid a {
    color: #d7e7f2;
    text-decoration: none;
    font-size: .86rem;
  }
  .atlas-footer-grid a:hover {
    color: #7ac943;
  }
  .atlas-footer-brand {
    display: flex;
    align-items: center;
    gap: .8rem !important;
    text-decoration: none !important;
    color: #fff !important;
  }
  .atlas-footer-brand img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    border-radius: 12px;
  }
  .atlas-footer-brand strong {
    display: block;
    font-family: Georgia,serif;
    font-size: 1.2rem;
  }
  .atlas-footer-brand small {
    display: block;
    color: #9fb8ca;
    font-size: .59rem;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .atlas-footer-bottom {
    max-width: 1180px;
    margin: 3.5rem auto 0;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255,255,255,.12);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: #8faabd;
    font-size: .7rem;
  }
  .atlas-grant-archive {
    padding: 5rem max(6vw,2rem) 7rem;
    background: #f7fbfe;
    min-height: 70vh;
  }
  .atlas-archive-head {
    max-width: 850px;
    margin: 0 auto 2.4rem;
    text-align: center;
  }
  .atlas-archive-head h1 {
    font-family: Georgia,serif;
    font-size: clamp(3.2rem,5vw,5.2rem);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: 1;
    margin: .25rem 0 1rem;
  }
  .atlas-archive-head p {
    color: #587187;
    font-size: 1.03rem;
    line-height: 1.7;
  }
  .atlas-grant-filters {
    max-width: 1120px;
    margin: 0 auto 1rem;
    display: grid;
    grid-template-columns: minmax(220px,2fr) repeat(5,minmax(130px,1fr));
    gap: .7rem;
    background: #fff;
    border: 1px solid #d9e7f0;
    border-radius: 18px;
    padding: .85rem;
    box-shadow: 0 12px 32px rgba(19,66,101,.06);
  }
  .atlas-grant-filters input[type="search"],.atlas-grant-filters select {
    width: 100%;
    border: 1px solid #dbe7ef;
    border-radius: 11px;
    padding: .8rem .9rem;
    background: #fff;
    color: #244760;
  }
  .atlas-grant-filters button {
    border: 0;
    border-radius: 11px;
    padding: .8rem 1.05rem;
    background: #0b5aa5;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
  }
  .atlas-grant-filters button,.atlas-filter-reset {
    min-height: 44px;
  }
  .atlas-filter-reset {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbdce8;
    border-radius: 11px;
    padding: .72rem .9rem;
    color: #46677e;
    text-decoration: none;
    font-weight: 800;
    background: #f8fbfd;
  }
  .atlas-filter-checks {
    grid-row: 2;
    grid-column: 1/5;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .atlas-filter-check {
    display: flex;
    align-items: center;
    gap: .55rem;
    color: #597287;
    font-size: .74rem;
    font-weight: 750;
  }
  .atlas-filter-check input {
    width: 16px;
    height: 16px;
    accent-color: #0b5aa5;
  }
  .atlas-grant-filters button,.atlas-filter-reset {
    grid-row: 2;
  }
  .atlas-grant-filters button {
    grid-column: 5;
  }
  .atlas-filter-reset {
    grid-column: 6;
  }
  .atlas-result-bar {
    max-width: 1120px;
    margin: 0 auto 1.1rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: #71899b;
    font-size: .7rem;
    font-weight: 750;
  }
  .atlas-result-bar strong {
    color: #0b5aa5;
    font-size: .82rem;
  }
  .atlas-grant-grid {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1rem;
  }
  .atlas-grant-card {
    background: #fff;
    border: 1px solid #d9e7f0;
    border-radius: 20px;
    padding: 1.35rem;
    box-shadow: 0 10px 30px rgba(20,70,105,.05);
  }
  .atlas-grant-card-top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-bottom: .55rem;
  }
  .atlas-card-intel-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .65rem;
    flex-wrap: wrap;
    margin: 0 0 .65rem;
    color: #7a91a2;
    font-size: .62rem;
    font-weight: 750;
  }
  .atlas-urgency-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: .28rem .5rem;
    background: #fff4e8;
    color: #a45a12;
    border: 1px solid #f1d1ad;
    font-size: .6rem;
    font-weight: 900;
    letter-spacing: .02em;
  }
  .atlas-grant-card h2 {
    font-family: Georgia,serif;
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1.2;
    margin: .3rem 0 .7rem;
  }
  .atlas-grant-card h2 a {
    color: #102338;
    text-decoration: none;
  }
  .atlas-grant-card p {
    color: #5b7387;
    font-size: .91rem;
    line-height: 1.65;
  }
  .atlas-grant-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .6rem;
    margin: 1rem 0;
  }
  .atlas-grant-meta div {
    background: #f7fafc;
    border-radius: 11px;
    padding: .7rem;
  }
  .atlas-grant-meta small {
    display: block;
    color: #7890a2;
    font-size: .58rem;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .atlas-grant-meta strong {
    font-size: .86rem;
    color: #21435a;
  }
  .atlas-action-gate {
    margin: 1rem 0;
    padding: .9rem 1rem;
    border: 1px solid #f0d7ad;
    border-radius: 13px;
    background: #fff9ef;
    color: #6c4a1f;
  }
  .atlas-action-gate small {
    display: block;
    margin-bottom: .22rem;
    color: #a56a20;
    font-size: .57rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .atlas-action-gate strong {
    display: block;
    font-size: .86rem;
    line-height: 1.45;
  }
  .atlas-action-gate-card {
    margin: .8rem 0 0;
  }
  .atlas-score-badge {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    border-radius: 999px;
    padding: .36rem .58rem;
    background: #eef8e8;
    color: #396b1e;
    font-size: .7rem;
    font-weight: 900;
    white-space: nowrap;
  }
  .atlas-status-badge {
    font-size: .62rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #0b5aa5;
    font-weight: 900;
  }
  .atlas-card-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .8rem;
    margin-top: 1rem;
  }
  .atlas-card-actions a {
    font-size: .8rem;
    font-weight: 800;
    text-decoration: none;
    color: #0b5aa5;
  }
  .atlas-empty {
    max-width: 850px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border-radius: 18px;
    border: 1px solid #d9e7f0;
    text-align: center;
    color: #60778a;
  }
  .atlas-taxonomy-toolbar {
    max-width: 1120px;
    margin: 0 auto 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .75rem 1rem;
    border-top: 1px solid #d7e5ef;
    border-bottom: 1px solid #d7e5ef;
    color: #71889a;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-weight: 850;
  }
  .atlas-taxonomy-toolbar a {
    color: #0b5aa5;
    text-decoration: none;
  }
  .atlas-taxonomy-toolbar a:hover {
    text-decoration: underline;
  }
  .atlas-grant-funder-label {
    margin: 0 0 .25rem !important;
    color: #6d8598 !important;
    font-size: .65rem !important;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .atlas-pagination {
    max-width: 1120px;
    margin: 2rem auto 0;
    display: flex;
    justify-content: center;
    gap: .45rem;
    align-items: center;
    flex-wrap: wrap;
  }
  .atlas-pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: .45rem;
    align-items: center;
    flex-wrap: wrap;
  }
  .atlas-pagination a,.atlas-pagination span {
    display: grid;
    place-items: center;
    min-width: 38px;
    height: 38px;
    padding: 0 .7rem;
    border: 1px solid #d7e5ef;
    border-radius: 10px;
    background: #fff;
    color: #0b5aa5;
    text-decoration: none;
    font-size: .78rem;
    font-weight: 800;
  }
  .atlas-pagination .current {
    background: #0b5aa5;
    color: #fff;
    border-color: #0b5aa5;
  }
  .atlas-empty-actions {
    justify-content: center;
    margin-top: 1.2rem;
    margin-bottom: 0;
  }
  .atlas-state-snapshot {
    max-width: 1120px;
    margin: -.6rem auto 2rem;
    padding: 1.15rem 1.2rem;
    border: 1px solid #d6e6ef;
    border-radius: 20px;
    background: linear-gradient(135deg,#ffffff 0%,#f4faff 68%,#f5fbef 100%);
    box-shadow: 0 12px 34px rgba(18,69,105,.055);
  }
  .atlas-state-snapshot-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: .9rem;
  }
  .atlas-state-snapshot-head>div {
    display: flex;
    align-items: center;
    gap: .7rem;
    flex-wrap: wrap;
  }
  .atlas-state-snapshot-head strong {
    font-family: Georgia,serif;
    font-size: 1.18rem;
    font-weight: 500;
    color: #173a53;
  }
  .atlas-state-snapshot-head small {
    color: #71889a;
    font-size: .66rem;
    font-weight: 700;
  }
  .atlas-priority-rank {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #0b5aa5;
    color: #fff;
    padding: .34rem .55rem;
    font-size: .58rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .atlas-state-snapshot-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: .65rem;
  }
  .atlas-state-snapshot-grid>div {
    padding: .78rem .85rem;
    border-radius: 13px;
    background: rgba(255,255,255,.82);
    border: 1px solid #deebf2;
  }
  .atlas-state-snapshot-grid small {
    display: block;
    color: #7890a2;
    font-size: .54rem;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .atlas-state-snapshot-grid strong {
    display: block;
    margin-top: .1rem;
    color: #173a53;
    font-family: Georgia,serif;
    font-size: 1.15rem;
    font-weight: 500;
  }
  .atlas-state-snapshot-grid>div:last-child strong {
    font-family: "Aptos","Segoe UI",sans-serif;
    font-size: .72rem;
    line-height: 1.35;
    font-weight: 800;
  }
  .atlas-state-snapshot-funders {
    margin: .8rem 0 0;
    color: #587187;
    font-size: .72rem;
    line-height: 1.55;
  }
  .atlas-state-snapshot-funders span {
    font-weight: 900;
    color: #0b5aa5;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-size: .55rem;
    margin-right: .55rem;
  }
  .atlas-state-priority {
    max-width: 1120px;
    margin: -1rem auto 2rem;
    padding: 0 max(0px,1rem);
  }
  .atlas-state-priority-head {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 2rem;
    align-items: end;
    margin-bottom: 1.25rem;
  }
  .atlas-state-priority-head h2 {
    font-family: Georgia,serif;
    font-size: clamp(2rem,3.5vw,3.45rem);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: -.035em;
    margin: .35rem 0 .65rem;
    color: #102338;
    max-width: 760px;
  }
  .atlas-state-priority-head>div>p:last-child {
    max-width: 760px;
    color: #587187;
    line-height: 1.7;
    margin: 0;
  }
  .atlas-verified-stamp {
    min-width: 170px;
    border: 1px solid #cfe2ee;
    border-radius: 16px;
    background: #fff;
    padding: .85rem 1rem;
    text-align: right;
    box-shadow: 0 8px 22px rgba(16,64,98,.05);
  }
  .atlas-verified-stamp span,.atlas-verified-stamp small {
    display: block;
    color: #7890a2;
    font-size: .56rem;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .atlas-verified-stamp strong {
    display: block;
    color: #0b5aa5;
    font-size: .86rem;
    margin: .12rem 0;
  }
  .atlas-wa-opportunity-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .atlas-wa-opportunity {
    position: relative;
    background: #fff;
    border: 1px solid #d8e7f1;
    border-radius: 22px;
    padding: 1.5rem;
    box-shadow: 0 14px 34px rgba(18,69,105,.055);
    overflow: hidden;
  }
  .atlas-wa-opportunity:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #0b5aa5;
  }
  .atlas-wa-urgent:before {
    background: #d6852f;
  }
  .atlas-wa-featured:before {
    background: #7ac943;
  }
  .atlas-wa-pipeline {
    grid-column: 1/-1;
    background: linear-gradient(135deg,#fff 0%,#f6fbff 72%,#f4faef 100%);
  }
  .atlas-wa-pipeline:before {
    background: #5d88b1;
  }
  .atlas-wa-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: .8rem;
  }
  .atlas-wa-code {
    font-size: .61rem;
    font-weight: 900;
    letter-spacing: .08em;
    color: #71889a;
  }
  .atlas-wa-opportunity h3 {
    font-family: Georgia,serif;
    font-size: 1.75rem;
    line-height: 1.12;
    font-weight: 500;
    color: #102338;
    margin: .35rem 0 .75rem;
  }
  .atlas-wa-opportunity>p:not(.atlas-grant-funder-label) {
    color: #587187;
    line-height: 1.65;
    font-size: .9rem;
  }
  .atlas-wa-kpis {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .6rem;
    margin: 1.1rem 0;
  }
  .atlas-wa-kpis div {
    background: #f6fafc;
    border-radius: 12px;
    padding: .75rem;
  }
  .atlas-wa-kpis small {
    display: block;
    color: #7890a2;
    font-size: .56rem;
    text-transform: uppercase;
    letter-spacing: .07em;
  }
  .atlas-wa-kpis strong {
    display: block;
    color: #173a53;
    font-size: .87rem;
    margin-top: .15rem;
  }
  .atlas-wa-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin: .85rem 0 0;
  }
  .atlas-wa-tags span {
    border: 1px solid #dbe8f0;
    background: #f9fcfe;
    color: #527087;
    border-radius: 999px;
    padding: .3rem .5rem;
    font-size: .61rem;
    font-weight: 800;
  }
  .atlas-wa-context {
    margin-top: 1rem;
    padding: 1.1rem 1.2rem;
    border-radius: 16px;
    background: #062d52;
    color: #fff;
  }
  .atlas-wa-context strong {
    font-family: Georgia,serif;
    font-size: 1.25rem;
    font-weight: 500;
  }
  .atlas-wa-context p {
    color: #c4d7e4;
    line-height: 1.65;
    font-size: .84rem;
    margin: .4rem 0 .65rem;
  }
  .atlas-wa-context .atlas-text-link {
    color: #9dd76f;
  }
  .atlas-grant-single {
    background: #f7fbfe;
    padding: 4.8rem max(5vw,2rem) 7rem;
  }
  .atlas-grant-shell {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0,760px) minmax(280px,340px);
    gap: 2rem;
    align-items: start;
  }
  .atlas-grant-content {
    background: #fff;
    border: 1px solid #d9e7f0;
    border-radius: 24px;
    padding: 2.2rem;
    box-shadow: 0 16px 42px rgba(20,70,105,.06);
  }
  .atlas-grant-eyebrow {
    display: flex;
    align-items: center;
    gap: .7rem;
    flex-wrap: wrap;
  }
  .atlas-grant-taxonomy-row {
    display: flex;
    flex-wrap: wrap;
    gap: .42rem;
    margin: .85rem 0 .15rem;
  }
  .atlas-grant-taxonomy-row span,.atlas-grant-taxonomy-row a {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dbe8f0;
    background: #f8fbfd;
    color: #567086;
    border-radius: 999px;
    padding: .35rem .58rem;
    font-size: .62rem;
    font-weight: 800;
    text-decoration: none;
  }
  .atlas-grant-taxonomy-row a:hover {
    border-color: #0b5aa5;
    color: #0b5aa5;
    background: #f2f8fc;
  }
  .atlas-grant-taxonomy-row .atlas-grant-code {
    background: #062d52;
    border-color: #062d52;
    color: #fff;
    letter-spacing: .06em;
  }
  .atlas-grant-content h1 {
    font-family: Georgia,serif;
    font-size: clamp(2.7rem,4vw,4.2rem);
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1.03;
    margin: .8rem 0 1rem;
  }
  .atlas-grant-summary {
    font-size: 1.08rem;
    color: #577086;
    line-height: 1.7;
  }
  .atlas-grant-kpis {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: .7rem;
    margin: 1.4rem 0 2rem;
  }
  .atlas-grant-kpis div {
    background: #f5f9fc;
    border-radius: 14px;
    padding: .9rem;
  }
  .atlas-grant-kpis small {
    display: block;
    color: #7890a2;
    font-size: .58rem;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .atlas-grant-kpis strong {
    display: block;
    color: #173a53;
    margin-top: .15rem;
    font-size: .9rem;
  }
  .atlas-grant-content h2 {
    font-family: Georgia,serif;
    font-size: 1.85rem;
    font-weight: 500;
    margin: 2rem 0 .6rem;
  }
  .atlas-grant-content .entry-content {
    color: #455f74;
    line-height: 1.75;
  }
  .atlas-grant-analysis {
    background: #eef7ff;
    border-left: 4px solid #0b5aa5;
    padding: 1.05rem 1.15rem;
    border-radius: 0 12px 12px 0;
    color: #405e74;
    line-height: 1.7;
  }
  .atlas-source-note {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    margin-top: 2rem;
    padding: 1rem 1.1rem;
    border: 1px solid #d8e7f1;
    border-radius: 14px;
    background: #f8fbfd;
    color: #5b7387;
    font-size: .78rem;
    line-height: 1.55;
  }
  .atlas-source-note strong {
    color: #173a53;
    font-size: .66rem;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .atlas-source-note .atlas-text-link {
    margin-top: .15rem;
  }
  .atlas-grant-aside {
    position: sticky;
    top: 88px;
    background: #062d52;
    color: #fff;
    border-radius: 24px;
    padding: 1.65rem;
    box-shadow: 0 20px 48px rgba(6,45,82,.17);
  }
  .atlas-grant-aside .atlas-kicker {
    color: #89cf57;
  }
  .atlas-public-score {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: .15rem .7rem;
    margin: .35rem 0 1.3rem;
    padding: 1rem 1.05rem;
    border: 1px solid rgba(122,201,67,.35);
    border-radius: 16px;
    background: rgba(122,201,67,.08);
  }
  .atlas-public-score>span {
    color: #cfe0eb;
    font-size: .62rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .atlas-public-score strong {
    grid-row: 1/3;
    grid-column: 2;
    font-family: Georgia,serif;
    font-size: 2.55rem;
    line-height: .9;
    font-weight: 500;
    color: #fff;
  }
  .atlas-public-score strong small {
    font-family: inherit;
    font-size: .8rem;
    color: #9acb78;
  }
  .atlas-public-score em {
    font-style: normal;
    color: #8fb0c3;
    font-size: .62rem;
  }
  .atlas-grant-aside h3 {
    font-family: Georgia,serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.1;
    margin: .2rem 0 .8rem;
  }
  .atlas-grant-aside p {
    color: #bed1df;
    line-height: 1.6;
    font-size: .9rem;
  }
  .atlas-aside-list {
    padding-left: 1.05rem;
    color: #d8e5ee;
    font-size: .88rem;
    line-height: 1.65;
  }
  .atlas-aside-list li::marker {
    color: #7ac943;
  }
  .atlas-grant-aside .atlas-btn {
    width: 100%;
    margin-top: .8rem;
  }
  .atlas-closed-callout {
    display: flex;
    flex-direction: column;
    gap: .28rem;
    margin: .2rem 0 1.1rem;
    padding: .9rem 1rem;
    border: 1px solid rgba(255,196,116,.38);
    border-radius: 14px;
    background: rgba(255,183,77,.09);
  }
  .atlas-closed-callout strong {
    color: #ffd59a;
    font-size: .82rem;
  }
  .atlas-closed-callout span {
    color: #c6d7e3;
    font-size: .75rem;
    line-height: 1.5;
  }
  .atlas-aside-secondary {
    display: block;
    text-align: center;
    margin-top: .8rem;
    color: #bcd3e3;
    text-decoration: none;
    font-size: .76rem;
    font-weight: 800;
  }
  .atlas-aside-secondary:hover {
    color: #fff;
  }
  .atlas-aside-email {
    text-align: center;
    color: #91aebf;
    font-size: .7rem;
    margin-top: .8rem;
  }
  .atlas-fit-page {
    background: #f7fbfe;
    min-height: 70vh;
  }
  .atlas-fit-hero {
    text-align: center;
    padding: 5.5rem max(6vw,2rem) 3rem;
    background: linear-gradient(135deg,#fff,#eef7ff);
  }
  .atlas-fit-hero h1 {
    font-family: Georgia,serif;
    font-size: clamp(3.4rem,5.3vw,5.8rem);
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: .98;
    margin: .3rem auto 1rem;
    max-width: 960px;
  }
  .atlas-fit-hero h1 span {
    color: #0b5aa5;
  }
  .atlas-fit-hero>p {
    max-width: 760px;
    margin: 0 auto;
    color: #587187;
    font-size: 1.04rem;
    line-height: 1.7;
  }
  .atlas-fit-context {
    max-width: 900px;
    margin: 1.6rem auto 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: .7rem;
  }
  .atlas-fit-context div {
    background: #fff;
    border: 1px solid #d8e7f1;
    border-radius: 14px;
    padding: .85rem;
    text-align: left;
  }
  .atlas-fit-context small {
    display: block;
    color: #7a92a5;
    font-size: .56rem;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .atlas-fit-context strong {
    display: block;
    color: #193d55;
    margin-top: .12rem;
    font-size: .83rem;
  }
  .atlas-fit-provenance {
    max-width: 900px;
    margin: .7rem auto 0;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: .7rem;
    text-align: left;
  }
  .atlas-fit-provenance span {
    display: block;
    background: rgba(255,255,255,.72);
    border: 1px solid #d8e7f1;
    border-radius: 12px;
    padding: .72rem .85rem;
  }
  .atlas-fit-provenance .atlas-fit-provenance-wide {
    grid-column: 1/-1;
  }
  .atlas-fit-provenance small {
    display: block;
    color: #7a92a5;
    font-size: .54rem;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .atlas-fit-provenance strong {
    display: block;
    color: #38546a;
    margin-top: .12rem;
    font-size: .76rem;
    line-height: 1.45;
  }
  .atlas-fit-workspace {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem max(4vw,1.25rem) 6rem;
    display: grid;
    grid-template-columns: minmax(0,1.25fr) minmax(300px,.75fr);
    gap: 1.2rem;
    align-items: start;
  }
  .atlas-fit-form-card,.atlas-fit-info-card {
    background: #fff;
    border: 1px solid #d9e7f0;
    border-radius: 22px;
    padding: 1.6rem;
    box-shadow: 0 12px 34px rgba(20,70,105,.05);
  }
  .atlas-fit-form-card h2,.atlas-fit-info-card h2 {
    font-family: Georgia,serif;
    font-size: 2rem;
    font-weight: 500;
    margin: 0 0 .7rem;
  }
  .atlas-fit-form-card p,.atlas-fit-info-card p {
    color: #5b7387;
    line-height: 1.65;
  }
  .atlas-fit-form-placeholder {
    margin-top: 1.2rem;
    border: 1px dashed #a9c9df;
    border-radius: 16px;
    padding: 1.35rem;
    background: #f8fbfd;
  }
  .atlas-fit-form-placeholder strong {
    display: block;
    color: #0b5aa5;
    margin-bottom: .35rem;
  }
  .atlas-fit-closed {
    margin-top: 1.2rem;
    padding: 1.35rem;
    border: 1px solid #f0d1a9;
    border-radius: 16px;
    background: #fff9f1;
  }
  .atlas-fit-closed>strong {
    display: block;
    color: #995b16;
    font-family: Georgia,serif;
    font-size: 1.35rem;
    font-weight: 500;
  }
  .atlas-fit-closed p {
    margin: .45rem 0 1rem;
  }
  .atlas-fit-closed .atlas-btn {
    margin-right: .55rem;
  }
  .atlas-fit-closed-link {
    display: inline-block;
    margin-top: .85rem;
    color: #0b5aa5;
    text-decoration: none;
    font-size: .78rem;
    font-weight: 850;
  }
  .atlas-fit-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .55rem;
    margin-top: 1rem;
  }
  .atlas-fit-fields span {
    display: block;
    padding: .7rem;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #dbe8f0;
    color: #6a8192;
    font-size: .74rem;
  }
  .atlas-fit-method {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 max(4vw,1.25rem) 6rem;
  }
  .atlas-fit-method-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: .8rem;
  }
  .atlas-fit-method article {
    background: #fff;
    border-top: 3px solid #7ac943;
    border-radius: 0 0 15px 15px;
    padding: 1.2rem;
  }
  .atlas-fit-method h3 {
    font-family: Georgia,serif;
    font-size: 1.25rem;
    margin: .4rem 0;
  }
  .atlas-fit-method p {
    font-size: .82rem;
    color: #60788a;
    line-height: 1.6;
  }
  .atlas-fit-cta {
    background: #062d52;
    color: #fff;
    text-align: center;
    padding: 4.5rem max(5vw,2rem);
  }
  .atlas-fit-cta h2 {
    font-family: Georgia,serif;
    font-size: clamp(2.6rem,4vw,4.3rem);
    font-weight: 500;
    margin: .3rem 0 1rem;
  }
  .atlas-fit-cta p {
    color: #bfd2df;
    max-width: 650px;
    margin: 0 auto;
  }
  .atlas-confirmation {
    max-width: 760px;
    margin: 5rem auto;
    padding: 3rem 2rem;
    text-align: center;
  }
  .atlas-confirmation-mark {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    margin: 0 auto 1.2rem;
    border-radius: 50%;
    background: #eef8e8;
    color: #4f8b2b;
    font-size: 2rem;
    font-weight: 900;
  }
  .atlas-confirmation h1 {
    font-family: Georgia,serif;
    font-size: clamp(3rem,5vw,4.8rem);
    font-weight: 500;
    line-height: 1;
    margin: .2rem 0 1rem;
  }
  .atlas-confirmation p {
    color: #587187;
    line-height: 1.7;
  }
  .atlas-blog-page {
    background: #f7fbfe;
  }
  .atlas-blog-hero {
    padding: 6.3rem max(6vw,2rem) 4.6rem;
    background: linear-gradient(120deg,#ffffff 0%,#eef7ff 72%,#f3faed 100%);
    border-bottom: 1px solid #dce9f3;
  }
  .atlas-blog-hero-inner {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
  }
  .atlas-blog-hero h1 {
    font-family: Georgia,serif;
    font-size: clamp(3.8rem,5.6vw,6rem);
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: .98;
    margin: .25rem auto 1.1rem;
    color: #102338;
  }
  .atlas-blog-hero h1 span {
    color: #0b5aa5;
  }
  .atlas-blog-hero-inner>p:last-of-type {
    max-width: 820px;
    margin: 0 auto;
    color: #587187;
    font-size: 1.05rem;
    line-height: 1.75;
  }
  .atlas-blog-hero-actions {
    display: flex;
    justify-content: center;
    gap: .8rem;
    flex-wrap: wrap;
    margin-top: 1.5rem;
  }
  .atlas-blog-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 5rem max(4vw,1.25rem) 6rem;
  }
  .atlas-blog-head {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(280px,430px);
    gap: 3rem;
    align-items: end;
    margin-bottom: 2rem;
  }
  .atlas-blog-head h2 {
    font-family: Georgia,serif;
    font-size: clamp(2.7rem,4vw,4.2rem);
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1.04;
    margin: .2rem 0;
    color: #102338;
  }
  .atlas-blog-head>p {
    color: #60798c;
    line-height: 1.7;
    margin: 0;
  }
  .atlas-blog-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
  }
  .atlas-blog-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #d9e7f0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(20,70,105,.055);
    transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease;
  }
  .atlas-blog-card:hover {
    transform: translateY(-3px);
    border-color: #b8d4e7;
    box-shadow: 0 18px 42px rgba(20,70,105,.09);
  }
  .atlas-blog-card-media {
    display: block;
    aspect-ratio: 16/9;
    background: linear-gradient(135deg,#0b5aa5,#062d52);
    overflow: hidden;
    text-decoration: none;
  }
  .atlas-blog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
  }
  .atlas-blog-card:hover .atlas-blog-card-media img {
    transform: scale(1.03);
  }
  .atlas-blog-card-placeholder {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.25rem;
    color: #fff;
    background-image: radial-gradient(circle at 82% 20%,rgba(122,201,67,.4),transparent 22%),linear-gradient(145deg,#0b5aa5,#062d52);
  }
  .atlas-blog-card-placeholder small {
    font-size: .58rem;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: #bcd5e8;
  }
  .atlas-blog-card-placeholder strong {
    font-family: Georgia,serif;
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: .18rem;
  }
  .atlas-blog-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.25rem;
  }
  .atlas-blog-card-meta {
    display: flex;
    justify-content: space-between;
    gap: .8rem;
    color: #8096a6;
    font-size: .6rem;
    text-transform: uppercase;
    letter-spacing: .07em;
    font-weight: 800;
  }
  .atlas-blog-card h3 {
    font-family: Georgia,serif;
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1.16;
    margin: .6rem 0;
  }
  .atlas-blog-card h3 a {
    color: #102338;
    text-decoration: none;
  }
  .atlas-blog-card h3 a:hover {
    color: #0b5aa5;
  }
  .atlas-blog-card-body>p {
    color: #5c7487;
    font-size: .88rem;
    line-height: 1.65;
    margin: .1rem 0 1rem;
  }
  .atlas-blog-read {
    margin-top: auto;
    color: #0b5aa5;
    text-decoration: none;
    font-weight: 850;
    font-size: .8rem;
  }
  .atlas-blog-read span {
    color: #7ac943;
    margin-left: .2rem;
  }
  .atlas-blog-pagination {
    display: flex;
    justify-content: center;
    gap: .45rem;
    flex-wrap: wrap;
    margin-top: 2rem;
  }
  .atlas-blog-pagination .page-numbers {
    display: grid;
    place-items: center;
    min-width: 40px;
    height: 40px;
    padding: 0 .75rem;
    border: 1px solid #d7e5ef;
    border-radius: 10px;
    background: #fff;
    color: #0b5aa5;
    text-decoration: none;
    font-size: .78rem;
    font-weight: 800;
  }
  .atlas-blog-pagination .current {
    background: #0b5aa5;
    color: #fff;
    border-color: #0b5aa5;
  }
  .atlas-blog-empty {
    padding: 2.2rem;
    background: #fff;
    border: 1px solid #d9e7f0;
    border-radius: 20px;
    text-align: center;
    color: #60798c;
  }
  .atlas-blog-empty strong {
    display: block;
    font-family: Georgia,serif;
    font-size: 1.7rem;
    font-weight: 500;
    color: #173a53;
    margin-bottom: .4rem;
  }
  .atlas-blog-cta {
    text-align: center;
    padding: 5rem max(6vw,2rem);
    background: #062d52;
    color: #fff;
  }
  .atlas-blog-cta h2 {
    font-family: Georgia,serif;
    font-size: clamp(2.8rem,4.3vw,4.7rem);
    font-weight: 500;
    line-height: 1.03;
    margin: .3rem auto 1rem;
    max-width: 900px;
  }
  .atlas-blog-cta>p:not(.atlas-kicker) {
    max-width: 700px;
    margin: 0 auto;
    color: #bed1df;
    line-height: 1.7;
  }
  .atlas-blog-cta .atlas-actions {
    justify-content: center;
    margin-top: 1.4rem;
  }
  .atlas-blog-cta .atlas-btn-secondary {
    border-color: rgba(255,255,255,.5);
    color: #fff;
    background: transparent;
  }
  .atlas-blog-cta .atlas-btn-secondary:hover {
    background: rgba(255,255,255,.08);
  }
  .atlas-article-page {
    background: #f7fbfe;
    min-height: 70vh;
  }
  .atlas-article-hero {
    padding: 5.5rem max(6vw,2rem) 3.5rem;
    background: linear-gradient(120deg,#fff,#eef7ff);
    border-bottom: 1px solid #dce9f3;
  }
  .atlas-article-hero-inner {
    max-width: 920px;
    margin: 0 auto;
  }
  .atlas-article-back {
    display: inline-block;
    color: #0b5aa5;
    text-decoration: none;
    font-weight: 850;
    font-size: .78rem;
    margin-bottom: 1.2rem;
  }
  .atlas-article-meta {
    display: flex;
    gap: .9rem;
    flex-wrap: wrap;
    color: #7a91a3;
    font-size: .62rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800;
  }
  .atlas-article-hero h1 {
    font-family: Georgia,serif;
    font-size: clamp(3.3rem,5vw,5.5rem);
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: 1;
    margin: .6rem 0 1rem;
    color: #102338;
  }
  .atlas-article-deck {
    max-width: 820px;
    color: #587187;
    font-size: 1.1rem;
    line-height: 1.72;
    margin: 0;
  }
  .atlas-article-featured {
    max-width: 1120px;
    margin: 2.4rem auto 0;
    padding: 0 max(4vw,1.25rem);
  }
  .atlas-article-featured img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 620px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 18px 46px rgba(20,70,105,.09);
  }
  .atlas-article-layout {
    max-width: 1120px;
    margin: 0 auto;
    padding: 3rem max(4vw,1.25rem) 5rem;
    display: grid;
    grid-template-columns: minmax(0,740px) minmax(280px,330px);
    gap: 2rem;
    align-items: start;
  }
  .atlas-article-content {
    background: #fff;
    border: 1px solid #d9e7f0;
    border-radius: 22px;
    padding: 2rem 2.2rem;
    color: #415d72;
    line-height: 1.78;
    font-size: 1rem;
    box-shadow: 0 12px 34px rgba(20,70,105,.045);
  }
  .atlas-article-content h2,.atlas-article-content h3 {
    font-family: Georgia,serif;
    color: #102338;
    font-weight: 500;
    line-height: 1.15;
  }
  .atlas-article-content h2 {
    font-size: 2rem;
    margin: 2rem 0 .7rem;
  }
  .atlas-article-content h3 {
    font-size: 1.5rem;
    margin: 1.6rem 0 .6rem;
  }
  .atlas-article-content a {
    color: #0b5aa5;
    font-weight: 750;
  }
  .atlas-article-content blockquote {
    margin: 1.7rem 0;
    padding: 1rem 1.2rem;
    border-left: 4px solid #7ac943;
    background: #f8fcf5;
    color: #315845;
  }
  .atlas-article-content img {
    border-radius: 14px;
  }
  .atlas-article-aside {
    position: sticky;
    top: 88px;
    background: #062d52;
    color: #fff;
    border-radius: 22px;
    padding: 1.5rem;
    box-shadow: 0 18px 44px rgba(6,45,82,.15);
  }
  .atlas-article-aside .atlas-kicker {
    color: #8bd255;
  }
  .atlas-article-aside h2 {
    font-family: Georgia,serif;
    font-size: 1.8rem;
    line-height: 1.12;
    font-weight: 500;
    margin: .2rem 0 .8rem;
  }
  .atlas-article-aside p:not(.atlas-kicker) {
    color: #bed1df;
    line-height: 1.65;
    font-size: .9rem;
  }
  .atlas-article-aside .atlas-btn {
    width: 100%;
    margin-top: .7rem;
  }
  .atlas-article-aside-link {
    display: block;
    text-align: center;
    margin-top: .85rem;
    color: #bcd3e3;
    text-decoration: none;
    font-size: .76rem;
    font-weight: 800;
  }
  .atlas-article-nav {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 max(4vw,1.25rem) 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .atlas-article-nav a {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    padding: 1rem 1.1rem;
    background: #fff;
    border: 1px solid #d9e7f0;
    border-radius: 14px;
    text-decoration: none;
    color: #173a53;
  }
  .atlas-article-nav small {
    color: #7c91a2;
    font-size: .56rem;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .atlas-article-nav strong {
    font-family: Georgia,serif;
    font-weight: 500;
    font-size: 1.08rem;
  }
  .atlas-article-next {
    text-align: right;
  }
  .atlas-faq-page {
    background: #f7fbfe;
  }
  .atlas-faq-hero {
    padding: 6rem max(6vw,2rem) 3rem;
    text-align: center;
    background: linear-gradient(135deg,#ffffff,#eef7ff);
  }
  .atlas-faq-hero h1 {
    font-family: Georgia,serif;
    font-size: clamp(3.6rem,5.5vw,6rem);
    font-weight: 500;
    letter-spacing: -.05em;
    line-height: .98;
    margin: .3rem auto 1rem;
    max-width: 980px;
    color: #102338;
  }
  .atlas-faq-hero>p:last-child {
    max-width: 820px;
    margin: 0 auto;
    color: #587187;
    font-size: 1.05rem;
    line-height: 1.75;
  }
  .atlas-faq-intro {
    max-width: 1120px;
    margin: 0 auto;
    padding: 2rem max(4vw,1.25rem) 3rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 1rem;
    align-items: stretch;
  }
  .atlas-faq-score-card {
    background: #fff;
    border: 1px solid #d9e7f0;
    border-radius: 22px;
    padding: 1.6rem;
    box-shadow: 0 14px 38px rgba(20,70,105,.06);
  }
  .atlas-faq-score-card small {
    display: block;
    color: #7890a2;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .58rem;
    font-weight: 850;
  }
  .atlas-faq-score-card h2 {
    font-family: Georgia,serif;
    font-size: 2rem;
    font-weight: 500;
    margin: .4rem 0 .8rem;
    color: #173a53;
  }
  .atlas-faq-score-card p {
    color: #587187;
    line-height: 1.65;
    margin: .75rem 0 0;
  }
  .atlas-faq-score-number {
    font-family: Georgia,serif;
    font-size: 3.4rem;
    line-height: 1;
    color: #0b5aa5;
  }
  .atlas-faq-score-number span {
    font-size: 1rem;
    color: #7b92a4;
  }
  .atlas-faq-score-fit {
    border-color: #cfe7bf;
    background: linear-gradient(180deg,#fff,#f7fbf4);
  }
  .atlas-faq-score-fit .atlas-btn {
    margin-top: 1rem;
  }
  .atlas-faq-score-vs {
    align-self: center;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #062d52;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
  }
  .atlas-faq-shell {
    max-width: 980px;
    margin: 0 auto;
    padding: 2rem max(4vw,1.25rem) 6rem;
  }
  .atlas-faq-section-head {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  .atlas-faq-section-head h2 {
    font-family: Georgia,serif;
    font-size: clamp(2.7rem,4vw,4.2rem);
    font-weight: 500;
    letter-spacing: -.04em;
    margin: .25rem 0;
    color: #102338;
  }
  .atlas-faq-list {
    display: grid;
    gap: .7rem;
  }
  .atlas-faq-list details {
    background: #fff;
    border: 1px solid #d9e7f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(20,70,105,.035);
  }
  .atlas-faq-list summary {
    cursor: pointer;
    list-style: none;
    padding: 1.05rem 1.2rem;
    font-weight: 850;
    color: #173a53;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  .atlas-faq-list summary::-webkit-details-marker {
    display: none;
  }
  .atlas-faq-list summary:after {
    content: '+';
    display: grid;
    place-items: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #eef7ff;
    color: #0b5aa5;
    font-size: 1rem;
  }
  .atlas-faq-list details[open] summary:after {
    content: '–';
    background: #eef8e8;
    color: #4e842f;
  }
  .atlas-faq-list details>div {
    padding: 0 1.2rem 1.2rem;
    color: #557086;
    line-height: 1.72;
    border-top: 1px solid #edf3f7;
  }
  .atlas-faq-list details>div p {
    margin: 1rem 0 0;
  }
  .atlas-faq-cta {
    text-align: center;
    padding: 5rem max(6vw,2rem);
    background: #062d52;
    color: #fff;
  }
  .atlas-faq-cta h2 {
    font-family: Georgia,serif;
    font-size: clamp(2.8rem,4.2vw,4.6rem);
    font-weight: 500;
    line-height: 1.03;
    margin: .3rem auto 1rem;
    max-width: 860px;
  }
  .atlas-faq-cta>p:not(.atlas-kicker) {
    max-width: 650px;
    margin: 0 auto;
    color: #bed1df;
  }
  .atlas-faq-cta .atlas-actions {
    justify-content: center;
    margin-top: 1.4rem;
  }
  .atlas-faq-cta .atlas-btn-secondary {
    border-color: rgba(255,255,255,.55);
    color: #fff;
  }
  .atlas-faq-hero>p {
    max-width: 820px;
    margin: 0 auto;
    color: #587187;
    font-size: 1.05rem;
    line-height: 1.75;
  }
  .atlas-faq-hero-actions {
    justify-content: center;
    margin-top: 1.5rem;
  }
  .atlas-faq-jump {
    position: sticky;
    top: 69px;
    z-index: 20;
    display: flex;
    justify-content: center;
    gap: .45rem;
    flex-wrap: wrap;
    padding: .85rem max(4vw,1.25rem);
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(14px);
    border-top: 1px solid #dce9f3;
    border-bottom: 1px solid #dce9f3;
  }
  .atlas-faq-jump a {
    display: inline-flex;
    align-items: center;
    padding: .5rem .78rem;
    border-radius: 999px;
    background: #f5f9fc;
    color: #31556f;
    text-decoration: none;
    font-size: .72rem;
    font-weight: 850;
  }
  .atlas-faq-jump a:hover {
    background: #eef8e8;
    color: #386c1d;
  }
  .atlas-faq-section {
    padding: 5.5rem max(5vw,1.5rem);
    scroll-margin-top: 130px;
  }
  .atlas-faq-section-alt {
    background: #eef7ff;
  }
  .atlas-faq-section-head {
    max-width: 790px;
    margin: 0 auto 2rem;
    text-align: center;
  }
  .atlas-faq-section-head>p:last-child {
    color: #587187;
    line-height: 1.7;
  }
  .atlas-faq-grid {
    max-width: 980px;
    margin: 0 auto;
    display: grid;
    gap: .72rem;
  }
  .atlas-faq-grid details {
    background: #fff;
    border: 1px solid #d9e7f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(20,70,105,.035);
  }
  .atlas-faq-grid summary {
    cursor: pointer;
    list-style: none;
    padding: 1.08rem 1.2rem;
    font-weight: 850;
    color: #173a53;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  .atlas-faq-grid summary::-webkit-details-marker {
    display: none;
  }
  .atlas-faq-grid summary:after {
    content: '+';
    display: grid;
    place-items: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #eef7ff;
    color: #0b5aa5;
    font-size: 1rem;
  }
  .atlas-faq-grid details[open] summary:after {
    content: '–';
    background: #eef8e8;
    color: #4e842f;
  }
  .atlas-faq-grid details>div {
    padding: 0 1.2rem 1.2rem;
    color: #557086;
    line-height: 1.72;
    border-top: 1px solid #edf3f7;
  }
  .atlas-faq-grid details>div p {
    margin: 1rem 0 0;
  }
  .atlas-faq-grid details>div strong {
    color: #173a53;
  }
}
@media (max-width:1250px) {
  .atlas-desktop-nav {
    gap: .8rem;
  }
  .atlas-desktop-nav>a {
    font-size: .66rem;
  }
  .atlas-qc-link img {
    width: 78px;
  }
  .atlas-header-inner {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
}
@media (max-width:1050px) {
  .atlas-desktop-nav {
    display: none;
  }
  .atlas-menu-toggle {
    display: block;
  }
  .atlas-mobile-nav {
    display: block;
  }
  .atlas-hero {
    grid-template-columns: 1fr 420px;
    gap: 2.5rem;
  }
  .atlas-hero h1 {
    font-size: 4.6rem;
  }
  .atlas-hero-visual img {
    width: min(420px,100%);
  }
  .atlas-card-grid,.atlas-funder-grid,.atlas-featured-grid,.atlas-blog-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .atlas-score-section {
    gap: 2.5rem;
  }
  .atlas-story {
    gap: 3rem;
  }
}
@media (max-width:900px) {
  .atlas-hero {
    grid-template-columns: 1fr;
    padding-top: 4.5rem;
    text-align: left;
  }
  .atlas-hero-visual {
    min-height: 0;
    padding: 1rem 0;
  }
  .atlas-hero-visual img {
    width: min(460px,92%);
  }
  .atlas-radar-section {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-top: 5rem;
  }
  .atlas-radar-copy {
    margin: auto;
    text-align: center;
  }
  .atlas-radar-copy h2 {
    margin-left: auto;
    margin-right: auto;
  }
  .atlas-globe-mark {
    width: min(390px,88vw);
  }
  .atlas-stat-band {
    grid-template-columns: repeat(2,1fr);
  }
  .atlas-stat-band>div:nth-child(2) {
    border-right: 0;
  }
  .atlas-stat-band>div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255,255,255,.18);
  }
  .atlas-state-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .atlas-state-snapshot-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .atlas-score-section,.atlas-story,.atlas-grant-shell,.atlas-fit-workspace,.atlas-faq-intro,.atlas-blog-head,.atlas-article-layout {
    grid-template-columns: 1fr;
  }
  .atlas-score-card {
    max-width: 620px;
  }
  .atlas-grant-aside,.atlas-article-aside {
    position: static;
  }
  .atlas-fit-method-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .atlas-faq-score-vs {
    margin: 0 auto;
    transform: rotate(90deg);
  }
  .atlas-state-priority-head {
    grid-template-columns: 1fr;
  }
  .atlas-verified-stamp {
    justify-self: start;
    text-align: left;
  }
  .atlas-wa-opportunity-grid {
    grid-template-columns: 1fr;
  }
  .atlas-grant-filters {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .atlas-grant-filters .atlas-filter-checks {
    grid-column: 1/3;
    grid-row: auto;
  }
  .atlas-grant-filters button,.atlas-grant-filters .atlas-filter-reset {
    grid-column: auto;
    grid-row: auto;
  }
  .atlas-result-bar {
    flex-direction: column;
    gap: .25rem;
  }
}
@media (max-width:640px) {
  .atlas-grant-filters .atlas-filter-checks,.atlas-grant-filters button,.atlas-grant-filters .atlas-filter-reset {
    grid-column: auto;
    grid-row: auto;
  }
  .atlas-filter-checks {
    align-items: flex-start;
    flex-direction: column;
    gap: .55rem;
  }
  .atlas-section {
    padding: 5rem 1.25rem;
  }
  .atlas-header-inner {
    padding: .7rem 1rem;
  }
  .atlas-brand-mark {
    width: 39px;
    height: 39px;
  }
  .atlas-brand strong {
    font-size: .92rem;
  }
  .atlas-brand small {
    font-size: .48rem;
  }
  .atlas-hero {
    padding: 4rem 1.25rem 3.5rem;
    gap: 1.5rem;
    min-height: auto;
  }
  .atlas-hero h1 {
    font-size: 3.55rem;
  }
  .atlas-lead {
    font-size: 1rem;
  }
  .atlas-actions {
    align-items: stretch;
  }
  .atlas-btn {
    padding: .9rem 1.1rem;
  }
  .atlas-radar-section {
    padding: 4.5rem 1.25rem;
  }
  .atlas-radar-copy h2 {
    font-size: 3.3rem;
  }
  .atlas-radar-label {
    font-size: .55rem;
  }
  .atlas-filter-grid,.atlas-grant-filters,.atlas-grant-grid,.atlas-state-grid,.atlas-state-snapshot-grid,.atlas-fit-context,.atlas-home-grant-search {
    grid-template-columns: 1fr;
  }
  .atlas-state-snapshot-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .atlas-card-grid,.atlas-funder-grid,.atlas-featured-grid,.atlas-blog-grid {
    grid-template-columns: 1fr;
  }
  .atlas-search-shell {
    padding: 1.2rem;
  }
  .atlas-score-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .atlas-score-ring {
    width: 135px;
    height: 135px;
  }
  .atlas-story {
    padding: 5rem 1.25rem;
  }
  .atlas-story-portraits {
    gap: .65rem;
  }
  .atlas-footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .atlas-footer-bottom {
    flex-direction: column;
  }
  .atlas-grant-content {
    padding: 1.35rem;
  }
  .atlas-grant-kpis {
    grid-template-columns: 1fr;
  }
  .atlas-fit-method-grid,.atlas-fit-fields {
    grid-template-columns: 1fr;
  }
  .atlas-blog-hero {
    padding: 4.5rem 1.25rem 3.5rem;
  }
  .atlas-blog-shell {
    padding: 4rem 1.25rem 5rem;
  }
  .atlas-blog-head {
    gap: 1.2rem;
  }
}
@media (hover:none),(pointer:coarse) {
  .atlas-featured-card {
    transform: none !important;
  }
  .atlas-featured-expand {
    max-height: none;
    opacity: 1;
    margin-top: .45rem;
  }
}
@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-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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --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;
    }
  }
}
