.page-home {
  --home-gold: #B8860B;
  --home-yellow: #FFD700;
  --home-red: #8B0000;
  --home-red-bright: #a51414;
  --home-bone: #F5F5DC;
  --home-border: rgba(184, 134, 11, 0.42);
  --home-surface: rgba(25, 25, 25, 0.72);
  background-color: #121212;
  color: rgba(245, 245, 220, 0.88);
  overflow-x: hidden;
}

.page-home img {
  max-width: 100%;
  height: auto;
}

.page-home__console {
  position: relative;
  min-height: min(88vh, 860px);
  padding: 40px var(--content-pad) 56px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(184, 134, 11, 0.16);
}

.page-home__console-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home__console-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0.52;
}

.page-home__console-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(14, 13, 11, 0.97) 28%, rgba(18, 18, 18, 0.78) 56%, rgba(18, 18, 18, 0.38) 100%),
    radial-gradient(circle at 80% 18%, rgba(184, 134, 11, 0.2), transparent 46%);
}

.page-home__console::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: 42px;
  width: 72%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--home-gold), transparent);
  transform: rotate(-7deg);
  opacity: 0.4;
  pointer-events: none;
  z-index: 1;
}

.page-home__console-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

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

.page-home__console-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  margin-top: 24px;
}

.page-home__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 0.76rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--home-yellow);
  margin: 0;
}

.page-home__eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--home-yellow);
}

.page-home__title {
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: clamp(1.85rem, 5vw, 3.4rem);
  line-height: 1.18;
  color: #fff;
  margin: 18px 0 20px;
  letter-spacing: 0.02em;
  max-width: 780px;
}

.page-home__lead {
  font-size: 0.98rem;
  line-height: 1.78;
  color: rgba(245, 245, 220, 0.76);
  max-width: 660px;
  margin: 0;
}

.page-home__console-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.page-home__console-nav {
  background: linear-gradient(145deg, rgba(44, 44, 44, 0.92), rgba(18, 18, 18, 0.94));
  border: 1px solid var(--home-border);
  border-top: 3px solid var(--home-gold);
  padding: 26px 24px 20px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.48);
  position: relative;
}

.page-home__console-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(135deg, transparent 0 14px, rgba(218, 165, 32, 0.035) 14px 15px);
  pointer-events: none;
}

.page-home__console-nav-title {
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: 1.12rem;
  color: var(--c-gold-light);
  margin-bottom: 14px;
}

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

.page-home__chapter-list li {
  border-bottom: 1px solid rgba(184, 134, 11, 0.18);
}

.page-home__chapter-list a {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 13px 2px;
  color: rgba(245, 245, 220, 0.8);
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 500;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.page-home__chapter-list a:hover {
  color: var(--home-yellow);
  padding-left: 6px;
}

.page-home__chapter-num {
  font-family: var(--font-serif);
  font-size: 1.55rem;
  font-weight: 900;
  color: var(--home-gold);
  line-height: 1;
  width: 34px;
  flex: 0 0 34px;
}

.page-home__console-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(184, 134, 11, 0.22);
  color: rgba(245, 245, 220, 0.55);
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}

.page-home__status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-yellow);
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.65);
}

.page-home__metrics {
  padding: 28px 0;
  background: linear-gradient(180deg, #121212, #0d0c0a 55%, #121212);
  border-bottom: 1px solid rgba(184, 134, 11, 0.14);
}

.page-home__metric-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.page-home__metric-strip .metric-panel {
  border: 1px solid rgba(184, 134, 11, 0.2);
  background: linear-gradient(145deg, rgba(44, 44, 44, 0.6), rgba(18, 18, 18, 0.8));
  padding: 18px 14px;
  text-align: center;
}

.page-home__metric-strip .metric-value {
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  color: var(--home-yellow);
  line-height: 1.1;
}

.page-home__metric-strip .metric-label {
  margin-top: 6px;
  color: rgba(245, 245, 220, 0.6);
  font-size: 0.78rem;
}

.page-home__rank {
  position: relative;
  padding-top: 56px;
  padding-bottom: 48px;
}

.page-home__rank::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20%;
  width: 140%;
  height: 140px;
  background: repeating-linear-gradient(115deg, transparent 0 18px, rgba(184, 134, 11, 0.035) 18px 19px);
  pointer-events: none;
}

