.page-home {
  --home-hero-radial: radial-gradient(ellipse at 78% 22%, rgba(37, 99, 235, 0.45) 0%, transparent 56%);
  --home-navy-grid: linear-gradient(rgba(10, 22, 51, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 22, 51, 0.045) 1px, transparent 1px);
}

.page-home img {
  max-width: 100%;
  height: auto;
}

.page-home .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-home a:focus-visible,
.page-home summary:focus-visible,
.page-home .tab-label:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
  border-radius: 4px;
}

.page-home .home-hero {
  position: relative;
  overflow: hidden;
  background: var(--home-hero-radial),
    linear-gradient(135deg, var(--deep-navy) 0%, var(--deep-navy-2) 72%);
  color: var(--white);
  padding: clamp(1.5rem, 4vw, 2.75rem) 0 clamp(2.5rem, 6vw, 4.75rem);
}

.page-home .home-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-home .home-hero__bg-svg {
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.page-home .speed-line {
  fill: none;
  stroke: var(--cyan);
  stroke-width: 1;
  stroke-dasharray: 6 8;
  vector-effect: non-scaling-stroke;
}

.page-home .speed-line--1 { stroke-opacity: 0.5; }
.page-home .speed-line--2 { stroke-opacity: 0.32; }
.page-home .speed-line--3 { stroke-opacity: 0.42; }
.page-home .speed-line--4 { stroke-opacity: 0.24; }
.page-home .speed-line--5 { stroke-opacity: 0.18; }
.page-home .speed-line--6 { stroke-opacity: 0.3; }

.page-home .home-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.page-home .home-hero__main {
  position: relative;
  z-index: 2;
}

.page-home .breadcrumbs {
  margin-bottom: 1.25rem;
}

.page-home .breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: var(--font-headline);
  font-size: 0.75rem;
}

.page-home .breadcrumbs__item {
  color: rgba(255, 255, 255, 0.55);
}

.page-home .breadcrumbs__item + .breadcrumbs__item::before {
  content: "/";
  margin-right: 0.375rem;
  color: rgba(255, 255, 255, 0.28);
}

.page-home .breadcrumbs__item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.page-home .breadcrumbs__item a:hover {
  color: var(--cyan);
}

.page-home .hero-coord {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.4rem 0.85rem;
  border: 1px solid rgba(34, 211, 238, 0.35);
  border-radius: 999px;
  font-family: var(--font-headline);
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  color: var(--cyan);
  background: rgba(10, 22, 51, 0.35);
}

.page-home .pulse-dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 0 rgba(34, 211, 238, 0.5);
  animation: pageHomePulse 2.2s infinite;
}

@keyframes pageHomePulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 211, 238, 0.5); }
  70% { box-shadow: 0 0 0 10px rgba(34, 211, 238, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 211, 238, 0); }
}

.page-home .hero-kicker {
  margin: 0 0 0.5rem;
  font-family: var(--font-headline);
  font-size: clamp(1rem, 2vw, 1.375rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--orange);
}

.page-home .home-hero__title {
  margin: 0 0 1.25rem;
  font-family: var(--font-headline);
  font-size: clamp(2.25rem, 5.2vw, 4.25rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--white);
}

.page-home .home-hero__lede {
  max-width: 34rem;
  font-size: clamp(0.9375rem, 1.4vw, 1.0625rem);
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-top: 1.75rem;
}

.page-home .hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  padding: 0;
  margin: 1.75rem 0 0;
  list-style: none;
  font-family: var(--font-headline);
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.7);
}

.page-home .hero-metrics li {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.page-home .hero-metrics li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: var(--orange);
}

.page-home .home-hero__side {
  position: relative;
  z-index: 1;
}

