.page-home {
  --page-pad: 20px;
  --home-radius-lg: 24px;
  --home-radius-md: 16px;
  --home-radius-sm: 12px;
  font-family: var(--font-body);
  color: var(--carbon-text);
  line-height: 1.6;
  overflow-x: clip;
}

.page-home .breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px var(--page-pad) 0;
  font-size: 0.85rem;
  color: var(--steel-muted);
  letter-spacing: 0.02em;
}

.page-home .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  margin: 0 8px;
  color: var(--line-blue);
}

.page-home .breadcrumb .breadcrumb-item.current {
  color: var(--electric-green);
  font-weight: 600;
}

.page-home .hero-panel {
  position: relative;
  background: linear-gradient(135deg, var(--arena-blue) 0%, var(--shadow-dark) 70%);
  color: var(--white-ice);
  padding: 48px var(--page-pad) 76px;
  overflow: hidden;
  border-radius: 0 0 var(--home-radius-lg) var(--home-radius-lg);
}

.page-home .hero-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--electric-green) 0 32%, var(--arena-blue) 32% 68%, var(--voltage-orange) 68%);
  z-index: 3;
}

.page-home .hero-stripes {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(115deg, rgba(0, 229, 160, 0.06) 0 2px, transparent 2px 26px);
  pointer-events: none;
}

.page-home .hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 36px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-home .hero-kicker {
  font-family: var(--font-mono);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--electric-green);
  margin: 0 0 14px;
}

.page-home .kicker-symbol {
  color: var(--voltage-orange);
  margin-right: 4px;
}

.page-home .hero-copy h1 {
  font-family: var(--font-headline);
  font-size: clamp(2.6rem, 8vw, 5rem);
  font-weight: 900;
  line-height: 1;
  margin: 0 0 20px;
  letter-spacing: 0.01em;
}

.page-home .hero-desc {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(232, 236, 241, 0.85);
  max-width: 34em;
  margin: 0 0 28px;
}

.page-home .entry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 28px;
}

.page-home .entry-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(11, 30, 59, 0.72);
  border: 1px solid rgba(0, 229, 160, 0.4);
  color: var(--white-ice);
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.page-home .entry-item:hover {
  background: var(--electric-green);
  border-color: var(--electric-green);
  color: var(--arena-blue);
  transform: translateY(-2px);
}

.page-home .entry-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.7;
  flex: 0 0 auto;
}

.page-home .hero-footnote {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: rgba(232, 236, 241, 0.6);
  letter-spacing: 0.03em;
}

.page-home .hero-visual {
  position: relative;
}

.page-home .hero-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--home-radius-lg);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
  object-fit: cover;
}

.page-home .hero-float {
  position: absolute;
  background: rgba(255, 255, 255, 0.94);
  border-radius: var(--home-radius-md);
  padding: 12px 16px;
  box-shadow: 0 12px 30px rgba(10, 21, 38, 0.45);
  color: var(--carbon-text);
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.page-home .float-a {
  top: 16px;
  left: -10px;
}

.page-home .float-b {
  bottom: 20px;
  right: -6px;
}

.page-home .float-num {
  font-family: var(--font-mono);
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--arena-blue);
}

.page-home .float-label {
  font-size: 0.72rem;
  color: var(--steel-muted);
  letter-spacing: 0.04em;
}

.page-home .hero-stroke {
  position: absolute;
  right: -20px;
  top: -30px;
  width: 160px;
  height: 160px;
  opacity: 0.35;
  pointer-events: none;
}

.page-home .hero-skew {
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -2px;
  height: 28px;
  background: linear-gradient(100deg, var(--electric-green), rgba(0, 229, 160, 0.1) 45%, var(--voltage-orange));
  opacity: 0.22;
  transform: rotate(-1.2deg);
  pointer-events: none;
  z-index: 2;
}

.page-home .schedule-section {
  background: var(--mist-gray);
  padding: 56px var(--page-pad) 60px;
  margin-top: 8px;
}

