.page-home {
  --home-red: var(--sk-red);
  --home-away: var(--sk-away);
  --home-draw: var(--sk-draw);
  position: relative;
}

.page-home .sk-breadcrumb {
  margin-bottom: 8px;
}

.page-home .home-hero {
  position: relative;
  padding: 24px 0 40px;
  overflow: hidden;
}

.page-home .home-hero::after {
  content: "";
  position: absolute;
  top: 48px;
  right: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(0, 212, 255, 0.12) 0%, rgba(15, 15, 35, 0) 70%);
  pointer-events: none;
  z-index: 0;
}

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

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

.page-home .home-hero__title {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.page-home .home-hero__lead {
  color: var(--sk-muted);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 28px;
  max-width: 680px;
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.page-home .home-hero__index {
  background: var(--sk-bg-panel);
  border: 1px solid var(--sk-border);
  padding: 20px;
  position: relative;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.page-home .home-hero__index::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--sk-green);
}

.page-home .home-hero__index-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--sk-border);
}

.page-home .home-hero__index-label {
  font-family: var(--sk-font-display);
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  color: var(--sk-green);
  text-transform: uppercase;
}

.page-home .home-hero__index-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .home-hero__index-list li {
  border-bottom: 1px solid var(--sk-border);
}

.page-home .home-hero__index-list li:last-child {
  border-bottom: none;
}

.page-home .home-hero__index-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 4px;
  color: var(--sk-text);
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  border-left: 2px solid transparent;
}

.page-home .home-hero__index-list a:hover,
.page-home .home-hero__index-list a:focus-visible {
  background: rgba(57, 255, 20, 0.06);
  color: var(--sk-green);
  outline: none;
  border-left-color: var(--sk-green);
}

.page-home .home-hero__index-list a.is-active {
  color: var(--sk-green);
  border-left-color: var(--sk-green);
}

.page-home .home-hero__index-list a.is-active .home-hero__index-num {
  color: var(--sk-green);
}

.page-home .home-hero__index-num {
  font-family: var(--sk-font-mono);
  font-size: 0.8rem;
  color: var(--sk-muted);
  min-width: 28px;
  transition: color 0.2s;
}

.page-home .home-hero__index-text {
  font-size: 0.95rem;
  line-height: 1.4;
  flex: 1;
}

.page-home .home-hero__index-arrow {
  color: var(--sk-muted);
  font-size: 1.1rem;
  transition: color 0.2s, transform 0.2s;
}

.page-home .home-hero__index-list a:hover .home-hero__index-arrow,
.page-home .home-hero__index-list a.is-active .home-hero__index-arrow {
  color: var(--sk-green);
  transform: translate(2px, -2px);
}

.page-home .home-hero__search-tip {
  margin-top: 16px;
  padding: 12px;
  background: rgba(0, 212, 255, 0.06);
  border: 1px solid rgba(0, 212, 255, 0.25);
  border-left: 3px solid var(--sk-blue);
  font-size: 0.85rem;
  color: var(--sk-muted);
  line-height: 1.6;
}

.page-home .home-hero__search-tip p {
  margin: 0;
}

.page-home .home-bento {
  padding-bottom: 48px;
}

.page-home .home-bento__row {
  margin-bottom: 20px;
}

.page-home .home-bento__row > .sk-card + .sk-card {
  margin-top: 20px;
}

.page-home .home-card__header {
  margin-bottom: 16px;
}

.page-home .home-card__header .sk-card__meta {
  margin-bottom: 8px;
}

.page-home .home-card__header .sk-card__title {
  margin-bottom: 10px;
}

.page-home .home-card__desc {
  color: var(--sk-muted);
  font-size: 0.92rem;
  line-height: 1.6;
  margin: 0;
}

.page-home .home-schedule__img,
.page-home .home-rank__img,
.page-home .home-data__img,
.page-home .home-report__img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 4px;
}

.page-home .home-schedule__img {
  width: 100%;
  margin-bottom: 16px;
}

.page-home .home-schedule__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--sk-border);
}

.page-home .home-schedule__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: var(--sk-muted);
}

.page-home .home-schedule__dot {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  display: inline-block;
}