.page-home .hero-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  border-radius: var(--radius-md);
  mask-image: radial-gradient(circle at 70% 55%, #000 35%, transparent 82%);
  -webkit-mask-image: radial-gradient(circle at 70% 55%, #000 35%, transparent 82%);
}

.page-home .clock-shell {
  position: relative;
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
}

.page-home .clock-svg {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .clock-ring--outer {
  fill: rgba(255, 255, 255, 0.04);
  stroke: rgba(255, 255, 255, 0.18);
  stroke-width: 1;
}

.page-home .clock-ring--inner {
  fill: rgba(10, 22, 51, 0.55);
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 1;
}

.page-home .tick-major {
  stroke: rgba(255, 255, 255, 0.6);
  stroke-width: 2;
}

.page-home .tick-minor {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1;
}

.page-home .clock-hand {
  stroke-linecap: round;
}

.page-home .clock-hand--hour {
  stroke: var(--orange);
  stroke-width: 5;
}

.page-home .clock-hand--min {
  stroke: var(--white);
  stroke-width: 3;
  opacity: 0.92;
}

.page-home .clock-hand--sec {
  stroke: var(--cyan);
  stroke-width: 1.5;
  stroke-dasharray: 4 3;
}

.page-home .clock-hub {
  fill: var(--orange);
}

.page-home .clock-zone-text {
  fill: rgba(255, 255, 255, 0.62);
  font-family: var(--font-headline);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.page-home .clock-status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.75rem 0 0;
  font-family: var(--font-headline);
  font-size: 0.8125rem;
  color: var(--cyan);
}

.page-home .home-reports {
  background: var(--light-slate);
  padding: clamp(3rem, 6vw, 4.75rem) 0;
}

.page-home .section-head {
  max-width: 52rem;
  margin-bottom: 2.5rem;
}

.page-home .section-label {
  margin-bottom: 0.625rem;
}

.page-home .home-section-title {
  margin: 0 0 0.75rem;
  font-family: var(--font-headline);
  font-size: clamp(1.75rem, 3.2vw, 2.625rem);
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: var(--deep-navy);
}

.page-home .section-desc {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: var(--slate-800);
  opacity: 0.85;
}

.page-home .report-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 900px) {
  .page-home .report-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .page-home .report-grid .report-card:nth-child(2) {
    margin-top: 1.75rem;
  }
}

.page-home .report-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--white);
  border: 1px solid rgba(10, 22, 51, 0.1);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
  padding: 1.25rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-home .report-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
}

@media (min-width: 900px) {
  .page-home .report-grid .report-card:nth-child(2):hover {
    transform: translateY(calc(1.75rem - 3px));
  }
}

.page-home .report-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-home .report-card__tag {
  font-family: var(--font-headline);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--blue);
}

.page-home .report-card__status {
  display: inline-block;
  padding: 0.18rem 0.6rem;
  border: 1px solid rgba(37, 99, 235, 0.32);
  border-radius: 999px;
  font-family: var(--font-headline);
  font-size: 0.6875rem;
  color: var(--blue);
}

.page-home .report-card__score {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.5rem 0.75rem;
}

.page-home .report-card__team {
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.35;
  color: var(--slate-800);
}

.page-home .report-card__scoreline {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.page-home .report-card__goals {
  font-family: var(--font-headline);
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--orange);
  font-feature-settings: "tnum";
  letter-spacing: -0.02em;
}

.page-home .report-card__colon {
  font-size: 1.25rem;
  font-weight: 700;
  color: rgba(30, 41, 59, 0.4);
}

.page-home .report-card__venue {
  margin: -0.5rem 0 0;
  font-family: var(--font-headline);
  font-size: 0.75rem;
  color: rgba(30, 41, 59, 0.6);
  text-align: center;
}

.page-home .mini-chart {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .mini-chart__bar {
  fill: var(--blue);
}

.page-home .mini-chart__bar--home {
  fill: var(--orange);
  opacity: 0.9;
}

.page-home .mini-chart__caption {
  fill: rgba(30, 41, 59, 0.72);
  font-family: var(--font-headline);
  font-size: 11px;
  font-weight: 500;
}

.page-home .report-card__expand {
  border-top: 1px dashed rgba(10, 22, 51, 0.16);
  padding-top: 0.875rem;
}

.page-home .report-card__expand summary {
  cursor: pointer;
  list-style: none;
  font-family: var(--font-headline);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--blue);
}

.page-home .report-card__expand summary::-webkit-details-marker {
  display: none;
}

.page-home .report-card__expand summary::before {
  content: "+";
  display: inline-block;
  margin-right: 0.4rem;
  color: var(--orange);
  font-weight: 700;
  transition: transform 0.2s ease;
}

.page-home .report-card__expand[open] summary::before {
  transform: rotate(45deg);
}

.page-home .report-card__expand[open] summary {
  color: var(--orange);
}

.page-home .report-card__data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 0.75rem;
  margin: 0.875rem 0 0;
}

.page-home .report-card__data div {
  background: var(--gray-100);
  border-radius: var(--radius-sm);
  padding: 0.55rem 0.75rem;
}

.page-home .report-card__data dt {
  font-size: 0.75rem;
  color: var(--slate-800);
  opacity: 0.8;
}

.page-home .report-card__data dd {
  margin: 0.15rem 0 0;
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--deep-navy);
  font-feature-settings: "tnum";
}

.page-home .report-card__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
}