.page-home__rank-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 28px;
}

.page-home__rank-panel .data-panel__header {
  flex-wrap: wrap;
}

.page-home__live-tag {
  color: var(--home-yellow) !important;
  border-color: rgba(255, 215, 0, 0.42) !important;
  background: rgba(255, 215, 0, 0.09) !important;
}

.page-home__tabs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(184, 134, 11, 0.26);
  margin-bottom: 16px;
}

.page-home__tab-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page-home__tab-label {
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(245, 245, 220, 0.58);
  padding: 10px 18px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.page-home__tab-label:hover {
  color: rgba(245, 245, 220, 0.82);
}

.page-home__tab-input:checked + .page-home__tab-label {
  color: var(--home-yellow);
  border-bottom-color: var(--home-yellow);
}

.page-home__tab-pane {
  display: none;
  animation: page-home-fade 0.35s ease-out;
}

.page-home__tab-input#tab-recent:checked ~ .page-home__tab-pane--recent,
.page-home__tab-input#tab-cumulative:checked ~ .page-home__tab-pane--cumulative {
  display: block;
}

@keyframes page-home-fade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-home__section-note {
  font-size: 0.8rem;
  color: var(--text-label);
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px dashed rgba(184, 134, 11, 0.24);
}

.page-home__recent-list {
  display: grid;
  gap: 8px;
}

.page-home__recent-row {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 42px 54px;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  background: var(--home-surface);
  border: 1px solid rgba(184, 134, 11, 0.16);
  border-left: 2px solid rgba(184, 134, 11, 0.45);
}

.page-home__recent-label {
  font-family: var(--font-serif);
  font-weight: 900;
  color: var(--home-gold);
  font-size: 1.1rem;
  text-align: center;
}

.page-home__recent-team {
  font-weight: 700;
  font-size: 0.9rem;
  color: rgba(245, 245, 220, 0.92);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-home__recent-result {
  font-size: 0.78rem;
  font-weight: 700;
  text-align: center;
  padding: 3px 10px;
  border-radius: 20px;
}

.page-home__recent-result--win {
  color: var(--home-yellow);
  background: rgba(255, 215, 0, 0.12);
}

.page-home__recent-result--draw {
  color: var(--home-bone);
  background: rgba(245, 245, 220, 0.09);
}

.page-home__recent-result--lose {
  color: #ffb3b3;
  background: rgba(139, 0, 0, 0.22);
}

.page-home__recent-points {
  font-family: var(--font-serif);
  font-weight: 900;
  color: var(--home-yellow);
  font-size: 1.06rem;
  text-align: right;
}

.page-home__rank-head {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 70px 40px;
  gap: 8px;
  padding: 0 16px 8px;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-label);
  border-bottom: 1px solid rgba(184, 134, 11, 0.18);
  margin-bottom: 4px;
}

.page-home__rank-list {
  display: grid;
}

.page-home__rank-record {
  border: 1px solid rgba(184, 134, 11, 0.2);
  background: var(--home-surface);
}

.page-home__rank-record + .page-home__rank-record {
  border-top: 0;
}

