/* Scoped to the traffic landing page; shared APR layouts are not changed. */
.traffic-page { background: #071832; color: #edf3fc; }
.traffic-main { width: min(1120px, calc(100% - 36px)); margin: 0 auto; }
.traffic-heading { padding: 32px 0 25px; }
.traffic-breadcrumb { display: flex; gap: 10px; color: #c1d0e3; font-size: .9rem; margin-bottom: 24px; }
.traffic-breadcrumb a, .traffic-kicker a { color: #f0c95c; }
.traffic-heading .eyebrow { margin: 0 0 8px; }
.traffic-heading h1 { max-width: 880px; margin: 0 0 16px; color: #fff; font-size: clamp(2rem, 4.6vw, 3.6rem); line-height: 1.1; letter-spacing: -.025em; }
.traffic-heading > p:not(.eyebrow) { max-width: 780px; color: #cbd8e9; font-size: 1.06rem; }
.traffic-resources { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 22px; }
.traffic-resources .button { min-height: 44px; }
.traffic-notice { display: flex; align-items: flex-start; gap: 13px; padding: 18px 20px; background: #102b49; border: 1px solid #415679; border-left: 4px solid #f0c95c; border-radius: 8px; margin: 0 0 26px; color: #dbe5f3; }
.traffic-notice > svg { flex: 0 0 22px; color: #f0c95c; margin-top: 3px; }
.traffic-notice p { margin: 0; font-size: .94rem; }
.traffic-page #traffic-reports { scroll-margin-top: 100px; }
.traffic-filters { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 12px; padding: 20px; background: #0c223e; border: 1px solid #294667; border-radius: 8px; }
.traffic-filters label { display: grid; gap: 7px; flex: 1 1 220px; min-width: 0; color: #d8e4f4; font-weight: 700; font-size: .9rem; }
.traffic-filters select { width: 100%; min-height: 46px; padding: 10px 32px 10px 12px; border: 1px solid #516780; border-radius: 6px; background: #102f51; color: #fff; font: inherit; color-scheme: dark; }
.traffic-filters button { min-height: 46px; }
.traffic-page a:focus-visible, .traffic-page button:focus-visible, .traffic-page select:focus-visible { outline: 3px solid #f0c95c; outline-offset: 3px; }
.traffic-results-heading { margin: 26px 0 18px; }
.traffic-results-heading h2 { margin: 0 0 5px; font-size: 1.5rem; color: #fff; }
.traffic-results-heading p { margin: 0; color: #bdcfe4; }
.traffic-report { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 24px; padding: 24px 0; border-top: 1px solid #29415e; align-items: start; }
.traffic-report--text { grid-template-columns: 1fr; }
.traffic-image { display: block; overflow: hidden; border-radius: 8px; background: #102c4b; }
.traffic-image img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.traffic-kicker { display: flex; flex-wrap: wrap; gap: 6px 14px; font-size: .78rem; font-weight: 800; text-transform: uppercase; color: #c8d9ee; }
.traffic-report h3 { margin: 9px 0; font-size: clamp(1.25rem, 2.4vw, 1.65rem); line-height: 1.24; color: #fff; overflow-wrap: anywhere; }
.traffic-report h3 a:hover, .traffic-read:hover { color: #f0c95c; text-decoration: underline; }
.traffic-report-copy > p { color: #ccd9e9; margin: 10px 0; }
.traffic-report-copy .traffic-date { font-size: .82rem; color: #adc3dd; }
.traffic-status { display: inline-block; background: #1d3655; color: #dfebf8; padding: 4px 9px; border: 1px solid #48627e; border-radius: 5px; font-size: .77rem; font-weight: 700; }
.traffic-status--outdated { background: #641f26; border-color: #ac5860; }
.traffic-read { display: inline-flex; align-items: center; gap: 8px; color: #f0c95c; font-weight: 800; min-height: 44px; }
.traffic-read svg { width: 18px; height: 18px; }
.traffic-empty { padding: 24px 0 36px; color: #cbd8e9; }
.traffic-pagination { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 15px; padding: 24px 0; }
.traffic-more { padding: 24px; margin: 30px 0 40px; background: #0e2847; border: 1px solid #294667; border-radius: 8px; }
.traffic-more h2 { margin: 0; color: #fff; font-size: 1.4rem; }
.traffic-more p { color: #c9d8e9; }
.traffic-footer { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px 24px; padding: 26px 20px; border-top: 1px solid #29415e; color: #c9d8e9; font-size: .85rem; }
.traffic-footer span { flex-basis: 100%; text-align: center; color: #9fb6d1; }
@media (max-width: 650px) {
  .traffic-heading { padding-top: 24px; }
  .traffic-breadcrumb { margin-bottom: 20px; }
  .traffic-report { grid-template-columns: 1fr; gap: 16px; }
  .traffic-image img { max-height: 230px; }
  .traffic-filters { padding: 15px; }
  .traffic-filters label { flex-basis: 100%; }
  .traffic-filters .button { flex: 1 1 auto; }
  .traffic-notice { padding: 15px; }
  .traffic-more { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) { .traffic-page { scroll-behavior: auto; } }