.page-home .report-card__link {
  display: inline-block;
  padding: 0.4rem 0.875rem;
  border: 1px solid rgba(10, 22, 51, 0.16);
  border-radius: 999px;
  font-family: var(--font-headline);
  font-size: 0.8125rem;
  text-decoration: none;
  color: var(--slate-800);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-home .report-card__link:hover {
  background: var(--deep-navy);
  border-color: var(--deep-navy);
  color: var(--white);
}

.page-home .section-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
}

.page-home .section-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-headline);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--blue);
  text-decoration: none;
}

.page-home .section-link::after {
  content: "→";
  transition: transform 0.2s ease;
}

.page-home .section-link:hover::after {
  transform: translateX(4px);
}

.page-home .home-standings {
  position: relative;
  background: var(--white);
  padding: clamp(3rem, 6vw, 4.75rem) 0;
  overflow: hidden;
}

.page-home .standings-grid-bg {
  position: absolute;
  inset: 0;
  background: var(--home-navy-grid);
  background-size: 34px 34px;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 92%);
}

.page-home .standings-sort {
  position: relative;
  border: 0;
  padding: 0;
  margin: 0 0 1.5rem;
}

.page-home .standings-tabs {
  position: relative;
}

.page-home .tabs-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page-home .tab-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-home .tab-label {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 1.15rem;
  border: 1px solid rgba(10, 22, 51, 0.15);
  border-radius: 999px;
  background: var(--gray-100);
  font-family: var(--font-headline);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--slate-800);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-home #standings-all:checked ~ .tab-labels label[for="standings-all"],
.page-home #standings-home:checked ~ .tab-labels label[for="standings-home"],
.page-home #standings-away:checked ~ .tab-labels label[for="standings-away"] {
  background: var(--deep-navy);
  border-color: var(--deep-navy);
  color: var(--white);
}

.page-home .tab-panel {
  display: none;
}

.page-home #standings-all:checked ~ .tab-panels .panel-all,
.page-home #standings-home:checked ~ .tab-panels .panel-home,
.page-home #standings-away:checked ~ .tab-panels .panel-away {
  display: block;
  animation: pageHomeFadeIn 0.3s ease;
}

@keyframes pageHomeFadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: none; }
}

.page-home .table-scroll {
  overflow-x: auto;
  border: 1px solid rgba(10, 22, 51, 0.12);
  border-radius: var(--radius-md);
  background: var(--white);
  -webkit-overflow-scrolling: touch;
}

.page-home .standings-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.page-home .standings-table th,
.page-home .standings-table td {
  padding: 0.875rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(10, 22, 51, 0.07);
  font-size: 0.875rem;
  white-space: nowrap;
}

.page-home .standings-table thead th {
  background: var(--deep-navy);
  color: var(--white);
  font-family: var(--font-headline);
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
}

.page-home .standings-table tbody tr:nth-child(even) {
  background: var(--gray-100);
}

.page-home .standings-table tbody tr:last-child td {
  border-bottom: 0;
}

.page-home .standings-team {
  font-family: var(--font-headline);
  font-weight: 600;
  color: var(--slate-800);
}

.page-home .num {
  font-family: var(--font-headline);
  font-feature-settings: "tnum";
}

.page-home .standings-points {
  font-weight: 800;
  color: var(--orange);
}

.page-home .rank-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gray-100);
  border: 1px solid rgba(10, 22, 51, 0.14);
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 0.75rem;
  color: var(--slate-800);
}

.page-home .rank-pill--1 {
  background: var(--amber);
  border-color: var(--amber);
  color: var(--deep-navy);
}

.page-home .venue-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.page-home .venue-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.9rem;
  border: 1px solid rgba(10, 22, 51, 0.12);
  border-radius: 999px;
  background: var(--gray-100);
  font-family: var(--font-headline);
  font-size: 0.8125rem;
  color: var(--slate-800);
}

.page-home .venue-chip i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

.page-home .standings-visual {
  display: block;
  width: 100%;
  margin-top: 1.75rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(10, 22, 51, 0.1);
}

.page-home .standings-footnote {
  margin: 1rem 0 0;
  font-size: 0.8125rem;
  color: rgba(30, 41, 59, 0.68);
}

.page-home .home-download {
  position: relative;
  overflow: hidden;
  background: var(--deep-navy);
  color: var(--white);
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.page-home .home-download::before {
  content: "";
  position: absolute;
  left: -6%;
  bottom: -25%;
  width: 60%;
  height: 70%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.4), transparent 66%);
  pointer-events: none;
}

.page-home .home-download::after {
  content: "";
  position: absolute;
  right: -8%;
  top: -12%;
  width: 42%;
  height: 42%;
  background: radial-gradient(circle, rgba(249, 115, 22, 0.3), transparent 66%);
  pointer-events: none;
}

