.page-home {
  background: var(--paper);
  color: var(--ink);
}
.page-home .container {
  max-width: var(--container-w);
  margin-inline: auto;
  padding-inline: 20px;
}
.page-home .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.page-home .home-crumb {
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.66);
}
.page-home .home-crumb .container {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-block: 10px;
  font-size: 12px;
}
.page-home .home-crumb .breadcrumb__current {
  color: #fff;
  font-weight: 600;
}
.page-home .home-crumb .breadcrumb__sep {
  color: var(--cyan);
}

.page-home .hero-cover {
  position: relative;
  color: #fff;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(0, 194, 209, 0.24), transparent 42%),
    linear-gradient(115deg, var(--navy) 0%, var(--navy) 55%, var(--grad-start) 132%);
}
.page-home .hero-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 31, 68, 0.22) 0%, rgba(10, 31, 68, 0.72) 52%, rgba(7, 22, 51, 0.94) 100%);
}
.page-home .hero-cover__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 54%;
  object-fit: cover;
  opacity: 0.34;
  mix-blend-mode: luminosity;
}
.page-home .hero-cover__grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 40px;
  padding-block: 48px 64px;
  max-width: var(--container-w);
  margin-inline: auto;
  padding-inline: 20px;
}
.page-home .hero-cover__spine {
  position: absolute;
  right: 10px;
  bottom: 18px;
  z-index: 1;
  writing-mode: vertical-rl;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.32em;
  color: rgba(255, 255, 255, 0.42);
  text-transform: uppercase;
}
.page-home .hero-cover__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--cyan);
}
.page-home .hero-cover__edition {
  border: 1px solid rgba(0, 194, 209, 0.38);
  padding: 4px 10px;
}
.page-home .hero-cover__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
}
.page-home .pulse-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  animation: pageHomePulse 1.8s ease-out infinite;
}
.page-home .hero-title {
  margin: 24px 0 18px;
  font-family: var(--font-head);
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #fff;
  max-width: 13ch;
}
.page-home .hero-lead {
  max-width: 46em;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.8;
}
.page-home .schedule-search {
  display: flex;
  align-items: stretch;
  max-width: 640px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
}
.page-home .schedule-search input {
  flex: 1;
  min-width: 0;
  padding: 14px 16px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
}
.page-home .schedule-search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.page-home .btn-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin: 0;
  padding: 0 24px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.page-home .quick-index {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 13px;
}
.page-home .quick-index a {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(0, 194, 209, 0.36);
  color: var(--cyan);
  text-decoration: none;
}
.page-home .quick-index a:hover,
.page-home .quick-index a:focus {
  border-bottom-color: var(--cyan);
  color: #fff;
}
.page-home .hero-cover__aside {
  min-width: 0;
}
.page-home .pulse-panel {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(7, 22, 51, 0.76);
}
.page-home .pulse-panel__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--cyan);
  text-transform: uppercase;
}
.page-home .report-tabs .tab-list {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.page-home .report-tabs .tab-button {
  padding: 6px 0 8px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.56);
  font-family: var(--font-mono);
  font-size: 12px;
  cursor: pointer;
}
.page-home .report-tabs .tab-button[aria-selected="true"] {
  border-bottom-color: var(--cyan);
  color: #fff;
}
.page-home .report-tabs .tab-panel {
  min-width: 0;
}
.page-home .report-tabs .tab-panel[hidden] {
  display: none;
}
.page-home .live-ticker__viewport {
  overflow: hidden;
}
.page-home .ticker-set {
  display: block;
}
.page-home .ticker-set[aria-hidden="true"] {
  display: none;
}
.page-home .ticker-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-home .ticker-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  white-space: nowrap;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
}
.page-home .ticker-item__region {
  padding: 1px 6px;
  border: 1px solid rgba(0, 194, 209, 0.36);
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 11px;
}
.page-home .ticker-item__match {
  font-weight: 600;
}
.page-home .ticker-item__match b {
  color: var(--cyan);
  font-family: var(--font-mono);
  font-weight: 700;
}
.page-home .ticker-item__status {
  padding: 1px 6px;
  border: 1px solid rgba(255, 209, 102, 0.42);
  color: var(--gold);
  font-size: 11px;
}
.page-home .pulse-panel__foot {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: space-between;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.62);
}
.page-home .chart-snapshot {
  margin: 18px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}
.page-home .chart-snapshot img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.page-home .chart-snapshot figcaption {
  padding: 8px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-family: var(--font-mono);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.56);
  letter-spacing: 0.06em;
}

.page-home .section-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--navy);
}
.page-home .section-head__number {
  padding: 2px 8px;
  border: 1px solid var(--orange);
  color: var(--orange);
  font-family: var(--font-mono);
  font-size: 13px;
}
.page-home .section-head__title {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(24px, 4vw, 40px);
  line-height: 1.2;
  color: var(--navy);
}

