.page-home {
  --home-bg: #F3EBDD;
  --home-cream: #FBF5E8;
  --home-deep: #14202E;
  --home-line: rgba(212, 175, 55, .35);
  --home-gold-strong: rgba(212, 175, 55, .9);
  color: var(--text-main);
}

.page-home__wrap {
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: 20px;
}

.page-home__hero {
  position: relative;
  overflow: hidden;
  padding: 28px 0 44px;
  background: linear-gradient(160deg, #14202E 0%, #1E3C5A 58%, #1A2C3E 100%);
  isolation: isolate;
}

.page-home__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 78% 16%, rgba(212, 175, 37, .18), transparent 24%),
    radial-gradient(circle at 22% 84%, rgba(255, 107, 53, .12), transparent 20%),
    radial-gradient(circle at 64% 68%, rgba(0, 201, 167, .08), transparent 16%),
    repeating-radial-gradient(circle at 78% 16%, rgba(212, 175, 37, .11) 0 1px, transparent 1px 44px);
}

.page-home__hero-inner {
  display: grid;
  gap: 24px;
  padding-inline: 20px;
  max-width: var(--max-width);
  margin-inline: auto;
}

.page-home__hero-copy {
  position: relative;
  z-index: 1;
}

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

.page-home__bulletin {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: var(--cream);
  border: 1px solid rgba(212, 175, 55, .55);
  border-left: 4px solid var(--gold);
  padding: 12px 16px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--navy);
  max-width: 620px;
}

.page-home__bulletin-badge {
  background: var(--gold-grad);
  color: var(--navy);
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 999px;
  font-size: 13px;
  white-space: nowrap;
}

.page-home__eyebrow {
  margin: 26px 0 10px;
  color: var(--gold);
  font-size: 14px;
  letter-spacing: .08em;
  font-weight: 600;
}

.page-home__title {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 7vw, 4.5rem);
  line-height: 1.15;
  color: var(--cream);
  margin: 0 0 14px;
  font-weight: 400;
}

.page-home__title-accent {
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-home__lead {
  font-size: 1.06rem;
  line-height: 1.8;
  margin: 0 0 22px;
  color: rgba(247, 241, 227, .86);
  max-width: 600px;
}

.page-home__btn-gold {
  background: var(--gold-grad);
  border: 1px solid var(--gold);
  color: var(--navy);
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-block;
  transition: transform .2s ease, box-shadow .2s ease;
}

.page-home__btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-float);
}

.page-home__btn-ghost {
  background: transparent;
  border: 1px solid rgba(247, 241, 227, .45);
  color: var(--cream);
  padding: 10px 22px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-block;
  transition: border-color .2s ease, background .2s ease;
}

.page-home__btn-ghost:hover {
  border-color: var(--gold);
  background: rgba(212, 175, 55, .12);
}

.page-home__hero-figure {
  margin: 0;
  position: relative;
  z-index: 1;
}

.page-home__hero-figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(212, 175, 55, .42);
  border-radius: 2px;
  filter: saturate(1.05) contrast(1.02);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 3% 100%);
}

.page-home__hero-figure figcaption {
  color: rgba(247, 241, 227, .62);
  font-size: 13px;
  margin-top: 8px;
  padding-left: 4px;
}

.page-home__ticker {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  padding-inline: 20px;
  max-width: var(--max-width);
  margin-inline: auto;
}

.page-home__ticker span {
  border: 1px solid rgba(212, 175, 55, .36);
  color: var(--cream);
  padding: 6px 14px;
  font-size: 13px;
  border-radius: 999px;
  background: rgba(26, 44, 62, .55);
}

.page-home__fish-line {
  position: absolute;
  left: 2%;
  bottom: 12%;
  width: 260px;
  opacity: .5;
  pointer-events: none;
  z-index: 0;
  display: none;
}

.page-home__core {
  background: var(--bg-body);
  padding: 64px 0 72px;
}

.page-home__section-head {
  max-width: 720px;
}

.page-home__section-head--center {
  margin-inline: auto;
  text-align: center;
}

.page-home__section-eyebrow {
  color: var(--crimson);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .08em;
  margin: 0 0 8px;
}

.page-home__section-eyebrow--light {
  color: var(--gold);
}

.page-home__section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.2;
  margin: 0 0 12px;
  color: var(--navy);
  font-weight: 400;
}

.page-home__section-title--light {
  color: var(--cream);
}

.page-home__section-lead {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
}

.page-home__section-lead--light {
  color: rgba(247, 241, 227, .76);
}

.page-home__core-grid {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.page-home__core-card {
  background: var(--home-cream);
  border: 1px solid #E5D9C3;
  border-top: 3px solid var(--gold);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: var(--shadow-soft);
  border-radius: 2px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.page-home__core-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-float);
}

