/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Avenir Next", Avenir, "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif;
    --font-mono: ui-monospace, "SFMono-Regular", Consolas, monospace;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-3xl: 48rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-widest: 0.1em;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #0b5cab;
    --color-primary-50: #eef6ff;
    --color-primary-500: #1872c9;
    --color-primary-700: #094b8c;
    --color-primary-900: #0a3158;
    --color-secondary-50: #f8fafc;
    --color-secondary-100: #f2f4f7;
    --color-secondary-200: #e4e7ec;
    --color-secondary-300: #d0d5dd;
    --color-secondary-500: #667085;
    --color-secondary-600: #475467;
    --color-secondary-700: #344054;
    --color-accent: #f59e0b;
    --color-ink: #101828;
    --color-background: #f7f8fa;
    --font-display: "Avenir Next", Avenir, "Segoe UI Variable", "Segoe UI", Helvetica, Arial, sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-9 {
    margin-bottom: calc(var(--spacing) * 9);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .h-auto {
    height: auto;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[1\.25rem\] {
    border-radius: 1.25rem;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #ffffff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-ink {
    background-color: var(--color-ink);
  }
  .bg-secondary-100 {
    background-color: var(--color-secondary-100);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .\!text-\[clamp\(2\.4rem\,5vw\,4\.2rem\)\] {
    font-size: clamp(2.4rem, 5vw, 4.2rem) !important;
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-ink {
    color: var(--color-ink);
  }
  .text-primary-900 {
    color: var(--color-primary-900);
  }
  .text-secondary-100 {
    color: var(--color-secondary-100);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[1\.35fr_1fr_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 1.35fr 1fr 1fr;
    }
  }
  .md\:py-12 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .md\:py-14 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:py-28 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
  .md\:pt-14 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 14);
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}
@layer base {
  :root {
    color-scheme: light;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: var(--color-background);
    color: var(--color-ink);
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.62;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  *, *::before, *::after {
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a {
    text-underline-offset: .18em;
  }
  ::selection {
    background: #dcecff;
    color: #0a3158;
  }
  :focus-visible {
    outline: 3px solid #f59e0b;
    outline-offset: 3px;
  }
  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      scroll-behavior: auto !important;
      transition-duration: .01ms !important;
      animation-duration: .01ms !important;
    }
  }
}
@layer components {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid var(--color-secondary-200);
  }
  .site-shell {
    width: min(1200px, calc(100% - 2rem));
    margin-inline: auto;
  }
  .skip-link {
    position: fixed;
    left: 1rem;
    top: 1rem;
    z-index: 100;
    transform: translateY(-180%);
    padding: .7rem 1rem;
    border-radius: .45rem;
    background: var(--color-ink);
    color: white;
    font-weight: 700;
  }
  .skip-link:focus {
    transform: translateY(0);
  }
  .brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    color: var(--color-ink);
    text-decoration: none;
  }
  .brand-mark {
    display: grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: .55rem;
    background: var(--color-primary);
    color: white;
  }
  .brand-name {
    font-size: 1.08rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.01em;
  }
  .brand-name strong {
    color: var(--color-primary);
    font-weight: 800;
  }
  .brand-tagline {
    display: block;
    margin-top: .2rem;
    color: var(--color-secondary-500);
    font-size: .7rem;
  }
  .menu-list {
    display: flex;
    gap: .15rem;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menu-list a {
    display: block;
    padding: .62rem .7rem;
    border-radius: .45rem;
    color: var(--color-secondary-700);
    text-decoration: none;
    font-size: .88rem;
    font-weight: 650;
  }
  .menu-list a:hover {
    background: var(--color-secondary-100);
    color: var(--color-primary-700);
  }
  .header-search-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .62rem .8rem;
    border-radius: .5rem;
    border: 1px solid var(--color-secondary-300);
    color: var(--color-ink);
    text-decoration: none;
    font-size: .86rem;
    font-weight: 700;
    background: white;
  }
  .header-search-link:hover {
    border-color: var(--color-primary-500);
    color: var(--color-primary-700);
  }
  .mobile-menu summary {
    list-style: none;
    cursor: pointer;
    display: grid;
    place-items: center;
    width: 2.55rem;
    height: 2.55rem;
    border: 1px solid var(--color-secondary-300);
    border-radius: .5rem;
    background: white;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu[open] .mobile-panel {
    display: block;
  }
  .mobile-panel {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + .5rem);
    padding: .55rem;
    border: 1px solid var(--color-secondary-200);
    border-radius: .65rem;
    background: white;
    box-shadow: 0 18px 50px rgba(16,24,40,.14);
  }
  .mobile-panel .menu-list {
    display: grid;
    gap: .15rem;
  }
  .hero-surface {
    background: white;
    border-bottom: 1px solid var(--color-secondary-200);
  }
  .hero-inner {
    max-width: 920px;
    margin-inline: auto;
    text-align: center;
  }
  .hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    color: var(--color-primary-700);
    font-size: .78rem;
    font-weight: 800;
  }
  .hero-title {
    max-width: 900px;
    margin: .85rem auto 0;
    font-family: var(--font-display);
    font-size: clamp(2.35rem, 5.3vw, 4.35rem);
    line-height: 1.02;
    letter-spacing: -.04em;
    font-weight: 800;
    color: var(--color-ink);
  }
  .hero-copy {
    max-width: 720px;
    margin: 1rem auto 0;
    color: var(--color-secondary-600);
    font-size: clamp(1.02rem, 1.8vw, 1.18rem);
  }
  .search-tabs {
    display: inline-flex;
    gap: .2rem;
    margin-top: 1.55rem;
    padding: .25rem;
    border: 1px solid var(--color-secondary-200);
    border-radius: .6rem;
    background: var(--color-secondary-50);
  }
  .search-tab {
    padding: .48rem .72rem;
    border-radius: .42rem;
    color: var(--color-secondary-700);
    text-decoration: none;
    font-size: .82rem;
    font-weight: 750;
  }
  .search-tab.is-active, .search-tab:hover {
    background: white;
    color: var(--color-primary-700);
    box-shadow: 0 1px 2px rgba(16,24,40,.08);
  }
  .hero-search {
    display: flex;
    gap: .55rem;
    width: min(820px, 100%);
    margin: .72rem auto 0;
    padding: .4rem;
    border-radius: .75rem;
    background: white;
    border: 1px solid var(--color-secondary-300);
    box-shadow: 0 8px 24px rgba(16,24,40,.08);
    text-align: left;
  }
  .hero-search:focus-within {
    border-color: var(--color-primary-500);
    box-shadow: 0 0 0 3px rgba(24,114,201,.13), 0 8px 24px rgba(16,24,40,.08);
  }
  .hero-search input[type="search"] {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    padding: .82rem .9rem;
    color: var(--color-ink);
    font: inherit;
  }
  .hero-search button {
    border: 0;
    border-radius: .55rem;
    background: var(--color-primary);
    color: white;
    padding: .78rem 1.2rem;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
  }
  .hero-search button:hover {
    background: var(--color-primary-700);
  }
  .hero-chips {
    display: flex;
    justify-content: center;
    gap: .45rem;
    flex-wrap: wrap;
    margin-top: .9rem;
  }
  .hero-chip {
    padding: .28rem .55rem;
    color: var(--color-secondary-600);
    font-size: .78rem;
  }
  .section-label {
    margin: 0 0 .3rem;
    color: var(--color-primary-700);
    font-size: .78rem;
    font-weight: 800;
  }
  .section-title {
    margin: 0;
    color: var(--color-ink);
    font-size: clamp(1.85rem, 3.6vw, 2.75rem);
    line-height: 1.08;
    letter-spacing: -.025em;
    font-weight: 800;
  }
  .section-copy {
    max-width: 700px;
    color: var(--color-secondary-600);
    margin-top: .55rem;
  }
  .market-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0,1fr));
  }
  .play-card {
    position: relative;
    display: block;
    min-height: 12.5rem;
    padding: 1.15rem;
    border-radius: .7rem;
    border: 1px solid var(--color-secondary-200);
    color: var(--color-ink);
    text-decoration: none;
    background: white;
    transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
  }
  .play-card:hover {
    transform: translateY(-2px);
    border-color: #b9d5f1;
    box-shadow: 0 10px 28px rgba(16,24,40,.08);
  }
  .play-card h3 {
    margin: .9rem 0 .35rem;
    font-size: 1.12rem;
    line-height: 1.2;
    font-weight: 800;
  }
  .play-card p {
    margin: 0;
    color: var(--color-secondary-600);
    font-size: .9rem;
  }
  .play-icon {
    display: grid;
    place-items: center;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: .55rem;
    background: var(--color-primary-50);
    color: var(--color-primary-700);
    border: 1px solid #d8e8f8;
  }
  .play-link {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-top: 1rem;
    color: var(--color-primary-700);
    font-size: .82rem;
    font-weight: 800;
  }
  .stat-strip {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border: 1px solid var(--color-secondary-200);
    border-radius: .7rem;
    background: white;
    overflow: hidden;
  }
  .stat-cell {
    padding: 1rem 1.1rem;
    border-right: 1px solid var(--color-secondary-200);
    text-align: center;
  }
  .stat-cell:last-child {
    border-right: 0;
  }
  .stat-cell strong {
    display: block;
    font-size: 1.25rem;
    color: var(--color-ink);
  }
  .stat-cell span {
    display: block;
    margin-top: .15rem;
    font-size: .76rem;
    color: var(--color-secondary-500);
  }
  .article-card {
    overflow: hidden;
    border: 1px solid var(--color-secondary-200);
    border-radius: .7rem;
    background: white;
    transition: border-color .16s ease, box-shadow .16s ease;
  }
  .article-card:hover {
    border-color: #b9d5f1;
    box-shadow: 0 9px 24px rgba(16,24,40,.07);
  }
  .article-card-media {
    aspect-ratio: 4 / 3;
    background: var(--color-secondary-100);
    overflow: hidden;
  }
  .article-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .22s ease;
  }
  .article-card:hover .article-card-media img {
    transform: scale(1.018);
  }
  .article-card-body {
    padding: 1rem 1.05rem 1.15rem;
  }
  .article-card h2, .article-card h3 {
    margin: .35rem 0 .5rem;
    color: var(--color-ink);
    line-height: 1.22;
    letter-spacing: -.015em;
    font-weight: 800;
  }
  .article-card a {
    color: inherit;
    text-decoration: none;
  }
  .article-card a:hover {
    color: var(--color-primary-700);
  }
  .article-meta {
    color: var(--color-secondary-500);
    font-size: .76rem;
  }
  .article-excerpt {
    color: var(--color-secondary-600);
    font-size: .91rem;
  }
  .topic-cloud {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1rem;
  }
  .topic-column {
    background: white;
    border: 1px solid var(--color-secondary-200);
    border-radius: .7rem;
    padding: 1.05rem;
  }
  .topic-column h3 {
    margin: 0 0 .7rem;
    font-size: 1rem;
  }
  .topic-links {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem .65rem;
  }
  .topic-links a {
    color: var(--color-secondary-700);
    font-size: .82rem;
    text-decoration: none;
  }
  .topic-links a:hover {
    color: var(--color-primary-700);
    text-decoration: underline;
  }
  .article-wrap {
    width: min(820px, calc(100% - 2rem));
    margin-inline: auto;
  }
  .article-hero {
    width: min(980px, calc(100% - 2rem));
    margin: 2rem auto 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: .85rem;
    background: var(--color-secondary-100);
    box-shadow: 0 8px 24px rgba(16,24,40,.06);
  }
  .article-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .article-layout {
    display: grid;
    grid-template-columns: minmax(0, 820px) 320px;
    gap: clamp(2rem, 4vw, 3.5rem);
    width: min(1200px, calc(100% - 2rem));
    margin: 0 auto;
    align-items: start;
  }
  .article-main {
    min-width: 0;
  }
  .article-sidebar {
    position: sticky;
    top: 5.75rem;
    display: grid;
    gap: 1.25rem;
    padding-top: 2.5rem;
  }
  .sidebar-panel {
    border: 1px solid var(--color-secondary-200);
    border-radius: .75rem;
    background: #fff;
    padding: 1.1rem;
    box-shadow: 0 6px 18px rgba(16,24,40,.04);
  }
  .sidebar-kicker {
    margin: 0 0 .2rem;
    color: var(--color-primary-700);
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .sidebar-title {
    margin: 0 0 .9rem;
    color: var(--color-ink);
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 800;
  }
  .sidebar-related-list {
    display: grid;
    gap: .8rem;
  }
  .sidebar-related-item {
    display: grid;
    grid-template-columns: 104px minmax(0,1fr);
    gap: .72rem;
    align-items: start;
    padding-bottom: .8rem;
    border-bottom: 1px solid var(--color-secondary-200);
  }
  .sidebar-related-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
  .sidebar-related-thumb {
    display: block;
    width: 104px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: .55rem;
    background: var(--color-secondary-100);
  }
  .sidebar-related-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sidebar-related-copy h3 {
    margin: 0 0 .25rem;
    font-size: .92rem;
    line-height: 1.28;
    font-weight: 800;
  }
  .sidebar-related-copy h3 a {
    color: var(--color-ink);
    text-decoration: none;
  }
  .sidebar-related-copy h3 a:hover {
    color: var(--color-primary-700);
  }
  .sidebar-related-copy time {
    color: var(--color-secondary-500);
    font-size: .72rem;
  }
  .sidebar-category-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
  }
  .sidebar-category-list li + li {
    border-top: 1px solid var(--color-secondary-200);
  }
  .sidebar-category-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .68rem 0;
    color: var(--color-secondary-700);
    text-decoration: none;
    font-size: .88rem;
    font-weight: 700;
  }
  .sidebar-category-list a:hover {
    color: var(--color-primary-700);
  }
  .sidebar-category-count {
    display: inline-flex;
    min-width: 1.65rem;
    height: 1.65rem;
    padding: 0 .42rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--color-secondary-100);
    color: var(--color-secondary-600);
    font-size: .7rem;
    font-weight: 800;
  }
  .article-content figure {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .article-content img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .article-header {
    padding-top: clamp(2.6rem, 6vw, 4.5rem);
  }
  .article-title {
    margin: .75rem 0 .9rem;
    font-size: clamp(2.15rem, 5vw, 3.75rem);
    line-height: 1.02;
    letter-spacing: -.035em;
    color: var(--color-ink);
    font-weight: 800;
  }
  .article-content {
    font-size: 1.04rem;
    color: #344054;
  }
  .article-content > * + * {
    margin-top: 1.2em;
  }
  .article-content h2 {
    margin-top: 2.2em;
    margin-bottom: .55em;
    font-size: clamp(1.6rem, 3.5vw, 2.25rem);
    line-height: 1.12;
    color: var(--color-ink);
    letter-spacing: -.02em;
    font-weight: 800;
  }
  .article-content h3 {
    margin-top: 1.65em;
    margin-bottom: .4em;
    font-size: 1.28rem;
    line-height: 1.22;
    color: var(--color-ink);
    font-weight: 800;
  }
  .article-content a {
    color: var(--color-primary-700);
    font-weight: 650;
  }
  .article-content ul, .article-content ol {
    padding-left: 1.35rem;
  }
  .article-content blockquote {
    margin: 1.7rem 0;
    padding: 1rem 1.15rem;
    border-left: 4px solid var(--color-primary);
    border-radius: 0 .55rem .55rem 0;
    background: var(--color-primary-50);
    color: var(--color-secondary-700);
  }
  .article-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: .94rem;
    background: white;
  }
  .article-content th, .article-content td {
    padding: .68rem .72rem;
    border-bottom: 1px solid var(--color-secondary-200);
    text-align: left;
  }
  .article-content th {
    background: var(--color-secondary-50);
    color: var(--color-ink);
  }
  .article-content img {
    border-radius: .65rem;
  }
  .pill {
    display: inline-flex;
    align-items: center;
    padding: .42rem .68rem;
    border-radius: .5rem;
    background: white;
    border: 1px solid var(--color-secondary-300);
    color: var(--color-primary-700);
    text-decoration: none;
    font-size: .78rem;
    font-weight: 800;
  }
  .soft-panel {
    border-radius: .7rem;
    background: white;
    border: 1px solid var(--color-secondary-200);
  }
  .footer-link {
    color: #d7e3ee;
    text-decoration: none;
  }
  .footer-link:hover {
    color: white;
    text-decoration: underline;
  }
  .search-form {
    display: flex;
    gap: .45rem;
  }
  .search-form label {
    flex: 1;
  }
  .search-form .search-field {
    width: 100%;
    min-width: 0;
    padding: .72rem .8rem;
    border: 1px solid var(--color-secondary-300);
    border-radius: .5rem;
    background: white;
    font: inherit;
    color: var(--color-ink);
  }
  .search-form .search-submit {
    border: 0;
    border-radius: .5rem;
    padding: .72rem .9rem;
    background: var(--color-primary);
    color: white;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
  }
}
@media (max-width: 920px) {
  .desktop-nav, .header-search-link {
    display: none !important;
  }
  .mobile-menu {
    display: block !important;
  }
  .market-grid, .topic-cloud {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .article-layout {
    grid-template-columns: 1fr;
    width: min(820px, calc(100% - 2rem));
  }
  .article-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0,1fr));
    padding-top: 0;
    margin-top: 2rem;
  }
}
@media (min-width: 921px) {
  .mobile-menu {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .site-shell {
    width: min(100% - 1rem, 1200px);
  }
  .article-wrap, .article-hero, .article-layout {
    width: calc(100% - 1rem);
  }
  .article-hero {
    margin-top: 1.25rem;
    border-radius: .65rem;
  }
  .article-sidebar {
    grid-template-columns: 1fr;
  }
  .sidebar-related-item {
    grid-template-columns: 88px minmax(0,1fr);
  }
  .sidebar-related-thumb {
    width: 88px;
  }
  .hero-search {
    display: grid;
  }
  .hero-search button {
    width: 100%;
  }
  .brand-tagline {
    display: none;
  }
  .market-grid, .topic-cloud {
    grid-template-columns: 1fr;
  }
  .stat-strip {
    grid-template-columns: repeat(2,1fr);
  }
  .stat-cell:nth-child(2) {
    border-right: 0;
  }
  .stat-cell:nth-child(-n+2) {
    border-bottom: 1px solid var(--color-secondary-200);
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