.page-home .home-download__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 820px) {
  .page-home .home-download__grid {
    grid-template-columns: 5fr 7fr;
    gap: 3rem;
  }
}

.page-home .download-cover img {
  display: block;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lift);
}

.page-home .section-label--light {
  color: var(--cyan);
}

.page-home .home-section-title--light {
  color: var(--white);
}

.page-home .download-lead {
  max-width: 40rem;
  margin: 0 0 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.8);
}

.page-home .download-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  display: grid;
  gap: 0.75rem;
}

.page-home .download-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-sm);
  font-family: var(--font-headline);
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.9);
}

.page-home .download-list li::before {
  content: "✓";
  flex: 0 0 auto;
  margin-top: 0.05em;
  font-weight: 700;
  color: var(--cyan);
}

.page-home .download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
}

.page-home .home-stats {
  background: var(--light-slate);
  padding: clamp(3rem, 6vw, 4.75rem) 0;
}

.page-home .stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.875rem;
}

@media (min-width: 760px) {
  .page-home .stats-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

.page-home .stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  padding: 1.375rem 1.25rem;
  background: var(--white);
  border: 1px solid rgba(10, 22, 51, 0.1);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card);
}

.page-home .stat-num {
  font-family: var(--font-headline);
  font-weight: 800;
  font-size: clamp(1.875rem, 4vw, 2.75rem);
  letter-spacing: -0.02em;
  color: var(--orange);
  font-feature-settings: "tnum";
}

.page-home .stat-unit {
  font-size: 1rem;
  font-weight: 600;
  color: var(--slate-800);
  margin-left: 0.1rem;
}

.page-home .stat-label {
  font-family: var(--font-headline);
  font-size: 0.8125rem;
  color: var(--slate-800);
  opacity: 0.85;
}

.page-home .stats-visual {
  margin-top: 1.5rem;
}

.page-home .stats-visual img {
  display: block;
  width: 100%;
  border-radius: var(--radius-md);
  border: 1px solid rgba(10, 22, 51, 0.12);
}

.page-home .stats-note {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
  margin-top: 1.75rem;
  padding: 1.5rem;
  background: var(--deep-navy);
  border-radius: var(--radius-md);
  color: rgba(255, 255, 255, 0.85);
}

@media (min-width: 820px) {
  .page-home .stats-note {
    grid-template-columns: 3fr 2fr;
    gap: 2.5rem;
  }
}

.page-home .stats-note p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.9;
}

.page-home .cert-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-home .cert-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.45rem 0.85rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-family: var(--font-headline);
  font-size: 0.75rem;
  color: var(--white);
}

.page-home .cert-list li::before {
  content: "●";
  color: var(--cyan);
  font-size: 0.625rem;
}

.page-home .home-news {
  position: relative;
  overflow: hidden;
  background: var(--deep-navy-2);
  padding: clamp(3rem, 6vw, 4.75rem) 0;
}

.page-home .home-news::after {
  content: "";
  position: absolute;
  right: -60px;
  top: 52%;
  width: 260px;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--orange), transparent);
  transform: rotate(-24deg);
  pointer-events: none;
}

.page-home .section-desc--light {
  color: rgba(255, 255, 255, 0.72);
}

.page-home .news-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  gap: 0.75rem;
}

.page-home .news-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem 1rem;
  padding: 1rem 1.2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  transition: background 0.2s ease, transform 0.2s ease;
}

.page-home .news-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(4px);
}

.page-home .news-item__tag {
  flex: 0 0 auto;
  display: inline-block;
  padding: 0.2rem 0.7rem;
  border: 1px solid rgba(34, 211, 238, 0.32);
  border-radius: 999px;
  font-family: var(--font-headline);
  font-size: 0.6875rem;
  letter-spacing: 0.06em;
  color: var(--cyan);
}

.page-home .news-item__link {
  font-family: var(--font-headline);
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--white);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-home .news-item__link:hover {
  color: var(--amber);
}

.page-home .news-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-top: 2rem;
}

@media (max-width: 640px) {
  .page-home .home-hero__actions .site-btn {
    flex: 1 1 100%;
    justify-content: center;
  }

  .page-home .download-actions .site-btn {
    flex: 1 1 100%;
    justify-content: center;
  }

  .page-home .news-actions .site-btn {
    flex: 1 1 100%;
    justify-content: center;
  }

  .page-home .stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .stat-item {
    padding: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .pulse-dot {
    animation: none;
  }

  .page-home .report-card,
  .page-home .news-item,
  .page-home .section-link::after,
  .page-home .tab-panel,
  .page-home .report-card__expand summary::before {
    transition: none;
    animation: none;
  }
}