.page-home__core-badge {
  align-self: flex-start;
}

.page-home__coin {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gold-grad);
  box-shadow: inset -3px -4px 0 rgba(139, 0, 0, .12);
  display: grid;
  place-items: center;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 20px;
  transition: transform .3s ease, opacity .3s ease;
}

.page-home__core-card:hover .page-home__coin {
  transform: translateY(10px) rotate(-8deg);
  opacity: .92;
}

.page-home__core-card h3 {
  font-size: 1.35rem;
  font-family: var(--font-display);
  margin: 0;
  color: var(--navy);
  font-weight: 400;
  line-height: 1.3;
}

.page-home__core-card p {
  font-size: .95rem;
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0;
}

.page-home__core-card a {
  margin-top: auto;
  color: var(--crimson);
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  align-self: flex-start;
}

.page-home__core-card a:hover {
  border-bottom-color: var(--crimson);
}

.page-home__rules {
  background: var(--cream);
  padding: 64px 0;
}

.page-home__rules-grid {
  display: grid;
  gap: 20px;
  margin-top: 36px;
}

.page-home__rule-card {
  border-radius: 2px;
  box-shadow: var(--shadow-soft);
}

.page-home__rule-card summary {
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.4rem;
  padding: 16px 44px 16px 18px;
  background: var(--navy);
  color: var(--cream);
  border-radius: 2px;
  list-style: none;
  position: relative;
  font-weight: 400;
}

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

.page-home__rule-card summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 22px;
  font-weight: 700;
  transition: transform .25s ease;
}

.page-home__rule-card[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}

.page-home__rule-card[open] summary {
  border-radius: 2px 2px 0 0;
}

.page-home__rule-body {
  padding: 18px;
  background: rgba(255, 255, 255, .55);
  border: 1px solid #E8DCC3;
  border-top: 0;
  font-size: .95rem;
  line-height: 1.75;
}

.page-home__rule-body p {
  margin: 0 0 12px;
}

.page-home__rule-body ul {
  padding-left: 20px;
  margin: 0 0 12px;
}

.page-home__rule-body li {
  margin-bottom: 6px;
}

.page-home__rule-note {
  color: var(--crimson);
  font-size: .9rem;
}

.page-home__rules-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.page-home__rules-figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--crimson);
  border-radius: 2px;
}

.page-home__rules-figure figcaption {
  color: var(--text-muted);
  font-size: 13px;
}

.page-home__frag {
  background: linear-gradient(180deg, #FBF5E8 0%, #F7E4CE 100%);
  padding: 64px 0;
}

.page-home__moments {
  display: grid;
  align-items: center;
  gap: 20px;
  margin-top: 36px;
}

.page-home__moment {
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(212, 175, 55, .45);
  border-radius: 2px;
  padding: 20px 22px;
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.page-home__moment-num {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  color: var(--crimson);
  font-family: var(--font-display);
  font-size: 20px;
  margin-bottom: 10px;
}

.page-home__moment h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--navy);
  font-weight: 400;
}

.page-home__moment p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.7;
  color: var(--text-muted);
}

.page-home__moment-arrow {
  color: var(--gold);
  font-size: 26px;
  text-align: center;
  line-height: 1;
}

.page-home__frag-note {
  text-align: center;
  color: var(--text-muted);
  font-size: .9rem;
  margin: 32px 0 0;
}

.page-home__rank {
  position: relative;
  background: var(--navy);
  color: var(--cream);
  padding: 72px 0;
  overflow: hidden;
  isolation: isolate;
}

.page-home__rank::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(212, 175, 55, .4) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .12;
  pointer-events: none;
}

.page-home__rank-grid {
  display: grid;
  gap: 40px;
}

.page-home__rank-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 12px;
}

.page-home__rank-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: rgba(247, 241, 227, .06);
  border: 1px solid rgba(212, 175, 55, .24);
  padding: 14px 16px;
  border-radius: 2px;
}

.page-home__rank-dot {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold-grad);
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 20px;
  display: grid;
  place-items: center;
  box-shadow: inset -2px -3px 0 rgba(139, 0, 0, .14);
}

.page-home__rank-item h3 {
  margin: 0 0 4px;
  color: var(--gold);
  font-size: 1.1rem;
  font-family: var(--font-display);
  font-weight: 400;
}

.page-home__rank-item p {
  margin: 0;
  font-size: .92rem;
  line-height: 1.65;
  color: rgba(247, 241, 227, .76);
}

.page-home__rank-figure {
  margin: 0;
  align-self: center;
}