.page-home__rank-record:first-of-type {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.page-home__rank-record:last-of-type {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.page-home__rank-record--top {
  border-left: 3px solid var(--home-yellow);
  background: linear-gradient(135deg, rgba(184, 134, 11, 0.16), rgba(25, 25, 25, 0.76));
}

.page-home__rank-summary {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 70px 40px;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  list-style: none;
  cursor: pointer;
  font-family: var(--font-sans);
}

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

.page-home__rank-summary::marker {
  content: "";
}

.page-home__rank-pos {
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: 1.35rem;
  color: var(--home-gold);
  text-align: center;
  line-height: 1;
}

.page-home__rank-record--top .page-home__rank-pos {
  color: var(--home-yellow);
}

.page-home__rank-team {
  font-weight: 700;
  font-size: 0.94rem;
  color: rgba(245, 245, 220, 0.92);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-home__rank-points {
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: 1.12rem;
  color: var(--home-bone);
  text-align: right;
}

.page-home__rank-points small {
  font-size: 0.68rem;
  color: rgba(245, 245, 220, 0.5);
  margin-left: 2px;
}

.page-home__trend-icon {
  justify-self: center;
}

.page-home__rank-more {
  border-top: 1px dashed rgba(184, 134, 11, 0.24);
  padding: 12px 16px 15px;
  font-size: 0.85rem;
  color: rgba(245, 245, 220, 0.72);
}

.page-home__rank-more p {
  margin: 0 0 8px;
  color: rgba(245, 245, 220, 0.62);
}

.page-home__rank-more dl {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 4px 12px;
  margin: 4px 0 0;
}

.page-home__rank-more dl > div {
  display: contents;
}

.page-home__rank-more dt {
  color: var(--text-label);
  font-size: 0.78rem;
}

.page-home__rank-more dd {
  margin: 0;
  font-weight: 700;
  color: rgba(245, 245, 220, 0.9);
  font-size: 0.82rem;
}

.page-home__rank-visual {
  margin: 0;
  align-self: start;
  position: relative;
}

.page-home__rank-visual::before {
  content: "";
  position: absolute;
  inset: 10px -10px -10px 10px;
  border: 1px solid rgba(139, 0, 0, 0.4);
  pointer-events: none;
}

.page-home__rank-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--home-border);
  background: #1a1917;
}

.page-home__rank-visual figcaption,
.page-home__pc-media figcaption,
.page-home__help-media figcaption {
  font-size: 0.78rem;
  color: rgba(245, 245, 220, 0.56);
  margin-top: 12px;
  line-height: 1.5;
  padding-left: 4px;
}

.page-home__card {
  position: relative;
  padding-top: 52px;
  padding-bottom: 56px;
  background:
    var(--golden-surface),
    #121212;
  border-top: 1px solid rgba(184, 134, 11, 0.12);
  border-bottom: 1px solid rgba(184, 134, 11, 0.12);
}

.page-home__card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 28px;
}

.page-home__card-panel .data-panel__body {
  overflow-x: auto;
}

.page-home__card-list {
  border: 1px solid rgba(184, 134, 11, 0.22);
  border-radius: 6px;
  overflow: hidden;
  min-width: 320px;
}

.page-home__card-row {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) 54px 54px minmax(80px, 1fr);
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  font-size: 0.88rem;
  border-top: 1px solid rgba(184, 134, 11, 0.14);
  background: rgba(18, 18, 18, 0.5);
}

.page-home__card-row:first-child {
  border-top: 0;
}

