/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-paper: #fff9ef;
    --color-ink: #14251e;
    --color-accent: #e64206;
    --color-panel: #f1ecdf;
    --color-on-accent: #ffffff;
    --font-display: 'Newsreader',Georgia,serif;
    --font-body: 'Public Sans',Arial,sans-serif;
  }
}
@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;
  }
  .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;
    }
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/newsreader-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/newsreader-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/public-sans-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/public-sans-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Public Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/public-sans-700.woff2') format('woff2');
}
:root {
  --color-rule: color-mix(in srgb,#14251e 22%,#fff9ef);
  @supports (color: color-mix(in lab, red, red)) {
    --color-rule: color-mix(in srgb,var(--color-ink) 22%,var(--color-paper));
  }
}
*,*::before,*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
html,body {
  overflow-x: clip;
}
body {
  margin: 0;
  background: var(--color-paper);
  color: var(--color-ink);
  font: 400 17px/1.65 var(--font-body);
}
a {
  color: inherit;
  text-underline-offset: .22em;
}
button,input,select,textarea {
  font: inherit;
}
img,svg {
  max-width: 100%;
  height: auto;
}
h1,h2,h3 {
  font-family: var(--font-display);
  font-style: normal;
  line-height: 1.12;
  overflow-wrap: anywhere;
  min-width: 0;
  font-weight: 600;
}
h1 {
  font-size: clamp(2.5rem,5.8vw,5.8rem);
  letter-spacing: -.045em;
  margin: 0 0 1.4rem;
}
h2 {
  font-size: clamp(1.75rem,3vw,2.7rem);
  letter-spacing: -.025em;
  margin: 2.7rem 0 1rem;
}
h3 {
  font-size: 1.4rem;
}
p {
  margin: 0 0 1.3em;
}
a:focus-visible,summary:focus-visible {
  outline: 3px solid var(--color-ink);
  outline-offset: 5px;
}
a:hover {
  text-decoration-thickness: 2px;
}
header,section,aside,article,div {
  min-width: 0;
}
h2,h3,[id] {
  scroll-margin-top: 2rem;
}
.page-shell {
  max-width: 1320px;
  margin: auto;
  padding: 0 clamp(1.25rem,4vw,4rem);
}
.masthead {
  max-width: 1440px;
  margin: auto;
  padding: 1.5rem clamp(1.25rem,4vw,4rem);
}
.identity {
  text-decoration: none;
  font: 600 1.6rem/1.2 var(--font-display);
  white-space: nowrap;
}
.identity small {
  display: block;
  font: 400 .78rem/1.5 var(--font-body);
  margin-top: .3rem;
}
.primary-nav {
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
}
.primary-nav a,.breadcrumbs a,.action,.related a,.footer-links a {
  white-space: nowrap;
}
.primary-nav a {
  text-decoration: none;
  font-size: .92rem;
  padding: .4rem 0;
  min-height: 40px;
}
.primary-nav [aria-current=page] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.skip-link {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 99;
  transform: translateY(-200%);
  background: var(--color-ink);
  color: var(--color-paper);
  padding: .8rem;
}
.skip-link:focus {
  transform: none;
}
.hero {
  padding: 3.5rem 0 2.5rem;
}
.lead {
  font-size: clamp(1.05rem,1.4vw,1.25rem);
  max-width: 58ch;
  line-height: 1.6;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin: 1.7rem 0;
}
.action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .75rem 1.2rem;
  background: var(--color-accent);
  color: var(--color-on-accent);
  text-decoration: none;
  font-weight: 600;
  font-size: .93rem;
  border: 1px solid transparent;
  border-radius: 2px;
}
.action:hover {
  border-color: currentColor;
}
.action:focus-visible {
  outline-color: var(--color-ink);
}
.directory a {
  text-decoration: none;
}
.directory a:hover .destination-title {
  text-decoration: underline;
  text-underline-offset: .16em;
}
.destination-title {
  display: block;
  font-family: var(--font-display);
  font-size: 1.65rem;
  line-height: 1.2;
}
.destination-note {
  display: block;
  margin-top: .6rem;
  font-size: .93rem;
  line-height: 1.5;
}
.reading-layout {
  display: grid;
  grid-template-columns: minmax(160px,.7fr) minmax(0,2.4fr);
  gap: clamp(2rem,5vw,5rem);
  padding: 4rem 0 5rem;
  border-top: 1px solid var(--color-rule);
  align-items: start;
}
.contents {
  position: sticky;
  top: 1.5rem;
  font-size: .86rem;
  max-height: calc(100vh - 3rem);
  overflow: auto;
}
.contents summary {
  font-weight: 600;
  cursor: pointer;
  font-size: .98rem;
  margin-bottom: 1rem;
}
.contents ul {
  padding-left: 1rem;
  list-style: none;
}
.contents li {
  margin: .65rem 0;
}
.contents a {
  text-decoration: none;
}
.reading-column {
  max-width: 760px;
}
.prose-body>h2:first-child {
  margin-top: 0;
}
.prose-body p {
  max-width: 70ch;
}
.prose-body ul,.prose-body ol {
  padding-left: 1.3em;
}
.prose-body li {
  padding-left: .25em;
  margin: .7rem 0;
}
.table-scroll {
  overflow: auto;
  max-width: 100%;
  margin: 2rem 0;
  border: 1px solid var(--color-rule);
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: .93rem;
  line-height: 1.55;
}
th,td {
  padding: 1.1rem;
  vertical-align: top;
  border-bottom: 1px solid var(--color-rule);
}
th {
  font-weight: 600;
  background: var(--color-panel);
}
tr:last-child td {
  border-bottom: 0;
}
.breadcrumbs {
  display: flex;
  gap: .7rem;
  align-items: center;
  flex-wrap: wrap;
  font-size: .8rem;
  padding: 1.8rem 0;
}
.article-hero {
  padding: 1.5rem 0 3rem;
  max-width: 1000px;
}
.article-hero h1 {
  font-size: clamp(2.5rem,5vw,5rem);
}
.faq {
  padding-top: 1rem;
}
.faq details {
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--color-rule);
}
.faq summary {
  cursor: pointer;
  font-weight: 600;
}
.faq details div {
  padding-top: 1rem;
}
.related {
  padding-top: 2rem;
}
.related h2 {
  font-size: 1.45rem;
}
.related a {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  margin: 0 1rem 1rem 0;
  min-height: 44px;
}
.colophon {
  padding: 2.5rem clamp(1.25rem,4vw,4rem);
  border-top: 1px solid var(--color-rule);
  max-width: 1440px;
  margin: auto;
}
.colophon p {
  max-width: 70ch;
  font-size: .86rem;
}
.footer-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size: .88rem;
}
.editorial-band {
  padding: 2.2rem;
  background: var(--color-ink);
  color: var(--color-paper);
  margin: 2rem 0 4rem;
}
.editorial-band h2 {
  margin-top: 0;
}
.editorial-band p {
  max-width: 62ch;
  margin-bottom: 0;
}
blockquote {
  border-left: 3px solid var(--color-accent);
  margin: 1.8rem 0;
  padding-left: 1.25rem;
}
.mobile-menu {
  display: none;
}
.menu-toggle {
  cursor: pointer;
  min-height: 44px;
  padding: .6rem 0;
  font-weight: 600;
}
@media (max-width:760px) {
  .hero {
    padding-top: 2rem;
  }
  .reading-layout {
    display: block;
    padding: 2.3rem 0;
  }
  .contents {
    position: static;
    max-height: none;
    border-bottom: 1px solid var(--color-rule);
    margin-bottom: 2rem;
    padding-bottom: 1rem;
  }
  .contents details:not([open]) {
    margin: 0;
  }
  .article-hero {
    padding: 1rem 0 2rem;
  }
  .primary-nav {
    gap: .8rem;
  }
  .directory .destination-title {
    font-size: 1.55rem;
  }
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .mobile-menu .primary-nav {
    display: flex;
  }
  .editorial-band {
    padding: 1.5rem;
  }
  .prose-body {
    font-size: 1rem;
  }
  th,td {
    padding: .8rem;
    min-width: 9rem;
  }
  .colophon {
    padding-top: 2rem;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*::before,*::after {
    animation: none !important;
    transition: none !important;
  }
}
.masthead {
  border-bottom: 1px solid var(--color-rule);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.masthead .primary-nav {
  margin: 0;
}
.hero h1 {
  max-width: 10ch;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(0,1fr);
  gap: 3rem;
  align-items: end;
}
.hero .lead {
  margin: 0 0 1.8rem;
}
.atlas {
  display: grid;
  grid-template-columns: minmax(0,1.4fr) minmax(0,1fr) minmax(0,.9fr);
  gap: 1.2rem;
  margin: 1rem 0 4rem;
}
.atlas>a {
  padding: 1.7rem;
  border: 1px solid var(--color-rule);
  display: flex;
  flex-direction: column;
  min-height: 350px;
  justify-content: space-between;
}
.atlas>a:first-child {
  background: var(--color-accent);
  color: var(--color-on-accent);
}
.atlas>a:nth-child(2) {
  background: var(--color-panel);
}
.atlas>a .destination-title {
  font-size: clamp(2.5rem,4vw,4rem);
}
.atlas .country-list a {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid var(--color-rule);
}
.country-list .destination-title {
  font-size: 1.3rem;
}
.country-list .destination-note {
  font-size: .82rem;
}
.atlas .read-link {
  font-size: .88rem;
  white-space: nowrap;
}
.colophon {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}
@media (max-width:1000px) {
  .masthead {
    display: block;
  }
  .masthead .primary-nav {
    margin-top: 1rem;
  }
}
@media (max-width:760px) {
  .hero {
    display: block;
  }
  .hero h1 {
    max-width: none;
  }
  .atlas {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  }
  .atlas>a {
    min-height: 245px;
    padding: 1.2rem;
  }
  .atlas .country-list {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 1rem;
  }
  .colophon {
    display: block;
  }
}
@media (max-width:380px) {
  .atlas {
    display: block;
  }
  .atlas>a {
    min-height: 200px;
    margin-bottom: 1rem;
  }
  .atlas .country-list {
    display: block;
  }
}
body {
  padding-left: 0;
}
.masthead {
  position: static;
  inset: auto;
  width: auto;
  max-width: 1440px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.8rem;
  padding: 1.25rem clamp(1.25rem,4vw,4rem);
  background: var(--color-paper);
  color: var(--color-ink);
  border-bottom: 1px solid var(--color-rule);
  text-align: left;
}
.masthead .identity {
  font-size: 1.65rem;
  color: var(--color-ink);
}
.masthead .primary-nav {
  display: flex;
  flex-direction: row;
  gap: 1.4rem;
  margin: 0;
}
.masthead .identity small {
  font: 400 .72rem/1.4 var(--font-body);
  margin-top: .3rem;
}
.masthead .primary-nav a {
  font-size: .9rem;
}
.masthead a:focus-visible {
  outline-color: var(--color-accent);
}
.reading-layout {
  display: block;
  max-width: 840px;
  margin: 0 auto;
  padding: 3.2rem 0 5rem;
}
.reading-column {
  max-width: none;
}
.contents {
  position: static;
  max-height: none;
  overflow: visible;
  margin: 0 0 2.5rem;
  padding: 1rem 1.2rem;
  background: var(--color-panel);
  border: 1px solid var(--color-rule);
}
.contents summary {
  margin: 0;
  min-height: 32px;
}
.contents ul {
  columns: 2;
  column-gap: 2rem;
  padding-left: 0;
}
.contents li {
  break-inside: avoid;
}
.reading-column .prose-body>h2:first-child {
  margin-top: 0;
}
.campaign {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0,1.15fr) minmax(0,1fr);
  align-items: center;
  gap: 1.5rem;
  min-height: 550px;
  margin: 2rem 0 3rem;
  border-radius: 12px;
  overflow: hidden;
  background: var(--color-hero);
  color: var(--color-hero-text);
}
.campaign-copy {
  position: relative;
  z-index: 2;
  padding: 3.2rem clamp(1.5rem,4vw,3.5rem);
}
.campaign h1 {
  font-size: clamp(2.7rem,5vw,5.1rem);
  margin: 0 0 1rem;
  max-width: 12ch;
  line-height: 1.04;
}
.campaign .lead {
  font-size: 1.06rem;
  max-width: 46ch;
}
.campaign-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 550px;
  object-fit: cover;
  object-position: 82% center;
}
.campaign .action {
  font-size: .95rem;
  min-height: 48px;
  background: var(--color-accent);
  color: var(--color-on-accent);
  border-radius: 5px;
}
.campaign .actions {
  margin: 1.4rem 0;
}
.campaign .actions .action:nth-child(2) {
  background: transparent;
  color: var(--color-hero-text);
  border-color: var(--color-hero-text);
}
.campaign .action:focus-visible {
  outline-color: var(--color-hero-text);
}
.offer-headline {
  display: block;
  font: 600 clamp(1.3rem,2.4vw,2rem)/1.25 var(--font-display);
  color: var(--color-highlight);
  margin: 1rem 0;
}
.offer-scope {
  font-size: .79rem;
  max-width: 60ch;
}
.terms-strip {
  display: flex;
  gap: .6rem 1.2rem;
  flex-wrap: wrap;
  border-top: 1px solid var(--color-hero-rule);
  padding-top: 1rem;
  margin-top: 1.5rem;
  font-size: .8rem;
  line-height: 1.5;
}
.promos {
  display: grid;
  grid-template-columns: minmax(0,1.45fr) minmax(0,1fr);
  gap: 1.3rem;
  margin: 2.5rem 0 3.5rem;
}
.promo {
  position: relative;
  padding: 2.1rem;
  border-radius: 9px;
  background: var(--color-promo);
  color: var(--color-promo-text);
  border: 1px solid var(--color-rule);
}
.promo:nth-child(2) {
  background: var(--color-panel);
  color: var(--color-ink);
}
.promo h2 {
  font-size: clamp(1.8rem,3.1vw,2.7rem);
  margin: 0 0 1rem;
  max-width: 21ch;
}
.promo p {
  max-width: 55ch;
}
.promo .promo-amount {
  font: 600 clamp(1.5rem,2.4vw,2.1rem)/1.2 var(--font-display);
  margin: 1rem 0;
}
.promo .terms-strip {
  color: inherit;
  border-color: currentColor;
  font-size: .8rem;
}
.promo .action {
  margin-top: 1.5rem;
  background: var(--color-action);
  color: var(--color-action-text);
}
.platforms {
  max-width: none;
  background: var(--color-panel);
  padding: 0 1.8rem;
  border-radius: 8px;
  border: 1px solid var(--color-rule);
  margin-top: -1.5rem;
}
.platforms a {
  padding: 1.2rem 0;
}
.platforms .destination-title {
  font-size: 1.35rem;
}
.platforms .destination-note {
  font-size: .85rem;
}
.access-paths,.platform-showcase {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1rem;
  margin: 2rem 0;
}
.access-paths a,.platform-showcase a {
  padding: 1.4rem;
  border: 1px solid var(--color-rule);
  background: var(--color-panel);
  border-radius: 7px;
}
.access-paths .destination-title,.platform-showcase .destination-title {
  font-size: 1.2rem;
}
.access-paths .destination-note,.platform-showcase .destination-note {
  font-size: .9rem;
}
.atlas {
  margin-top: 1.5rem;
}
.atlas>a {
  border-radius: 6px;
  min-height: 265px;
}
.atlas .country-list {
  padding: 0 1rem;
}
.atlas .read-link {
  margin-top: 1.6rem;
}
.editorial-band {
  display: block;
  background: var(--color-panel);
  color: var(--color-ink);
  border: 0;
  border-left: 4px solid var(--color-accent);
  margin: 1rem 0 3rem;
}
.editorial-band h2 {
  font-size: 1.7rem;
  margin: 0 0 1rem;
}
.colophon {
  max-width: none;
  background: var(--color-footer);
  color: var(--color-footer-text);
  text-align: left;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.colophon p {
  margin: 0;
  max-width: 75ch;
}
.footer-links {
  justify-content: start;
}
.article-hero {
  max-width: 1060px;
}
.article-hero h1 {
  max-width: 18ch;
}
.breadcrumbs span[aria-current] {
  white-space: normal;
}
.reading-column {
  color: var(--color-ink);
}
.promo a:focus-visible {
  outline-color: currentColor;
}
@media (max-width:900px) {
  .masthead {
    gap: 1rem;
  }
  .masthead .primary-nav {
    gap: .85rem;
  }
  .masthead .primary-nav a {
    font-size: .78rem;
  }
  .campaign-copy {
    padding: 2rem;
  }
  .campaign h1 {
    font-size: clamp(2.6rem,5vw,4rem);
  }
  .campaign {
    min-height: 480px;
  }
  .campaign-image {
    min-height: 480px;
  }
  .promos {
    gap: 1rem;
  }
  .promo {
    padding: 1.5rem;
  }
}
@media (max-width:760px) {
  .masthead {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    padding: 1rem 1.25rem;
  }
  .masthead .identity {
    font-size: 1.5rem;
  }
  .masthead .mobile-menu {
    margin-left: auto;
  }
  .masthead .mobile-menu[open] {
    width: 100%;
  }
  .masthead .mobile-menu .primary-nav {
    margin-top: .7rem;
    flex-wrap: wrap;
  }
  .masthead .mobile-menu .primary-nav a {
    font-size: .92rem;
  }
  .campaign {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 1.25rem 0 2rem;
    min-height: 0;
    border-radius: 9px;
  }
  .campaign-copy {
    padding: 1.7rem 1.4rem;
    order: 1;
    width: 100%;
  }
  .campaign h1 {
    font-size: clamp(2.6rem,10vw,3.5rem);
    max-width: 13ch;
  }
  .campaign .lead {
    font-size: .97rem;
  }
  .campaign-image {
    height: 205px;
    min-height: 205px;
    max-height: 205px;
    object-position: 80% center;
    order: 2;
  }
  .campaign .actions {
    gap: .6rem;
  }
  .campaign .action {
    padding: .75rem .95rem;
    font-size: .86rem;
    min-height: 46px;
  }
  .campaign .terms-strip {
    margin-top: 1rem;
    padding-top: .9rem;
    font-size: .73rem;
  }
  .campaign .offer-scope {
    font-size: .73rem;
  }
  .offer-headline {
    font-size: 1.45rem;
  }
  .promos {
    display: block;
  }
  .promo {
    margin-bottom: 1rem;
    padding: 1.5rem;
  }
  .promo h2 {
    font-size: 2rem;
  }
  .platforms {
    padding: 0 1.25rem;
    margin-top: 0;
  }
  .access-paths,.platform-showcase {
    grid-template-columns: minmax(0,1fr);
  }
  .access-paths a,.platform-showcase a {
    padding: 1.15rem;
  }
  .contents ul {
    columns: 1;
  }
  .reading-layout {
    padding: 2rem 0 3rem;
  }
  .colophon {
    display: block;
  }
  .footer-links {
    margin-top: 1.2rem;
  }
  .editorial-band {
    margin: 1rem 0 2rem;
  }
  .article-hero h1 {
    font-size: clamp(2.2rem,9vw,3.5rem);
  }
}
:root {
  --color-hero: var(--color-paper);
  --color-hero-text: var(--color-ink);
  --color-hero-rule: var(--color-rule);
  --color-highlight: var(--color-accent);
  --color-promo: var(--color-accent);
  --color-promo-text: var(--color-on-accent);
  --color-action: var(--color-ink);
  --color-action-text: var(--color-paper);
  --color-footer: var(--color-ink);
  --color-footer-text: var(--color-paper);
}
.campaign {
  overflow: visible;
  border-radius: 0;
  background: var(--color-paper);
  gap: 3rem;
}
.campaign-copy {
  padding: 2rem 0;
}
.campaign-image {
  border-radius: 8px;
}
.campaign h1 {
  font-size: clamp(3.6rem,6.6vw,6.6rem);
  max-width: 10ch;
}
.campaign .actions .action:nth-child(2) {
  border-color: var(--color-ink);
  color: var(--color-ink);
}
.country-list a {
  min-height: 65px;
}
.country-list .destination-note {
  font-size: .8rem;
}
@media (max-width:760px) {
  .campaign {
    gap: 1rem;
  }
  .campaign-copy {
    padding: .7rem 0;
    order: 1;
  }
  .campaign h1 {
    font-size: 3.2rem;
    max-width: 10ch;
  }
  .campaign-image {
    order: 2;
    min-height: 220px;
    height: 220px;
  }
}
.intent-module {
  margin: 1rem 0 3.5rem;
}
.intent-module h2 {
  margin: 0 0 1.2rem;
}
.intent-module h3 {
  margin: 0 0 .7rem;
}
.module-intro {
  max-width: 70ch;
}
.module-source {
  font-size: .8rem;
  margin: 1.2rem 0 0;
}
.intent-module dl {
  margin: 0;
}
.intent-module dt {
  font-weight: 600;
}
.intent-module dd {
  margin: .3rem 0 0;
}
.intent-module dl>div {
  padding: 1rem 0;
  border-bottom: 1px solid var(--color-rule);
}
.offer-options {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 1.2rem;
}
.offer-option {
  background: var(--color-promo);
  color: var(--color-promo-text);
  padding: 2rem;
  border-radius: 9px;
}
.offer-option:nth-child(2) {
  background: var(--color-hero);
  color: var(--color-hero-text);
}
.option-amount {
  display: block;
  font: 600 clamp(2rem,4vw,3.8rem)/1.08 var(--font-display);
  margin: .8rem 0 1.2rem;
}
.offer-option ul {
  padding-left: 1.2rem;
  font-size: .9rem;
}
.offer-option li {
  margin: .6rem 0;
}
.app-source {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1.35fr);
  border: 1px solid var(--color-rule);
  border-radius: 10px;
  overflow: hidden;
  background: var(--color-panel);
}
.platform-label {
  padding: 2.2rem;
  background: var(--color-hero);
  color: var(--color-hero-text);
}
.platform-label>span {
  display: block;
  font: 600 1rem var(--font-body);
  color: var(--color-highlight);
  margin-bottom: 1.2rem;
}
.platform-label h2 {
  font-size: clamp(2rem,3.5vw,3.5rem);
}
.source-details {
  padding: 1.2rem 2.2rem 2rem;
}
.source-details .action {
  margin-top: 1.5rem;
}
.access-options {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 1.2rem;
}
.access-options>div {
  padding: 2rem;
  background: var(--color-panel);
  border: 1px solid var(--color-rule);
  border-radius: 8px;
}
.access-options>div:first-child {
  background: var(--color-hero);
  color: var(--color-hero-text);
}
.journey {
  max-width: 960px;
}
.journey ol {
  counter-reset: journey;
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.journey li {
  counter-increment: journey;
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--color-rule);
}
.journey li::before {
  content: counter(journey,decimal-leading-zero);
  font: 600 2rem/1.2 var(--font-display);
  color: var(--color-accent);
}
.journey li p {
  margin-bottom: .5rem;
}
.diagnostics {
  max-width: 960px;
}
.diagnostics details {
  border-bottom: 1px solid var(--color-rule);
}
.diagnostics summary {
  cursor: pointer;
  padding: 1.3rem .5rem;
  font-size: 1.12rem;
  font-weight: 600;
}
.diagnostics details>div {
  padding: .2rem .5rem 1.3rem;
  max-width: 72ch;
}
.diagnostics details[open] {
  background: var(--color-panel);
}
.diagnostics details p {
  margin: 0;
}
.role-flow {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 1.5rem;
  counter-reset: roles;
}
.role-flow>div {
  counter-increment: roles;
  border-top: 3px solid var(--color-accent);
  padding: 1.4rem 0;
}
.role-flow>div::before {
  content: counter(roles,decimal-leading-zero);
  font: 600 2.5rem var(--font-display);
  color: var(--color-accent);
  display: block;
  margin-bottom: .8rem;
}
.dated-note {
  padding: 1.1rem 1.4rem;
  background: var(--color-panel);
  border-left: 4px solid var(--color-accent);
}
.decision-verdict,.market-context {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1.3fr);
  gap: 3rem;
  padding: 2.2rem;
  background: var(--color-panel);
  border: 1px solid var(--color-rule);
  border-radius: 8px;
}
.market-context>header>span {
  font-size: .85rem;
  font-weight: 600;
  display: block;
  margin-bottom: .8rem;
}
.decision-verdict header p {
  font-size: 1.15rem;
}
.article-hero .action,.intent-module .action {
  white-space: normal;
  max-width: 100%;
}
.article-hero {
  padding-bottom: 1.5rem;
}
.intent-module+ .reading-layout {
  border-top: 1px solid var(--color-rule);
}
@media (max-width:760px) {
  .intent-module {
    margin-bottom: 2.5rem;
  }
  .offer-options,.app-source,.access-options,.role-flow,.decision-verdict,.market-context {
    grid-template-columns: minmax(0,1fr);
  }
  .offer-option,.platform-label,.source-details,.access-options>div,.decision-verdict,.market-context {
    padding: 1.4rem;
  }
  .decision-verdict,.market-context {
    gap: .7rem;
  }
  .journey li {
    grid-template-columns: 2.5rem 1fr;
    gap: .8rem;
  }
  .role-flow {
    gap: 0;
  }
  .intent-module h2 {
    font-size: 1.9rem;
  }
  .intent-module h3 {
    font-size: 1.3rem;
  }
}
.mobile-menu > .menu-toggle {
  list-style: none;
}
.mobile-menu > .menu-toggle::-webkit-details-marker {
  display: none;
}
.action:active {
  transform: translateY(1px);
}
.action:hover {
  text-decoration: underline;
  text-underline-offset: .22em;
}
.masthead .identity {
  font-size: 1.8rem;
  letter-spacing: -.04em;
}
.action,.campaign .action {
  border-radius: 6px;
  font-weight: 700;
}
.masthead .primary-nav a[aria-current="page"] {
  text-decoration-color: var(--color-accent);
  text-underline-offset: .5em;
}
.mobile-menu > .menu-toggle {
  border-bottom: 2px solid var(--color-accent);
  padding: .4rem 0;
}
.atlas .read-link {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: .3em;
}
