.page-home {
  --ph-gold-1: #FFD700;
  --ph-gold-2: #FFA000;
  --ph-gold-3: #FFC107;
  --ph-red-1: #D32F2F;
  --ph-red-2: #B22525;
  --ph-blue: #0D1B2A;
  --ph-blue-2: #14304A;
  --ph-paper: #F5F0E6;
  --ph-white: #FFFFFF;
  --ph-shadow: 6px 6px 0 var(--ph-blue);
  --ph-shadow-sm: 3px 3px 0 var(--ph-blue);
  --ph-gold-grad: linear-gradient(135deg, var(--ph-gold-1) 0%, var(--ph-gold-2) 60%, var(--ph-gold-3) 100%);
  --ph-red-grad: linear-gradient(112deg, var(--ph-red-1) 0%, #FF5722 100%);
  --ph-blue-grad: linear-gradient(135deg, #0B1826 0%, #14304A 100%);
  background-color: var(--ph-paper);
  background-image: linear-gradient(180deg, #FDFBF5 0%, var(--ph-paper) 24%);
}

.page-home .ph-topbar {
  background: var(--ph-gold-grad);
  border-bottom: 3px solid var(--ph-blue);
  box-shadow: 0 3px 0 rgba(13, 27, 42, 0.15);
  position: relative;
  z-index: 2;
}

.page-home .ph-topbar__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding: 12px 20px;
  color: var(--ph-blue);
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s ease;
}

.page-home .ph-topbar__link:hover {
  background: rgba(255, 255, 255, 0.25);
}

.page-home .ph-topbar__icon {
  font-size: 20px;
  color: var(--ph-blue);
  animation: ph-topbar-glow 2s infinite alternate;
}

.page-home .ph-topbar__text {
  font-family: var(--font-heading);
  font-size: 16px;
  letter-spacing: 0.04em;
}

.page-home .ph-topbar__meta {
  font-size: 13px;
  font-weight: 600;
  background: var(--ph-blue);
  color: var(--ph-gold-1);
  padding: 3px 10px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

.page-home .ph-topbar__arrow {
  font-size: 13px;
  font-weight: 700;
  border-bottom: 2px solid currentColor;
  padding-bottom: 2px;
}

.page-home .ph-hero {
  padding-top: 36px;
  padding-bottom: 30px;
  max-width: var(--container-w);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page-home .ph-hero .breadcrumb {
  margin-bottom: 24px;
}

.page-home .ph-hero__body {
  position: relative;
}

.page-home .ph-hero__body::before {
  content: "";
  display: block;
  width: 76px;
  height: 10px;
  background: #FF5722;
  clip-path: polygon(0 0, 100% 0, 85% 50%, 100% 100%, 0 100%);
  margin-bottom: 10px;
}

.page-home .ph-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(30px, 6vw, 56px);
  line-height: 1.1;
  font-weight: 900;
  color: var(--ph-blue);
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}

.page-home .ph-hero__title span {
  color: #FF5722;
  display: inline-block;
  position: relative;
}

.page-home .ph-hero__title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 8px;
  background: var(--ph-gold-1);
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 98% 60%, 2% 60%);
}

.page-home .ph-hero__lead {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  max-width: 640px;
  margin: 0 0 24px;
}

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

.page-home .ph-hero__actions .btn--outline {
  border-color: var(--ph-blue);
  color: var(--ph-blue);
}

.page-home .ph-collage {
  display: grid;
  gap: 20px;
  padding: 0 20px 32px;
  max-width: var(--container-w);
  margin: 0 auto;
  align-items: stretch;
}

.page-home .ph-scoreboard {
  position: relative;
  background: var(--ph-blue-grad);
  border: 3px solid var(--ph-blue);
  border-radius: 0;
  color: #fff;
  overflow: hidden;
  box-shadow: var(--ph-shadow);
  min-height: 380px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
}

.page-home .ph-scoreboard__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .ph-scoreboard__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  opacity: 0.3;
}

.page-home .ph-scoreboard__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(120deg, rgba(13, 27, 42, 0.94) 0%, rgba(13, 27, 42, 0.78) 55%, rgba(255, 87, 34, 0.3) 100%);
}

.page-home .ph-scoreboard__inner {
  position: relative;
  z-index: 2;
  padding: 20px 18px 16px;
}