.page-home .team-update {
  padding-block: 72px 80px;
  background:
    radial-gradient(circle at 92% 6%, rgba(0, 194, 209, 0.1), transparent 42%),
    linear-gradient(180deg, var(--paper) 0%, #ffffff 30%);
}
.page-home .team-update__grid {
  display: grid;
  gap: 32px;
}
.page-home .team-update__figure {
  position: relative;
  margin: 0;
  border: 1px solid var(--line);
  background: var(--card);
}
.page-home .team-update__figure::before {
  content: "V6.2";
  position: absolute;
  top: 14px;
  left: -1px;
  padding: 4px 12px;
  background: var(--orange);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 12px;
}
.page-home .team-update__figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}
.page-home .team-update__content {
  max-width: 560px;
}
.page-home .team-update__content .lead {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.85;
  color: var(--ink);
}
.page-home .feature-list {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.page-home .feature-list li {
  position: relative;
  padding: 11px 2px 11px 28px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
}
.page-home .feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 14px;
  height: 2px;
  background: var(--cyan);
}
.page-home .team-update__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
.page-home .team-update__actions .btn {
  padding: 12px 20px;
  border: 0;
  border-radius: 0;
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.page-home .text-link {
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(0, 194, 209, 0.4);
  color: var(--cyan-dark);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.page-home .archive-feedback {
  padding-block: 72px 80px;
  background: var(--paper);
}
.page-home .archive-feedback__grid {
  display: grid;
  gap: 24px;
}
.page-home .archive-card {
  display: block;
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--card);
  color: inherit;
  text-decoration: none;
  transition:
    border-color 0.2s var(--ease),
    box-shadow 0.2s var(--ease);
}
.page-home .archive-card:hover,
.page-home .archive-card:focus {
  border-color: var(--cyan);
  box-shadow: 8px 8px 0 rgba(0, 194, 209, 0.12);
}
.page-home .archive-card__figure {
  margin: 0 0 16px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.page-home .archive-card__figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.page-home .archive-card h3 {
  margin: 0 0 10px;
  font-family: var(--font-head);
  font-size: 22px;
  color: var(--navy);
}
.page-home .archive-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink);
}
.page-home .archive-card__link {
  display: inline-block;
  margin-top: 14px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 700;
}
.page-home .feedback-note {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--orange);
  background: rgba(255, 92, 0, 0.05);
}
.page-home .feedback-note__tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--orange);
}
.page-home .feedback-note h3 {
  margin: 0;
  font-family: var(--font-head);
  font-size: 22px;
  line-height: 1.3;
  color: var(--navy);
}
.page-home .feedback-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--ink);
}
.page-home .feedback-note .btn--ghost {
  padding: 10px 16px;
  border: 1px solid var(--navy);
  border-radius: 0;
  background: transparent;
  color: var(--navy);
  font-weight: 700;
  text-decoration: none;
}
.page-home .service-status {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  background: var(--navy);
  color: #fff;
}
.page-home .service-status h3 {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-family: var(--font-head);
  font-size: 15px;
}
.page-home .service-status ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.page-home .service-status li {
  padding-left: 10px;
  border-left: 2px solid var(--cyan);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}
.page-home .service-status__note {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.56);
}

.page-home .data-brief {
  padding-block: 72px 80px;
  background:
    radial-gradient(circle at 72% 18%, rgba(27, 54, 124, 0.9), transparent 46%),
    var(--navy);
  color: #fff;
}
.page-home .data-brief__head {
  display: grid;
  gap: 8px;
  margin-bottom: 36px;
}
.page-home .data-brief__code {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--cyan);
}
.page-home .data-brief__head h2 {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(28px, 4vw, 44px);
}
.page-home .data-brief__head p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.68);
}
.page-home .data-brief__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-bottom: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.14);
}
.page-home .data-brief__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 16px;
  background: var(--navy);
}
.page-home .data-brief__item dt {
  order: 2;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
}
.page-home .data-brief__item dd {
  order: 1;
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1;
  color: #fff;
}
.page-home .data-brief__honors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.page-home .data-brief__honors p {
  margin: 0;
  padding: 6px 12px;
  border: 1px solid rgba(0, 194, 209, 0.38);
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 12px;
}
.page-home .data-brief__link {
  padding: 6px 12px;
  border: 1px solid rgba(0, 194, 209, 0.4);
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 12px;
  text-decoration: none;
}

@keyframes pageHomePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 194, 209, 0.6);
  }
  70% {
    box-shadow: 0 0 0 9px rgba(0, 194, 209, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 194, 209, 0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .page-home .hero-cover__main {
    animation: pageHomeEnter 0.6s var(--ease) both;
  }
  .page-home .hero-cover__aside {
    animation: pageHomeRise 0.6s var(--ease) 0.08s both;
  }
  .page-home .ticker-list {
    display: flex;
    width: max-content;
    animation: pageHomeTicker 36s linear infinite;
  }
  .page-home .ticker-set,
  .page-home .ticker-set[aria-hidden="true"] {
    display: flex;
  }
  .page-home .ticker-list:hover {
    animation-play-state: paused;
  }
  .page-home .ticker-list--static {
    display: grid;
    width: auto;
    animation: none;
  }
  .page-home .ticker-list--static .ticker-item {
    margin: 0;
    padding: 10px 0;
    border-right: 0;
    justify-content: space-between;
  }
  .page-home .ticker-list .ticker-item {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.16);
  }
}

@keyframes pageHomeTicker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

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

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

@media (min-width: 720px) {
  .page-home .container {
    padding-inline: 32px;
  }
  .page-home .data-brief__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 900px) {
  .page-home .hero-cover__bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 44%;
    width: 56%;
    height: 100%;
  }
  .page-home .hero-cover::after {
    background: linear-gradient(90deg, var(--navy) 0%, rgba(10, 31, 68, 0.66) 34%, rgba(7, 22, 51, 0.3) 100%);
  }
  .page-home .archive-feedback__grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .page-home .archive-card {
    grid-column: span 6;
  }
  .page-home .feedback-note {
    grid-column: span 4;
  }
  .page-home .service-status {
    grid-column: span 2;
  }
  .page-home .data-brief__grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 1024px) {
  .page-home .container {
    padding-inline: 40px;
  }
  .page-home .hero-cover__grid {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 72px;
    padding-block: 88px 96px;
  }
  .page-home .team-update__grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
