/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Archivo", 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;
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: #f6f7f9;
    color: #111827;
    font-family: "Archivo", sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  img {
    display: block;
    max-width: 100%;
  }
  button, input {
    font: inherit;
  }
}
@layer components {
  .site-shell {
    width: min(1280px, calc(100% - 32px));
    margin-inline: auto;
  }
  .utility-bar {
    background: #111827;
    color: #d7dce5;
    font-size: 12px;
  }
  .utility-bar__inner {
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .utility-bar__links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
  }
  .utility-bar a:hover {
    color: #fff;
  }
  .masthead {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
  }
  .masthead__inner {
    min-height: 92px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
  }
  .logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    letter-spacing: -1.8px;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1;
  }
  .logo__mark {
    width: 14px;
    height: 48px;
    border-radius: 99px;
    background: #ef7d00;
    transform: skew(-10deg);
  }
  .logo__24 {
    color: #ef7d00;
  }
  .masthead__date {
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .masthead__actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
  }
  .masthead-search {
    display: flex;
    align-items: stretch;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
  }
  .masthead-search input {
    width: 145px;
    border: 0;
    outline: 0;
    padding: 9px 4px 9px 13px;
    font-size: 12px;
    background: transparent;
  }
  .masthead-search button {
    border: 0;
    background: #111827;
    color: #fff;
    padding: 9px 12px;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
  }
  .masthead-search button:hover {
    background: #d96600;
  }
  .action-chip {
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 999px;
    padding: 10px 13px;
    font-size: 12px;
    font-weight: 800;
  }
  .nav-wrap {
    background: #fff;
    border-bottom: 1px solid #dfe3e8;
    box-shadow: 0 4px 16px rgba(15,23,42,.04);
    position: sticky;
    top: 0;
    z-index: 40;
  }
  .main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .main-menu::-webkit-scrollbar {
    display: none;
  }
  .main-menu li {
    flex: 0 0 auto;
  }
  .main-menu a {
    display: block;
    padding: 15px 14px 13px;
    font-size: 13px;
    font-weight: 800;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
  }
  .main-menu a:hover, .main-menu .current-menu-item a {
    color: #d96600;
    border-color: #ef7d00;
  }
  .breaking {
    margin-top: 18px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto 1fr;
    box-shadow: 0 8px 24px rgba(15,23,42,.05);
  }
  .breaking__label {
    background: #e11d2e;
    color: #fff;
    padding: 11px 16px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .05em;
  }
  .breaking__track {
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .breaking__items {
    display: flex;
    gap: 28px;
    align-items: center;
    white-space: nowrap;
    padding: 0 18px;
    animation: hpTicker 45s linear infinite;
  }
  .breaking__items a {
    font-size: 13px;
    font-weight: 700;
  }
  .breaking__items a::before {
    content: "•";
    color: #ef7d00;
    margin-right: 10px;
  }
  @keyframes hpTicker {
    from {
      transform: translateX(10%);
    }
    to {
      transform: translateX(-60%);
    }
  }
  .page-main {
    padding: 22px 0 46px;
  }
  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, .85fr);
    gap: 18px;
  }
  .hero-primary {
    min-height: 520px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #111827;
    box-shadow: 0 16px 36px rgba(15,23,42,.13);
  }
  .hero-primary img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
  }
  .hero-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10,15,25,.02) 20%, rgba(10,15,25,.93) 100%);
  }
  .hero-primary__content {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    padding: clamp(24px, 5vw, 48px);
    color: #fff;
  }
  .hero-primary__content h1 {
    margin: 8px 0 12px;
    max-width: 920px;
    font-family: "Newsreader", serif;
    font-size: clamp(34px, 5vw, 64px);
    line-height: .98;
    letter-spacing: -1.7px;
  }
  .hero-primary__content p {
    margin: 0;
    max-width: 760px;
    color: #e5e7eb;
    font-size: 15px;
    line-height: 1.6;
  }
  .hero-stack {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .hero-mini {
    position: relative;
    min-height: 250px;
    border-radius: 12px;
    overflow: hidden;
    background: #111827;
  }
  .hero-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
  }
  .hero-mini::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10,15,25,.05), rgba(10,15,25,.86));
  }
  .hero-mini__content {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22px;
    color: #fff;
  }
  .hero-mini h2 {
    margin: 7px 0 0;
    font-family: "Newsreader", serif;
    font-size: 27px;
    line-height: 1.02;
  }
  .eyebrow {
    color: #e87500;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .09em;
    font-weight: 900;
  }
  .hero-primary .eyebrow, .hero-mini .eyebrow {
    color: #ffac43;
  }
  .section {
    margin-top: 30px;
  }
  .section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 3px solid #111827;
    margin-bottom: 16px;
  }
  .section-head h2 {
    margin: 0;
    padding-bottom: 9px;
    font-family: "Newsreader", serif;
    font-size: 31px;
    letter-spacing: -.6px;
  }
  .section-head a {
    padding-bottom: 10px;
    color: #d96600;
    font-size: 12px;
    font-weight: 900;
  }
  .card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 16px;
  }
  .news-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 7px 20px rgba(15,23,42,.035);
  }
  .news-card__media {
    display: block;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #dfe3e8;
  }
  .news-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
  }
  .news-card:hover .news-card__media img {
    transform: scale(1.035);
  }
  .news-card__body {
    padding: 14px 15px 16px;
  }
  .news-card__title {
    margin: 6px 0 8px;
    font-family: "Newsreader", serif;
    font-size: 22px;
    line-height: 1.07;
    letter-spacing: -.25px;
  }
  .news-card__title a:hover {
    color: #d96600;
  }
  .news-card p {
    margin: 8px 0;
    color: #596273;
    line-height: 1.55;
    font-size: 13px;
  }
  .news-card time {
    color: #8a93a3;
    font-size: 10px;
    font-weight: 700;
  }
  .news-card--wide {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
  }
  .news-card--wide .news-card__media {
    aspect-ratio: auto;
    min-height: 100%;
  }
  .news-card--wide .news-card__title {
    font-size: 30px;
  }
  .latest-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(300px, .8fr);
    gap: 22px;
  }
  .latest-list {
    display: grid;
    gap: 10px;
  }
  .latest-row {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 16px;
    padding: 12px;
  }
  .latest-row img {
    width: 190px;
    height: 108px;
    object-fit: cover;
    border-radius: 6px;
  }
  .latest-row h3 {
    margin: 4px 0 6px;
    font-family: "Newsreader", serif;
    font-size: 24px;
    line-height: 1.06;
  }
  .latest-row time {
    color: #8a93a3;
    font-size: 10px;
  }
  .rank-box {
    background: #111827;
    color: #fff;
    padding: 21px;
    border-radius: 11px;
    align-self: start;
    position: sticky;
    top: 72px;
  }
  .rank-box h3 {
    margin: 0 0 10px;
    font-family: "Newsreader", serif;
    font-size: 29px;
  }
  .rank-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: rank;
  }
  .rank-list li {
    counter-increment: rank;
    border-top: 1px solid rgba(255,255,255,.12);
    padding: 13px 0 13px 42px;
    position: relative;
  }
  .rank-list li::before {
    content: counter(rank);
    position: absolute;
    left: 0;
    top: 11px;
    font-family: "Newsreader", serif;
    font-size: 28px;
    color: #ef7d00;
  }
  .rank-list a {
    font-size: 13px;
    line-height: 1.35;
    font-weight: 700;
  }
  .rank-list a:hover {
    color: #ffac43;
  }
  .search-form {
    display: flex;
    align-items: stretch;
    gap: 8px;
    max-width: 640px;
    margin: 14px 0 18px;
  }
  .search-form label {
    flex: 1;
  }
  .search-field {
    width: 100%;
    min-height: 44px;
    border: 1px solid #cfd5dd;
    border-radius: 7px;
    background: #fff;
    padding: 10px 13px;
    color: #111827;
    outline: none;
  }
  .search-field:focus {
    border-color: #ef7d00;
    box-shadow: 0 0 0 3px rgba(239,125,0,.12);
  }
  .search-submit {
    min-height: 44px;
    border: 0;
    border-radius: 7px;
    background: #111827;
    color: #fff;
    padding: 10px 18px;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
  }
  .search-submit:hover {
    background: #d96600;
  }
  .archive-header {
    margin: 22px 0 18px;
    border-bottom: 4px solid #111827;
  }
  .archive-header h1 {
    margin: 0 0 12px;
    font-family: "Newsreader", serif;
    font-size: clamp(36px, 5vw, 58px);
  }
  .pagination {
    margin-top: 26px;
    display: flex;
    justify-content: center;
  }
  .pagination .nav-links {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
  }
  .pagination a, .pagination span {
    padding: 9px 12px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #dfe3e8;
    font-weight: 800;
    font-size: 12px;
  }
  .pagination .current {
    background: #111827;
    color: #fff;
  }
  .article-wrap {
    width: min(880px, calc(100% - 32px));
    margin: 30px auto 54px;
  }
  .article-kicker {
    color: #d96600;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
  }
  .article-title {
    margin: 8px 0 14px;
    font-family: "Newsreader", serif;
    font-size: clamp(42px, 7vw, 76px);
    line-height: .98;
    letter-spacing: -1.7px;
  }
  .article-deck {
    color: #5b6473;
    font-size: 19px;
    line-height: 1.55;
    margin: 0 0 14px;
  }
  .article-meta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    color: #7b8492;
    font-size: 11px;
    font-weight: 700;
    border-top: 1px solid #e5e7eb;
    padding-top: 13px;
  }
  .article-hero {
    margin: 24px 0;
    border-radius: 12px;
    overflow: hidden;
    background: #e5e7eb;
  }
  .article-hero img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
  }
  .article-content {
    font-family: "Newsreader", serif;
    font-size: 21px;
    line-height: 1.72;
    color: #202633;
  }
  .article-content p {
    margin: 0 0 1.2em;
  }
  .article-content h2, .article-content h3 {
    font-family: "Archivo", sans-serif;
    line-height: 1.12;
  }
  .source-box {
    margin: 28px 0;
    padding: 16px 18px;
    border-left: 4px solid #ef7d00;
    background: #fff7ed;
    font-family: "Archivo", sans-serif;
    font-size: 13px;
    line-height: 1.6;
  }
  .source-box a {
    color: #c45e00;
    text-decoration: underline;
    font-weight: 800;
  }
  .related {
    margin-top: 36px;
    border-top: 4px solid #111827;
    padding-top: 16px;
  }
  .site-footer {
    background: #111827;
    color: #c8ced8;
    margin-top: 50px;
  }
  .footer-grid {
    padding: 42px 0;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 44px;
  }
  .footer-brand {
    color: #fff;
    font-family: "Newsreader", serif;
    font-size: 32px;
    font-weight: 800;
  }
  .footer-grid h4 {
    color: #fff;
    margin: 0 0 12px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .07em;
  }
  .footer-grid p, .footer-grid li, .footer-grid a {
    font-size: 12px;
    line-height: 1.7;
  }
  .footer-grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    padding: 15px 0 22px;
    font-size: 11px;
    color: #8993a3;
  }
  .mobile-brand {
    display: none;
  }
  @media (max-width: 980px) {
    .masthead__inner {
      grid-template-columns: 1fr auto;
      min-height: 76px;
    }
    .masthead__date {
      display: none;
    }
    .masthead__actions {
      justify-self: end;
    }
    .hero-grid {
      grid-template-columns: 1fr;
    }
    .hero-stack {
      grid-template-columns: repeat(2,1fr);
      grid-template-rows: auto;
    }
    .card-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .latest-layout {
      grid-template-columns: 1fr;
    }
    .rank-box {
      position: static;
    }
    .footer-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 640px) {
    .site-shell {
      width: min(100% - 20px, 1280px);
    }
    .utility-bar__links {
      display: none;
    }
    .masthead__inner {
      min-height: 66px;
    }
    .logo {
      font-size: 27px;
      letter-spacing: -1px;
    }
    .logo__mark {
      height: 34px;
      width: 9px;
    }
    .masthead-search {
      display: none;
    }
    .main-menu a {
      padding: 13px 11px 11px;
      font-size: 12px;
    }
    .breaking {
      grid-template-columns: auto minmax(0,1fr);
    }
    .breaking__label {
      padding-inline: 10px;
    }
    .hero-primary {
      min-height: 410px;
    }
    .hero-primary__content {
      padding: 24px;
    }
    .hero-primary__content h1 {
      font-size: 39px;
    }
    .hero-stack {
      grid-template-columns: 1fr;
    }
    .hero-mini {
      min-height: 220px;
    }
    .card-grid {
      grid-template-columns: 1fr;
    }
    .news-card--wide {
      grid-column: auto;
      display: block;
    }
    .latest-row {
      grid-template-columns: 120px 1fr;
      padding: 9px;
      gap: 11px;
    }
    .latest-row img {
      width: 120px;
      height: 82px;
    }
    .latest-row h3 {
      font-size: 19px;
    }
    .footer-grid {
      grid-template-columns: 1fr;
      gap: 25px;
    }
    .article-content {
      font-size: 19px;
    }
  }
}
@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;
  }
}
