/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Source Sans 3", system-ui, 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 {
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: #f7f9fb;
    color: #111827;
    font-family: "Source Sans 3",system-ui,sans-serif;
  }
  a {
    color: inherit;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}
@layer components {
  .metrika-shell {
    width: min(1180px,calc(100% - 32px));
    margin-inline: auto;
  }
  .metrika-topbar {
    background: #071a2b;
    color: #cbd5e1;
    font-size: .78rem;
  }
  .metrika-topbar-inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .metrika-topbar-tagline {
    color: #7dd3fc;
  }
  .metrika-header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 30;
    box-shadow: 0 1px 0 rgba(15,23,42,.08);
  }
  .metrika-brand-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    gap: 24px;
  }
  .metrika-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
  }
  .metrika-brand strong {
    display: block;
    font-size: 1.5rem;
    letter-spacing: .06em;
  }
  .metrika-brand small {
    display: block;
    color: #64748b;
    margin-top: 2px;
  }
  .metrika-mark {
    width: 58px;
    height: 48px;
    display: block;
    flex: 0 0 auto;
  }
  .metrika-mark svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .metrika-header-note {
    margin-left: auto;
    text-align: right;
    color: #64748b;
    font-size: .78rem;
    line-height: 1.4;
  }
  .metrika-header-note strong {
    display: block;
    color: #0b4f6c;
    font-size: .8rem;
  }
  .metrika-footer-brand-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
  }
  .metrika-mark-footer {
    width: 54px;
    height: 44px;
  }
  .metrika-footer-brand-wrap p {
    margin: 3px 0 0;
    color: #94a3b8;
  }
  .metrika-nav {
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
  }
  .metrika-nav-inner {
    display: flex;
    align-items: center;
    gap: 22px;
    min-height: 48px;
  }
  .metrika-nav a {
    text-decoration: none;
    font-weight: 700;
    font-size: .92rem;
    white-space: nowrap;
  }
  .metrika-nav a:hover {
    color: #0b6e8a;
  }
  .metrika-search-form {
    margin-left: auto;
    display: flex;
    align-items: center;
    border: 1px solid #dbe3e9;
    border-radius: 999px;
    overflow: hidden;
    background: #f8fafc;
  }
  .metrika-search-form input {
    width: 150px;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 8px 12px;
    font: inherit;
    font-size: .84rem;
  }
  .metrika-search-form button {
    border: 0;
    background: #0b4f6c;
    color: #fff;
    padding: 8px 12px;
    font-size: .78rem;
    font-weight: 800;
    cursor: pointer;
  }
  .metrika-focus-strip {
    background: #eef7fa;
    border-bottom: 1px solid #dbe7ec;
  }
  .metrika-focus-strip .metrika-shell {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: .8rem;
    color: #526575;
  }
  .metrika-focus-strip strong {
    color: #0b4f6c;
    letter-spacing: .12em;
    font-size: .7rem;
  }
  .metrika-focus-strip strong:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    margin-left: 8px;
    vertical-align: middle;
    background: #11bdd4;
  }
  .metrika-menu-button {
    display: none;
    border: 0;
    background: none;
    padding: 8px;
  }
  .metrika-menu-button span {
    display: block;
    width: 24px;
    height: 2px;
    background: #0f172a;
    margin: 5px 0;
  }
  .metrika-hero {
    padding: 42px 0 30px;
  }
  .metrika-section-kicker {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-weight: 800;
    font-size: .72rem;
    color: #0b6e8a;
    margin-bottom: 10px;
  }
  .metrika-heading-row-hero {
    margin-bottom: 18px;
  }
  .metrika-heading-row-hero h2 {
    font-family: "Merriweather",Georgia,serif;
    font-size: 1.8rem;
    margin: 0;
  }
  .metrika-live-dot {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: .82rem;
    font-weight: 700;
  }
  .metrika-live-dot:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #11bdd4;
    box-shadow: 0 0 0 5px rgba(17,189,212,.12);
  }
  .metrika-category-pill {
    display: inline-block;
    margin-bottom: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #e6f7fb;
    color: #0b4f6c;
    text-decoration: none;
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .metrika-mini-category {
    display: inline-block;
    color: #0b6e8a;
    text-decoration: none;
    font-size: .7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 4px;
  }
  .metrika-home-sections {
    padding: 18px 0 48px;
  }
  .metrika-two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .metrika-topic-panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 24px;
  }
  .metrika-topic-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e7eb;
  }
  .metrika-topic-heading h2 {
    font-family: "Merriweather",Georgia,serif;
    font-size: 1.55rem;
    margin: 0;
  }
  .metrika-topic-heading>a {
    color: #0b6e8a;
    text-decoration: none;
    font-size: .82rem;
    font-weight: 800;
    white-space: nowrap;
  }
  .metrika-topic-list {
    display: grid;
  }
  .metrika-topic-list article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 17px 0;
    border-bottom: 1px solid #edf1f4;
  }
  .metrika-topic-list article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .metrika-topic-number {
    font-family: "Merriweather",Georgia,serif;
    font-weight: 900;
    font-size: 1.25rem;
    color: #5f8291;
  }
  .metrika-topic-list h3 {
    font-family: "Merriweather",Georgia,serif;
    font-size: 1rem;
    line-height: 1.42;
    margin: 0 0 6px;
  }
  .metrika-topic-list h3 a {
    text-decoration: none;
  }
  .metrika-hero-grid {
    display: grid;
    grid-template-columns: minmax(0,1.65fr) minmax(300px,.85fr);
    gap: 24px;
  }
  .metrika-lead-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 40px rgba(15,23,42,.07);
  }
  .metrika-media {
    display: block;
    aspect-ratio: 16/9;
    background: #dbeafe;
    overflow: hidden;
  }
  .metrika-media img,.metrika-card-thumb img,.metrika-side-thumb img,.metrika-list-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
  }
  .metrika-media:hover img,.metrika-card-thumb:hover img,.metrika-side-thumb:hover img,.metrika-list-thumb:hover img {
    transform: scale(1.03);
  }
  .metrika-lead-copy {
    padding: 24px 26px 28px;
  }
  .metrika-lead-copy h1 {
    font-family: "Merriweather",Georgia,serif;
    font-size: clamp(1.8rem,4vw,2.65rem);
    line-height: 1.16;
    margin: 8px 0 12px;
  }
  .metrika-lead-copy h1 a {
    text-decoration: none;
  }
  .metrika-lead-copy p {
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
  }
  .metrika-meta {
    font-size: .78rem;
    color: #64748b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
  }
  .metrika-side-stack {
    display: grid;
    gap: 14px;
  }
  .metrika-side-card {
    display: grid;
    grid-template-columns: 128px 1fr;
    gap: 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 10px;
  }
  .metrika-side-thumb {
    display: block;
    aspect-ratio: 4/3;
    border-radius: 10px;
    overflow: hidden;
    background: #dbeafe;
  }
  .metrika-side-card h2 {
    font-family: "Merriweather",Georgia,serif;
    font-size: 1rem;
    line-height: 1.35;
    margin: 5px 0 0;
  }
  .metrika-side-card h2 a {
    text-decoration: none;
  }
  .metrika-placeholder {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 120px;
    background: linear-gradient(135deg,#dbeafe,#cffafe);
    overflow: hidden;
  }
  .metrika-placeholder:before {
    content: "";
    position: absolute;
    inset: 14% 12%;
    border-radius: 999px;
    background: radial-gradient(circle at 20% 40%,rgba(11,79,108,.18),transparent 36%),radial-gradient(circle at 80% 60%,rgba(17,189,212,.22),transparent 34%);
  }
  .metrika-placeholder:after {
    content: "METRIKA NEWS";
    position: absolute;
    left: 20px;
    bottom: 16px;
    font-weight: 900;
    letter-spacing: .08em;
    color: #0b4f6c;
    font-size: .9rem;
  }
  .metrika-focus-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 28px;
    border-radius: 18px;
    background: #071a2b;
    color: #fff;
    border: 1px solid rgba(255,255,255,.08);
  }
  .metrika-focus-panel h2 {
    font-family: "Merriweather",Georgia,serif;
    font-size: 1.65rem;
    line-height: 1.28;
    margin: 4px 0 12px;
  }
  .metrika-focus-panel p {
    color: #cbd5e1;
    line-height: 1.65;
    margin: 0 0 18px;
  }
  .metrika-focus-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .metrika-focus-tags span {
    padding: 7px 10px;
    border: 1px solid rgba(103,232,249,.24);
    border-radius: 999px;
    color: #a5f3fc;
    font-size: .78rem;
    font-weight: 700;
  }
  .metrika-empty {
    padding: 54px;
    background: #071a2b;
    border-radius: 24px;
    color: #fff;
  }
  .metrika-empty h1 {
    font-size: 2.7rem;
    margin: 0 0 8px;
  }
  .metrika-empty p {
    color: #bae6fd;
    font-size: 1.1rem;
  }
  .metrika-latest {
    padding: 24px 0 54px;
  }
  .metrika-heading-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .metrika-heading-row h2 {
    font-family: "Merriweather",Georgia,serif;
    font-size: 2rem;
    margin: 0;
  }
  .metrika-heading-row>a {
    text-decoration: none;
    color: #0b6e8a;
    font-weight: 800;
  }
  .metrika-card-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 18px;
  }
  .metrika-news-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
  }
  .metrika-card-thumb {
    display: block;
    aspect-ratio: 16/10;
    background: #dbeafe;
    overflow: hidden;
  }
  .metrika-card-copy {
    padding: 16px;
  }
  .metrika-card-copy h3 {
    font-family: "Merriweather",Georgia,serif;
    font-size: 1.05rem;
    line-height: 1.42;
    margin: 6px 0 8px;
  }
  .metrika-card-copy h3 a {
    text-decoration: none;
  }
  .metrika-card-copy p {
    margin: 0;
    color: #64748b;
    line-height: 1.55;
  }
  .metrika-channel-strip {
    background: #071a2b;
    padding: 42px 0 48px;
    color: #fff;
  }
  .metrika-channel-strip .metrika-section-kicker {
    color: #67e8f9;
  }
  .metrika-channel-grid {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 10px;
  }
  .metrika-channel-grid a {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    text-decoration: none;
    background: rgba(255,255,255,.04);
  }
  .metrika-channel-grid a:hover {
    background: rgba(34,211,238,.10);
    border-color: #22d3ee;
  }
  .metrika-channel-grid span {
    font-size: .8rem;
    color: #94a3b8;
  }
  .metrika-content-wrap,.metrika-page-wrap,.metrika-article-wrap {
    padding: 48px 0 64px;
  }
  .metrika-page-header {
    margin-bottom: 28px;
    max-width: 820px;
  }
  .metrika-page-header h1 {
    font-family: "Merriweather",Georgia,serif;
    font-size: clamp(2rem,5vw,3rem);
    line-height: 1.18;
    margin: 0;
  }
  .metrika-list-grid {
    display: grid;
    gap: 16px;
  }
  .metrika-list-item {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 20px;
    padding: 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
  }
  .metrika-list-thumb {
    display: block;
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 12px;
    background: #dbeafe;
  }
  .metrika-list-item h2 {
    font-family: "Merriweather",Georgia,serif;
    font-size: 1.35rem;
    margin: 5px 0 8px;
  }
  .metrika-list-item h2 a {
    text-decoration: none;
  }
  .metrika-list-item p {
    margin: 0;
    color: #64748b;
    line-height: 1.6;
  }
  .metrika-article {
    max-width: 860px;
    margin: auto;
  }
  .metrika-article-header h1 {
    font-family: "Merriweather",Georgia,serif;
    font-size: clamp(2.2rem,6vw,4rem);
    line-height: 1.1;
    margin: 10px 0 16px;
  }
  .metrika-deck {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #475569;
  }
  .metrika-article-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #e5e7eb;
  }
  .metrika-byline {
    color: #64748b;
    font-size: .92rem;
  }
  .metrika-byline strong {
    color: #0f172a;
  }
  .metrika-share {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: .8rem;
    color: #64748b;
  }
  .metrika-share a {
    padding: 7px 10px;
    border: 1px solid #dbe3e9;
    border-radius: 999px;
    text-decoration: none;
    color: #0b4f6c;
    background: #fff;
    font-weight: 800;
  }
  .metrika-share a:hover {
    border-color: #0b6e8a;
    background: #eef8fb;
  }
  .metrika-featured {
    margin: 30px 0;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e7eb;
  }
  .metrika-featured img {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
  }
  .metrika-featured figcaption {
    padding: 10px 14px;
    color: #64748b;
    font-size: .82rem;
    line-height: 1.45;
    border-top: 1px solid #edf1f4;
    background: #fff;
  }
  .metrika-article.post-17 .metrika-featured img {
    object-position: center 66%;
  }
  .metrika-article.post-16 .metrika-featured img {
    object-position: center 38%;
  }
  .metrika-side-card.post-17 .metrika-side-thumb img {
    object-position: center 66%;
  }
  .metrika-side-card.post-16 .metrika-side-thumb img {
    object-position: center 38%;
  }
  .metrika-prose {
    font-family: "Merriweather",Georgia,serif;
    font-size: 1.08rem;
    line-height: 1.9;
    color: #1f2937;
  }
  .metrika-prose p {
    margin: 0 0 1.45em;
  }
  .metrika-prose h2,.metrika-prose h3 {
    font-family: "Merriweather",Georgia,serif;
    line-height: 1.3;
    margin-top: 1.8em;
  }
  .metrika-prose blockquote {
    margin: 2em 0;
    padding: 6px 0 6px 22px;
    border-left: 4px solid #11bdd4;
    color: #334155;
    font-size: 1.08em;
  }
  .metrika-article-end {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 42px;
    padding: 22px 24px;
    border-radius: 16px;
    background: #071a2b;
    color: #fff;
  }
  .metrika-article-end span {
    font-size: .75rem;
    letter-spacing: .16em;
    color: #67e8f9;
    font-weight: 900;
  }
  .metrika-article-end strong {
    font-size: 1rem;
  }
  .metrika-related {
    max-width: 860px;
    margin: 56px auto 0;
    padding-top: 32px;
    border-top: 1px solid #dfe7ec;
  }
  .metrika-related>h2 {
    font-family: "Merriweather",Georgia,serif;
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
  .metrika-related-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
  }
  .metrika-related-grid article {
    min-width: 0;
  }
  .metrika-related-thumb {
    display: block;
    aspect-ratio: 16/10;
    border-radius: 12px;
    overflow: hidden;
    background: #dbeafe;
    margin-bottom: 10px;
  }
  .metrika-related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .metrika-related-grid h3 {
    font-family: "Merriweather",Georgia,serif;
    font-size: 1rem;
    line-height: 1.4;
    margin: 5px 0;
  }
  .metrika-related-grid h3 a {
    text-decoration: none;
  }
  .metrika-page-card {
    max-width: 880px;
    margin: auto;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 34px;
  }
  .metrika-muted {
    color: #64748b;
  }
  .metrika-button {
    display: inline-block;
    padding: 12px 18px;
    background: #0b4f6c;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 800;
  }
  .metrika-404 {
    padding: 100px 0;
    text-align: center;
  }
  .metrika-404 h1 {
    font-family: "Merriweather",Georgia,serif;
    font-size: 3rem;
    margin: 6px 0;
  }
  .metrika-footer {
    background: #061522;
    color: #cbd5e1;
    margin-top: 20px;
  }
  .metrika-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 42px;
    padding: 46px 0;
  }
  .metrika-footer-brand {
    font-weight: 900;
    font-size: 1.35rem;
    letter-spacing: .07em;
    color: #fff;
  }
  .metrika-footer h3 {
    color: #fff;
    margin: 0 0 12px;
  }
  .metrika-footer p {
    line-height: 1.6;
  }
  .metrika-footer-note {
    color: #94a3b8;
  }
  .metrika-footer-links {
    display: grid;
    gap: 9px;
  }
  .metrika-footer-links a {
    color: #cbd5e1;
    text-decoration: none;
  }
  .metrika-footer-links a:hover {
    color: #67e8f9;
  }
  .metrika-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 16px 0;
    font-size: .86rem;
    color: #94a3b8;
  }
  @media (max-width:900px) {
    .metrika-hero-grid {
      grid-template-columns: 1fr;
    }
    .metrika-card-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .metrika-two-column {
      grid-template-columns: 1fr;
    }
    .metrika-channel-grid {
      grid-template-columns: repeat(3,1fr);
    }
    .metrika-topbar-tagline {
      display: none;
    }
  }
  @media (max-width:680px) {
    .metrika-shell {
      width: min(100% - 24px,1180px);
    }
    .metrika-menu-button {
      display: block;
    }
    .metrika-nav {
      display: none;
    }
    .metrika-nav.is-open {
      display: block;
    }
    .metrika-nav-inner {
      align-items: flex-start;
      flex-direction: column;
      padding: 12px 0 18px;
      gap: 12px;
    }
    .metrika-search-form {
      margin-left: 0;
      width: 100%;
    }
    .metrika-search-form input {
      width: 100%;
      flex: 1;
    }
    .metrika-header-note {
      display: none;
    }
    .metrika-brand strong {
      font-size: 1.2rem;
    }
    .metrika-brand small {
      font-size: .76rem;
    }
    .metrika-mark {
      width: 38px;
      height: 38px;
    }
    .metrika-hero {
      padding-top: 26px;
    }
    .metrika-side-card {
      grid-template-columns: 110px 1fr;
    }
    .metrika-card-grid {
      grid-template-columns: 1fr;
    }
    .metrika-channel-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .metrika-list-item {
      grid-template-columns: 1fr;
    }
    .metrika-footer-grid {
      grid-template-columns: 1fr;
      gap: 28px;
    }
    .metrika-page-card {
      padding: 22px;
    }
    .metrika-topbar-inner {
      min-height: 30px;
      font-size: .72rem;
    }
    .metrika-focus-strip .metrika-shell {
      padding: 7px 0;
      align-items: flex-start;
      line-height: 1.45;
    }
    .metrika-heading-row-hero {
      align-items: flex-start;
      gap: 14px;
    }
    .metrika-heading-row-hero h2 {
      font-size: 1.45rem;
    }
    .metrika-live-dot {
      font-size: .72rem;
      text-align: right;
    }
    .metrika-lead-copy {
      padding: 18px 18px 22px;
    }
    .metrika-lead-copy h1 {
      font-size: 1.72rem;
    }
    .metrika-lead-copy p {
      font-size: .98rem;
    }
    .metrika-topic-panel {
      padding: 18px;
    }
    .metrika-article-header h1 {
      font-size: 2rem;
      line-height: 1.16;
    }
    .metrika-deck {
      font-size: 1.08rem;
    }
    .metrika-prose {
      font-size: 1rem;
      line-height: 1.82;
    }
    .metrika-article-info {
      align-items: flex-start;
      flex-direction: column;
    }
    .metrika-related-grid {
      grid-template-columns: 1fr;
    }
  }
}
@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;
  }
}