.page-home .home-schedule__dot--red {
  background: var(--home-red);
}

.page-home .home-schedule__dot--blue {
  background: var(--home-away);
}

.page-home .home-schedule__dot--grey {
  background: var(--home-draw);
}

.page-home .home-schedule__matches {
  margin-bottom: 16px;
}

.page-home .home-schedule__match {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 12px 4px;
  border-bottom: 1px solid var(--sk-border);
}

.page-home .home-schedule__team {
  font-size: 0.92rem;
  color: var(--sk-text);
}

.page-home .home-schedule__team--right {
  text-align: right;
}

.page-home .home-schedule__score {
  font-family: var(--sk-font-mono);
  font-size: 0.95rem;
  color: var(--sk-text);
  background: rgba(255, 255, 255, 0.04);
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
}

.page-home .home-schedule__result {
  font-size: 0.75rem;
  font-family: var(--sk-font-mono);
  padding: 2px 8px;
  border-radius: 3px;
  text-align: center;
  white-space: nowrap;
}

.page-home .home-schedule__result--red {
  background: rgba(255, 77, 90, 0.12);
  color: var(--home-red);
  border: 1px solid rgba(255, 77, 90, 0.4);
}

.page-home .home-schedule__result--blue {
  background: rgba(0, 167, 255, 0.12);
  color: var(--home-away);
  border: 1px solid rgba(0, 167, 255, 0.4);
}

.page-home .home-schedule__result--grey {
  background: rgba(108, 108, 138, 0.12);
  color: var(--home-draw);
  border: 1px solid rgba(108, 108, 138, 0.4);
}

.page-home .home-schedule__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.page-home .home-schedule__view-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.85rem;
}

.page-home .home-schedule__view {
  color: var(--sk-muted);
  text-decoration: none;
  padding: 4px 8px;
  border: 1px solid var(--sk-border);
  font-family: var(--sk-font-mono);
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.page-home .home-schedule__view:hover,
.page-home .home-schedule__view:focus-visible {
  color: var(--sk-blue);
  border-color: var(--sk-blue);
  outline: none;
}

.page-home .home-schedule__view.is-active {
  color: var(--sk-green);
  border-color: var(--sk-green);
  background: rgba(57, 255, 20, 0.06);
}

.page-home .home-schedule__view-divider {
  color: var(--sk-border);
}

.page-home .home-schedule__note {
  font-size: 0.8rem;
  color: var(--sk-muted);
  margin: 4px 0 0;
}

.page-home .home-rank__desc {
  color: var(--sk-muted);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

.page-home .home-rank__img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 16px;
}

.page-home .home-rank__quick {
  background: rgba(255, 255, 255, 0.03);
  border-left: 2px solid var(--sk-blue);
  padding: 12px 14px;
  margin-bottom: 16px;
}

.page-home .home-rank__quick-label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sk-muted);
  margin-bottom: 6px;
}

.page-home .home-rank__quick-value {
  font-family: var(--sk-font-mono);
  font-size: 1.05rem;
  color: var(--sk-text);
  margin: 0;
}

.page-home .home-rank__quick-value + .home-rank__quick-value {
  margin-top: 4px;
}

.page-home .home-rank__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.page-home .home-rank__link {
  color: var(--sk-blue);
  text-decoration: none;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(0, 212, 255, 0.3);
  padding-bottom: 2px;
}

.page-home .home-rank__link:hover,
.page-home .home-rank__link:focus-visible {
  color: var(--sk-text);
  border-bottom-color: var(--sk-text);
  outline: none;
}

.page-home .home-data__grid {
  margin-bottom: 16px;
}

.page-home .home-data__table-wrap {
  overflow-x: auto;
  margin-bottom: 16px;
}

.page-home .home-data__table-wrap .sk-table {
  width: 100%;
  font-size: 0.88rem;
}

.page-home .home-data__table-wrap .sk-table th {
  color: var(--sk-muted);
  font-weight: 500;
  white-space: nowrap;
  padding-right: 16px;
}

.page-home .home-data__table-wrap .sk-table td {
  font-family: var(--sk-font-mono);
  color: var(--sk-text);
  white-space: nowrap;
}