.page-home .ph-scoreboard__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.page-home .ph-scoreboard__headline {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-home .ph-scoreboard__heading {
  font-family: var(--font-heading);
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  color: #fff;
}

.page-home .ph-scoreboard__refresh {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}

.page-home .ph-scoreboard__freq {
  font-family: var(--font-data);
  font-weight: 700;
  letter-spacing: 0.05em;
}

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

.page-home .ph-scoreboard__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 13px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.16);
}

.page-home .ph-scoreboard__row:last-child {
  border-bottom: none;
}

.page-home .ph-scoreboard__team {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.page-home .ph-scoreboard__team:first-child {
  text-align: right;
}

.page-home .ph-scoreboard__result {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 4px 8px;
}

.page-home .ph-scoreboard__num {
  font-family: var(--font-data);
  font-size: 26px;
  font-weight: 800;
  color: #FFFFFF;
  min-width: 20px;
  text-align: center;
  animation: ph-score-flash 2.6s ease-in-out infinite;
}

.page-home .ph-scoreboard__num--away {
  color: var(--ph-gold-1);
}

.page-home .ph-scoreboard__dash {
  font-family: var(--font-data);
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

.page-home .ph-scoreboard__state {
  justify-self: end;
  font-size: 12px;
  white-space: nowrap;
}

.page-home .ph-scoreboard__foot {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  line-height: 1.6;
}

.page-home .ph-scoreboard__foot a {
  color: var(--ph-gold-1);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 215, 0, 0.6);
}

.page-home .ph-collage__rail {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-home .ph-member {
  background: var(--ph-gold-grad);
  border: 3px solid var(--ph-blue);
  border-radius: 0;
  padding: 0;
  box-shadow: var(--ph-shadow);
  overflow: hidden;
  position: relative;
  color: var(--ph-blue);
}

.page-home .ph-member__media {
  height: 168px;
  overflow: hidden;
  border-bottom: 3px solid var(--ph-blue);
  position: relative;
}

.page-home .ph-member__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(13, 27, 42, 0.12) 0%, rgba(13, 27, 42, 0.35) 100%);
}

.page-home .ph-member__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  display: block;
}

.page-home .ph-member__content {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-home .ph-member__title {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.02em;
}

.page-home .ph-member__desc {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: rgba(13, 27, 42, 0.85);
}

.page-home .ph-member__perks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-home .ph-member__perks li {
  font-size: 14px;
  font-weight: 600;
  padding-left: 22px;
  position: relative;
  color: var(--ph-blue);
}

.page-home .ph-member__perks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  background: var(--ph-blue);
  clip-path: polygon(0 0, 100% 50%, 0 100%, 25% 50%);
}

.page-home .ph-member__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 4px;
}

