.page-home .page-home__hero,
.page-home .page-home__quick,
.page-home .page-home__changelog,
.page-home .page-home__community {
  position: relative;
  overflow: hidden;
}

.page-home .page-home__hero {
  background: linear-gradient(135deg, #0D0D0D 0%, #1A1A1A 60%, #2B2B2B 100%);
  padding: 56px 0 72px;
  isolation: isolate;
}

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

.page-home .page-home__hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.3;
  pointer-events: none;
}

.page-home .page-home__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 82% 24%, rgba(230, 25, 44, 0.48), transparent 42%),
    linear-gradient(135deg, rgba(13, 13, 13, 0.9) 0%, rgba(26, 26, 26, 0.55) 70%, rgba(43, 43, 43, 0.72) 100%);
}

.page-home .page-home__hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: linear-gradient(90deg, #E6192C 0%, #D4AF37 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 90px) 100%, 0 100%);
  z-index: 2;
}

.page-home .page-home__hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  align-items: start;
}

.page-home .page-home__hero-index {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 12px;
  letter-spacing: 0.22em;
  color: #FFD700;
  text-transform: uppercase;
  margin-bottom: 14px;
}

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

.page-home .page-home__hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2.5rem, 9vw, 6rem);
  line-height: 1.06;
  text-transform: uppercase;
  color: #F5F5F5;
  margin: 0 0 20px;
  max-width: 12em;
}

.page-home .page-home__hero-title-sub {
  color: #FFD700;
  display: block;
}

.page-home .page-home__hero-desc {
  color: #E6E6E6;
  font-size: 16px;
  line-height: 1.8;
  max-width: 54rem;
  margin-bottom: 28px;
}

.page-home .page-home__text-link {
  color: #FFD700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-home .page-home__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-home .page-home__window {
  position: relative;
  background: linear-gradient(160deg, #2B2B2B 0%, #1A1A1A 100%);
  border: 1px solid #3D3D3D;
  border-top: 3px solid #D4AF37;
  border-left: 3px solid #E6192C;
  padding: 30px 22px;
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.4);
}

.page-home .page-home__window::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 36px;
  height: 36px;
  border-top: 3px solid #FFD700;
  border-left: 3px solid #FFD700;
}

.page-home .page-home__window::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 36px;
  height: 36px;
  border-right: 3px solid #E6192C;
  border-bottom: 3px solid #E6192C;
}

.page-home .page-home__window-side {
  position: absolute;
  right: 14px;
  top: 60px;
  width: 6px;
  height: 84px;
  background: linear-gradient(180deg, #E6192C, #D4AF37);
}

.page-home .page-home__window-title {
  margin: 0 0 20px;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFD700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-home .page-home__window-title::before {
  content: "";
  width: 30px;
  height: 2px;
  background: #E6192C;
}

.page-home .page-home__scoreboard {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #3D3D3D;
}

.page-home .page-home__match-team {
  font-weight: 700;
  font-size: 17px;
  color: #F5F5F5;
  flex: 1;
  min-width: 0;
}

.page-home .page-home__match-team:last-child {
  text-align: right;
}

.page-home .page-home__match-score {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 7vw, 3.6rem);
  color: #F5F5F5;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.page-home .page-home__match-score strong {
  color: #FFD700;
}

.page-home .page-home__match-meta {
  font-size: 13px;
  color: #E6E6E6;
  padding: 12px 4px 0;
  text-align: center;
}

.page-home .page-home__countdown {
  margin-top: 18px;
  background: rgba(13, 13, 13, 0.92);
  padding: 16px 14px;
  border-left: 4px solid #E6192C;
}

.page-home .page-home__countdown-label,
.page-home .page-home__countdown-note {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #E6E6E6;
}

.page-home .page-home__countdown-digits {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 6px 0 4px;
}

.page-home .page-home__countdown-digits span {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 10vw, 4rem);
  line-height: 1;
  color: #FFD700;
  text-shadow: 0 2px 0 rgba(230, 25, 44, 0.6);
}

.page-home .page-home__countdown-digits i {
  font-style: normal;
  color: #E6192C;
  font-family: var(--font-heading);
  font-size: 1.8rem;
}

.page-home .page-home__export-btn {
  margin-top: 18px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-home .page-home__quick {
  padding: 64px 0 72px;
  background: linear-gradient(180deg, #141414 0%, #1A1A1A 100%);
  border-top: 1px solid #3D3D3D;
}

.page-home .page-home__quick::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #E6192C 0%, #D4AF37 60%, transparent 100%);
}

.page-home .page-home__quick-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.page-home .page-home__quick-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 258px;
  padding: 24px 20px 20px;
  background: #2B2B2B;
  border: 1px solid #3D3D3D;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.page-home .page-home__quick-card:hover {
  border-color: #E6192C;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.page-home .page-home__quick-index {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #FFD700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.page-home .page-home__quick-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  flex-shrink: 0;
}

.page-home .page-home__quick-title {
  font-size: 18px;
  line-height: 1.35;
  color: #F5F5F5;
  margin: 0 0 10px;
}

.page-home .page-home__quick-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #E6E6E6;
  margin-bottom: auto;
}