.page-home .home-data__img {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.page-home .home-data__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
}

.page-home .home-data__meta {
  font-size: 0.8rem;
  color: var(--sk-muted);
}

.page-home .home-report__img {
  width: 100%;
  margin-bottom: 16px;
}

.page-home .home-report__timeline {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.page-home .home-report__item {
  position: relative;
  padding-left: 16px;
  border-left: 1px solid var(--sk-border);
}

.page-home .home-report__item::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 18px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--sk-green);
}

.page-home .home-report__details {
  padding: 8px 0;
}

.page-home .home-report__details summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 4px 0;
  transition: color 0.2s;
}

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

.page-home .home-report__details summary:hover,
.page-home .home-report__details summary:focus-visible {
  color: var(--sk-green);
  outline: none;
}

.page-home .home-report__time {
  font-family: var(--sk-font-mono);
  font-size: 0.78rem;
  color: var(--sk-muted);
  text-transform: uppercase;
}

.page-home .home-report__headline {
  font-size: 0.95rem;
  color: var(--sk-text);
  line-height: 1.5;
  font-weight: 500;
}

.page-home .home-report__details[open] .home-report__headline {
  color: var(--sk-green);
}

.page-home .home-report__summary {
  font-size: 0.85rem;
  color: var(--sk-muted);
  line-height: 1.6;
  margin: 8px 0 0;
  padding-bottom: 4px;
  padding-right: 8px;
}

.page-home .home-report__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
}

.page-home .home-report__meta {
  font-size: 0.8rem;
  color: var(--sk-muted);
}

.page-home .home-about {
  border-top: 1px solid var(--sk-border);
  background: rgba(10, 10, 28, 0.45);
}

.page-home .home-about__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 0;
}

.page-home .home-about__title {
  font-size: 1.4rem;
  font-family: var(--sk-font-display);
  margin-bottom: 12px;
  color: var(--sk-text);
}

.page-home .home-about__copy p {
  color: var(--sk-muted);
  font-size: 0.9rem;
  line-height: 1.7;
  max-width: 640px;
  margin: 0;
}

.page-home .home-about__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .home-about__links a {
  color: var(--sk-blue);
  text-decoration: none;
  font-size: 0.85rem;
  border: 1px solid rgba(0, 212, 255, 0.25);
  padding: 8px 14px;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.page-home .home-about__links a:hover,
.page-home .home-about__links a:focus-visible {
  border-color: var(--sk-blue);
  color: var(--sk-text);
  background: rgba(0, 212, 255, 0.04);
  outline: none;
}

@media (max-width: 360px) {
  .page-home .home-schedule__match {
    grid-template-columns: 1fr auto;
  }

  .page-home .home-schedule__team--right {
    display: none;
  }

  .page-home .home-schedule__score {
    justify-self: end;
  }
}

@media (min-width: 900px) {
  .page-home .home-hero {
    padding: 40px 0 64px;
  }

  .page-home .home-hero__inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 64px;
    align-items: start;
  }

  .page-home .home-hero__lead {
    font-size: 1.1rem;
  }

  .page-home .home-hero__index {
    position: sticky;
    top: 100px;
  }

  .page-home .home-bento__row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    align-items: start;
  }

  .page-home .home-bento__row > .sk-card + .sk-card {
    margin-top: 0;
  }

  .page-home .home-schedule {
    grid-column: 1 / span 7;
  }

  .page-home .home-rank {
    grid-column: 8 / span 5;
    margin-top: 56px;
  }

  .page-home .home-data {
    grid-column: 1 / span 5;
    margin-top: -28px;
    z-index: 1;
  }

  .page-home .home-report {
    grid-column: 6 / span 7;
    margin-top: 16px;
  }

  .page-home .home-data__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
  }

  .page-home .home-data__table-wrap {
    margin-bottom: 0;
  }

  .page-home .home-card__header .sk-card__title {
    font-size: 1.5rem;
  }

  .page-home .home-about__grid {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
  }

  .page-home .home-about__links {
    justify-content: flex-end;
    max-width: 320px;
  }
}
