/* Composición inspirada en la referencia visual entregada por el usuario. */
:root {
  --reference-gold: #ffc44f;
  --reference-gold-soft: #e9c77c;
  --reference-blue: #1679ff;
  --reference-panel: rgba(2, 13, 27, .9);
  --reference-line: rgba(84, 145, 203, .42);
}

.container {
  width: min(1580px, calc(100% - 88px));
}

.topbar {
  background: rgba(2, 10, 22, .94);
  border-bottom: 1px solid rgba(218, 171, 80, .3);
  box-shadow: 0 12px 34px rgba(0,0,0,.44);
}
.topbar__inner { height: 80px; gap: 22px; }
.brand { min-width: 320px; gap: 12px; }
.brand__mark,
.brand__mark.has-logo-image {
  width: 118px;
  min-width: 118px;
  height: 68px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  overflow: visible;
}
.brand__markImg:not([hidden]) {
  display: block !important;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
}
.brand__identity { gap: 3px; }
.brand__identity strong {
  font-size: 24px;
  letter-spacing: .08em;
  color: #f5deb0;
  text-shadow: 0 2px 14px rgba(216, 165, 67, .2);
}
.brand__identity small {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: .42em;
  color: #e4bd6b;
  text-align: center;
}

.nav { gap: 4px; margin-left: 0; }
.nav__link {
  padding: 13px 12px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: rgba(231, 237, 247, .86);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .025em;
}
.nav__link:hover { color: #fff; background: rgba(27, 70, 118, .18); }
.nav__link.is-active {
  color: #fff1d2;
  border-color: rgba(223, 163, 52, .7);
  background: linear-gradient(180deg, rgba(106, 63, 9, .75), rgba(42, 27, 8, .74));
  box-shadow: 0 0 18px rgba(255, 171, 33, .18), inset 0 0 18px rgba(255, 179, 48, .08);
}
.nav__link.is-active::after { display: none; }

.chip {
  height: 44px;
  min-width: 108px;
  justify-content: center;
  border-radius: 7px;
  background: rgba(9, 22, 42, .92);
  border-color: rgba(91, 129, 169, .45);
}
.chip__flag { font-size: 17px; line-height: 1; }
.chip__dot { display: none; }
.textlink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  min-width: 148px;
  padding: 0 20px;
  border: 1px solid rgba(92, 145, 197, .72);
  border-radius: 6px;
  color: #eff5ff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.topbar .btn--ghost {
  height: 44px;
  min-width: 210px;
  padding: 0 24px;
  border-color: #ffd06e;
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.34), transparent 45%),
    linear-gradient(90deg, #ffac27, #ffd875 48%, #efa12b);
  color: #201303;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 0 26px rgba(255, 173, 45, .42), inset 0 0 16px rgba(255,255,255,.18);
}