.page-home__card-row--head {
  background: rgba(184, 134, 11, 0.12);
  color: rgba(245, 245, 220, 0.52);
  font-weight: 700;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-home__card-row > span:first-child {
  font-weight: 700;
  color: rgba(245, 245, 220, 0.92);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-home__card-row > span:nth-child(2) {
  color: var(--home-yellow);
  font-weight: 900;
}

.page-home__card-row > span:nth-child(3) {
  color: #f2a4a4;
  font-weight: 900;
}

.page-home__card-mini {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  color: rgba(245, 245, 220, 0.85);
}

.page-home__card-chip {
  width: 10px;
  height: 14px;
  border-radius: 2px;
  display: inline-block;
}

.page-home__card-chip--yellow {
  background: var(--home-yellow);
  box-shadow: 0 0 6px rgba(255, 215, 0, 0.42);
}

.page-home__card-chip--red {
  background: var(--home-red-bright);
  box-shadow: 0 0 6px rgba(165, 20, 20, 0.42);
}

.page-home__card-legend {
  align-self: start;
}

.page-home__card-legend h3 {
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: 1.1rem;
  color: var(--c-gold-light);
  margin: 0 0 10px;
  position: relative;
  padding-left: 14px;
}

.page-home__card-legend h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 18px;
  background: var(--home-red);
}

.page-home__card-legend p {
  font-size: 0.88rem;
  line-height: 1.72;
  color: rgba(245, 245, 220, 0.74);
  margin: 0 0 16px;
}

.page-home__legend-samples {
  display: grid;
  gap: 10px;
}

.page-home__legend-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.86rem;
  color: rgba(245, 245, 220, 0.82);
}

.page-home__pc {
  position: relative;
  padding-top: 54px;
  padding-bottom: 50px;
}

.page-home__pc::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -12%;
  width: 124%;
  height: 100px;
  background: repeating-linear-gradient(115deg, transparent 0 20px, rgba(184, 134, 11, 0.03) 20px 21px);
  pointer-events: none;
}

.page-home__pc-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 28px;
}

.page-home__pc-intro {
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(245, 245, 220, 0.76);
  margin: 0 0 22px;
}

.page-home__pc-features {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(184, 134, 11, 0.14);
}

.page-home__pc-features li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(184, 134, 11, 0.14);
}

.page-home__pc-feature-index {
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: 1.3rem;
  color: var(--home-gold);
  line-height: 1.2;
}

.page-home__pc-feature-body {
  display: block;
}

.page-home__pc-feature-title {
  display: block;
  font-weight: 700;
  color: rgba(245, 245, 220, 0.92);
  font-size: 0.96rem;
  margin-bottom: 4px;
}

.page-home__pc-feature-desc {
  display: block;
  font-size: 0.86rem;
  color: rgba(245, 245, 220, 0.68);
  line-height: 1.65;
}

.page-home__pc-media {
  position: relative;
  margin: 14px 0 0;
  align-self: center;
}

.page-home__pc-media img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--home-border);
  background: #1a1917;
  transform: rotate(1.2deg);
  transition: transform 0.4s ease;
  box-shadow: 22px 22px 0 rgba(139, 0, 0, 0.18), 0 24px 48px rgba(0, 0, 0, 0.5);
}

.page-home__pc-media:hover img {
  transform: rotate(0deg);
}

.page-home__help {
  position: relative;
  padding-top: 54px;
  padding-bottom: 64px;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 215, 0, 0.08), transparent 28%),
    linear-gradient(180deg, #121212, #0f0e0c 60%, #121212);
  border-top: 1px solid rgba(184, 134, 11, 0.12);
}

.page-home__help-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 28px;
}

.page-home__help-media {
  position: relative;
  margin: 0;
  align-self: center;
}

.page-home__help-media img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 360px;
  margin: 0 auto;
  border: 1px solid var(--home-border);
  background: #1a1917;
  box-shadow: -20px 20px 0 rgba(139, 0, 0, 0.2), 0 24px 44px rgba(0, 0, 0, 0.5);
  transform: rotate(-1.1deg);
  transition: transform 0.4s ease;
}

.page-home__help-media:hover img {
  transform: rotate(0deg);
}

.page-home__help-intro {
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(245, 245, 220, 0.76);
  margin: 0 0 20px;
}

