/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: Roboto,Arial,sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #164cff;
    --color-neutral: #12161a;
  }
}
@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 {
  .static {
    position: static;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@import url("https://fonts.googleapis.com/css2?family=Michroma&family=Roboto:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500&display=swap");
:root {
  --ink: #12161a;
  --paper: #fff;
  --blue: #164cff;
  --line: #c9c6bd;
  --muted: #5e625f;
  --acid: #008080;
  --serif: "Roboto",Arial,Helvetica,sans-serif;
  --sans: "Roboto",Arial,Helvetica,sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px var(--sans);
}
a {
  color: inherit;
  text-decoration: none;
}
button,input {
  font: inherit;
}
.ticker {
  height: 32px;
  background: var(--ink);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4vw;
  font-size: 10px;
  letter-spacing: .15em;
}
.ticker span:nth-child(2) {
  color: var(--acid);
  font: italic 12px var(--serif);
  letter-spacing: .04em;
}
header {
  background: #fffffff2;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--ink);
  backdrop-filter: blur(10px);
}
.masthead {
  height: 94px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  max-width: 1500px;
  margin: auto;
  padding: 0 4vw;
}
.logo {
  font: 800 clamp(23px,3vw,42px)/1 var(--sans);
  letter-spacing: -.08em;
}
.logo i {
  color: var(--blue);
  font: 400 1em var(--serif);
}
.menu {
  display: none;
}
.actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 15px;
}
.actions>button {
  background: none;
  border: 0;
  font-size: 30px;
}
.button,.searchbar button,.newsletter button,.mini-news button {
  background: var(--blue);
  color: white;
  border: 0;
  padding: 12px 18px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: bold;
}
nav {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: center;
  gap: clamp(18px,3vw,48px);
  height: 48px;
  align-items: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .08em;
}
nav a:hover {
  color: var(--blue);
}
.searchbar {
  display: flex;
  justify-content: center;
  padding: 16px;
  border-top: 1px solid var(--line);
}
.searchbar input {
  width: min(640px,80vw);
  border: 1px solid var(--ink);
  padding: 13px;
}
.section {
  max-width: 1420px;
  margin: auto;
  padding: 78px 4vw;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0,2.05fr) minmax(280px,.95fr);
  gap: 28px;
  padding-top: 34px;
}
.lead>a {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  background: var(--ink);
  color: white;
  min-height: 560px;
}
.lead-copy {
  padding: clamp(28px,4vw,64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.eyebrow,.section-title span,.reality article>span,.author-box span {
  font-size: 10px;
  letter-spacing: .15em;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--blue);
}
h1,h2,h3,p {
  margin-top: 0;
}
.lead h1,.category-hero h1,.article h1,.review h1,.text-page h1,.author-page h1,.search-page h1,.notfound h1 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.045em;
}
.lead h1 {
  font-size: clamp(40px,4.5vw,70px);
  line-height: .97;
  margin: 20px 0;
}
.lead p {
  font: 18px/1.5 var(--serif);
  color: #d6d6d0;
}
.lead small,.card small {
  color: #898d8d;
}
.art {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  background: var(--blue);
}
.art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.hero-art {
  min-height: 560px;
}
.orb {
  position: absolute;
  border-radius: 50%;
  mix-blend-mode: multiply;
}
.orb.one {
  width: 62%;
  aspect-ratio: 1;
  top: -12%;
  left: -8%;
  background: var(--acid);
}
.orb.two {
  width: 48%;
  aspect-ratio: 1;
  bottom: -14%;
  right: -5%;
  background: #ff795d;
}
.signal {
  position: absolute;
  right: 8%;
  bottom: 4%;
  font: 900 80px/1 var(--sans);
  letter-spacing: -.12em;
  color: #ffffffd1;
}
.gridlines {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,transparent 49%,#0003 50%),linear-gradient(transparent 49%,#0003 50%);
  background-size: 50px 50px;
}
.lime {
  background: #008080;
}
.amber {
  background: #f2a93b;
}
.coral {
  background: #ef745b;
}
.teal {
  background: #008080;
}
.violet {
  background: #7771ce;
}
.hero-side {
  display: grid;
  gap: 22px;
}
.card {
  border-top: 1px solid var(--ink);
  padding-top: 14px;
}
.card>a {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
}
.card .art {
  min-height: 120px;
}
.card h3 {
  font: 600 21px/1.06 var(--serif);
  margin: 8px 0;
}
.card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.trending {
  background: var(--blue);
  color: white;
  padding: 20px 4vw;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 30px;
}
.trending h2 {
  font: italic 20px var(--serif);
  margin: auto 0;
  color: var(--acid);
}
.trending ol {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
.trending li {
  padding: 5px 16px;
  border-left: 1px solid #ffffff66;
  font: 13px/1.3 var(--serif);
}
.trending li span {
  display: block;
  color: var(--acid);
  font: 10px var(--sans);
  margin-bottom: 5px;
}
.section-title {
  border-top: 3px solid var(--ink);
  padding-top: 15px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.section-title h2 {
  font: 500 clamp(40px,5vw,72px)/.95 var(--serif);
  letter-spacing: -.05em;
  margin: 8px 0 0;
}
.section-title p {
  max-width: 600px;
  color: var(--muted);
  margin: 14px 0 0;
  font: 17px/1.5 var(--serif);
}
.section-title>a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  border-bottom: 2px solid var(--blue);
  padding-bottom: 5px;
}
.verdict-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border: 1px solid var(--ink);
}
.verdict-grid article {
  padding: 24px;
  border-right: 1px solid var(--ink);
  display: flex;
  flex-direction: column;
  min-height: 280px;
}
.verdict-grid h3 {
  font: 600 25px/1.08 var(--serif);
  margin: 16px 0;
}
.verdict-grid p {
  font: 14px/1.5 var(--serif);
  color: var(--muted);
}
.verdict-grid strong {
  margin-top: auto;
  border-top: 1px solid;
  padding-top: 14px;
  font-size: 11px;
  text-transform: uppercase;
}
.category-block {
  padding-top: 35px;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 26px;
}
.category-grid .card>a {
  display: block;
}
.category-grid .card .art {
  height: 180px;
}
.category-grid .card h3 {
  font-size: 26px;
}
.category-grid .featured {
  grid-column: span 2;
}
.category-grid .featured .art {
  height: 390px;
}
.category-grid .featured h3 {
  font-size: 38px;
}
.newsletter {
  max-width: 1420px;
  margin: 50px auto 90px;
  background: var(--ink);
  color: white;
  padding: 50px 4vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.newsletter h2 {
  font: 500 48px/1 var(--serif);
  margin: 14px 0;
}
.newsletter p {
  color: #c8cac6;
  font: 17px/1.5 var(--serif);
}
.newsletter form label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 8px;
}
.newsletter form>div {
  display: flex;
}
.newsletter input {
  width: 100%;
  padding: 15px;
  border: 0;
}
.newsletter small {
  display: block;
  color: #9ca09c;
  margin-top: 10px;
}
.category-hero {
  border-bottom: 1px solid;
  padding-bottom: 50px;
}
.category-hero h1 {
  font-size: clamp(70px,10vw,150px);
  line-height: .82;
  margin: 18px 0 35px;
}
.category-hero p {
  font: clamp(20px,2.5vw,34px)/1.25 var(--serif);
  max-width: 900px;
}
.archive {
  padding-top: 50px;
}
.load {
  text-align: center;
}
.load button {
  background: transparent;
  border: 1px solid;
  padding: 15px 35px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
.article {
  max-width: 1500px;
  margin: auto;
  padding: 55px 4vw;
}
.article-head {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 55px;
  align-items: center;
  border-bottom: 1px solid;
  padding-bottom: 55px;
}
.article h1,.review h1 {
  font-size: clamp(50px,6vw,90px);
  line-height: .93;
  margin: 20px 0;
}
.deck {
  font: clamp(20px,2vw,29px)/1.3 var(--serif);
  color: var(--muted);
}
.byline {
  display: flex;
  gap: 12px;
  align-items: center;
}
.avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--acid);
  font-weight: bold;
}
.byline small {
  display: block;
  color: var(--muted);
  margin-top: 4px;
}
.article-layout {
  display: grid;
  grid-template-columns: 190px minmax(0,700px) 230px;
  gap: 55px;
  justify-content: center;
  padding-top: 55px;
}
.article-layout aside {
  font-size: 12px;
  line-height: 1.5;
}
.article-layout aside li {
  margin: 10px 0;
}
.stat {
  border-top: 3px solid var(--blue);
  margin-top: 30px;
  padding-top: 15px;
}
.stat b {
  font: 500 45px var(--serif);
  display: block;
}
.stat span {
  color: var(--muted);
}
.prose {
  font: 19px/1.72 var(--serif);
}
.prose .standfirst {
  font-size: 24px;
}
.prose h2 {
  font: 600 36px/1.1 var(--serif);
  margin: 55px 0 18px;
  scroll-margin-top: 160px;
}
.prose blockquote {
  font: italic 35px/1.2 var(--serif);
  margin: 50px -70px;
  padding: 25px 0;
  border-block: 1px solid var(--blue);
  color: var(--blue);
}
.data-callout {
  background: var(--acid);
  padding: 28px;
  margin: 45px 0;
  font-family: var(--sans);
}
.data-callout h3 {
  font: 600 30px var(--serif);
  margin: 12px 0;
}
.data-callout p {
  font: 15px/1.5 var(--sans);
  margin: 0;
}
.rightbar {
  border-left: 1px solid var(--line);
  padding-left: 20px;
}
.rightbar>a {
  display: block;
  font: 16px/1.25 var(--serif);
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.mini-news {
  background: var(--ink);
  color: white;
  padding: 20px;
  margin-top: 30px;
}
.mini-news input,.mini-news button {
  width: 100%;
  padding: 11px;
}
.author-box {
  max-width: 800px;
  margin: 70px auto;
  display: flex;
  gap: 25px;
  border-top: 1px solid;
  padding-top: 25px;
}
.avatar.large {
  width: 80px;
  height: 80px;
  flex: none;
}
.author-box h3 {
  font: 32px var(--serif);
  margin: 8px 0;
}
.review-summary {
  background: var(--ink);
  color: white;
  padding: 35px;
  display: grid;
  grid-template-columns: 140px 1fr 1fr;
  gap: 35px;
  align-items: center;
}
.score {
  text-align: center;
  border-right: 1px solid #555;
}
.score b {
  display: block;
  font: 65px var(--serif);
  color: var(--acid);
}
.score span {
  font-size: 10px;
  letter-spacing: .15em;
}
.review-summary dl div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #555;
  padding: 9px 0;
}
.review-summary dt {
  color: #aaa;
}
.proscons {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.proscons section {
  padding: 30px;
  background: #e6f2f2;
}
.proscons section+section {
  background: #ffd3c9;
}
.centered {
  max-width: 760px;
  margin: 60px auto;
}
.disclosure {
  font: 13px var(--sans);
  border-top: 1px solid;
  padding-top: 20px;
}
.text-page {
  max-width: 950px;
}
.text-page h1,.author-page h1,.search-page h1 {
  font-size: clamp(60px,9vw,125px);
  line-height: .87;
  margin: 25px 0 40px;
}
.text-page>p:not(.deck) {
  font: 23px/1.6 var(--serif);
  max-width: 780px;
}
.author-page {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 50px;
  align-items: center;
}
.avatar.giant {
  width: 240px;
  height: 240px;
  font: 60px var(--serif);
}
.author-page p {
  font: 24px/1.5 var(--serif);
  max-width: 700px;
}
.tags span {
  display: inline-block;
  border: 1px solid;
  padding: 8px 12px;
  margin: 4px;
  font-size: 11px;
}
.search-page>input {
  width: 100%;
  font: 32px var(--serif);
  padding: 20px;
  border: 1px solid;
}
.search-page>div {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 25px;
  margin-top: 40px;
}
.search-page .card>a {
  display: block;
}
.notfound {
  text-align: center;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5vw;
}
.notfound b {
  font: 150px/1 var(--serif);
  color: var(--blue);
}
.notfound h1 {
  font-size: 50px;
}
footer {
  background: var(--ink);
  color: white;
  padding: 65px 4vw 25px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 50px;
}
footer p {
  color: #aeb1ae;
}
footer h3 {
  font: 18px var(--serif);
  color: var(--acid);
}
footer>div>a:not(.logo) {
  display: block;
  font-size: 13px;
  color: #bfc1bf;
  margin: 12px 0;
}
.copyright {
  grid-column: 1/-1;
  border-top: 1px solid #444;
  padding-top: 20px;
  font-size: 11px;
}
@media (max-width:1000px) {
  .masthead {
    height: 70px;
  }
  .menu {
    display: block;
    justify-self: start;
    border: 0;
    background: none;
    font-size: 22px;
  }
  nav {
    display: none;
    height: auto;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  nav.open {
    display: flex;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .lead>a {
    grid-template-columns: 1fr;
  }
  .hero-side {
    grid-template-columns: repeat(3,1fr);
  }
  .hero-side .card>a {
    display: block;
  }
  .trending {
    grid-template-columns: 1fr;
  }
  .trending ol {
    grid-template-columns: repeat(2,1fr);
  }
  .verdict-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .category-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .article-layout {
    grid-template-columns: 1fr 250px;
  }
  .article-layout>aside:first-child {
    display: none;
  }
  .article-head {
    grid-template-columns: 1fr;
  }
  .prose blockquote {
    margin: 40px 0;
  }
  .search-page>div {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:650px) {
  .ticker span:nth-child(n+2),.actions .button {
    display: none;
  }
  .masthead {
    grid-template-columns: 45px 1fr 45px;
  }
  .logo {
    font-size: 25px;
  }
  .section {
    padding: 52px 20px;
  }
  .hero {
    padding: 20px;
  }
  .lead-copy {
    padding: 26px;
  }
  .lead h1 {
    font-size: 41px;
  }
  .hero-art {
    min-height: 340px;
  }
  .hero-side {
    grid-template-columns: 1fr;
  }
  .card>a {
    grid-template-columns: 105px 1fr;
  }
  .trending ol,.verdict-grid,.category-grid {
    grid-template-columns: 1fr;
  }
  .trending li {
    padding: 10px;
    border-top: 1px solid #ffffff55;
  }
  .category-grid .featured {
    grid-column: auto;
  }
  .category-grid .featured .art,.category-grid .card .art {
    height: 240px;
  }
  .newsletter {
    margin: 30px 20px 60px;
    padding: 35px 25px;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .article {
    padding: 35px 20px;
  }
  .article h1,.review h1 {
    font-size: 48px;
  }
  .article-layout,.review-summary,.author-page,.search-page>div {
    grid-template-columns: 1fr;
  }
  .rightbar {
    border: 0;
    padding: 0;
  }
  .prose {
    font-size: 18px;
  }
  .proscons {
    grid-template-columns: 1fr;
  }
  .avatar.giant {
    width: 150px;
    height: 150px;
  }
  .text-page h1,.author-page h1,.search-page h1 {
    font-size: 58px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand,.copyright {
    grid-column: 1/-1;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
}
:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
.prose a:hover,.prose a:focus-visible,.article-layout aside a:hover,.article-layout aside a:focus-visible,.rightbar>a:hover,.rightbar>a:focus-visible {
  color: #008080;
  text-decoration: none;
}
.card>a:hover h3,.card>a:focus-visible h3,.lead>a:hover h1,.lead>a:focus-visible h1,.trending a:hover,.trending a:focus-visible {
  color: #008080;
  text-decoration: none;
}
footer a:hover,footer a:focus-visible {
  color: #008080 !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.headline-text,.trending a {
  background-image: linear-gradient(#000,#000);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  transition: color .2s ease,background-size .95s ease;
}
.card>a:hover .headline-text,.card>a:focus-visible .headline-text,.lead>a:hover .headline-text,.lead>a:focus-visible .headline-text {
  background-size: 100% 1px;
}
.lead>a:has(.art:hover):not(:focus-visible) .headline-text {
  background-size: 0% 1px;
}
.lead>a:has(.art:hover):not(:focus-visible) h1 {
  color: inherit;
}
.trending a:hover,.trending a:focus-visible {
  color: #39D98A;
  background-size: 100% 1px;
}
@media (prefers-reduced-motion:reduce) {
  .headline-text,.trending a {
    transition: none;
  }
}
.trending h2, .metallurgy-strip h2 {
  font-family: Georgia,"Times New Roman",serif;
  font-style: italic;
  color: #39D98A;
}
.trending li span {
  color: #39D98A;
}
.trending a, .metallurgy-strip a {
  color: #fff;
  background-image: linear-gradient(#39D98A,#39D98A);
}
.mid-trending {
  display: block;
  margin: 52px -90px;
  padding: 30px;
}
.mid-trending h2 {
  font-size: clamp(24px,3vw,34px);
  margin-bottom: 22px;
}
.mid-trending ol {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.mid-trending li {
  padding: 12px 18px;
  border-top: 1px solid #ffffff55;
}
@media (max-width:1000px) {
  .mid-trending {
    margin: 45px 0;
  }
  .mid-trending ol {
    grid-template-columns: 1fr;
  }
}
.brand-logo {
  display: block;
  width: min(47vw,620px);
  line-height: 0;
}
.brand-logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width:650px) {
  .brand-logo {
    width: min(68vw,310px);
  }
}
.automakers-prose .pull {
  font: italic 35px/1.2 var(--serif);
  margin: 50px -70px;
  padding: 25px 0;
  border-block: 1px solid var(--blue);
  color: var(--blue);
}
.automakers-prose .pull {
  border: 0;
  padding: 8px 0;
  font-family: Georgia,"Times New Roman",serif;
  font-size: clamp(29px,3vw,39px);
  color: #111;
}
.metallurgy-article:has(.automakers-prose) .metallurgy-toc h2, .metallurgy-article:has(.automakers-prose) .metallurgy-related h2 {
  border-bottom: 0;
  padding-bottom: 0;
}
.metallurgy-article:has(.automakers-prose) .author-box {
  border-top: 0;
}
.metallurgy-article:has(.automakers-prose)>.metallurgy-strip {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}
.metallurgy-article:has(.automakers-prose) .metallurgy-toc ol {
  list-style: none;
  padding-left: 0;
}
.metallurgy-article:has(.automakers-prose) .metallurgy-toc li {
  padding-left: 0;
  margin-bottom: 12px;
}
.metallurgy-article:has(.automakers-prose) .metallurgy-key ul {
  list-style: none;
  counter-reset: automakers-takeaway;
  padding-left: 0;
}
.metallurgy-article:has(.automakers-prose) .metallurgy-key li {
  counter-increment: automakers-takeaway;
  display: grid;
  grid-template-columns: 34px minmax(0,1fr);
  gap: 10px;
  align-items: start;
}
.metallurgy-article:has(.automakers-prose) .metallurgy-key li:before {
  content: counter(automakers-takeaway,decimal-leading-zero);
  color: #008080;
  font: 800 12px/1.5 Roboto,Arial,sans-serif;
  letter-spacing: .04em;
  padding-top: 2px;
}
.automakers-prose {
  font-family: Roboto,Arial,sans-serif;
  font-size: 19px;
  line-height: 1.68;
}
.automakers-prose>p {
  margin: 0 0 21px;
}
.automakers-prose>p:first-child {
  font-size: 23px;
  line-height: 1.5;
  color: #30343a;
}
.automakers-prose h2 {
  margin: 58px 0 19px;
  font-family: Roboto,Arial,sans-serif;
  font-size: clamp(30px,3.2vw,39px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.025em;
}
.automakers-prose .pull {
  margin: 42px 0;
  padding: 5px 0;
  font-size: clamp(30px,3.2vw,40px);
  line-height: 1.25;
}
@media (max-width:650px) {
  .automakers-prose {
    font-size: 18px;
    line-height: 1.65;
  }
  .automakers-prose>p {
    margin-bottom: 19px;
  }
  .metallurgy-article:has(.automakers-prose) .metallurgy-key li {
    grid-template-columns: 30px minmax(0,1fr);
    gap: 8px;
  }
}
@media (max-width:1000px) {
  .automakers-prose .pull {
    margin: 40px 0;
  }
}
header {
  top: 0;
}
.masthead {
  height: 66px;
  display: flex;
  align-items: center;
  gap: clamp(18px,2vw,34px);
  max-width: 1500px;
  padding: 0 3vw;
}
.masthead .brand-logo {
  flex: 0 0 clamp(245px,23vw,350px);
  width: auto;
}
.masthead nav {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  gap: clamp(13px,1.55vw,27px);
  height: auto;
  border: 0;
  white-space: nowrap;
}
.masthead nav a {
  font-size: 10px;
}
.masthead .actions {
  flex: 0 0 auto;
  margin-left: auto;
}
.masthead .actions>button {
  font-size: 25px;
  line-height: 1;
  padding: 4px;
}
.masthead .button {
  padding: 10px 14px;
}
@media (max-width:1120px) {
  .masthead {
    height: 62px;
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 12px;
  }
  .masthead .menu {
    display: block;
    grid-column: 1;
    grid-row: 1;
  }
  .masthead .brand-logo {
    grid-column: 2;
    grid-row: 1;
    justify-self: start;
    width: min(52vw,330px);
  }
  .masthead .actions {
    grid-column: 3;
    grid-row: 1;
  }
  .masthead nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 62px;
    background: #fff;
    border-bottom: 1px solid var(--ink);
    padding: 18px 4vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 17px;
  }
  .masthead nav.open {
    display: flex;
  }
}
.privacy-strip {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 13px 4vw;
  background: #040f49;
  color: #fff;
  box-shadow: 0 -5px 20px rgba(4,15,73,.18);
}
.privacy-strip p {
  margin: 0;
  font: 14px/1.45 var(--sans);
  color: #fff;
}
.privacy-strip a {
  color: #8fc5ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.privacy-strip a:hover {
  color: #008080;
}
.privacy-strip button {
  flex: none;
  padding: 9px 22px;
  border: 0;
  border-radius: 999px;
  background: #008080;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.privacy-strip button:hover,.privacy-strip button:focus-visible {
  background: #008080;
}
@media (max-width:650px) {
  .masthead {
    grid-template-columns: 38px 1fr 38px;
    padding: 0 14px;
  }
  .masthead .brand-logo {
    width: min(65vw,285px);
  }
  .privacy-strip {
    justify-content: space-between;
    gap: 14px;
    padding: 12px 18px;
  }
  .privacy-strip p {
    font-size: 13px;
  }
  .privacy-strip button {
    padding: 9px 18px;
  }
}
:root {
  --line: #e5e7eb;
}
header,.masthead nav {
  border-bottom-color: var(--line);
}
.card {
  border-top: 0;
}
.section-title {
  border-top: 1px solid var(--line);
}
.category-hero,.article-head {
  border-bottom-color: var(--line);
}
.author-box,.disclosure,.verdict-grid strong {
  border-top-color: var(--line);
}
.verdict-grid,.verdict-grid article {
  border-color: var(--line);
}
.masthead .brand-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.brand-monogram {
  display: block;
  flex: 0 0 18%;
  width: 18%;
  height: auto;
  overflow: hidden;
  filter: drop-shadow(1px 1px .5px rgba(18,22,26,.25));
}
.brand-wordmark {
  display: block;
  flex: 1;
  min-width: 0;
  width: calc(82% - 8px);
  height: auto;
  overflow: hidden;
}
.brand-wordmark-text {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
  white-space: nowrap;
}
.brand-wordmark-text strong {
  display: flex;
  align-items: baseline;
  font: 700 clamp(12px,1.25vw,17px)/1.15 "Michroma",var(--sans);
  letter-spacing: -.06em;
}
.brand-wordmark-text strong span+span {
  color: #164cff;
}
.brand-wordmark-text small {
  display: block;
  margin-top: 3px;
  font: 700 clamp(6px,.65vw,8px)/1.2 var(--sans);
  letter-spacing: -.02em;
  color: #242a31;
}
@media (max-width:760px) {
  .brand-wordmark-text strong {
    font-size: clamp(10px,3vw,15px);
  }
  .brand-wordmark-text small {
    font-size: clamp(5px,1.5vw,7px);
  }
}
.art {
  background: #e5e7eb;
}
.art img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-credit {
  position: absolute;
  right: 6px;
  bottom: 6px;
  max-width: calc(100% - 12px);
  padding: 3px 6px;
  background: rgba(0,0,0,.7);
  color: #fff;
  font: 11px/1.3 var(--sans);
  letter-spacing: 0;
  text-align: right;
  pointer-events: none;
}
.art[data-image="quantum-computer"] img {
  object-position: 50% 45%;
}
.astra-head {
  position: relative;
  max-width: 1120px;
  padding: 34px 0 64px;
}
.astra-head h1 {
  max-width: 1040px;
}
.astra-head .deck {
  max-width: 820px;
}
.astra-signal {
  position: absolute;
  right: 0;
  bottom: 38px;
  width: 210px;
  height: 110px;
  display: grid;
  grid-template-columns: 1fr 52px;
  align-items: center;
  border: 1px solid var(--ink);
  background: #fff;
  box-shadow: 9px 9px 0 var(--acid);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
}
.astra-signal span,.astra-signal i {
  padding-left: 15px;
  font-style: normal;
}
.astra-signal b,.astra-signal strong {
  display: grid;
  place-items: center;
  align-self: stretch;
  background: var(--blue);
  color: #fff;
  font-size: 36px;
}
.astra-signal strong {
  background: var(--ink);
  color: var(--acid);
}
.astra-layout {
  display: grid;
  grid-template-columns: 210px minmax(0,760px) 230px;
  gap: 48px;
  justify-content: center;
  padding-top: 58px;
}
.astra-toc>div,.astra-related>div {
  position: sticky;
  top: 95px;
}
.astra-toc h2,.astra-related h2 {
  font: 700 15px var(--sans);
  text-transform: uppercase;
  letter-spacing: .08em;
}
.astra-toc ol {
  padding-left: 18px;
  font-size: 12px;
  line-height: 1.35;
}
.astra-toc li {
  margin: 11px 0;
}
.astra-toc a:hover,.astra-related a:hover {
  color: #008080;
}
.astra-related {
  border-left: 1px solid var(--line);
  padding-left: 20px;
}
.astra-related>a,.astra-related>div>a {
  display: block;
  font: 600 16px/1.25 var(--serif);
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.astra-related a span {
  display: block;
  color: var(--blue);
  font: 700 9px var(--sans);
  letter-spacing: .12em;
  margin-bottom: 7px;
}
.astra-note {
  margin-top: 28px;
  padding: 20px;
  background: var(--ink);
  color: #fff;
}
.astra-note>span {
  color: var(--acid);
  font-size: 9px;
  letter-spacing: .13em;
}
.astra-note p {
  font: italic 22px/1.25 var(--serif);
  margin: 13px 0 20px;
}
.astra-note a {
  color: var(--acid);
  font-size: 11px;
}
.astra-summary {
  border-left: 7px solid var(--blue);
  background: #eef2ff;
  padding: 26px 28px;
  margin-bottom: 38px;
}
.astra-summary span {
  color: var(--blue);
  font: 800 11px var(--sans);
  letter-spacing: .15em;
}
.astra-summary p {
  font: 600 21px/1.45 var(--serif);
  margin: 10px 0 0;
}
.astra-prose .astra-callout {
  background: var(--acid);
}
.astra-prose .sources {
  border-top: 1px solid var(--line);
  margin-top: 55px;
}
.astra-prose .sources li {
  margin: 10px 0;
}
.astra-prose a {
  text-decoration: underline;
  text-decoration-color: #008080;
  text-underline-offset: 3px;
}
.astra-prose a:hover {
  color: #008080;
}
.astra-prose h2 {
  scroll-margin-top: 105px;
}
@media (max-width:1050px) {
  .astra-layout {
    grid-template-columns: minmax(0,760px) 230px;
  }
  .astra-toc {
    display: none;
  }
  .astra-signal {
    position: static;
    margin: 35px 0 0;
  }
  .astra-head {
    padding-bottom: 45px;
  }
}
@media (max-width:760px) {
  .astra-layout {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 40px;
  }
  .astra-related {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 28px 0 0;
  }
  .astra-related>div {
    position: static;
  }
  .astra-summary {
    padding: 22px 20px;
  }
  .astra-summary p {
    font-size: 18px;
  }
  .astra-signal {
    width: 190px;
  }
  .astra-head h1 {
    font-size: 45px;
  }
  .astra-prose blockquote {
    font-size: 28px;
  }
}
.astra-summary {
  background: #eceff1;
  border: 1px solid #c9cdd2;
  border-left: 7px solid #7b838c;
}
.astra-summary span {
  color: #343a40;
}
.astra-summary ul {
  margin: 14px 0 0;
  padding-left: 22px;
  font: 600 18px/1.5 var(--serif);
}
.astra-summary li+li {
  margin-top: 8px;
}
.astra-related a img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  margin: 0 0 10px;
}
.astra-prose .astra-callout,.astra-prose blockquote {
  font-family: Georgia,"Times New Roman",serif;
  font-style: italic;
}
.astra-prose a {
  color: var(--blue);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: var(--blue);
  text-underline-offset: 3px;
}
.astra-prose a:hover,.astra-prose a:focus-visible {
  color: #008080;
  text-decoration-color: #008080;
  text-decoration-thickness: 1px;
}
@media (max-width:760px) {
  .astra-summary ul {
    font-size: 17px;
  }
  .astra-related a img {
    width: 100%;
    height: auto;
  }
}
.astra-brief {
  margin-top: 28px;
  padding: 20px;
  border: 2px solid var(--blue);
  border-radius: 12px;
  background: var(--ink);
  color: #fff;
}
.astra-brief b {
  display: block;
  font: 700 17px/1.2 var(--sans);
}
.astra-brief p {
  margin: 8px 0 16px;
  color: #d7d9dc;
  font: 14px/1.4 var(--serif);
}
.astra-brief label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.astra-brief input {
  width: 100%;
  padding: 11px;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
}
.astra-brief button {
  width: 100%;
  padding: 11px;
  border: 1px solid var(--blue);
  border-radius: 0;
  background: var(--blue);
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  cursor: pointer;
}
.astra-mid-reading {
  width: 100%;
  margin: 54px 0;
  padding: 28px 34px;
  background: var(--blue);
  color: #fff;
  font-family: var(--sans);
}
.astra-prose .astra-mid-reading h2 {
  margin: 0 0 20px;
  color: var(--acid);
  font: italic 25px/1.15 Georgia,"Times New Roman",serif;
}
.astra-mid-reading ol {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
.astra-mid-reading li {
  padding: 13px 18px;
  border-left: 1px solid #ffffff66;
  font: 15px/1.35 var(--serif);
}
.astra-mid-reading li:nth-child(n+3) {
  border-top: 1px solid #ffffff55;
}
.astra-mid-reading li span {
  display: block;
  margin-bottom: 6px;
  color: var(--acid);
  font: 10px var(--sans);
}
.astra-prose .astra-mid-reading a {
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(#008080,#008080);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: color .2s ease,background-size .95s ease;
}
.astra-prose .astra-mid-reading a:hover,.astra-prose .astra-mid-reading a:focus-visible {
  color: #008080;
  text-decoration: none;
  background-size: 100% 1px;
}
@media (max-width:760px) {
  .astra-mid-reading {
    width: 100%;
    margin: 45px 0;
    padding: 25px 20px;
  }
  .astra-mid-reading ol {
    grid-template-columns: 1fr;
  }
  .astra-mid-reading li {
    border-left: 0;
    border-top: 1px solid #ffffff55;
    padding: 13px 8px;
  }
}
.astra-more {
  max-width: 1160px;
  margin: 76px auto 0;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.astra-more-head span {
  color: var(--blue);
  font: 800 10px var(--sans);
  letter-spacing: .14em;
}
.astra-more-head h2 {
  margin: 8px 0 26px;
  font: 600 clamp(32px,4vw,50px)/1 var(--serif);
  letter-spacing: -.035em;
}
.astra-more-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 24px;
}
.astra-more-grid>a {
  display: block;
  border: 1px solid var(--line);
  background: #fff;
  padding-bottom: 22px;
  transition: border-color .2s ease,transform .2s ease;
}
.astra-more-grid>a:hover,.astra-more-grid>a:focus-visible {
  border-color: var(--blue);
  transform: translateY(-3px);
}
.astra-more-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: cover;
  margin-bottom: 19px;
}
.astra-more-grid span,.astra-more-grid h3,.astra-more-grid p {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
}
.astra-more-grid span {
  color: var(--blue);
  font: 800 9px var(--sans);
  letter-spacing: .13em;
}
.astra-more-grid h3 {
  margin-top: 9px;
  margin-bottom: 10px;
  font: 600 23px/1.12 var(--serif);
}
.astra-more-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font: 14px/1.5 var(--serif);
}
@media (max-width:800px) {
  .astra-more-grid {
    grid-template-columns: 1fr;
  }
  .astra-more-grid>a {
    display: grid;
    grid-template-columns: minmax(130px,36%) 1fr;
    column-gap: 18px;
    padding: 0;
  }
  .astra-more-grid img {
    grid-row: 1/5;
    height: 100%;
    margin: 0;
  }
  .astra-more-grid span,.astra-more-grid h3,.astra-more-grid p {
    margin-left: 0;
    margin-right: 18px;
  }
  .astra-more-grid span {
    margin-top: 18px;
  }
  .astra-more-grid p {
    margin-bottom: 18px;
  }
}
@media (max-width:520px) {
  .astra-more-grid>a {
    display: block;
    padding-bottom: 20px;
  }
  .astra-more-grid img {
    height: auto;
    margin-bottom: 18px;
  }
  .astra-more-grid span,.astra-more-grid h3,.astra-more-grid p {
    margin-left: 18px;
  }
}
.astra-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  align-items: center;
}
.astra-summary>span {
  font-size: 27px;
  line-height: 1;
}
.astra-summary>h2 {
  margin: 0;
  font: 800 30px/1 var(--sans);
  letter-spacing: -.02em;
}
.astra-summary ul {
  grid-column: 1/-1;
  display: block;
  list-style: none;
  padding-left: 0;
  font: 400 15px/1.55 var(--sans);
  font-style: normal;
}
.astra-summary li {
  position: relative;
  display: block;
  padding-left: 25px;
}
.astra-summary li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--blue);
  font-weight: 800;
}
.astra-prose a {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-decoration-color: #111;
  text-underline-offset: 1px;
  text-decoration-skip-ink: auto;
}
.astra-prose a:hover,.astra-prose a:focus-visible {
  color: #008080;
  text-decoration-color: #008080;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}
.astra-prose>p {
  margin: 0 0 1.45em;
}
.astra-prose>p+h2 {
  margin-top: 58px;
}
.astra-toc,.astra-toc a,.astra-toc h2,.astra-toc li {
  font-style: normal;
  font-family: var(--sans);
}
.astra-prose a {
  color: inherit;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: .5px;
  text-decoration-color: #111;
  text-underline-offset: 2px;
  text-decoration-skip-ink: auto;
}
.astra-prose a:hover,.astra-prose a:focus-visible {
  color: #008080;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: .5px;
  text-decoration-color: #111;
  text-underline-offset: 2px;
}
.astra-head-with-image {
  display: grid;
  grid-template-columns: minmax(0,1.08fr) minmax(340px,.92fr);
  gap: 48px;
  align-items: stretch;
  max-width: none;
}
.astra-head-copy {
  position: relative;
  min-width: 0;
  padding-bottom: 0;
}
.astra-head-with-image .astra-signal {
  right: auto;
  left: 0;
  bottom: 0;
}
.astra-hero {
  margin: 0;
  position: relative;
  background: #101722;
  overflow: hidden;
  min-height: 100%;
}
.astra-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.astra-hero figcaption {
  position: absolute;
  right: 8px;
  bottom: 8px;
  max-width: calc(100% - 16px);
  padding: 5px 7px;
  background: rgba(0,0,0,.72);
  color: #fff;
  font: 10px/1.3 var(--sans);
}
.astra-article>.metallurgy-strip {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media (max-width:1000px) {
  .astra-head-with-image {
    grid-template-columns: 1fr;
  }
  .astra-hero {
    max-width: 760px;
    min-height: 0;
    aspect-ratio: 16/10;
  }
  .astra-head-copy {
    padding-bottom: 0;
  }
}
.article .prose a, .review .prose a, .text-page .prose a {
  color: #040f49;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
  text-decoration-color: #111;
  text-underline-offset: 2px;
}
.article .prose a:hover, .article .prose a:focus-visible, .review .prose a:hover, .review .prose a:focus-visible, .text-page .prose a:hover, .text-page .prose a:focus-visible {
  color: #006bdf;
  text-decoration-color: #111;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
}
.article .prose .astra-mid-reading a, .article .prose .astra-mid-reading a:hover, .article .prose .astra-mid-reading a:focus-visible {
  color: #fff;
  text-decoration: none;
}
.article .prose .astra-mid-reading a:hover, .article .prose .astra-mid-reading a:focus-visible {
  color: #008080;
}
.card>a:has(.card-copy:hover) h3, .lead>a:has(.lead-copy:hover) h1, .astra-more-grid>a:hover h3, .astra-more-grid>a:focus-visible h3 {
  color: #006bdf;
}
.card>a:has(.art:hover):not(:focus-visible) h3, .lead>a:has(.art:hover):not(:focus-visible) h1 {
  color: #008080;
}
.avatar {
  color: #fff;
}
.data-callout,.astra-prose .astra-callout {
  color: #fff;
}
.data-callout h3,.data-callout p,.astra-prose .astra-callout h2,.astra-prose .astra-callout h3,.astra-prose .astra-callout p {
  color: #fff;
}
.card>a:has(.art:hover):not(:focus-visible) .headline-text, .lead>a:has(.art:hover):not(:focus-visible) .headline-text {
  background-size: 0% 1px;
}
footer h3 {
  color: #00BFA6;
}
footer a:hover,footer a:focus-visible {
  color: #00bfa6 !important;
}
.footer-brand {
  min-width: 0;
}
footer .footer-wordmark {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  margin-bottom: -24px;
  padding-bottom: 14px;
  color: #fff !important;
  font-family: "Michroma",sans-serif;
  font-size: clamp(40px,3.2vw,46px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: normal;
  white-space: nowrap;
  -webkit-text-stroke: .85px currentColor;
  text-shadow: .35px 0 currentColor,-.35px 0 currentColor;
}
.footer-brand {
  grid-column: 1;
  grid-row: 2;
}
.footer-categories {
  grid-column: 2;
  grid-row: 2;
}
.footer-company {
  grid-column: 3;
  grid-row: 2;
}
.footer-legal {
  grid-column: 4;
  grid-row: 2;
}
footer .footer-wordmark b {
  display: inline-block;
  font-size: 1.25em;
  font-weight: 900;
  line-height: .8;
  vertical-align: -.02em;
}
.footer-wordmark-dynamics {
  color: var(--blue);
}
.footer-wordmark::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 2px;
  height: 3px;
  background: #00BFA6;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .55s ease;
}
.footer-wordmark:hover,.footer-wordmark:focus-visible {
  color: inherit !important;
  text-decoration: none;
}
.footer-wordmark:hover .footer-wordmark-internet,.footer-wordmark:focus-visible .footer-wordmark-internet {
  color: #00BFA6;
}
.footer-wordmark:hover::after,.footer-wordmark:focus-visible::after {
  transform: scaleX(1);
}
@media (hover:none) {
  .footer-wordmark:hover .footer-wordmark-internet {
    color: #fff;
  }
  .footer-wordmark:hover::after {
    transform: scaleX(0);
  }
}
.footer-wordmark.is-touch-active .footer-wordmark-internet {
  color: #00BFA6 !important;
}
.footer-wordmark.is-touch-active::after {
  transform: scaleX(1) !important;
}
@media (max-width:650px) {
  footer .footer-wordmark {
    grid-column: 1/-1;
    grid-row: auto;
    margin-bottom: -24px;
    font-size: clamp(27px,7.5vw,31px);
    letter-spacing: normal;
    -webkit-text-stroke: .65px currentColor;
  }
  .footer-brand {
    grid-column: 1/-1;
    grid-row: auto;
  }
  .footer-categories,.footer-company,.footer-legal {
    grid-row: auto;
  }
  .footer-categories {
    grid-column: 1;
  }
  .footer-company {
    grid-column: 2;
  }
  .footer-legal {
    grid-column: 1;
  }
}
@media (prefers-reduced-motion:reduce) {
  .footer-wordmark::after {
    transition: none;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}
