/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Vazirmatn",Tahoma,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 {
  .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;
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: #fffdf8;
    color: #10202b;
    font-family: "Vazirmatn",Tahoma,sans-serif;
    line-height: 1.75;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  button,input {
    font: inherit;
  }
  ::selection {
    background: #f0b44d;
    color: #071c2c;
  }
}
@layer components {
  .site-shell {
    width: min(1180px,calc(100% - 40px));
    margin-inline: auto;
  }
  .skip-link {
    position: fixed;
    right: 20px;
    top: -80px;
    z-index: 99;
    background: #fff;
    padding: 10px 16px;
    border-radius: 8px;
  }
  .skip-link:focus {
    top: 15px;
  }
  .signal-bar {
    background: #071c2c;
    color: #e8f2ef;
    font-size: .75rem;
  }
  .signal-inner {
    min-height: 30px;
    display: flex;
    align-items: center;
    gap: 9px;
  }
  .signal-date {
    margin-right: auto;
    color: #9badaa;
  }
  .live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #38cf9b;
    box-shadow: 0 0 0 5px rgba(56,207,155,.12);
  }
  .site-header {
    background: rgba(255,253,248,.97);
    position: sticky;
    top: 0;
    z-index: 30;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid #dce3e3;
  }
  .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding-block: 14px;
  }
  .brand {
    display: flex;
    align-items: center;
    gap: 11px;
  }
  .brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px 4px 14px 14px;
    background: #0b775e;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1.55rem;
    font-weight: 900;
    box-shadow: inset -5px -5px 0 rgba(0,0,0,.1);
  }
  .brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
  }
  .brand-copy strong {
    font-size: 1.12rem;
    color: #071c2c;
  }
  .brand-copy small {
    font-size: .7rem;
    color: #62717a;
    margin-top: 4px;
  }
  .header-search {
    width: min(370px,42%);
    position: relative;
  }
  .header-search input {
    width: 100%;
    height: 42px;
    border: 1px solid #dce3e3;
    background: #f7f4ec;
    border-radius: 12px;
    padding: 0 14px 0 46px;
    outline: none;
  }
  .header-search input:focus {
    border-color: #0b775e;
    box-shadow: 0 0 0 3px rgba(11,119,94,.1);
  }
  .header-search button {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 34px;
    height: 34px;
    border: 0;
    background: #071c2c;
    color: #fff;
    border-radius: 9px;
    display: grid;
    place-items: center;
  }
  .header-search svg {
    width: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
  }
  .nav-wrap {
    border-top: 1px solid #edf0ee;
  }
  .main-nav {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 22px;
    overflow-x: auto;
  }
  .main-menu {
    display: flex;
    gap: 24px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  .main-menu a {
    font-size: .84rem;
    font-weight: 650;
    color: #364852;
  }
  .main-menu a:hover {
    color: #0b775e;
  }
  .method-link {
    margin-right: auto;
    color: #0b775e;
    font-size: .8rem;
    font-weight: 750;
    white-space: nowrap;
  }
  .market-board {
    background: #fff;
    border-bottom: 1px solid #dce3e3;
  }
  .market-row {
    display: flex;
    align-items: stretch;
    min-height: 86px;
  }
  .market-intro {
    min-width: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #dce3e3;
    padding-left: 18px;
  }
  .market-intro strong {
    font-size: .92rem;
  }
  .market-intro small {
    font-size: .66rem;
    color: #7b898f;
  }
  .market-scroll {
    min-width: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(145px,1fr);
    flex: 1;
    overflow-x: auto;
    scrollbar-width: thin;
  }
  .market-card {
    padding: 13px 17px;
    border-left: 1px solid #edf0ee;
    display: grid;
    grid-template-columns: 1fr auto;
    align-content: center;
    gap: 2px 10px;
  }
  .market-card>div {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .market-card span {
    font-size: .78rem;
    font-weight: 650;
  }
  .market-card small {
    font-size: .6rem;
    color: #8a969b;
  }
  .market-card strong {
    font-size: .98rem;
    direction: ltr;
    text-align: right;
    grid-column: 1;
  }
  .market-card em {
    font-size: .66rem;
    font-style: normal;
    direction: ltr;
    grid-column: 2;
    grid-row: 2;
  }
  .market-card em.down {
    color: #c54848;
  }
  .market-card em.up {
    color: #0b775e;
  }
  .market-card em.flat {
    color: #78858b;
  }
  .hero {
    background: #071c2c;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .compact-hero {
    padding: 42px 0;
  }
  .hero:before {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    border: 72px solid rgba(240,180,77,.07);
    border-radius: 50%;
    left: -120px;
    top: -180px;
  }
  .hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 70px;
    align-items: center;
  }
  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #f0b44d;
    font-weight: 750;
    font-size: .78rem;
  }
  .eyebrow:before {
    content: "";
    width: 24px;
    height: 2px;
    background: currentColor;
  }
  .hero h1 {
    font-size: clamp(2rem,4.2vw,3.7rem);
    line-height: 1.16;
    margin: 13px 0 14px;
    letter-spacing: -.035em;
  }
  .hero h1 em {
    font-style: normal;
    color: #72d8b6;
  }
  .hero-lead {
    font-size: 1rem;
    color: #c7d5d3;
    max-width: 620px;
    margin: 0;
  }
  .hero-note {
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.055);
    border-radius: 18px;
    padding: 22px;
  }
  .hero-note strong {
    color: #72d8b6;
  }
  .hero-note p {
    font-size: .82rem;
    color: #c7d5d3;
    margin: 8px 0 13px;
  }
  .hero-note a {
    font-size: .78rem;
    color: #f0b44d;
    font-weight: 700;
  }
  .section {
    padding: 58px 0;
  }
  .section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
  }
  .section-kicker {
    font-size: .73rem;
    font-weight: 800;
    color: #0b775e;
  }
  .section-title {
    font-size: clamp(1.55rem,2.7vw,2.2rem);
    margin: 3px 0 0;
    line-height: 1.28;
  }
  .section-subtitle {
    color: #78868c;
    font-size: .78rem;
  }
  .news-mosaic {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-auto-rows: minmax(116px,auto);
    gap: 16px;
  }
  .mosaic-feature,.mosaic-item {
    background: #fff;
    border: 1px solid #dce3e3;
    border-radius: 18px;
    overflow: hidden;
    transition: .22s ease;
  }
  .mosaic-feature:hover,.mosaic-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(7,28,44,.08);
  }
  .mosaic-feature {
    grid-column: span 7;
    grid-row: span 4;
  }
  .mosaic-item {
    grid-column: span 5;
    display: grid;
    grid-template-columns: 155px 1fr;
  }
  .mosaic-image {
    display: block;
    background: #e4ece8;
    min-height: 118px;
    overflow: hidden;
  }
  .mosaic-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mosaic-feature .mosaic-image {
    aspect-ratio: 16/8.8;
  }
  .mosaic-copy {
    min-width: 0;
    padding: 18px;
  }
  .mosaic-feature .mosaic-copy {
    padding: 24px;
  }
  .mosaic-copy h2 {
    font-size: 1.02rem;
    line-height: 1.5;
    margin: 8px 0;
  }
  .mosaic-feature h2 {
    font-size: clamp(1.35rem,2.4vw,2rem);
    line-height: 1.42;
    margin: 12px 0 8px;
  }
  .story-meta {
    display: flex;
    gap: 9px;
    align-items: center;
    color: #75848b;
    font-size: .68rem;
    flex-wrap: wrap;
  }
  .category-pill {
    display: inline-flex;
    background: #edf8f4;
    color: #075943;
    border-radius: 999px;
    padding: 3px 9px;
    font-weight: 800;
  }
  .story-excerpt {
    color: #62717a;
    font-size: .84rem;
  }
  .story-excerpt p {
    margin: .35rem 0;
  }
  .impact-preview {
    margin-top: 16px;
    border-right: 3px solid #f0b44d;
    background: #fbf6e9;
    padding: 11px 14px;
    border-radius: 9px;
  }
  .impact-preview b {
    display: block;
    color: #7b5516;
    font-size: .72rem;
  }
  .impact-preview span {
    font-size: .78rem;
    color: #4d5558;
  }
  .image-fallback {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #0b775e;
    font-size: 3rem;
    font-weight: 900;
    background: linear-gradient(135deg,#d9eee7,#f7f4ec);
  }
  .category-zone {
    background: #f4f0e6;
    border-block: 1px solid #e8e0d2;
  }
  .category-panels {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
  }
  .category-panel {
    background: #fff;
    border: 1px solid #dedfd9;
    border-radius: 18px;
    padding: 20px;
  }
  .category-panel>header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e8ece9;
    padding-bottom: 13px;
    margin-bottom: 15px;
  }
  .category-panel>header>div {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .category-panel h3 {
    font-size: 1.15rem;
    margin: 0;
  }
  .category-panel>header a {
    color: #0b775e;
    font-size: .72rem;
    font-weight: 750;
  }
  .panel-index {
    width: 30px;
    height: 30px;
    border-radius: 9px;
    background: #071c2c;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: .75rem;
    font-weight: 800;
  }
  .panel-posts {
    display: grid;
    gap: 12px;
  }
  .panel-lead {
    display: grid;
    grid-template-columns: 155px 1fr;
    gap: 14px;
  }
  .panel-image {
    border-radius: 11px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: #e4ece8;
  }
  .panel-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .category-panel h4 {
    font-size: .93rem;
    line-height: 1.55;
    margin: 5px 0;
  }
  .panel-mini {
    border-top: 1px dashed #dce3e3;
    padding-top: 11px;
  }
  .panel-mini h4 {
    margin: 3px 0;
  }
  .panel-lead .story-excerpt {
    font-size: .75rem;
  }
  .method-section {
    background: #071c2c;
    color: #fff;
  }
  .method-title {
    text-align: center;
    max-width: 620px;
    margin: 0 auto 24px;
  }
  .method-title h2 {
    font-size: clamp(1.5rem,3vw,2.2rem);
    margin: 9px 0;
  }
  .method-cards {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
  }
  .method-cards>div {
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.045);
    border-radius: 15px;
    padding: 18px;
  }
  .method-cards b {
    color: #f0b44d;
    font-size: .75rem;
  }
  .method-cards h3 {
    margin: 6px 0 4px;
    font-size: 1rem;
  }
  .method-cards p {
    margin: 0;
    color: #b7c7c4;
    font-size: .77rem;
  }
  .lead-story,.news-card {
    border: 1px solid #dce3e3;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
  }
  .cards-grid,.archive-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
  }
  .card-image {
    aspect-ratio: 16/10;
    background: #dbe7e2;
  }
  .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card-content {
    padding: 18px;
  }
  .card-content h2,.card-content h3 {
    font-size: 1.05rem;
    line-height: 1.55;
    margin: 9px 0;
  }
  .card-content p {
    font-size: .8rem;
    color: #62717a;
  }
  .archive-hero {
    padding: 48px 0 28px;
    background: #f7f4ec;
    border-bottom: 1px solid #e9e3d8;
  }
  .archive-hero h1 {
    font-size: clamp(1.8rem,3vw,2.7rem);
    margin: 6px 0;
  }
  .article-wrap {
    padding: 42px 0 80px;
  }
  .article-layout {
    display: grid;
    grid-template-columns: minmax(0,790px) 260px;
    gap: 52px;
    align-items: start;
  }
  .article-header h1 {
    font-size: clamp(1.7rem,3vw,2.5rem);
    line-height: 1.38;
    letter-spacing: -.025em;
    margin: 12px 0 16px;
  }
  .article-deck {
    font-size: 1.02rem;
    color: #53646c;
    border-right: 3px solid #f0b44d;
    padding-right: 15px;
  }
  .article-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    color: #75848b;
    font-size: .72rem;
    margin-top: 18px;
  }
  .article-cover {
    margin: 28px 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 44px rgba(7,28,44,.1);
  }
  .article-cover img {
    width: 100%;
  }
  .news-body {
    font-size: 1rem;
    line-height: 2;
  }
  .news-body>p,.news-body>h2,.news-body>h3,.news-body>ul,.news-body>.wp-block-group {
    max-width: 720px;
    margin-inline: auto;
  }
  .news-body h2 {
    font-size: 1.4rem;
    line-height: 1.55;
    margin-top: 38px;
  }
  .news-body h3 {
    font-size: 1.12rem;
    margin-top: 28px;
  }
  .news-body a {
    color: #0b775e;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .news-body .wp-block-group,.news-body section {
    border-radius: 15px;
    padding: 20px 22px;
    margin-block: 24px;
  }
  .news-body .summary-box {
    background: #edf8f4;
    border: 1px solid #cce9df;
  }
  .news-body .impact-box {
    background: #071c2c;
    color: #fff;
  }
  .news-body .impact-box h2,.news-body .impact-box h3 {
    color: #72d8b6;
    margin-top: 0;
  }
  .news-body .impact-box p {
    color: #d5e1df;
  }
  .news-body .life-box {
    background: #fbf3df;
    border: 1px solid #f0d69e;
  }
  .news-body .source-box {
    background: #f1f3f2;
    border: 1px solid #dce3e3;
    font-size: .82rem;
    color: #62717a;
  }
  .analysis-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
    margin-top: 14px;
  }
  .analysis-item {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    padding: 14px;
    border-radius: 11px;
    font-size: .83rem;
  }
  .analysis-item b {
    display: block;
    color: #f0b44d;
    margin-bottom: 4px;
  }
  .article-aside {
    position: sticky;
    top: 135px;
  }
  .aside-card {
    border-top: 4px solid #0b775e;
    background: #f7f4ec;
    padding: 20px;
    border-radius: 4px 4px 15px 15px;
  }
  .aside-card h3 {
    margin: 0 0 10px;
  }
  .aside-card p {
    font-size: .8rem;
    color: #62717a;
  }
  .share-line {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid #dce3e3;
    font-size: .7rem;
    color: #75848b;
  }
  .pagination {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .pagination .page-numbers {
    padding: 7px 12px;
    border: 1px solid #dce3e3;
    border-radius: 8px;
  }
  .pagination .current {
    background: #071c2c;
    color: #fff;
  }
  .site-footer {
    background: #071c2c;
    color: #c5d1cf;
    padding-top: 52px;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.25fr .65fr 1fr;
    gap: 60px;
  }
  .footer-brand .brand-copy strong {
    color: #fff;
  }
  .footer-grid p {
    font-size: .8rem;
    max-width: 480px;
  }
  .footer-grid h3 {
    color: #fff;
    font-size: .86rem;
  }
  .footer-grid>div>a:not(.brand) {
    display: block;
    font-size: .78rem;
    margin: 7px 0;
  }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 36px;
    padding: 18px 0;
    display: flex;
    justify-content: space-between;
    font-size: .68rem;
    color: #8fa5a1;
  }
  .empty-state {
    text-align: center;
    padding: 70px 20px;
  }
  .empty-state h1 {
    font-size: 2.5rem;
  }
  @media (max-width:920px) {
    .hero-grid,.article-layout {
      grid-template-columns: 1fr;
    }
    .hero-note {
      display: none;
    }
    .news-mosaic {
      grid-template-columns: repeat(2,1fr);
    }
    .mosaic-feature {
      grid-column: 1/-1;
      grid-row: auto;
    }
    .mosaic-item {
      grid-column: auto;
      display: block;
    }
    .mosaic-item .mosaic-image {
      aspect-ratio: 16/9;
    }
    .category-panels {
      grid-template-columns: 1fr;
    }
    .method-cards {
      grid-template-columns: repeat(2,1fr);
    }
    .cards-grid,.archive-grid {
      grid-template-columns: repeat(2,1fr);
    }
    .article-aside {
      display: none;
    }
    .footer-grid {
      grid-template-columns: 1fr 1fr;
    }
    .footer-grid>div:first-child {
      grid-column: 1/-1;
    }
  }
  @media (max-width:640px) {
    .site-shell {
      width: min(100% - 26px,1180px);
    }
    .signal-date,.brand-copy small,.header-search,.method-link {
      display: none;
    }
    .header-main {
      padding-block: 10px;
    }
    .brand-mark {
      width: 38px;
      height: 38px;
    }
    .main-nav {
      min-height: 40px;
    }
    .main-menu {
      gap: 19px;
    }
    .main-menu a {
      font-size: .78rem;
    }
    .market-row {
      min-height: 76px;
    }
    .market-intro {
      min-width: 112px;
      padding-left: 10px;
    }
    .market-intro strong {
      font-size: .8rem;
    }
    .market-intro small {
      font-size: .58rem;
    }
    .market-scroll {
      grid-auto-columns: 132px;
    }
    .market-card {
      padding: 10px 12px;
    }
    .compact-hero {
      padding: 30px 0;
    }
    .hero h1 {
      font-size: 2.05rem;
    }
    .hero-lead {
      font-size: .88rem;
    }
    .section {
      padding: 42px 0;
    }
    .section-head {
      align-items: start;
    }
    .section-subtitle {
      display: none;
    }
    .news-mosaic {
      display: block;
    }
    .mosaic-feature,.mosaic-item {
      margin-bottom: 13px;
      display: grid;
      grid-template-columns: 118px 1fr;
    }
    .mosaic-feature .mosaic-image,.mosaic-item .mosaic-image {
      aspect-ratio: auto;
      min-height: 118px;
    }
    .mosaic-feature .mosaic-copy,.mosaic-copy {
      padding: 13px;
    }
    .mosaic-feature h2,.mosaic-copy h2 {
      font-size: .92rem;
      line-height: 1.55;
      margin: 6px 0;
    }
    .mosaic-feature .story-excerpt,.mosaic-feature .impact-preview {
      display: none;
    }
    .category-panel {
      padding: 15px;
    }
    .panel-lead {
      grid-template-columns: 108px 1fr;
    }
    .panel-lead .story-excerpt {
      display: none;
    }
    .category-panel h4 {
      font-size: .85rem;
    }
    .method-cards {
      grid-template-columns: 1fr 1fr;
    }
    .method-cards>div {
      padding: 14px;
    }
    .cards-grid,.archive-grid,.footer-grid,.analysis-grid {
      grid-template-columns: 1fr;
    }
    .footer-grid {
      gap: 25px;
    }
    .footer-grid>div:first-child {
      grid-column: auto;
    }
    .footer-bottom {
      flex-direction: column;
      gap: 5px;
    }
    .article-wrap {
      padding-top: 28px;
    }
    .article-header h1 {
      font-size: 1.58rem;
      line-height: 1.5;
    }
    .article-deck {
      font-size: .92rem;
    }
    .news-body {
      font-size: .96rem;
    }
    .news-body .wp-block-group,.news-body section {
      padding: 17px;
    }
    .article-cover {
      border-radius: 12px;
      margin: 22px 0;
    }
    .empty-state h1 {
      font-size: 2rem;
    }
  }
}
@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;
  }
}