.page-home .section-head {
  max-width: 1200px;
  margin: 0 auto 8px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 14px 18px;
}

.page-home .section-num {
  font-family: var(--font-mono);
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--electric-green);
  line-height: 1;
  transform: translateY(4px);
}

.page-home .section-kicker {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--voltage-orange);
  margin-bottom: 4px;
}

.page-home .section-head-text h2 {
  font-family: var(--font-headline);
  font-size: clamp(1.8rem, 3.4vw, 2.6rem);
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
  color: var(--carbon-text);
  letter-spacing: 0.01em;
}

.page-home .head-link {
  margin-left: auto;
  color: var(--arena-blue);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  border-bottom: 2px solid var(--electric-green);
  padding-bottom: 2px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.page-home .head-link:hover {
  color: var(--voltage-orange);
}

.page-home .section-lead {
  max-width: 1200px;
  margin: 0 auto 32px;
  color: var(--steel-muted);
  font-size: 1rem;
}

.page-home .schedule-layout {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

.page-home .schedule-side {
  display: none;
}

.page-home .schedule-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

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

.page-home .filter-labels {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.page-home .filter-chip {
  display: inline-block;
  padding: 9px 18px;
  border: 1px solid var(--line-blue);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--carbon-text);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  user-select: none;
  min-height: 44px;
  line-height: 1.4;
}

.page-home .filter-chip:hover {
  border-color: var(--electric-green);
  color: var(--arena-blue);
}

.page-home .filter-input:focus-visible ~ .filter-labels label[for="day-all"],
.page-home .filter-input:focus-visible ~ .filter-labels label[for="day-mid"],
.page-home .filter-input:focus-visible ~ .filter-labels label[for="day-fri"] {
  outline: 2px solid var(--voltage-orange);
  outline-offset: 2px;
}

.page-home .filter-input:checked ~ .filter-labels label[for="day-all"],
.page-home .filter-input:checked ~ .filter-labels label[for="day-mid"],
.page-home .filter-input:checked ~ .filter-labels label[for="day-fri"] {
  background: var(--electric-green);
  border-color: var(--electric-green);
  color: var(--arena-blue);
}

.page-home .timeline {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-home .match-card {
  background: var(--white-ice);
  border-radius: var(--home-radius-md);
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 4px 16px rgba(11, 30, 59, 0.08);
  border-left: 4px solid transparent;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.page-home .match-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(11, 30, 59, 0.14);
}

.page-home .match-card.match-fri {
  border-left-color: var(--voltage-orange);
}

.page-home .match-card.match-mid {
  border-left-color: var(--electric-green);
}

.page-home .match-date {
  min-width: 74px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-home .match-week {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--steel-muted);
  letter-spacing: 0.06em;
}

.page-home .match-week.fri {
  color: var(--voltage-orange);
  font-weight: 700;
}

.page-home .match-clock {
  font-family: var(--font-mono);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--arena-blue);
}

.page-home .match-body {
  flex: 1;
  min-width: 0;
}

.page-home .match-league {
  display: inline-block;
  font-size: 0.75rem;
}

.page-home .match-title {
  font-family: var(--font-headline);
  font-size: 1.3rem;
  margin: 4px 0 2px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  color: var(--carbon-text);
}

.page-home .team-name {
  white-space: nowrap;
}

.page-home .vs-sign {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--voltage-orange);
  letter-spacing: 0.05em;
}

.page-home .match-extra {
  font-size: 0.82rem;
  color: var(--steel-muted);
  margin: 0;
}

.page-home .match-detail {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ice-light);
  color: var(--arena-blue);
  transition: background 0.2s ease, color 0.2s ease;
}

.page-home .match-detail:hover {
  background: var(--arena-blue);
  color: var(--electric-green);
}

.page-home .match-detail svg {
  width: 20px;
  height: 20px;
}

.page-home #day-mid:checked ~ .timeline .match-card,
.page-home #day-fri:checked ~ .timeline .match-card {
  display: none;
}

