/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "DM Sans", sans-serif;
    --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);
  }
}
@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;
  }
  .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;
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body.gl-body {
    margin: 0;
    background: #f6f7f3;
    color: #142329;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.55;
  }
  .gl-body a {
    color: inherit;
    text-decoration: none;
  }
  .gl-body img {
    display: block;
    max-width: 100%;
  }
}
@layer components {
  .gl-skip {
    position: fixed;
    left: 1rem;
    top: -5rem;
    z-index: 9999;
    background: #142329;
    color: #fff;
    padding: .75rem 1rem;
  }
  .gl-skip:focus {
    top: 1rem;
  }
  .gl-header {
    height: 96px;
    border-bottom: 1px solid #c9cfca;
    background: rgba(246,247,243,.96);
  }
  .gl-header__inner {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
    padding: 0 4vw;
  }
  .gl-brand {
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    width: max-content;
  }
  .gl-brand__mark {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font: 500 1.1rem/1 "Newsreader", serif;
    letter-spacing: -.13em;
    padding-right: .12em;
  }
  .gl-brand__mark em {
    font-style: italic;
  }
  .gl-brand__name {
    font: 600 1.5rem/1 "Newsreader", serif;
  }
  .gl-nav {
    display: flex;
    gap: 2.4rem;
    font-size: .86rem;
  }
  .gl-nav a, .gl-footer__nav a {
    transition: opacity .2s;
  }
  .gl-nav a:hover, .gl-footer__nav a:hover {
    opacity: .55;
  }
  .gl-header__cta {
    justify-self: end;
    border-bottom: 1px solid #142329;
    padding: .2rem 0;
    font-size: .85rem;
    font-weight: 600;
  }
  .gl-hero {
    min-height: 660px;
    display: grid;
    grid-template-columns: 47% 53%;
    border-bottom: 1px solid #c9cfca;
  }
  .gl-hero__copy {
    padding: clamp(4rem,7vw,7rem) 5vw 3rem;
  }
  .gl-kicker {
    margin: 0 0 1.8rem;
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #315d6b;
  }
  .gl-kicker--light {
    color: #c8dc6b;
  }
  .gl-hero h1 {
    font: 500 clamp(3.4rem,5.4vw,6.6rem)/.94 "Newsreader", serif;
    letter-spacing: -.045em;
    max-width: 760px;
    margin: 0 0 2rem;
  }
  .gl-hero h1 em, .gl-author h2 em {
    font-weight: 400;
    color: #315d6b;
  }
  .gl-hero__intro {
    font-size: 1.08rem;
    max-width: 570px;
    color: #425156;
    line-height: 1.7;
  }
  .gl-hero__actions {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 2.3rem 0 4.5rem;
  }
  .gl-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .85rem 1.35rem;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .02em;
    transition: transform .2s;
  }
  .gl-button:hover {
    transform: translateY(-2px);
  }
  .gl-button--dark {
    background: #142329;
    color: #fff !important;
  }
  .gl-button--acid {
    background: #c8dc6b;
    color: #142329 !important;
  }
  .gl-link {
    display: inline-block;
    font-size: .82rem;
    font-weight: 600;
    border-bottom: 1px solid currentColor;
    padding-bottom: .2rem;
    width: max-content;
  }
  .gl-signature {
    display: flex;
    gap: .8rem;
    align-items: center;
  }
  .gl-signature__initials {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #d9e6e6;
    display: grid;
    place-items: center;
    font: 500 1rem "Newsreader", serif;
  }
  .gl-signature strong, .gl-signature small {
    display: block;
  }
  .gl-signature strong {
    font-size: .82rem;
  }
  .gl-signature small {
    font-size: .68rem;
    color: #69767a;
    margin-top: .15rem;
  }
  .gl-hero__visual {
    margin: 0;
    position: relative;
    overflow: hidden;
    min-height: 660px;
    background: #e1e8e7;
  }
  .gl-hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .gl-hero__visual figcaption {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    background: rgba(246,247,243,.9);
    backdrop-filter: blur(8px);
    padding: .7rem .85rem;
    display: flex;
    justify-content: space-between;
    font-size: .64rem;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .gl-topics {
    display: grid;
    grid-template-columns: repeat(4,auto 1fr);
    align-items: center;
    gap: .75rem;
    padding: 1.15rem 5vw;
    border-bottom: 1px solid #c9cfca;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
  .gl-topics span {
    color: #315d6b;
    font: 500 .75rem "Newsreader", serif;
  }
  .gl-topics a {
    margin-right: 2rem;
  }
  .gl-section {
    padding: clamp(5rem,9vw,9rem) 5vw;
  }
  .gl-section__head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 3.5rem;
  }
  .gl-section__head .gl-kicker {
    margin-bottom: .8rem;
  }
  .gl-section h2, .gl-guide h2, .gl-newsletter h2 {
    font: 500 clamp(2.8rem,4.6vw,5.2rem)/1 "Newsreader", serif;
    letter-spacing: -.035em;
    margin: 0;
  }
  .gl-articles {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    border-top: 1px solid #142329;
  }
  .gl-featured-article {
    padding: 2rem 3.5rem 0 0;
    border-right: 1px solid #c9cfca;
  }
  .gl-article-graphic {
    height: 260px;
    margin-bottom: 1.6rem;
    position: relative;
    overflow: hidden;
    background: #d9e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gl-article-graphic:before, .gl-article-graphic:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(20,35,41,.25);
    border-radius: 50%;
  }
  .gl-article-graphic:before {
    width: 300px;
    height: 300px;
  }
  .gl-article-graphic:after {
    width: 190px;
    height: 190px;
  }
  .gl-article-graphic span {
    font: 500 10rem/1 "Newsreader", serif;
    color: #315d6b;
    z-index: 1;
  }
  .gl-article-graphic i {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #c8dc6b;
    right: 16%;
    top: 13%;
    mix-blend-mode: multiply;
  }
  .gl-meta {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: #66757a;
    font-size: .64rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: .85rem;
  }
  .gl-meta span {
    color: #315d6b;
    font-weight: 600;
  }
  .gl-featured-article h3, .gl-article-list h3 {
    font: 500 2.25rem/1.08 "Newsreader", serif;
    letter-spacing: -.025em;
    margin: 0 0 1rem;
  }
  .gl-featured-article p, .gl-article-list p {
    color: #627075;
    max-width: 600px;
  }
  .gl-read {
    display: inline-block;
    font-size: .78rem;
    font-weight: 600;
    margin: 1rem 0 2rem;
  }
  .gl-article-list {
    padding-left: 3.5rem;
  }
  .gl-article-list article {
    border-bottom: 1px solid #c9cfca;
  }
  .gl-article-list article > a {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    gap: 1.3rem;
    padding: 2rem 0;
  }
  .gl-article-number {
    font: 500 1rem "Newsreader", serif;
    color: #315d6b;
  }
  .gl-article-list h3 {
    font-size: 1.75rem;
  }
  .gl-arrow {
    font-size: 1.3rem;
  }
  .gl-guide {
    background: #142329;
    color: #f3f5f1;
    display: grid;
    grid-template-columns: 50px 1fr 290px;
    gap: clamp(2rem,5vw,5rem);
    align-items: stretch;
    padding: 6rem 5vw;
  }
  .gl-guide__spine {
    border-right: 1px solid rgba(255,255,255,.25);
    position: relative;
  }
  .gl-guide__spine span {
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left top;
    left: 8px;
    bottom: -5px;
    width: 180px;
    font-size: .61rem;
    letter-spacing: .17em;
  }
  .gl-guide__copy h2 {
    font-size: clamp(2.8rem,4.2vw,4.9rem);
    max-width: 800px;
  }
  .gl-guide__copy > p:not(.gl-kicker) {
    color: #bdc8c8;
    max-width: 690px;
    font-size: 1.02rem;
    margin: 2rem 0;
  }
  .gl-guide__copy ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
  }
  .gl-guide__copy li {
    border-top: 1px solid #587077;
    padding-top: 1rem;
    font-size: .76rem;
  }
  .gl-guide__copy li span {
    display: block;
    color: #c8dc6b;
    font-family: "Newsreader", serif;
    margin-bottom: .35rem;
  }
  .gl-guide__purchase {
    border-left: 1px solid #587077;
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .gl-guide__purchase small, .gl-guide__purchase strong {
    display: block;
  }
  .gl-guide__purchase strong {
    font: 500 5rem "Newsreader", serif;
    margin-top: .4rem;
  }
  .gl-guide__purchase > small {
    color: #91a0a2;
    font-size: .66rem;
  }
  .gl-author {
    display: grid;
    grid-template-columns: 100px 1.1fr .9fr;
    gap: 3rem;
    border-bottom: 1px solid #c9cfca;
  }
  .gl-author__index {
    font: 500 1rem "Newsreader", serif;
    color: #315d6b;
  }
  .gl-author h2 {
    font-size: clamp(2.7rem,4.2vw,4.8rem);
  }
  .gl-author__body {
    padding-top: 2.8rem;
    max-width: 510px;
  }
  .gl-author__body p:first-child {
    font-size: 1.15rem;
    color: #142329;
  }
  .gl-author__body p {
    color: #5d6b70;
  }
  .gl-newsletter {
    background: #315d6b;
    color: #fff;
    text-align: center;
    padding: clamp(5rem,9vw,9rem) 5vw;
  }
  .gl-newsletter > p:not(.gl-kicker) {
    max-width: 550px;
    margin: 1.5rem auto 2.5rem;
    color: #d9e3e3;
  }
  .gl-newsletter__form {
    width: min(100%, 660px);
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
  }
  .gl-newsletter__form iframe {
    display: block;
    width: 100%;
    border: 0;
  }
  .gl-footer {
    padding: 4rem 5vw 2rem;
    background: #eef1ed;
  }
  .gl-footer__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    align-items: start;
  }
  .gl-footer p {
    font-size: .78rem;
    color: #667478;
    max-width: 290px;
  }
  .gl-footer__nav {
    display: flex;
    justify-content: flex-end;
    gap: 1.5rem;
    font-size: .76rem;
  }
  .gl-footer__bottom {
    grid-column: 1/-1;
    border-top: 1px solid #c9cfca;
    padding-top: 1.2rem;
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    color: #798587;
    font-size: .62rem;
    text-transform: uppercase;
    letter-spacing: .1em;
  }
}
@media (max-width: 900px) {
  .gl-header__inner {
    grid-template-columns: 1fr auto;
  }
  .gl-nav {
    display: none;
  }
  .gl-hero {
    grid-template-columns: 1fr;
  }
  .gl-hero__visual {
    min-height: 430px;
  }
  .gl-topics {
    grid-template-columns: auto 1fr auto 1fr;
  }
  .gl-articles {
    grid-template-columns: 1fr;
  }
  .gl-featured-article {
    border-right: 0;
    padding-right: 0;
  }
  .gl-article-list {
    padding-left: 0;
    border-top: 1px solid #142329;
  }
  .gl-guide {
    grid-template-columns: 36px 1fr;
  }
  .gl-guide__purchase {
    grid-column: 2;
    border-left: 0;
    border-top: 1px solid #587077;
    padding: 2rem 0 0;
    gap: 1.5rem;
  }
  .gl-guide__copy ul {
    grid-template-columns: 1fr;
  }
  .gl-author {
    grid-template-columns: 50px 1fr;
  }
  .gl-author__body {
    grid-column: 2;
    padding-top: 0;
  }
}
@media (max-width: 560px) {
  .gl-header {
    height: 80px;
  }
  .gl-brand__name {
    font-size: 1.3rem;
  }
  .gl-header__cta {
    font-size: .74rem;
  }
  .gl-hero__copy {
    padding: 3.4rem 5vw;
  }
  .gl-hero h1 {
    font-size: 3.45rem;
  }
  .gl-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.3rem;
    margin-bottom: 3rem;
  }
  .gl-hero__visual {
    min-height: 340px;
  }
  .gl-topics {
    grid-template-columns: auto 1fr;
  }
  .gl-section {
    padding: 4.5rem 5vw;
  }
  .gl-section__head {
    display: block;
  }
  .gl-section__head .gl-link {
    margin-top: 1.5rem;
  }
  .gl-article-graphic {
    height: 220px;
  }
  .gl-featured-article h3 {
    font-size: 1.9rem;
  }
  .gl-article-list article > a {
    grid-template-columns: 34px 1fr;
  }
  .gl-arrow {
    display: none;
  }
  .gl-meta {
    display: block;
  }
  .gl-meta time {
    display: block;
    margin-top: .2rem;
  }
  .gl-guide {
    padding: 4.5rem 5vw 4.5rem 2vw;
    gap: 1.25rem;
  }
  .gl-guide__copy h2 {
    font-size: 2.65rem;
  }
  .gl-guide__purchase strong {
    font-size: 4rem;
  }
  .gl-author {
    grid-template-columns: 1fr;
  }
  .gl-author__index {
    display: none;
  }
  .gl-author__body {
    grid-column: 1;
  }
  .gl-newsletter h2 {
    font-size: 3.4rem;
  }
  .gl-footer__grid {
    grid-template-columns: 1fr;
  }
  .gl-footer__nav {
    justify-content: flex-start;
  }
  .gl-footer__bottom {
    display: block;
  }
  .gl-footer__bottom span, .gl-footer__bottom a {
    display: block;
    margin-top: .5rem;
  }
}
@layer components {
  [x-cloak] {
    display: none !important;
  }
  .gl-menu-toggle, .gl-mobile-nav {
    display: none;
  }
  .gl-entry-wrap {
    background: #f6f7f3;
  }
  .gl-entry {
    max-width: 1180px;
    margin: 0 auto;
    padding: clamp(4rem,8vw,8rem) 5vw;
  }
  .gl-entry__header {
    max-width: 920px;
    margin: 0 auto 4rem;
    text-align: center;
  }
  .gl-entry__header h1 {
    font: 500 clamp(3.1rem,5.8vw,6.5rem)/.97 "Newsreader", serif;
    letter-spacing: -.045em;
    margin: 0;
  }
  .gl-entry__meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .75rem 1.4rem;
    margin-top: 2rem;
    color: #66757a;
    font-size: .67rem;
    letter-spacing: .11em;
    text-transform: uppercase;
  }
  .gl-entry__meta span + span, .gl-entry__meta time + span {
    position: relative;
  }
  .gl-entry__meta span + span:before, .gl-entry__meta time + span:before {
    content: "·";
    position: absolute;
    left: -.85rem;
  }
  .gl-entry__image {
    max-width: 980px;
    margin: 0 auto 4rem;
  }
  .gl-entry__image img {
    width: 100%;
    height: auto;
  }
  .gl-entry__layout {
    display: grid;
    grid-template-columns: 80px minmax(0,720px);
    justify-content: center;
    gap: 3rem;
  }
  .gl-entry__rail {
    border-right: 1px solid #c9cfca;
    position: relative;
  }
  .gl-entry__rail span {
    position: sticky;
    top: 2rem;
    display: block;
    writing-mode: vertical-rl;
    font: 500 .68rem "Newsreader", serif;
    letter-spacing: .16em;
    color: #315d6b;
  }
  .gl-prose {
    font-size: 1.08rem;
    line-height: 1.82;
    color: #26383e;
  }
  .gl-prose > p:first-child {
    font: 400 1.45rem/1.55 "Newsreader", serif;
    color: #142329;
  }
  .gl-prose h2 {
    font: 500 2.45rem/1.08 "Newsreader", serif;
    letter-spacing: -.025em;
    color: #142329;
    margin: 3.5rem 0 1.2rem;
  }
  .gl-prose h3 {
    font: 500 1.65rem/1.15 "Newsreader", serif;
    margin-top: 2.6rem;
  }
  .gl-prose a {
    color: #315d6b;
    border-bottom: 1px solid currentColor;
  }
  .gl-prose ul, .gl-prose ol {
    padding-left: 1.25rem;
  }
  .gl-prose li {
    margin: .65rem 0;
  }
  .gl-prose blockquote {
    margin: 2.8rem 0;
    padding: 1.3rem 0 1.3rem 2rem;
    border-left: 3px solid #c8dc6b;
    font: 400 1.55rem/1.45 "Newsreader", serif;
    color: #315d6b;
  }
  .gl-prose iframe {
    width: 100%;
    max-width: 100%;
    border: 0;
    margin: 2rem 0;
  }
  .gl-post-nav {
    max-width: 900px;
    margin: 0 auto;
    padding: 2.5rem 5vw 5rem;
    border-top: 1px solid #c9cfca;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  .gl-post-nav div:last-child {
    text-align: right;
  }
  .gl-post-nav a {
    font: 500 1.2rem/1.25 "Newsreader", serif;
  }
  .gl-post-nav small {
    display: block;
    margin-bottom: .6rem;
    color: #65757a;
    font: 600 .61rem "DM Sans", sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
  }
  .gl-entry-cta {
    background: #142329;
    color: #fff;
    text-align: center;
    padding: 5rem 5vw;
  }
  .gl-entry-cta h2 {
    font: 500 clamp(2.5rem,4vw,4.5rem)/1 "Newsreader", serif;
    margin: 0;
  }
  .gl-entry-cta > p:not(.gl-kicker) {
    max-width: 540px;
    margin: 1.4rem auto 2rem;
    color: #bdc8c8;
  }
  .gl-comments {
    max-width: 760px;
    margin: 0 auto;
    padding: 5rem 5vw;
  }
  .gl-listing {
    min-height: 70vh;
    padding: clamp(5rem,9vw,9rem) 5vw;
  }
  .gl-listing__header {
    max-width: 900px;
    margin-bottom: 4rem;
  }
  .gl-listing__header h1, .gl-not-found h1 {
    font: 500 clamp(3.2rem,6vw,6.8rem)/.96 "Newsreader", serif;
    letter-spacing: -.045em;
    margin: 0 0 1.5rem;
  }
  .gl-listing__header > p:not(.gl-kicker), .gl-listing__intro {
    max-width: 620px;
    color: #58686d;
    font-size: 1.08rem;
  }
  .gl-listing__grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    border-top: 1px solid #142329;
  }
  .gl-card {
    min-width: 0;
    padding: 2.5rem 3rem 2.5rem 0;
    border-bottom: 1px solid #c9cfca;
  }
  .gl-card:nth-child(even) {
    padding-left: 3rem;
    padding-right: 0;
    border-left: 1px solid #c9cfca;
  }
  .gl-card__number {
    display: block;
    margin-bottom: 2.5rem;
    color: #315d6b;
    font: 500 3.2rem/1 "Newsreader", serif;
  }
  .gl-card h2 {
    font: 500 2.25rem/1.08 "Newsreader", serif;
    letter-spacing: -.025em;
    margin: 0 0 1rem;
  }
  .gl-card p {
    color: #627075;
  }
  .gl-pagination {
    margin-top: 3rem;
  }
  .gl-pagination .nav-links {
    display: flex;
    gap: .75rem;
    align-items: center;
  }
  .gl-pagination a, .gl-pagination .current {
    padding: .7rem .9rem;
    border: 1px solid #c9cfca;
  }
  .gl-pagination .current {
    background: #142329;
    color: #fff;
  }
  .gl-search input[type="search"] {
    width: min(100%,520px);
    min-height: 52px;
    padding: .8rem 1rem;
    border: 1px solid #c9cfca;
    background: #fff;
  }
  .gl-search input[type="submit"] {
    min-height: 52px;
    padding: .8rem 1.2rem;
    border: 0;
    background: #142329;
    color: #fff;
    font-weight: 600;
  }
  .gl-empty {
    padding: 3rem 0;
    border-top: 1px solid #c9cfca;
  }
  .gl-not-found {
    min-height: 72vh;
    padding: clamp(5rem,9vw,9rem) 5vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .gl-not-found__code {
    position: absolute;
    right: 5vw;
    color: #d9e6e6;
    font: 500 clamp(8rem,25vw,24rem)/1 "Newsreader", serif;
    z-index: 0;
  }
  .gl-not-found > *:not(.gl-not-found__code) {
    position: relative;
    z-index: 1;
  }
  .gl-not-found h1 {
    max-width: 820px;
  }
  .gl-not-found > p:not(.gl-kicker) {
    max-width: 520px;
    color: #58686d;
    margin-bottom: 2rem;
  }
}
@media (max-width: 900px) {
  .gl-header__cta {
    display: none;
  }
  .gl-menu-toggle {
    display: block;
    justify-self: end;
    border: 0;
    border-bottom: 1px solid #142329;
    background: transparent;
    padding: .2rem 0;
    font: 600 .78rem "DM Sans", sans-serif;
  }
  .gl-mobile-nav {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 50;
    display: grid;
    padding: 1.5rem 5vw 2rem;
    background: #f6f7f3;
    border-bottom: 1px solid #c9cfca;
    box-shadow: 0 18px 30px rgba(20,35,41,.08);
  }
  .gl-mobile-nav a {
    padding: .85rem 0;
    border-bottom: 1px solid #c9cfca;
    font: 500 1.4rem "Newsreader", serif;
  }
  .gl-entry__layout {
    grid-template-columns: 48px minmax(0,720px);
    gap: 2rem;
  }
}
@media (max-width: 560px) {
  .gl-entry {
    padding: 4rem 5vw;
  }
  .gl-entry__header {
    text-align: left;
    margin-bottom: 3rem;
  }
  .gl-entry__header h1 {
    font-size: 3.35rem;
  }
  .gl-entry__meta {
    justify-content: flex-start;
  }
  .gl-entry__layout {
    display: block;
  }
  .gl-entry__rail {
    display: none;
  }
  .gl-prose {
    font-size: 1rem;
  }
  .gl-prose > p:first-child {
    font-size: 1.25rem;
  }
  .gl-prose h2 {
    font-size: 2rem;
  }
  .gl-post-nav {
    grid-template-columns: 1fr;
  }
  .gl-post-nav div:last-child {
    text-align: left;
  }
  .gl-listing__grid {
    grid-template-columns: 1fr;
  }
  .gl-card, .gl-card:nth-child(even) {
    padding: 2rem 0;
    border-left: 0;
  }
  .gl-card h2 {
    font-size: 1.8rem;
  }
  .gl-not-found__code {
    opacity: .7;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .gl-button {
    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;
  }
}