.page-home__rank-figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(212, 175, 55, .42);
  border-radius: 2px;
  box-shadow: var(--shadow-float);
}

.page-home__rank-figure figcaption {
  color: rgba(247, 241, 227, .6);
  font-size: 13px;
  margin-top: 10px;
}

.page-home__guide {
  background: var(--cream);
  padding: 72px 0;
}

.page-home__steps {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.page-home__step {
  background: var(--home-cream);
  border: 1px solid #E5D9C3;
  border-left: 4px solid var(--gold);
  padding: 22px;
  border-radius: 2px;
  box-shadow: var(--shadow-soft);
}

.page-home__step-num {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--gold);
  color: var(--crimson);
  font-family: var(--font-display);
  font-size: 18px;
  margin-bottom: 10px;
}

.page-home__step h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--navy);
  font-weight: 400;
}

.page-home__step p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.7;
  color: var(--text-muted);
}

.page-home__guide-tip {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--crimson);
  color: var(--cream);
  padding: 18px 22px;
  border-radius: 2px;
  margin-top: 32px;
  box-shadow: var(--shadow-soft);
}

.page-home__guide-tip-icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--gold-grad);
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 17px;
  display: grid;
  place-items: center;
}

.page-home__guide-tip p {
  margin: 0;
  font-size: .95rem;
  line-height: 1.7;
}

.page-home__wave {
  margin: 0;
  line-height: 0;
}

.page-home__wave svg {
  display: block;
  width: 100%;
  height: 64px;
}

.page-home__stat-float {
  position: fixed;
  left: 12px;
  bottom: 12px;
  width: min(310px, calc(100vw - 24px));
  z-index: 60;
}

.page-home__stat-panel {
  border-radius: 16px;
  box-shadow: var(--shadow-float);
}

.page-home__stat-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  background: var(--gold-grad);
  color: var(--navy);
  border-radius: 999px;
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  font-size: 14px;
  box-shadow: var(--shadow-float);
}

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

.page-home__stat-panel[open] .page-home__stat-summary {
  border-radius: 16px 16px 0 0;
}

.page-home__stat-tag {
  letter-spacing: .02em;
}

.page-home__stat-live {
  background: var(--navy);
  color: var(--cream);
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 999px;
  font-weight: 600;
}

.page-home__stat-body {
  background: rgba(247, 241, 227, .97);
  border: 1px solid rgba(212, 175, 55, .55);
  border-top: 0;
  border-radius: 0 0 16px 16px;
  padding: 14px;
}

.page-home__stat-body > img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #E8DCC3;
}

.page-home__stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 12px;
}

.page-home__stat {
  background: rgba(255, 255, 255, .7);
  border: 1px solid #E5D9C3;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-home__stat-number {
  font-family: var(--font-display);
  font-size: 1.7rem;
  line-height: 1.1;
  color: var(--crimson);
}

.page-home__stat-label {
  font-size: 12px;
  color: var(--text-muted);
}

.page-home__stat-note {
  margin: 12px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-muted);
}

.page-home__btn-outline {
  display: inline-block;
  margin-top: 12px;
  padding: 8px 16px;
  border: 1px solid var(--gold);
  color: var(--navy);
  background: transparent;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  transition: background .2s ease;
}

.page-home__btn-outline:hover {
  background: rgba(212, 175, 55, .14);
}

@media (min-width: 640px) {
  .page-home__hero {
    padding: 40px 0 56px;
  }

  .page-home__moments {
    grid-template-columns: 1fr auto 1fr auto 1fr;
  }

  .page-home__moment-arrow {
    font-size: 30px;
  }
}

@media (min-width: 720px) {
  .page-home__core-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-home__rules-grid {
    grid-template-columns: 1fr 260px 1fr;
    align-items: start;
  }

  .page-home__rank-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 48px;
  }

  .page-home__steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .page-home__wave svg {
    height: 80px;
  }

  .page-home__stat-float {
    left: 20px;
    bottom: 20px;
  }
}

@media (min-width: 1080px) {
  .page-home__hero {
    padding: 64px 0 72px;
  }

  .page-home__hero-inner {
    grid-template-columns: 7fr 5fr;
    gap: 64px;
    align-items: start;
    padding-top: 12px;
  }

  .page-home__hero-figure img {
    transform: translateY(-28px);
  }

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

  .page-home__fish-line {
    display: block;
  }

  .page-home__stat-float {
    left: 28px;
    bottom: 28px;
    width: 340px;
  }
}

@media (min-width: 1200px) {
  .page-home__hero-figure img {
    transform: translateY(-48px);
  }

  .page-home__hero-inner {
    gap: 84px;
  }

  .page-home__section-title {
    font-size: 3rem;
  }
}