.page-home #day-mid:checked ~ .timeline .match-mid,
.page-home #day-fri:checked ~ .timeline .match-fri {
  display: flex;
}

.page-home .schedule-archive {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 6px;
}

.page-home .archive-hint {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--steel-muted);
}

.page-home .update-section {
  background: linear-gradient(150deg, var(--arena-blue), var(--shadow-dark));
  color: var(--white-ice);
  padding: 60px var(--page-pad) 64px;
  border-radius: var(--home-radius-lg) var(--home-radius-lg) 0 0;
  margin-top: 8px;
}

.page-home .update-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.page-home .section-head-light .section-head-text h2 {
  color: var(--white-ice);
}

.page-home .section-lead-light {
  color: rgba(232, 236, 241, 0.75);
}

.page-home .update-grid {
  display: grid;
  gap: 18px;
  margin: 28px 0 36px;
}

.page-home .update-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(0, 229, 160, 0.16);
  border-radius: var(--home-radius-md);
  padding: 24px;
  transition: background 0.25s ease, transform 0.25s ease;
}

.page-home .update-card:hover {
  background: rgba(0, 229, 160, 0.12);
  transform: translateY(-4px);
}

.page-home .update-idx {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  color: var(--electric-green);
  letter-spacing: 0.12em;
}

.page-home .update-card h3 {
  font-family: var(--font-headline);
  font-size: 1.45rem;
  font-weight: 800;
  margin: 10px 0 8px;
  color: var(--white-ice);
}

.page-home .update-card p {
  color: rgba(232, 236, 241, 0.78);
  font-size: 0.93rem;
  margin: 0;
  line-height: 1.65;
}

.page-home .data-panel {
  position: relative;
  overflow: hidden;
  background: rgba(10, 21, 38, 0.85);
  border-radius: var(--home-radius-lg);
  padding: 26px 20px;
  border: 1px solid rgba(0, 229, 160, 0.2);
}

.page-home .data-panel-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.page-home .data-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--voltage-orange);
}

.page-home .data-panel-head h3 {
  font-family: var(--font-headline);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--white-ice);
  margin: 4px 0 0;
}

.page-home .data-more {
  color: var(--electric-green);
  font-size: 0.86rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 229, 160, 0.35);
  white-space: nowrap;
  padding-bottom: 2px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.page-home .data-more:hover {
  color: var(--voltage-orange);
}

.page-home .data-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.page-home .data-item {
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--home-radius-sm);
  padding: 16px 14px;
  border-left: 3px solid var(--electric-green);
  transition: background 0.2s ease, transform 0.2s ease;
}

.page-home .data-item:hover {
  background: rgba(0, 229, 160, 0.1);
  transform: translateY(-2px);
}

.page-home .data-label {
  display: block;
  font-size: 0.76rem;
  color: rgba(232, 236, 241, 0.7);
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.page-home .data-value {
  display: block;
  font-family: var(--font-mono);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--electric-green);
  line-height: 1.1;
}

.page-home .data-note {
  display: block;
  font-size: 0.72rem;
  color: rgba(232, 236, 241, 0.5);
  margin-top: 6px;
}

.page-home .data-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 0;
}

.page-home .data-sweep {
  position: absolute;
  top: -30%;
  bottom: -30%;
  right: -10%;
  width: 28%;
  background: linear-gradient(110deg, transparent 0%, rgba(0, 229, 160, 0.08) 50%, transparent 100%);
  transform: rotate(12deg);
  pointer-events: none;
  z-index: 1;
}

.page-home .resource-section {
  background: var(--mist-gray);
  padding: 60px var(--page-pad) 64px;
}

.page-home .resource-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

.page-home .resource-card {
  background: var(--white-ice);
  border-radius: var(--home-radius-lg);
  box-shadow: 0 6px 24px rgba(11, 30, 59, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 26px 22px;
  position: relative;
}

.page-home .card-topline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--electric-green), var(--voltage-orange));
}