.page-home .page-home__quick-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: #FFD700;
  font-size: 14px;
  text-decoration: none;
}

.page-home .page-home__quick-link span {
  font-family: var(--font-heading);
  color: #E6192C;
  font-size: 18px;
  transition: transform 0.3s;
}

.page-home .page-home__quick-card:hover .page-home__quick-link span {
  transform: translateX(4px);
}

.page-home .page-home__device {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 40px;
  align-items: center;
  background: #0D0D0D;
  padding: 24px;
}

.page-home .page-home__device-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%);
}

.page-home .page-home__device-tag {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #E6192C;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-home .page-home__device-copy h3 {
  font-size: 22px;
  line-height: 1.3;
  color: #F5F5F5;
  margin: 0 0 12px;
}

.page-home .page-home__device-copy p {
  font-size: 15px;
  line-height: 1.75;
  color: #E6E6E6;
  margin: 0 0 14px;
}

.page-home .page-home__device-copy .legend {
  margin-bottom: 18px;
}

.page-home .page-home__changelog {
  background: linear-gradient(180deg, #0D0D0D 0%, #161616 100%);
  padding: 72px 0 80px;
  border-top: 1px solid #3D3D3D;
}

.page-home .page-home__changelog::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(230, 25, 44, 0.28), transparent 68%);
  pointer-events: none;
}

.page-home .page-home__changelog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-home .page-home__log-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-top: 1px solid #3D3D3D;
}

.page-home .page-home__log-item:last-of-type {
  border-bottom: 1px solid #3D3D3D;
}

.page-home .page-home__log-version {
  font-family: var(--font-heading);
  color: #FFD700;
  font-size: 18px;
  letter-spacing: 0.06em;
}

.page-home .page-home__log-body h3 {
  font-size: 17px;
  line-height: 1.4;
  color: #F5F5F5;
  margin: 0 0 8px;
}

.page-home .page-home__log-body p {
  font-size: 14px;
  line-height: 1.7;
  color: #E6E6E6;
  margin: 0;
}

.page-home .page-home__changelog-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 22px;
  color: #FFD700;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.page-home .page-home__chart {
  margin: 0;
  background: #1A1A1A;
  padding: 10px;
  border: 1px solid #3D3D3D;
}

.page-home .page-home__chart img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  filter: grayscale(0.2) contrast(1.05);
}

.page-home .page-home__chart figcaption {
  padding: 12px 4px 2px;
  font-size: 13px;
  line-height: 1.6;
  color: #E6E6E6;
}

.page-home .page-home__community {
  padding: 72px 0 88px;
  background: linear-gradient(180deg, #1A1A1A 0%, #111111 100%);
  border-top: 1px solid #3D3D3D;
}

.page-home .page-home__community::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 240px;
  height: 4px;
  background: linear-gradient(90deg, #E6192C, #D4AF37);
}

.page-home .page-home__community .filter-bar {
  margin-top: 28px;
}

.page-home .page-home__comments {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 20px;
}

.page-home .page-home__comment {
  position: relative;
  background: #2B2B2B;
  padding: 20px 18px;
  border: 1px solid #3D3D3D;
  border-top: 3px solid #E6192C;
  display: flex;
  flex-direction: column;
  min-height: 180px;
}

.page-home .page-home__comment-badge {
  display: inline-block;
  width: fit-content;
  margin: 0 0 12px;
  background: #0D0D0D;
  color: #FFD700;
  font-size: 11px;
  padding: 4px 8px;
  letter-spacing: 0.08em;
}

.page-home .page-home__comment > p:not(.page-home__comment-badge) {
  flex: 1;
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.7;
  color: #F5F5F5;
}

.page-home .page-home__comment-meta {
  font-size: 12px;
  color: #E6E6E6;
}

.page-home .page-home__community-extra {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 48px;
  align-items: center;
  background: #0D0D0D;
  padding: 24px;
}

.page-home .page-home__stand-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
}

.page-home .page-home__community-tag {
  font-size: 11px;
  letter-spacing: 0.18em;
  color: #E6192C;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-home .page-home__community-copy h3 {
  font-size: 24px;
  line-height: 1.3;
  color: #F5F5F5;
  margin: 0 0 14px;
}

.page-home .page-home__community-copy p {
  font-size: 15px;
  line-height: 1.75;
  color: #E6E6E6;
  margin-bottom: 18px;
}

.page-home .page-home__community-copy .btn {
  margin-right: 12px;
}

.page-home .page-home__trust-note {
  font-size: 13px;
  color: #9A9A9A;
}

@media (min-width: 760px) {
  .page-home .page-home__quick-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (min-width: 880px) {
  .page-home .page-home__device {
    grid-template-columns: 320px 1fr;
    gap: 36px;
  }
}

@media (min-width: 960px) {
  .page-home .page-home__hero-inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    gap: 56px;
    align-items: center;
  }
}

@media (min-width: 980px) {
  .page-home .page-home__changelog-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 56px;
  }

  .page-home .page-home__community-extra {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 40px;
    padding: 36px;
  }
}

@media (min-width: 1200px) {
  .page-home .page-home__quick-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