.page-home__help-features {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home__help-features li {
  display: block;
  padding: 14px 16px;
  border-left: 2px solid var(--home-gold);
  background: rgba(25, 25, 25, 0.65);
}

.page-home__help-feature-title {
  display: block;
  font-weight: 700;
  color: rgba(245, 245, 220, 0.92);
  font-size: 0.94rem;
  margin-bottom: 4px;
}

.page-home__help-feature-desc {
  display: block;
  font-size: 0.84rem;
  color: rgba(245, 245, 220, 0.66);
  line-height: 1.65;
}

.page-home__weekend {
  margin: 0 0 22px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 215, 0, 0.28);
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.09), transparent 72%);
  position: relative;
  overflow: hidden;
}

.page-home__weekend::after {
  content: "连续观赛";
  position: absolute;
  right: 14px;
  bottom: 8px;
  font-family: var(--font-serif);
  font-size: 2.4rem;
  font-weight: 900;
  color: rgba(184, 134, 11, 0.12);
  line-height: 1;
  pointer-events: none;
}

.page-home__weekend-mark {
  font-family: var(--font-serif);
  font-weight: 900;
  color: var(--home-yellow);
  letter-spacing: 0.16em;
  font-size: 0.82rem;
  margin-bottom: 8px;
}

.page-home__weekend p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.72;
  color: rgba(245, 245, 220, 0.8);
  position: relative;
  z-index: 1;
  max-width: 480px;
}

.page-home__story {
  position: relative;
  padding-top: 54px;
  padding-bottom: 64px;
}

.page-home__story-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 28px;
}

.page-home__story-card {
  position: relative;
  overflow: hidden;
}

.page-home__story-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 80px;
  height: 80px;
  border: 1px solid rgba(184, 134, 11, 0.14);
  transform: rotate(45deg);
  pointer-events: none;
}

.page-home__story-card h3 {
  font-family: var(--font-serif);
  font-weight: 900;
  font-size: 1.12rem;
  color: var(--c-gold-light);
  margin: 0 0 10px;
  position: relative;
  padding-left: 14px;
}

.page-home__story-card h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 18px;
  background: var(--home-red);
}

.page-home__story-card p {
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(245, 245, 220, 0.74);
  margin: 0 0 14px;
}

.page-home__story-link {
  display: inline-block;
  font-size: 0.84rem;
  color: var(--home-yellow);
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 215, 0, 0.35);
  padding-bottom: 2px;
  transition: border-color 0.25s ease, color 0.25s ease;
}

.page-home__story-link:hover {
  color: #fff;
  border-color: #fff;
}

.page-home__trust {
  margin-top: 30px;
  display: flex;
  border: 1px solid rgba(184, 134, 11, 0.2);
  background: linear-gradient(90deg, rgba(139, 0, 0, 0.24), rgba(184, 134, 11, 0.08) 48%, transparent);
  padding: 20px 24px;
  position: relative;
  overflow: hidden;
}

.page-home__trust::before {
  content: "信";
  position: absolute;
  right: 18px;
  bottom: 8px;
  font-family: var(--font-serif);
  font-size: 4.6rem;
  font-weight: 900;
  color: rgba(184, 134, 11, 0.1);
  line-height: 1;
  pointer-events: none;
}

.page-home__trust p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(245, 245, 220, 0.8);
  margin: 0;
  max-width: 760px;
  position: relative;
  z-index: 1;
}

@media (min-width: 700px) {
  .page-home__console-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 40px;
    align-items: center;
  }

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

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

@media (min-width: 880px) {
  .page-home__card-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(240px, 0.7fr);
    align-items: stretch;
  }

  .page-home__card-legend {
    height: 100%;
  }
}

@media (min-width: 900px) {
  .page-home__pc-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
    align-items: center;
  }

  .page-home__help-layout {
    grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
    align-items: center;
    gap: 44px;
  }
}

@media (min-width: 980px) {
  .page-home__rank-layout {
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.85fr);
    align-items: start;
    gap: 34px;
  }

  .page-home__metric-strip {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1024px) {
  .page-home__story-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home__console {
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .page-home__console-nav {
    margin-right: 4%;
  }
}