.page-home .ph-member__fee {
  font-family: var(--font-data);
  font-size: 24px;
  font-weight: 800;
  background: var(--ph-blue);
  color: var(--ph-gold-1);
  padding: 2px 10px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

.page-home .ph-member__year {
  font-size: 14px;
  font-weight: 700;
  color: rgba(13, 27, 42, 0.75);
}

.page-home .ph-member__cta {
  background: var(--ph-blue);
  color: var(--ph-gold-1);
  border: 2px solid var(--ph-blue);
  align-self: flex-start;
  box-shadow: 3px 3px 0 rgba(13, 27, 42, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.page-home .ph-member__cta:hover {
  transform: translate(-2px, -2px);
  box-shadow: 5px 5px 0 rgba(13, 27, 42, 0.4);
}

.page-home .ph-hurt {
  background: #FFF8F0;
  border: 3px solid var(--ph-red-1);
  border-radius: 0;
  box-shadow: 5px 5px 0 var(--ph-red-1);
  overflow: hidden;
}

.page-home .ph-hurt__bar {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--ph-red-grad);
  padding: 10px 14px;
  color: #fff;
}

.page-home .ph-hurt__badge {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}

.page-home .ph-hurt__bar-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-home .ph-hurt__title {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  color: #fff;
  line-height: 1.2;
}

.page-home .ph-hurt__subtitle {
  font-size: 13px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

.page-home .ph-hurt__tip {
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
  padding: 12px 14px 4px;
  color: var(--ph-red-2);
  border-bottom: 1px solid #F0D4C6;
}

.page-home .ph-hurt__list {
  padding: 4px 14px 8px;
}

.page-home .ph-hurt__item {
  border-bottom: 1px dashed #E8C9B8;
}

.page-home .ph-hurt__item:last-child {
  border-bottom: none;
}

.page-home .ph-hurt__summary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  cursor: pointer;
  padding: 10px 0;
  list-style: none;
  font-size: 14px;
}

.page-home .ph-hurt__summary::-webkit-details-marker {
  display: none;
}

.page-home .ph-hurt__summary::before {
  content: "▶";
  font-size: 10px;
  color: var(--ph-red-1);
  transition: transform 0.2s ease;
}

.page-home .ph-hurt__item[open] .ph-hurt__summary::before {
  transform: rotate(90deg);
}

.page-home .ph-hurt__team {
  font-weight: 800;
  color: var(--ph-blue);
}

.page-home .ph-hurt__who {
  color: rgba(13, 27, 42, 0.6);
  font-size: 13px;
}

.page-home .ph-hurt__days {
  font-family: var(--font-data);
  font-size: 13px;
  font-weight: 700;
  color: var(--ph-red-1);
  margin-left: auto;
  white-space: nowrap;
}

.page-home .ph-hurt__detail {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  padding: 0 0 12px 22px;
}

.page-home .ph-hurt__more {
  display: block;
  text-align: center;
  background: var(--ph-red-1);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 12px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.page-home .ph-hurt__more:hover {
  background: var(--ph-red-2);
}

.page-home .ph-leagues {
  padding-top: 0;
  padding-bottom: 32px;
  max-width: var(--container-w);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page-home .ph-leagues__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--ph-blue);
  color: #fff;
  padding: 22px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--ph-shadow);
  border: 3px solid var(--ph-blue);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
}

.page-home .ph-leagues__title-wrap {
  position: relative;
  z-index: 2;
}

.page-home .ph-leagues__title-wrap .section__tag {
  color: var(--ph-gold-1);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.page-home .ph-leagues__title-wrap .section__title {
  color: #fff;
  margin: 6px 0 8px;
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 900;
}

.page-home .ph-leagues__lead {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  max-width: 520px;
}

.page-home .ph-leagues__deco {
  position: relative;
  z-index: 1;
  border-radius: 0;
  overflow: hidden;
  max-height: 140px;
  flex-shrink: 0;
}

.page-home .ph-leagues__deco img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  opacity: 0.6;
  display: block;
}

.page-home .ph-leagues__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  border-top: 3px solid var(--ph-blue);
  padding-top: 18px;
}

.page-home .ph-league {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  background: #FFFDFA;
  border: 2px solid var(--ph-blue);
  border-radius: 0;
  padding: 12px 12px;
  text-decoration: none;
  color: var(--ph-blue);
  box-shadow: var(--ph-shadow-sm);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.page-home .ph-league:hover {
  transform: translate(-3px, -3px);
  box-shadow: 5px 5px 0 var(--ph-blue);
  background: var(--ph-gold-1);
}

.page-home .ph-league__abbr {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.page-home .ph-league__name {
  font-size: 12px;
  color: rgba(13, 27, 42, 0.65);
}

.page-home .ph-league--more {
  background: var(--ph-blue);
  color: #fff;
}

.page-home .ph-league--more .ph-league__name {
  color: var(--ph-gold-1);
}

.page-home .ph-league--more:hover {
  background: var(--ph-blue-2);
}

.page-home .ph-reports {
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 0 20px 40px;
}

.page-home .ph-reports .section__head {
  margin-bottom: 20px;
}

.page-home .ph-reports .section__title {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 900;
  color: var(--ph-blue);
  margin: 6px 0 0;
}

.page-home .ph-reports .section__tag {
  font-size: 13px;
  font-weight: 800;
  color: #FF5722;
  letter-spacing: 0.08em;
}

.page-home .ph-reports__list {
  display: grid;
  gap: 16px;
}

.page-home .ph-report {
  background: #FFFFFF;
  border: 3px solid var(--ph-blue);
  box-shadow: 4px 4px 0 rgba(13, 27, 42, 0.85);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.16s ease;
}

.page-home .ph-report:hover {
  transform: translateY(-3px);
}

.page-home .ph-report__score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: var(--ph-blue);
  color: #fff;
  padding: 8px 12px;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
}

.page-home .ph-report__team {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.page-home .ph-report__nums {
  font-family: var(--font-data);
  font-size: 24px;
  font-weight: 800;
  color: var(--ph-gold-1);
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 10px;
  letter-spacing: 0.04em;
}

.page-home .ph-report__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-home .ph-report__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.page-home .ph-report__title {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 900;
  color: var(--ph-blue);
  margin: 0;
  line-height: 1.3;
}

.page-home .ph-report__excerpt {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.page-home .ph-report__more {
  font-size: 13px;
  font-weight: 700;
  color: #FF5722;
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 87, 34, 0.4);
  align-self: flex-start;
  padding-bottom: 2px;
}

.page-home .ph-manifesto {
  background: var(--ph-blue-grad);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  clip-path: polygon(0 16px, 100% 0, 100% calc(100% - 16px), 0 100%);
}

.page-home .ph-manifesto::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border: 42px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  top: -90px;
  right: -80px;
}

.page-home .ph-manifesto::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  border: 28px solid rgba(255, 87, 34, 0.18);
  border-radius: 50%;
  bottom: -60px;
  left: -30px;
}