.hero:not(.pageHero) { padding-top: 80px; }
.hero:not(.pageHero) .hero__bgMedia,
.hero:not(.pageHero) .hero__bg,
.hero:not(.pageHero) .hero__shade { inset: 80px 0 0; }
.hero:not(.pageHero) .hero__bgVideo {
  object-position: center center;
  filter: saturate(1.17) contrast(1.08) brightness(.92);
}
.hero:not(.pageHero) .hero__bg {
  background:
    linear-gradient(90deg, rgba(1, 8, 18, .82) 0%, rgba(1, 8, 18, .47) 40%, rgba(1, 8, 18, .1) 66%, rgba(1, 8, 18, .34) 100%),
    linear-gradient(180deg, rgba(0, 5, 12, .04) 42%, rgba(1, 8, 17, .6) 68%, #020a14 100%);
}
.hero:not(.pageHero) .hero__shade {
  background: radial-gradient(980px 440px at 30% 28%, rgba(8, 41, 83, .06), transparent 72%);
}
.hero:not(.pageHero) .hero__inner {
  grid-template-columns: repeat(12, minmax(0,1fr));
  gap: 10px 16px;
  padding: 34px 0 24px;
}

.dashboardIntro {
  order: 1;
  grid-column: 1 / -1;
  position: relative;
  min-height: 335px;
  padding: 7px 0 72px 8px;
  justify-content: flex-end;
}
.dashboardIntro__eyebrow {
  color: #f3c34f;
  font-size: 12px;
  letter-spacing: .36em;
  text-shadow: 0 0 18px rgba(255,181,35,.28);
}
.dashboardIntro__title {
  display: grid;
  width: max-content;
  max-width: 760px;
  margin: 13px 0 5px;
  font-size: clamp(64px, 6.2vw, 104px);
  line-height: .78;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.dashboardIntro__title span,
.dashboardIntro__title strong {
  display: block;
  font: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  -webkit-text-stroke: 1px rgba(255,255,255,.3);
}
.dashboardIntro__title span {
  color: transparent;
  background: linear-gradient(180deg, #fff 8%, #d8dce1 42%, #6f7885 70%, #f1f4f6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 7px 0 rgba(0,0,0,.34), 0 0 24px rgba(201,218,239,.25);
}
.dashboardIntro__title strong {
  color: transparent;
  background: linear-gradient(180deg, #fff5a8 3%, #ffd04e 30%, #ff870e 66%, #fff1a2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke-color: rgba(255, 228, 111, .45);
  filter: drop-shadow(0 5px 0 #572006) drop-shadow(0 0 14px rgba(255,91,0,.64));
}
.dashboardIntro__copy {
  max-width: 560px;
  color: rgba(249, 250, 252, .94);
  font-size: 18px;
  line-height: 1.35;
}

.heroBenefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, auto));
  gap: 26px;
  margin-top: 23px;
}
.heroBenefit {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 150px;
}
.heroBenefit__icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #ffdb73;
  font-family: Georgia, serif;
  font-size: 25px;
  text-shadow: 0 0 18px rgba(255,182,35,.48);
}
.heroBenefit > span:last-child { display: grid; }
.heroBenefit strong { color: #fff; font-size: 12px; }
.heroBenefit small { color: rgba(224,231,242,.8); font-size: 10px; }

.seasonCallout {
  position: absolute;
  right: 0;
  bottom: 12px;
  display: grid;
  grid-template-columns: 64px 1fr 22px;
  align-items: center;
  gap: 12px;
  min-width: 310px;
  min-height: 112px;
  padding: 16px 20px;
  border: 1px solid rgba(206, 154, 62, .65);
  background: linear-gradient(110deg, rgba(65,22,13,.86), rgba(3,17,34,.93) 66%);
  box-shadow: 0 18px 40px rgba(0,0,0,.42), inset 0 0 0 4px rgba(255,205,109,.05);
}
.seasonCallout__crown { color: #ffc632; font-size: 55px; text-shadow: 0 0 24px rgba(255,160,27,.55); }
.seasonCallout > span:nth-child(2) { display: grid; gap: 4px; }
.seasonCallout strong { color: #ffdf91; font-family: Georgia, serif; font-size: 24px; letter-spacing: .05em; }
.seasonCallout small { color: #d2d9e8; font-size: 11px; letter-spacing: .13em; line-height: 1.5; }
.seasonCallout__arrow { color: #ffc83c; font-size: 34px; }

.hero:not(.pageHero) .cta {
  order: 2;
  grid-column: 1 / 7;
  grid-template-columns: 1.05fr 1fr;
  gap: 24px;
  width: 100%;
  margin-top: -36px;
  padding-left: 0;
}
.hero:not(.pageHero) .cta .btn {
  height: 56px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 900;
}
.hero:not(.pageHero) #downloadBtn {
  background:
    linear-gradient(180deg, rgba(255,255,255,.34), transparent 44%),
    linear-gradient(90deg, #ffad26, #ffdc72 52%, #f2a029);
  border-color: #ffdf7f;
  color: #201303;
  box-shadow: 0 0 26px rgba(255, 164, 34, .38), inset 0 0 18px rgba(255,255,255,.2);
}
.hero:not(.pageHero) #ctaRegisterBtn {
  background: linear-gradient(180deg, rgba(14,51,97,.94), rgba(3,18,38,.96));
  border-color: #3990f8;
  color: #f2f7ff;
  box-shadow: 0 0 24px rgba(19,116,255,.22), inset 0 0 18px rgba(40,118,220,.08);
}

.hero:not(.pageHero) .stats {
  order: 3;
  grid-column: 1 / -1;
  margin-top: 60px;
  padding: 14px 18px;
  gap: 16px;
  border: 1px solid rgba(92, 140, 182, .46);
  border-radius: 6px;
  background: rgba(2, 15, 29, .9);
  box-shadow: 0 18px 42px rgba(0,0,0,.36), inset 0 0 0 1px rgba(255,255,255,.02);
}
.hero:not(.pageHero) .stat {
  min-height: 70px;
  padding: 10px 18px;
  grid-template-columns: 52px 1fr;
  background: rgba(2, 18, 35, .72);
  border: 1px solid rgba(45, 102, 153, .48);
  border-radius: 5px;
}
.hero:not(.pageHero) .stat__icon {
  width: 44px;
  height: 44px;
  color: #78b8ff;
  border: 0;
  background: transparent;
}
.hero:not(.pageHero) .stat__icon svg { width: 31px; height: 31px; color: #74b4ff; filter: drop-shadow(0 0 8px rgba(71,122,255,.58)); }
.hero:not(.pageHero) .stat__label { color: rgba(192,211,234,.82); font-size: 12px; }
.hero:not(.pageHero) .stat__value { color: #fff; font-size: 18px; }

.dashboardTiles {
  order: 4;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 16px;
}
.dashboardTile {
  position: relative;
  min-height: 140px;
  display: grid;
  grid-template-columns: 54px 1fr 20px;
  align-items: end;
  gap: 11px;
  padding: 22px 18px 14px;
  overflow: hidden;
  border: 1px solid rgba(48, 112, 170, .62);
  border-radius: 6px;
  background-image:
    linear-gradient(180deg, rgba(1,9,18,.05), rgba(1,9,18,.86) 72%),
    url("./uploads/hero-wizard-observatory-v1.png");
  background-size: cover;
  box-shadow: 0 16px 34px rgba(0,0,0,.32);
  transition: transform .16s ease, border-color .16s ease, filter .16s ease;
}
.dashboardTile::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(1,9,18,.18),transparent); pointer-events:none; }
.dashboardTile:hover { transform: translateY(-3px); border-color: rgba(255,195,76,.8); filter: brightness(1.08); }
.dashboardTile--ranking { background-position: 24% 44%; }
.dashboardTile--events { background-position: 48% 30%; filter: hue-rotate(300deg) saturate(1.35); }
.dashboardTile--shop { background-position: 8% 78%; filter: sepia(.34) saturate(1.35); }
.dashboardTile--community { background-position: 83% 38%; filter: hue-rotate(20deg) saturate(.9); }
.dashboardTile > * { position: relative; z-index: 1; }
.dashboardTile__icon { color: #ffd266; font-family: Georgia, serif; font-size: 40px; text-shadow: 0 0 18px rgba(255,173,35,.4); }
.dashboardTile > span:nth-child(2),
.dashboardTile__text { display: grid; }
.dashboardTile strong { color: #ffe0a1; font-family: Georgia, serif; font-size: 22px; letter-spacing: .02em; }
.dashboardTile small { color: #75c6ff; font-size: 10px; letter-spacing: .12em; }
.dashboardTile b { color: #ffd15c; font-size: 28px; font-weight: 400; }

.hero:not(.pageHero) .portalBlock {
  order: 5;
  display: grid !important;
  width: 100%;
  min-width: 0;
  margin: 20px 0 0;
  padding: 16px;
  gap: 12px;
  overflow: hidden;
  border: 1px solid rgba(218, 164, 64, .72);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(20,51,78,.34), transparent 36%),
    rgba(2, 14, 28, .93);
  box-shadow: 0 24px 50px rgba(0,0,0,.42), inset 0 0 0 3px rgba(218,164,64,.055);
  backdrop-filter: blur(16px);
}
.hero:not(.pageHero) .portalBlock::before {
  inset: 5px;
  border: 1px solid rgba(95, 137, 173, .22);
  border-radius: 2px;
}
.hero:not(.pageHero) .portalBlock--news,
.hero:not(.pageHero) .portalBlock--events,
.hero:not(.pageHero) .portalBlock--fans { grid-column: span 4; }
.hero:not(.pageHero) .portalBlock--ranking { grid-column: 1 / -1; margin-top: 2px; }
.hero:not(.pageHero) .portalBlock--activeEvents { display: none !important; }

.hero:not(.pageHero) .portalBlock__head {
  min-height: 76px;
  align-items: center;
  padding: 5px 4px 12px 68px;
  border-bottom: 1px solid rgba(204, 158, 70, .25);
}
.hero:not(.pageHero) .portalBlock__head::before {
  content: "✦";
  position: absolute;
  left: 18px;
  top: 19px;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(194,149,65,.22);
  background: rgba(6,25,43,.84);
  color: #f2c869;
  font-family: Georgia, serif;
  font-size: 27px;
  text-shadow: 0 0 14px rgba(255,179,37,.42);
  clip-path: polygon(50% 0, 100% 18%, 90% 78%, 50% 100%, 10% 78%, 0 18%);
}
.hero:not(.pageHero) .portalBlock--events .portalBlock__head::before { content: "⚔"; }
.hero:not(.pageHero) .portalBlock--fans .portalBlock__head::before { content: "♟"; }
.hero:not(.pageHero) .portalBlock--ranking .portalBlock__head::before { content: "♛"; }
.hero:not(.pageHero) .portalBlock--activeEvents .portalBlock__head::before { content: "◷"; }
.hero:not(.pageHero) .portalBlock__eyebrow { display: none; }
.hero:not(.pageHero) .portalBlock__title {
  color: #efd59b;
  font-size: 27px;
  line-height: 1.05;
  text-shadow: 0 2px 12px rgba(0,0,0,.7);
}
.hero:not(.pageHero) .portalBlock__aside {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.hero:not(.pageHero) .portalBlock__subtitle {
  max-width: 220px;
  color: rgba(202,215,232,.8);
  font-size: 10px;
  line-height: 1.35;
}
.hero:not(.pageHero) .portalBlock__action,
.hero:not(.pageHero) .portalBlock__action[hidden] {
  display: inline-flex;
  flex: 0 0 auto;
  min-width: 100px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(36,129,218,.7);
  border-radius: 4px;
  background: rgba(2,20,39,.88);
  color: #eaf5ff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .04em;
}

.hero:not(.pageHero) .newsGrid {
  grid-template-columns: 1fr;
  gap: 8px;
  max-height: none;
  overflow: visible;
}
.hero:not(.pageHero) .newsCard {
  border-radius: 3px;
  border-color: rgba(112,149,181,.36);
  background: rgba(3,16,29,.84);
}
.hero:not(.pageHero) .newsCard--feature {
  min-height: 250px;
}
.hero:not(.pageHero) .newsCard--feature .newsCard__media {
  background-image: url("./uploads/hero-wizard-observatory-v1.png") !important;
  background-position: 72% center;
}
.hero:not(.pageHero) .newsCard__shade {
  background: linear-gradient(90deg, rgba(3,9,18,.94), rgba(3,9,18,.48) 65%, rgba(3,9,18,.2));
}
.hero:not(.pageHero) .newsCard__content { padding: 24px; }
.hero:not(.pageHero) .newsCard__tag {
  color: #fff4cf;
  background: linear-gradient(90deg,#8e240d,#c04a12);
  border-color: #ffb22f;
}
.hero:not(.pageHero) .newsCard__title { color: #fff; font-size: 27px; }
.hero:not(.pageHero) .newsCard__body { color: rgba(221,229,240,.86); }
.hero:not(.pageHero) .newsCard__date { color: #f0cd76; }
.hero:not(.pageHero) .newsRail { display: grid; grid-template-columns: 1fr; gap: 8px; }
.hero:not(.pageHero) .newsCard--compact {
  min-height: 80px;
}
.hero:not(.pageHero) .newsCard--compact .newsCard__content {
  min-height: 80px;
  padding: 13px 42px 13px 128px;
}
.hero:not(.pageHero) .newsCard--compact .newsCard__media {
  width: 110px;
  right: auto;
  background-image: url("./uploads/hero-wizard-observatory-v1.png") !important;
}
.hero:not(.pageHero) .newsCard--compact .newsCard__shade { background: linear-gradient(90deg, transparent 95px, rgba(3,9,18,.95) 125px); }
.hero:not(.pageHero) .newsCard--compact .newsCard__title { font-size: 15px; }
.hero:not(.pageHero) .newsCard--compact .newsCard__body { margin: 2px 0; font-size: 10px; }
.hero:not(.pageHero) .newsCard--compact .newsCard__link { position: absolute; right: 12px; top: 31px; font-size: 0; }
.hero:not(.pageHero) .newsCard--compact .newsCard__arrow { width: 20px; height: 20px; color: #ffc953; }

.hero:not(.pageHero) .featureGrid {
  grid-template-columns: 1fr;
  gap: 8px;
  max-height: none;
  overflow: visible;
}
.hero:not(.pageHero) .featureCard {
  position: relative;
  min-height: 98px;
  display: grid;
  grid-template-columns: 112px 42px minmax(0,1fr) 22px;
  grid-template-rows: auto 1fr;
  gap: 2px 10px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 3px;
  background: rgba(3,16,29,.84);
  border-color: rgba(112,149,181,.34);
}
.hero:not(.pageHero) .featureCard__media {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: stretch;
  min-height: 80px;
  border: 1px solid rgba(79,136,182,.44);
  background-image: url("./uploads/hero-wizard-observatory-v1.png");
  background-size: cover;
}
.featureCard__media--0 { background-position: 50% 35%; }
.featureCard__media--1 { background-position: 10% 75%; filter: hue-rotate(300deg); }
.featureCard__media--2 { background-position: 78% 38%; filter: hue-rotate(25deg); }
.featureCard__media--3 { background-position: 38% 85%; filter: sepia(.22); }
.hero:not(.pageHero) .featureCard__top {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: start;
  padding-top: 5px;
}
.hero:not(.pageHero) .featureCard__kind { display: none; }
.hero:not(.pageHero) .featureCard__badge {
  min-width: 36px;
  min-height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid #e18128;
  border-radius: 6px;
  background: rgba(80,26,11,.9);
  color: #ffe49c;
  font-family: Georgia,serif;
  font-size: 15px;
}
.hero:not(.pageHero) .featureCard__title {
  grid-column: 3;
  align-self: end;
  color: #f6eee0;
  font-family: Georgia,serif;
  font-size: 17px;
}
.hero:not(.pageHero) .featureCard__body {
  grid-column: 3;
  align-self: start;
  margin: 0;
  color: rgba(200,214,232,.78);
  font-size: 10px;
  line-height: 1.4;
}
.hero:not(.pageHero) .featureCard__arrow {
  grid-column: 4;
  grid-row: 1 / 3;
  color: #ffca57;
  font-size: 30px;
}

.hero:not(.pageHero) .featureCard--fan {
  grid-template-columns: 68px minmax(0,1fr) 30px;
  min-height: 100px;
  padding: 12px;
}
.hero:not(.pageHero) .featureCard__socialIcon {
  grid-column: 1;
  grid-row: 1 / 3;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(145deg,#228bff,#1649d9);
  color: #fff;
  font: 900 38px/1 Arial,sans-serif;
  box-shadow: 0 0 16px rgba(29,111,255,.35);
}
.hero:not(.pageHero) .featureCard--fan:nth-child(2) .featureCard__socialIcon { background: linear-gradient(145deg,#6867ff,#3a38c8); font-size: 26px; }
.hero:not(.pageHero) .featureCard--fan:nth-child(3) .featureCard__socialIcon { background: linear-gradient(145deg,#194f78,#0c273f); font-size: 25px; }
.hero:not(.pageHero) .featureCard--fan:nth-child(4) .featureCard__socialIcon { background: linear-gradient(145deg,#f43d47,#b41423); font-size: 23px; }
.hero:not(.pageHero) .featureCard--fan .featureCard__top { display: none; }
.hero:not(.pageHero) .featureCard--fan .featureCard__title { grid-column: 2; grid-row: 1; }
.hero:not(.pageHero) .featureCard--fan .featureCard__body { grid-column: 2; grid-row: 2; }
.hero:not(.pageHero) .featureCard__actions {
  grid-column: 3;
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
}
.hero:not(.pageHero) .featureCard__open,
.hero:not(.pageHero) .featureCard__linkHint { color: #ffca57; font-size: 30px; }

.hero:not(.pageHero) .portalBlock--ranking { min-height: 360px; }
.hero:not(.pageHero) .portalRanking,
.hero:not(.pageHero) .homeRankBoardGrid { max-height: none; overflow: visible; }
.hero:not(.pageHero) .homeRankCard {
  min-height: 0;
  padding: 0;
  border-radius: 3px;
  background: rgba(2,15,28,.78);
  border-color: rgba(91,136,176,.34);
}
.homeRankingTable { display: grid; }
.homeRankingTable__head,
.homeRankingTable__row {
  display: grid;
  grid-template-columns: 42px 1.2fr 1fr .6fr .6fr .8fr;
  align-items: center;
  min-height: 39px;
  padding: 0 14px;
  gap: 8px;
}
.homeRankingTable__head {
  color: rgba(179,198,221,.72);
  background: rgba(8,31,50,.58);
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.homeRankingTable__row { border-top: 1px solid rgba(76,116,151,.18); color: rgba(216,227,239,.88); font-size: 11px; }
.homeRankingTable__row:hover { background: rgba(19,51,78,.42); }
.homeRankingTable__row strong { color: #f4dfac; }
.homeRankingTable__row b { color: #ffc647; text-align: right; }
.homeRankingTable__position { color: #f4c250; font: 700 15px Georgia,serif; }

.hero:not(.pageHero) .portalBlock--activeEvents { min-height: 330px; }
.hero:not(.pageHero) .activeEventsGrid { grid-template-columns: 1fr; max-height: none; overflow: visible; }
.hero:not(.pageHero) .activeEventCard {
  min-height: 220px;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 16px;
  padding: 14px;
  border: 1px solid rgba(209,162,67,.54);
  border-radius: 4px;
  background: rgba(2,15,28,.86);
}
.activeEventCard__media {
  min-height: 190px;
  border: 1px solid rgba(72,137,190,.45);
  background:
    linear-gradient(180deg,transparent,rgba(2,10,19,.32)),
    url("./uploads/hero-wizard-observatory-v1.png") 45% center/cover;
}
.activeEventCard__content { display: grid; align-content: start; gap: 8px; }
.hero:not(.pageHero) .activeEventCard__top { margin: 0; }
.hero:not(.pageHero) .activeEventCard__badge { background: #0aa64b; border-color: #5dff9d; color: #fff; }
.hero:not(.pageHero) .activeEventCard__meta { color: #ffdf87; font-weight: 800; text-transform: uppercase; }
.hero:not(.pageHero) .activeEventCard__title { margin: 0; color: #fff; font: 800 25px Georgia,serif; }
.hero:not(.pageHero) .activeEventCard__body { margin: 0; color: rgba(201,215,232,.84); }
.activeEventCard__details { display: flex; flex-wrap: wrap; gap: 13px; color: #86c8ff; font-size: 10px; }
.activeEventCard__join {
  align-self: end;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 48px;
  margin-top: 10px;
  border: 1px solid #ffe083;
  border-radius: 4px;
  background: linear-gradient(90deg,#f4a625,#ffdf74,#e9951d);
  color: #1d1103;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(255,170,31,.28);
}
.activeEventCard__join b { font-size: 26px; }
.hero:not(.pageHero) .activeEventCard__index { display: none; }

.referenceFooter {
  min-height: 94px;
  background: rgba(2, 9, 18, .98);
  border-top: 1px solid rgba(79, 111, 142, .4);
}
.referenceFooter__inner {
  min-height: 94px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  align-items: center;
  gap: 26px;
}
.referenceFooter__brand { display: flex; align-items: center; gap: 10px; }
.referenceFooter__brand img { width: 148px; height: 72px; object-fit: contain; }
.referenceFooter__brand span { display: grid; text-align: center; }
.referenceFooter__brand strong { color: #f3dba8; font-family: Georgia, serif; font-size: 22px; letter-spacing: .06em; white-space: nowrap; }
.referenceFooter__brand small { color: #ddbd75; font-family: Georgia, serif; font-size: 10px; letter-spacing: .2em; }
.referenceFooter__meta { display: grid; gap: 5px; }
.referenceFooter__meta strong { color: rgba(222,226,235,.72); font-size: 10px; letter-spacing: .15em; }
.referenceFooter__meta span { color: rgba(184,193,208,.64); font-size: 11px; }
.referenceFooter__social { display: flex; gap: 12px; }
.referenceFooter__social a {
  width: 40px; height: 40px; display: grid; place-items: center;
  border: 1px solid rgba(84, 113, 143, .42); border-radius: 50%;
  color: #d8dfeb; background: rgba(8,19,34,.7); font-weight: 800;
}
.referenceFooter blockquote {
  margin: 0;
  color: rgba(235,231,221,.72);
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 17px;
  text-align: right;
}

@media (max-width: 1400px) {
  .container { width: min(1240px, calc(100% - 44px)); }
  .brand { min-width: 270px; }
  .brand__identity strong { font-size: 20px; }
  .nav__link { padding-inline: 8px; font-size: 10px; }
  .topbar .btn--ghost { min-width: 150px; }
  .dashboardIntro__title { font-size: clamp(62px, 7.2vw, 92px); }
  .heroBenefits { gap: 14px; }
}

@media (max-width: 1100px) {
  .brand { min-width: auto; }
  .brand__identity { display: none; }
  .seasonCallout { min-width: 275px; }
  .heroBenefits { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 460px; }
  .dashboardIntro { min-height: 400px; }
  .hero:not(.pageHero) .cta { grid-column: 1 / 9; margin-top: -42px; }
  .hero:not(.pageHero) .stats { margin-top: 45px; }
  .dashboardTiles { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero:not(.pageHero) .portalBlock--news,
  .hero:not(.pageHero) .portalBlock--events,
  .hero:not(.pageHero) .portalBlock--fans { grid-column: span 6; }
  .hero:not(.pageHero) .portalBlock--ranking,
  .hero:not(.pageHero) .portalBlock--activeEvents { grid-column: 1 / -1; }
  .referenceFooter__inner { grid-template-columns: auto 1fr auto; }
  .referenceFooter blockquote { display: none; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 620px); }
  .topbar__inner { height: 68px; }
  .brand__mark, .brand__mark.has-logo-image { width: 82px; min-width: 82px; height: 58px; }
  .chip { min-width: 72px; height: 40px; }
  .topbar .btn--ghost { min-width: 116px; height: 40px; padding-inline: 12px; font-size: 11px; }
  .textlink { min-width: 112px; height: 40px; padding-inline: 10px; font-size: 10px; }
  .hero:not(.pageHero) { padding-top: 68px; }
  .hero:not(.pageHero) .hero__bgMedia,
  .hero:not(.pageHero) .hero__bg,
  .hero:not(.pageHero) .hero__shade { inset: 68px 0 0; }
  .hero:not(.pageHero) .hero__bgVideo { object-position: 58% center; }
  .dashboardIntro { min-height: 490px; padding: 44px 0 112px; justify-content: flex-end; }
  .dashboardIntro__title { width: 100%; font-size: clamp(53px, 17vw, 78px); line-height: .82; }
  .dashboardIntro__copy { max-width: 95%; font-size: 15px; }
  .heroBenefits { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 6px; margin-top: 20px; }
  .heroBenefit { min-width: 0; }
  .heroBenefit__icon { width: 26px; font-size: 20px; }
  .heroBenefit strong { font-size: 10px; }
  .heroBenefit small { font-size: 8px; }
  .seasonCallout { display: none; }
  .hero:not(.pageHero) .cta { grid-column: 1 / -1; grid-template-columns: 1fr; gap: 10px; margin-top: -74px; }
  .hero:not(.pageHero) .stats { grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 8px; padding: 8px; gap: 8px; }
  .hero:not(.pageHero) .stat { min-height: 74px; grid-template-columns: 36px 1fr; padding: 8px; }
  .hero:not(.pageHero) .stat__icon { width: 32px; height: 32px; }
  .hero:not(.pageHero) .stat__icon svg { width: 24px; height: 24px; }
  .dashboardTiles { grid-template-columns: 1fr; gap: 10px; }
  .dashboardTile { min-height: 112px; }
  .hero:not(.pageHero) .portalBlock--news,
  .hero:not(.pageHero) .portalBlock--events,
  .hero:not(.pageHero) .portalBlock--fans,
  .hero:not(.pageHero) .portalBlock--ranking,
  .hero:not(.pageHero) .portalBlock--activeEvents { grid-column: 1 / -1; }
  .hero:not(.pageHero) .portalBlock__head { padding-left: 58px; }
  .hero:not(.pageHero) .portalBlock__head::before { left: 12px; width: 42px; height: 42px; font-size: 22px; }
  .hero:not(.pageHero) .portalBlock__title { font-size: 22px; }
  .hero:not(.pageHero) .portalBlock__subtitle { display: none; }
  .hero:not(.pageHero) .featureCard { grid-template-columns: 78px 38px minmax(0,1fr) 18px; }
  .hero:not(.pageHero) .featureCard--fan {
    grid-template-columns: 58px minmax(0,1fr) 20px;
    padding: 10px;
  }
  .hero:not(.pageHero) .featureCard--fan .featureCard__socialIcon { width: 48px; height: 48px; }
  .hero:not(.pageHero) .activeEventCard { grid-template-columns: 1fr; }
  .activeEventCard__media { min-height: 180px; }
  .homeRankingTable__head,
  .homeRankingTable__row { grid-template-columns: 32px 1.2fr .8fr .7fr; }
  .homeRankingTable__head span:nth-child(3),
  .homeRankingTable__head span:nth-child(4),
  .homeRankingTable__row span:nth-child(3),
  .homeRankingTable__row span:nth-child(4) { display: none; }
  .referenceFooter__inner { grid-template-columns: 1fr auto; gap: 12px; }
  .referenceFooter__meta { display: none; }
  .referenceFooter__brand strong { font-size: 17px; }
  .referenceFooter__social { gap: 6px; }
  .referenceFooter__social a { width: 32px; height: 32px; }
}

@media (max-width: 430px) {
  .topbar__inner { gap: 7px; }
  .chip { display: none; }
  .textlink { min-width: 108px; padding-inline: 8px; }
  .topbar .btn--ghost { min-width: 108px; padding-inline: 8px; font-size: 10px; }
  .dashboardIntro__eyebrow { font-size: 9px; letter-spacing: .22em; }
  .dashboardIntro__title { font-size: 52px; }
  .dashboardIntro { min-height: 470px; padding-bottom: 104px; }
  .hero:not(.pageHero) .cta { margin-top: -64px; }
  .dashboardTile strong { font-size: 19px; }
  .referenceFooter__brand img { width: 112px; height: 56px; }
  .referenceFooter__social a:nth-child(n+4) { display: none; }
}