.page-home .resource-card .tag {
  align-self: flex-start;
  margin-bottom: 10px;
}

.page-home .resource-card h3 {
  font-family: var(--font-headline);
  font-size: 1.7rem;
  font-weight: 800;
  margin: 0 0 8px;
  color: var(--carbon-text);
}

.page-home .resource-desc {
  color: var(--steel-muted);
  font-size: 0.93rem;
  line-height: 1.6;
  margin: 0 0 16px;
}

.page-home .resource-list {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.page-home .resource-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--carbon-text);
  font-weight: 600;
}

.page-home .resource-list li::before {
  content: "→";
  color: var(--electric-green);
  font-weight: 800;
}

.page-home .center-card {
  padding: 0;
}

.page-home .center-card-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 220px;
}

.page-home .center-card-body {
  padding: 22px;
}

.page-home .view-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.page-home .view-chip {
  padding: 7px 14px;
  border-radius: 999px;
  background: var(--ice-light);
  color: var(--arena-blue);
  font-size: 0.82rem;
  font-weight: 600;
}

.page-home .view-chip:nth-child(2) {
  background: rgba(0, 229, 160, 0.18);
}

.page-home .btn {
  align-self: flex-start;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.page-home .btn:hover {
  transform: translateY(-2px);
}

.page-home .help-strip {
  background: linear-gradient(120deg, var(--shadow-dark), var(--arena-blue));
  padding: 30px var(--page-pad);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-home .help-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 16px 20px;
  border-radius: var(--home-radius-md);
  background: rgba(255, 255, 255, 0.05);
  color: var(--white-ice);
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
  min-height: 44px;
  justify-content: center;
}

.page-home .help-item:hover {
  background: rgba(0, 229, 160, 0.14);
  transform: translateY(-2px);
}

.page-home .help-icon {
  font-size: 0.9rem;
  color: var(--electric-green);
}

.page-home .help-label {
  font-weight: 800;
  font-size: 1rem;
  font-family: var(--font-headline);
  letter-spacing: 0.02em;
}

.page-home .help-sub {
  font-size: 0.8rem;
  color: rgba(232, 236, 241, 0.7);
}

@media (min-width: 768px) {
  .page-home {
    --page-pad: 32px;
  }

  .page-home .hero-grid {
    grid-template-columns: 1fr 0.92fr;
    align-items: center;
  }

  .page-home .schedule-layout {
    grid-template-columns: 240px 1fr;
  }

  .page-home .schedule-side {
    display: block;
    position: relative;
    border-radius: var(--home-radius-lg);
    overflow: hidden;
  }

  .page-home .schedule-side-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
  }

  .page-home .schedule-side-note {
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: rgba(10, 21, 38, 0.82);
    color: var(--white-ice);
    border-radius: var(--home-radius-sm);
    padding: 10px 14px;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
  }

  .page-home .side-note-label {
    font-size: 0.68rem;
    color: rgba(232, 236, 241, 0.7);
    letter-spacing: 0.06em;
  }

  .page-home .side-note-value {
    font-family: var(--font-mono);
    font-size: 1.15rem;
    color: var(--electric-green);
    font-weight: 700;
  }

  .page-home .update-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .data-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .page-home .help-strip {
    flex-direction: row;
    justify-content: center;
  }

  .page-home .help-item {
    flex: 1;
    max-width: 260px;
  }
}

@media (min-width: 1024px) {
  .page-home .schedule-layout {
    grid-template-columns: 300px 1fr;
  }

  .page-home .hero-panel {
    padding-top: 64px;
  }

  .page-home .hero-desc {
    font-size: 1.12rem;
  }

  .page-home .data-panel {
    padding: 36px;
  }

  .page-home .data-grid {
    gap: 22px;
  }

  .page-home .data-value {
    font-size: 2rem;
  }

  .page-home .resource-card {
    padding: 34px;
  }

  .page-home .center-card {
    padding: 0;
  }

  .page-home .center-card-body {
    padding: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home *,
  .page-home *::before,
  .page-home *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