.page-home .ph-manifesto__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 0 20px;
}

.page-home .ph-manifesto__pre {
  display: inline-block;
  font-family: var(--font-data);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: var(--ph-gold-1);
  background: rgba(255, 215, 0, 0.12);
  border: 1px solid rgba(255, 215, 0, 0.4);
  padding: 6px 14px;
  margin: 0 0 18px;
}

.page-home .ph-manifesto__title {
  font-family: var(--font-heading);
  font-size: clamp(40px, 8vw, 72px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 18px;
  text-shadow: 6px 6px 0 rgba(255, 87, 34, 0.45);
}

.page-home .ph-manifesto__body {
  max-width: 620px;
  margin: 0 auto 28px;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.88);
}

.page-home .ph-manifesto__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.page-home .ph-manifesto__actions .btn--primary {
  background: #FF5722;
  border-color: #FF5722;
  color: #fff;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
}

.page-home .ph-manifesto__btn-outline {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  transition: background 0.2s ease, transform 0.2s ease;
}

.page-home .ph-manifesto__btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

@keyframes ph-score-flash {
  0%, 88%, 100% {
    opacity: 1;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
  92% {
    opacity: 0.55;
    text-shadow: 0 0 18px rgba(255, 215, 0, 0.8);
  }
  96% {
    opacity: 1;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
  }
}

@keyframes ph-topbar-glow {
  from {
    transform: scale(1);
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
  to {
    transform: scale(1.08);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
  }
}

@media (min-width: 640px) {
  .page-home .ph-scoreboard__row {
    grid-template-columns: 1.2fr auto 1.2fr auto;
    gap: 12px;
  }

  .page-home .ph-scoreboard__team {
    font-size: 15px;
  }

  .page-home .ph-scoreboard__num {
    font-size: 30px;
  }

  .page-home .ph-report {
    flex-direction: row;
    align-items: stretch;
  }

  .page-home .ph-report__score {
    flex-direction: column;
    justify-content: center;
    min-width: 190px;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
  }

  .page-home .ph-report__body {
    flex: 1;
    justify-content: center;
  }

  .page-home .ph-leagues__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .page-home .ph-leagues__deco {
    max-width: 300px;
  }
}

@media (min-width: 768px) {
  .page-home .ph-hero {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .page-home .ph-collage {
    gap: 24px;
  }

  .page-home .ph-collage__rail {
    gap: 24px;
  }

  .page-home .ph-scoreboard__inner {
    padding: 24px;
  }

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

  .page-home .ph-leagues__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }

  .page-home .ph-league {
    padding: 14px 16px;
  }

  .page-home .ph-reports__list {
    gap: 20px;
  }
}

@media (min-width: 1024px) {
  .page-home .ph-collage {
    grid-template-columns: 1.35fr 1fr;
    align-items: stretch;
  }

  .page-home .ph-scoreboard {
    min-height: 500px;
    margin-bottom: 0;
  }

  .page-home .ph-scoreboard__row {
    grid-template-columns: 1.4fr auto 1.4fr auto;
    padding: 16px 0;
  }

  .page-home .ph-scoreboard__num {
    font-size: 34px;
  }

  .page-home .ph-scoreboard__team {
    font-size: 16px;
  }

  .page-home .ph-leagues__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }

  .page-home .ph-league {
    padding: 18px 14px;
  }

  .page-home .ph-league__abbr {
    font-size: 24px;
  }

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

  .page-home .ph-report {
    padding: 18px;
  }

  .page-home .ph-manifesto {
    padding: 84px 0;
  }
}
