:root {
  --ink: #090b10;
  --ink-2: #111722;
  --steel: #273442;
  --fog: #d9d1c1;
  --paper: #f8edd8;
  --muted: rgba(248, 237, 216, 0.72);
  --dim: rgba(248, 237, 216, 0.52);
  --gold: #d79b38;
  --gold-2: #ffd276;
  --crimson: #9d2d25;
  --ember: #ef6538;
  --jade: #49d99a;
  --line: rgba(248, 237, 216, 0.15);
  --panel: rgba(13, 18, 25, 0.82);
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.46);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 15% 4%, rgba(215, 155, 56, 0.22), transparent 27rem),
    radial-gradient(circle at 90% 6%, rgba(73, 217, 154, 0.12), transparent 31rem),
    radial-gradient(circle at 70% 74%, rgba(157, 45, 37, 0.2), transparent 34rem),
    linear-gradient(135deg, #07090d 0%, #111720 48%, #211313 100%);
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.page-aura {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(255, 210, 118, 0.08), transparent 38rem);
}

a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(7, 9, 13, 0.75);
  backdrop-filter: blur(18px);
}

.brand,
.main-nav,
.hero-actions,
.server-strip,
.status-band,
.panel-head,
.download-meta,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 12px;
  font-family: "Cinzel", serif;
  font-weight: 800;
  font-size: 24px;
}

.brand-mark { width: 38px; height: 38px; }

.main-nav {
  gap: clamp(14px, 3vw, 34px);
  color: var(--muted);
  font-weight: 700;
}

.main-nav a:hover { color: var(--gold-2); }

.header-action,
.btn,
.download-button,
.small-btn {
  border: 1px solid rgba(255, 210, 118, 0.5);
  background: linear-gradient(135deg, var(--gold-2), var(--gold) 48%, #81521e);
  color: #16120c;
  font-weight: 800;
  border-radius: 5px;
  box-shadow: 0 14px 36px rgba(215, 155, 56, 0.24);
}

.header-action { padding: 10px 16px; }

.hero {
  min-height: 96vh;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 142px clamp(18px, 6vw, 92px) 76px;
}

.hero-content {
  max-width: 810px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-2);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

h1,
h2,
h3 {
  font-family: "Cinzel", serif;
  margin: 0;
  line-height: 1.05;
}

h1 {
  font-size: clamp(68px, 12vw, 158px);
  text-shadow: 0 16px 44px rgba(0, 0, 0, 0.58);
}

h2 { font-size: clamp(34px, 5vw, 62px); }
h3 { font-size: 25px; }

.hero-copy,
.section-copy p,
.patcher-card p,
.feature-wall p,
.guide p,
.big-download p,
.site-footer p,
.support-card p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-copy {
  max-width: 650px;
  font-size: 22px;
}

.hero-actions {
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  min-width: 176px;
  padding: 14px 22px;
}

.btn.secondary,
.small-btn.muted {
  background: rgba(248, 237, 216, 0.07);
  color: var(--paper);
  box-shadow: none;
  border-color: rgba(248, 237, 216, 0.22);
}

.server-strip {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.server-strip div {
  min-width: 150px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: rgba(13, 18, 25, 0.7);
}

.server-strip strong,
.server-strip span { display: block; }
.server-strip strong { color: var(--gold-2); }
.server-strip span { color: var(--muted); }

.hero-art {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.moon {
  position: absolute;
  right: clamp(20px, 12vw, 190px);
  top: 112px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 34%, #fff2c3 0 8%, #c79d45 28%, #5d3d1e 58%, transparent 60%);
  opacity: 0.6;
}

.blade {
  position: absolute;
  width: 2px;
  height: 520px;
  right: 23%;
  bottom: -80px;
  background: linear-gradient(to top, transparent, rgba(255, 210, 118, 0.75), transparent);
  transform: rotate(34deg);
  opacity: 0.5;
}

.blade-two {
  right: 10%;
  transform: rotate(-27deg);
  opacity: 0.28;
}

.gate {
  position: absolute;
  right: clamp(-100px, 7vw, 120px);
  bottom: -20px;
  width: min(45vw, 620px);
  height: min(58vh, 610px);
  border: 1px solid rgba(215, 155, 56, 0.28);
  background:
    linear-gradient(90deg, transparent 0 14%, rgba(215, 155, 56, 0.14) 14% 16%, transparent 16% 84%, rgba(215, 155, 56, 0.14) 84% 86%, transparent 86%),
    linear-gradient(to top, rgba(6, 7, 9, 0.94), rgba(35, 23, 19, 0.26));
  clip-path: polygon(12% 100%, 12% 24%, 50% 0, 88% 24%, 88% 100%);
  box-shadow: var(--shadow);
}

.gate span {
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 70%;
  background: rgba(255, 210, 118, 0.22);
}

.gate span:nth-child(1) { left: 34%; }
.gate span:nth-child(2) { left: 50%; }
.gate span:nth-child(3) { left: 66%; }

.embers {
  position: absolute;
  inset: auto 0 0 0;
  height: 45vh;
  background:
    radial-gradient(circle at 16% 70%, rgba(239, 101, 56, 0.55) 0 3px, transparent 4px),
    radial-gradient(circle at 38% 84%, rgba(255, 210, 118, 0.55) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 64%, rgba(239, 101, 56, 0.48) 0 3px, transparent 4px),
    linear-gradient(to top, rgba(157, 45, 37, 0.35), transparent);
  animation: emberFloat 4s ease-in-out infinite alternate;
}

.status-band,
.download-zone,
.patcher-zone,
.feature-wall,
.ranking,
.guide {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.status-band {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  transform: translateY(-30px);
  background: var(--line);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.status-band article {
  min-height: 116px;
  padding: 24px;
  background: rgba(15, 20, 28, 0.94);
}

.status-band p {
  margin: 0 0 8px;
  color: var(--dim);
}

.status-band strong {
  font-size: 28px;
  color: var(--paper);
}

.status-dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--jade);
  box-shadow: 0 0 18px rgba(73, 217, 154, 0.85);
}

.download-zone,
.patcher-zone,
.guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  padding: 70px 0;
}

.download-panel,
.patcher-card,
.guide-card,
.support-card,
.feature-wall article,
.ranking-table,
.steps article {
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(248, 237, 216, 0.08), transparent),
    var(--panel);
  box-shadow: var(--shadow);
}

.download-panel,
.patcher-card,
.guide-card,
.support-card { padding: 26px; }

.panel-head {
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.panel-head span,
.panel-kicker {
  color: var(--gold-2);
  font-weight: 800;
}

.panel-kicker {
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.big-download { padding-top: 22px; }

.download-button {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 18px 22px;
  font-size: 22px;
}

.download-meta {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.download-meta span,
.patcher-url,
.text-link {
  border: 1px solid var(--line);
  background: rgba(248, 237, 216, 0.06);
  color: var(--muted);
}

.download-meta span {
  padding: 8px 10px;
  font-size: 15px;
}

.patcher-zone {
  grid-template-columns: minmax(320px, 510px) minmax(0, 1fr);
}

.patcher-url {
  margin-top: 24px;
  padding: 16px;
  overflow-x: auto;
}

.patcher-url span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-2);
  font-weight: 800;
}

code {
  color: var(--paper);
  font-family: Consolas, "Courier New", monospace;
  font-size: 15px;
}

.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.steps article {
  padding: 22px;
}

.steps span,
.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border: 1px solid rgba(215, 155, 56, 0.42);
  color: var(--gold-2);
  font-weight: 800;
}

.steps p { color: var(--muted); }

.feature-wall {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding: 32px 0 76px;
}

.feature-wall article {
  min-height: 248px;
  padding: 26px;
}

.ranking { padding: 40px 0 78px; }

.ranking-table {
  margin-top: 26px;
  overflow: hidden;
}

.rank-row {
  display: grid;
  grid-template-columns: 70px 1fr 150px 120px;
  gap: 10px;
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
}

.rank-row:last-child { border-bottom: 0; }

.rank-row.head {
  color: var(--gold-2);
  font-weight: 800;
  background: rgba(215, 155, 56, 0.08);
}

.guide { padding-bottom: 92px; }

.guide ol {
  margin: 24px 0 0;
  padding-left: 24px;
  line-height: 1.9;
}

.support-card {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.support-card .btn { margin-top: 16px; }

.text-link {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 12px;
  padding: 10px 12px;
}

.site-footer {
  justify-content: space-between;
  gap: 24px;
  padding: 26px clamp(18px, 4vw, 64px);
  border-top: 1px solid var(--line);
  background: rgba(7, 9, 12, 0.82);
}

.site-footer span {
  font-family: "Cinzel", serif;
  color: var(--gold-2);
  font-weight: 800;
}

.ranking-brand,
.ranking-nav {
  display: flex;
  align-items: center;
}

.ranking-brand {
  gap: 12px;
  font-family: "Cinzel", serif;
  font-weight: 800;
  font-size: 24px;
}

.ranking-nav {
  justify-content: center;
  gap: clamp(16px, 2.8vw, 34px);
  color: var(--muted);
  font-weight: 900;
}

.ranking-nav a {
  position: relative;
  white-space: nowrap;
}

.ranking-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--gold-2);
  transition: transform 0.2s ease;
}

.ranking-nav a:hover,
.ranking-nav a.is-active {
  color: var(--gold-2);
}

.ranking-nav a:hover::after,
.ranking-nav a.is-active::after {
  transform: scaleX(1);
}

.ranking-back {
  justify-self: end;
  padding: 10px 16px;
  border: 1px solid rgba(255, 210, 118, 0.5);
  border-radius: 5px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold) 48%, #81521e);
  color: #16120c;
  font-weight: 900;
  box-shadow: 0 14px 36px rgba(215, 155, 56, 0.24);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes emberFloat {
  from { transform: translateY(0); opacity: 0.85; }
  to { transform: translateY(-16px); opacity: 1; }
}

@media (max-width: 1050px) {
  .feature-wall { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 920px) {
  .site-header {
    position: absolute;
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    min-height: auto;
    padding-top: 172px;
  }

  .gate {
    opacity: 0.42;
    width: 86vw;
  }

  .status-band,
  .download-zone,
  .patcher-zone,
  .guide {
    grid-template-columns: 1fr;
  }

  .rank-row {
    grid-template-columns: 42px 1fr 92px 72px;
    padding: 15px 14px;
    font-size: 16px;
  }
}

@media (max-width: 620px) {
  body { font-size: 16px; }

  .header-action { display: none; }

  .brand { font-size: 21px; }

  .hero-copy { font-size: 19px; }

  .server-strip div,
  .btn,
  .feature-wall article { width: 100%; }

  .status-band,
  .feature-wall { grid-template-columns: 1fr; }

  .status-band article {
    min-height: 94px;
    padding: 18px;
  }

  .status-band strong { font-size: 24px; }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

.status-dot.offline {
  background: var(--crimson);
  box-shadow: 0 0 18px rgba(157, 45, 37, 0.8);
}

.rank-row.loading {
  color: var(--dim);
}

#stats-updated {
  color: var(--gold-2);
  font-weight: 700;
}

.ranking-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 18px;
  margin-top: 26px;
}

.guild-table {
  overflow: hidden;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(248, 237, 216, 0.08), transparent), var(--panel);
  box-shadow: var(--shadow);
}

.guild-row {
  display: grid;
  grid-template-columns: 54px 1fr 72px 100px;
  gap: 10px;
  padding: 18px 18px;
  border-bottom: 1px solid var(--line);
}

.guild-row:last-child {
  border-bottom: 0;
}

.guild-row.head {
  color: var(--gold-2);
  font-weight: 800;
  background: rgba(215, 155, 56, 0.08);
}

.guild-row.loading {
  color: var(--dim);
}

@media (max-width: 920px) {
  .ranking-grid {
    grid-template-columns: 1fr;
  }

  .guild-row {
    grid-template-columns: 42px 1fr 54px 82px;
    padding: 15px 14px;
    font-size: 16px;
  }
}

.latest-characters {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 24px 0 78px;
}

.latest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 26px;
}

.latest-card {
  position: relative;
  overflow: hidden;
  min-height: 138px;
  padding: 22px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 210, 118, 0.12), transparent 62%),
    rgba(13, 18, 25, 0.82);
  box-shadow: var(--shadow);
}

.latest-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 210, 118, 0.18);
  border-radius: 50%;
}

.latest-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-2);
  font-weight: 900;
}

.latest-card strong {
  display: block;
  color: var(--paper);
  font-family: "Cinzel", serif;
  font-size: 24px;
}

.latest-card small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 800;
}

.latest-card.loading {
  color: var(--dim);
}

@media (max-width: 920px) {
  .latest-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .latest-grid {
    grid-template-columns: 1fr;
  }
}

.site-header.is-static {
  position: sticky;
}

.ranking-page {
  padding: 84px 0 80px;
}

.ranking-hero,
.ranking-full-grid {
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
}

.ranking-hero {
  padding: 52px 0 34px;
}

.ranking-hero h1 {
  font-size: clamp(48px, 8vw, 104px);
}

.ranking-hero p {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 21px;
}

#ranking-updated {
  color: var(--gold-2);
  font-weight: 800;
}

.ranking-full-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}

.ranking-full-card {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(248, 237, 216, 0.08), transparent), var(--panel);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.ranking-card-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 24px;
  border-bottom: 1px solid var(--line);
}

.ranking-card-head span {
  color: var(--gold-2);
  font-weight: 800;
}

.full-table {
  overflow-x: auto;
}

.full-row {
  display: grid;
  grid-template-columns: 70px minmax(180px, 1fr) 150px 110px 110px;
  gap: 12px;
  min-width: 690px;
  padding: 15px 24px;
  border-bottom: 1px solid var(--line);
}

.full-row.guild-full {
  grid-template-columns: 70px minmax(180px, 1fr) 100px 130px 130px;
}

.full-row:last-child {
  border-bottom: 0;
}

.full-row.head {
  color: var(--gold-2);
  font-weight: 800;
  background: rgba(215, 155, 56, 0.08);
}

.full-row.loading {
  color: var(--dim);
}

@media (max-width: 700px) {
  .ranking-page {
    padding-top: 36px;
  }

  .ranking-card-head {
    align-items: flex-start;
    flex-direction: column;
  }
}

.home-news {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 14px 0 78px;
}

.home-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 26px 0 18px;
}

.home-news-grid article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(248, 237, 216, 0.08), transparent),
    rgba(13, 18, 25, 0.82);
  box-shadow: var(--shadow);
}

.home-news-grid span {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--gold-2);
  font-weight: 900;
}

.home-news-grid p {
  color: var(--muted);
  line-height: 1.6;
}

@media (max-width: 920px) {
  .home-news-grid {
    grid-template-columns: 1fr;
  }
}

/* Premium homepage refresh */
.home-premium .site-header {
  position: sticky;
}

.premium-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: clamp(28px, 6vw, 86px);
  align-items: center;
  padding: 104px clamp(18px, 6vw, 92px) 92px;
}

.premium-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.premium-hero-copy h1 {
  font-size: clamp(78px, 11vw, 150px);
  letter-spacing: -0.04em;
}

.premium-live-card {
  position: relative;
  z-index: 2;
  padding: 28px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(255, 210, 118, 0.12), transparent 54%),
    rgba(13, 18, 25, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.live-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.live-head p,
.live-mini-grid span {
  margin: 0;
  color: var(--dim);
  font-weight: 800;
}

.live-head strong {
  display: block;
  margin-top: 4px;
  color: var(--paper);
  font-family: "Cinzel", serif;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.live-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 18px;
}

.live-mini-grid div {
  padding: 14px;
  border: 1px solid rgba(248, 237, 216, 0.1);
  background: rgba(248, 237, 216, 0.045);
}

.live-mini-grid strong {
  display: block;
  margin-top: 4px;
  color: var(--gold-2);
  font-family: "Cinzel", serif;
  font-size: 28px;
}

.premium-quickbar,
.premium-start,
.premium-ranking,
.premium-world,
.premium-final-cta {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.premium-quickbar {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: -36px;
  border: 1px solid var(--line);
  background: var(--line);
  box-shadow: var(--shadow);
}

.premium-quickbar article {
  padding: 22px;
  background: rgba(15, 20, 28, 0.95);
}

.premium-quickbar span,
.premium-action-card span {
  display: block;
  color: var(--gold-2);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.premium-quickbar strong {
  display: block;
  margin-top: 8px;
  color: var(--paper);
  font-family: "Cinzel", serif;
  font-size: 24px;
  line-height: 1.05;
}

.premium-start,
.premium-ranking,
.premium-world {
  padding: 76px 0 34px;
}

.premium-start {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.premium-action-grid {
  display: grid;
  gap: 14px;
}

.premium-action-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 6px 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(248, 237, 216, 0.08), transparent),
    var(--panel);
  box-shadow: var(--shadow);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.premium-action-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 210, 118, 0.34);
}

.premium-action-card span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(215, 155, 56, 0.42);
}

.premium-action-card strong {
  color: var(--paper);
  font-family: "Cinzel", serif;
  font-size: 25px;
}

.premium-action-card small {
  color: var(--muted);
  font-size: 17px;
  font-weight: 800;
}

.premium-ranking .section-copy,
.premium-world .section-copy,
.premium-latest .section-copy {
  max-width: 820px;
}

.premium-rank-cards {
  align-items: start;
}

.premium-rank-cards .ranking-table {
  margin-top: 0;
}

.premium-feature-wall {
  padding: 26px 0 20px;
}

.premium-latest {
  padding-top: 58px;
}

.premium-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 82px;
  padding: 34px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 210, 118, 0.14), transparent 24rem),
    linear-gradient(145deg, rgba(248, 237, 216, 0.08), transparent),
    var(--panel);
  box-shadow: var(--shadow);
}

.premium-final-cta h2 {
  max-width: 760px;
}

.premium-final-cta p {
  color: var(--muted);
  line-height: 1.65;
}

@media (max-width: 1050px) {
  .premium-hero,
  .premium-start {
    grid-template-columns: 1fr;
  }

  .premium-live-card {
    max-width: 580px;
  }

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

  .premium-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .premium-hero {
    min-height: auto;
    padding: 52px 18px 70px;
  }

  .premium-hero-copy h1 {
    font-size: clamp(62px, 22vw, 92px);
  }

  .live-mini-grid,
  .premium-quickbar {
    grid-template-columns: 1fr;
  }

  .premium-start,
  .premium-ranking,
  .premium-world,
  .premium-latest {
    padding-top: 54px;
  }

  .premium-action-card {
    grid-template-columns: 1fr;
  }
}
/* Homepage status reposition */
.premium-hero {
  grid-template-columns: minmax(0, 760px) 1fr;
}

.premium-live-card {
  display: none;
}

.premium-live-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  max-width: 850px;
  margin-top: 28px;
  padding: 16px;
  border: 1px solid var(--line);
  background: rgba(13, 18, 25, 0.86);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(12px);
}

.premium-live-strip .live-head {
  padding: 0 16px 0 0;
  border-right: 1px solid var(--line);
  border-bottom: 0;
}

.premium-live-strip .live-head strong {
  font-size: 24px;
}

.premium-live-strip .live-mini-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0;
}

.premium-live-strip .live-mini-grid div {
  padding: 12px;
}

.premium-live-strip .live-mini-grid strong {
  font-size: 23px;
}

@media (max-width: 1050px) {
  .premium-hero {
    grid-template-columns: 1fr;
  }

  .premium-live-strip {
    grid-template-columns: 1fr;
  }

  .premium-live-strip .live-head {
    padding: 0 0 14px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .premium-live-strip .live-mini-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .premium-live-strip .live-mini-grid {
    grid-template-columns: 1fr;
  }
}
/* Homepage cinematic artwork layer */
.home-premium .premium-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 24%, rgba(244, 193, 82, 0.20), transparent 16rem),
    linear-gradient(90deg, rgba(5, 7, 10, 0.98) 0%, rgba(6, 9, 13, 0.90) 34%, rgba(41, 15, 18, 0.62) 62%, rgba(4, 7, 11, 0.92) 100%),
    linear-gradient(180deg, rgba(7, 10, 14, 0.35), rgba(61, 18, 21, 0.72)),
    url('../assets/umbra2-hero-wallpaper.jpg') center 43% / cover no-repeat;
}

.home-premium .premium-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7, 10, 14, 0.40), rgba(7, 10, 14, 0.12) 42%, rgba(7, 10, 14, 0.70) 100%),
    radial-gradient(circle at 51% 34%, rgba(255, 236, 191, 0.16), transparent 18rem);
  pointer-events: none;
}

.home-premium .premium-hero::after {
  opacity: 0.36;
}

.home-premium .premium-hero-copy,
.home-premium .premium-live-strip,
.home-premium .premium-quickbar {
  backdrop-filter: saturate(112%) blur(0.5px);
}

@media (max-width: 760px) {
  .home-premium .premium-hero {
    background:
      linear-gradient(180deg, rgba(5, 7, 10, 0.92) 0%, rgba(18, 9, 13, 0.80) 58%, rgba(5, 7, 10, 0.96) 100%),
      url('../assets/umbra2-hero-wallpaper.jpg') center top / cover no-repeat;
  }
}

/* Homepage final polish */
.home-premium {
  --home-gold: #f6c45b;
  --home-gold-2: #a86f22;
  --home-ink: #080c12;
  --home-panel: rgba(13, 18, 25, 0.82);
  --home-line: rgba(246, 196, 91, 0.18);
}

.home-premium .premium-hero {
  min-height: min(860px, calc(100vh - 72px));
  padding: clamp(110px, 13vh, 160px) clamp(28px, 5vw, 74px) clamp(82px, 10vh, 118px);
  align-items: center;
  background-position: center 42%;
}

.home-premium .premium-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.98) 0%, rgba(5, 7, 10, 0.90) 28%, rgba(29, 14, 17, 0.54) 58%, rgba(5, 8, 12, 0.84) 100%),
    radial-gradient(circle at 50% 30%, rgba(255, 230, 183, 0.14), transparent 18rem),
    radial-gradient(circle at 87% 24%, rgba(246, 196, 91, 0.24), transparent 15rem),
    linear-gradient(180deg, rgba(5, 7, 10, 0.30), rgba(5, 7, 10, 0.82));
}

.home-premium .premium-hero-copy {
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.home-premium .premium-kicker,
.home-premium .section-kicker {
  color: var(--home-gold);
  letter-spacing: 0.28em;
  text-shadow: 0 0 24px rgba(246, 196, 91, 0.20);
}

.home-premium .premium-hero h1 {
  margin: 18px 0 24px;
  max-width: 760px;
  font-size: clamp(5.4rem, 12vw, 12.4rem);
  line-height: 0.76;
  letter-spacing: -0.055em;
  text-shadow: 0 12px 46px rgba(0, 0, 0, 0.62), 0 0 74px rgba(246, 196, 91, 0.09);
}

.home-premium .premium-hero-copy > p {
  max-width: 650px;
  color: rgba(245, 239, 226, 0.76);
  font-size: clamp(1.02rem, 1.35vw, 1.24rem);
  line-height: 1.75;
}

.home-premium .premium-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.home-premium .premium-actions .btn,
.home-premium .premium-actions a,
.home-premium .premium-cta a,
.home-premium .premium-card a {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.home-premium .premium-actions .btn:hover,
.home-premium .premium-actions a:hover,
.home-premium .premium-cta a:hover,
.home-premium .premium-card a:hover {
  transform: translateY(-2px);
}

.home-premium .premium-live-strip {
  width: min(100%, 760px);
  margin-top: 34px;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(170px, 1.15fr) repeat(4, minmax(92px, 1fr));
  gap: 10px;
  align-items: stretch;
  background: linear-gradient(135deg, rgba(14, 19, 27, 0.92), rgba(9, 12, 18, 0.72));
  border: 1px solid rgba(246, 196, 91, 0.18);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.home-premium .premium-live-strip > * {
  min-height: 72px;
  padding: 14px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.055);
}

.home-premium .premium-live-strip > :first-child {
  position: relative;
  padding-left: 40px;
  background: linear-gradient(135deg, rgba(246, 196, 91, 0.08), rgba(255, 255, 255, 0.03));
}

.home-premium .premium-live-strip > :first-child::before {
  content: '';
  position: absolute;
  left: 17px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: #45d98a;
  box-shadow: 0 0 22px rgba(69, 217, 138, 0.72);
}

.home-premium .premium-live-strip span,
.home-premium .premium-live-strip small,
.home-premium .premium-live-strip label {
  color: rgba(245, 239, 226, 0.58);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.home-premium #server-status,
.home-premium #online-count,
.home-premium #account-count,
.home-premium #character-count,
.home-premium #guild-count {
  color: #fff2d3;
  font-family: var(--font-display, Georgia, serif);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1;
  text-transform: uppercase;
}

.home-premium .premium-quickbar {
  width: min(100% - 36px, 1040px);
  margin: -42px auto 0;
  position: relative;
  z-index: 4;
  background: rgba(10, 14, 20, 0.88);
  border-color: rgba(246, 196, 91, 0.22);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.home-premium .premium-quickbar > * {
  padding: 22px 24px;
}

.home-premium .premium-quickbar strong,
.home-premium .premium-quickbar b {
  color: var(--home-gold);
}

.home-premium .premium-section,
.home-premium .premium-start,
.home-premium .premium-world,
.home-premium .premium-ranking,
.home-premium .premium-cta {
  position: relative;
  z-index: 2;
}

.home-premium .premium-card,
.home-premium .premium-panel,
.home-premium .premium-ranking-card,
.home-premium .premium-world-card,
.home-premium .premium-cta {
  background: linear-gradient(145deg, rgba(17, 22, 30, 0.92), rgba(9, 13, 19, 0.78));
  border: 1px solid rgba(246, 196, 91, 0.13);
  box-shadow: 0 18px 56px rgba(0, 0, 0, 0.22);
}

.home-premium .premium-card:hover,
.home-premium .premium-world-card:hover,
.home-premium .premium-ranking-card:hover {
  border-color: rgba(246, 196, 91, 0.32);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.30);
}

.home-premium .premium-card h3,
.home-premium .premium-world-card h3,
.home-premium .premium-ranking-card h3,
.home-premium .premium-cta h2 {
  color: #fff3d9;
}

.home-premium .premium-start {
  padding-top: clamp(68px, 8vw, 112px);
}

.home-premium .premium-cta {
  overflow: hidden;
}

.home-premium .premium-cta::after {
  content: '';
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(246, 196, 91, 0.18), transparent 65%);
  pointer-events: none;
}

@media (max-width: 980px) {
  .home-premium .premium-hero {
    min-height: auto;
    padding-top: 100px;
  }

  .home-premium .premium-live-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-premium .premium-live-strip > :first-child {
    grid-column: 1 / -1;
  }

  .home-premium .premium-quickbar {
    margin-top: -24px;
  }
}

@media (max-width: 620px) {
  .home-premium .premium-hero {
    padding: 88px 18px 68px;
    background-position: center top;
  }

  .home-premium .premium-hero h1 {
    font-size: clamp(4.2rem, 23vw, 6.5rem);
    line-height: 0.82;
  }

  .home-premium .premium-actions {
    display: grid;
  }

  .home-premium .premium-live-strip {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .home-premium .premium-live-strip > * {
    min-height: 64px;
  }

  .home-premium .premium-quickbar {
    width: calc(100% - 24px);
    margin-top: -18px;
  }
}

/* Homepage clean rollback after heavy polish */
.home-premium .premium-hero {
  min-height: min(780px, calc(100vh - 72px)) !important;
  padding: clamp(96px, 11vh, 130px) clamp(28px, 5vw, 74px) clamp(74px, 9vh, 104px) !important;
  align-items: center !important;
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.98) 0%, rgba(5, 7, 10, 0.88) 34%, rgba(28, 12, 16, 0.64) 66%, rgba(5, 8, 12, 0.90) 100%),
    linear-gradient(180deg, rgba(5, 7, 10, 0.25), rgba(59, 18, 20, 0.58)),
    url('../assets/umbra2-hero-wallpaper.jpg') center 42% / cover no-repeat !important;
}

.home-premium .premium-hero::before {
  background:
    radial-gradient(circle at 86% 24%, rgba(246, 196, 91, 0.20), transparent 13rem),
    linear-gradient(180deg, rgba(5, 7, 10, 0.25), rgba(5, 7, 10, 0.72)) !important;
}

.home-premium .premium-hero-copy {
  max-width: 690px !important;
}

.home-premium .premium-hero h1 {
  margin: 16px 0 24px !important;
  max-width: 690px !important;
  font-size: clamp(5rem, 10.2vw, 10.2rem) !important;
  line-height: 0.82 !important;
  letter-spacing: -0.045em !important;
}

.home-premium .premium-hero-copy > p {
  max-width: 610px !important;
  font-size: clamp(1rem, 1.18vw, 1.15rem) !important;
  line-height: 1.72 !important;
}

.home-premium .premium-live-card {
  display: none !important;
}

.home-premium .premium-live-strip {
  width: min(100%, 760px) !important;
  min-height: 0 !important;
  margin: 28px 0 0 !important;
  padding: 10px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: stretch !important;
  background: rgba(9, 13, 19, 0.70) !important;
  border: 1px solid rgba(246, 196, 91, 0.16) !important;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.26) !important;
  backdrop-filter: blur(4px) saturate(110%) !important;
}

.home-premium .premium-live-strip > * {
  min-height: 0 !important;
  height: auto !important;
  padding: 13px 15px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.035) !important;
  border: 1px solid rgba(255, 255, 255, 0.055) !important;
}

.home-premium .premium-live-strip > :first-child {
  flex: 1.25 1 180px !important;
  min-width: 180px !important;
  padding-left: 42px !important;
  position: relative !important;
}

.home-premium .premium-live-strip > :first-child::before {
  left: 18px !important;
  top: 50% !important;
  width: 10px !important;
  height: 10px !important;
}

.home-premium .premium-live-strip > :not(:first-child) {
  flex: 1 1 112px !important;
}

.home-premium .premium-live-strip > *:has(#online-count):has(#account-count) {
  flex: 3 1 460px !important;
  min-width: 320px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(92px, 1fr)) !important;
  gap: 10px !important;
  background: transparent !important;
  border: 0 !important;
}

.home-premium .premium-live-strip > *:has(#online-count):has(#account-count) > * {
  min-height: 0 !important;
  padding: 13px 15px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  border: 1px solid rgba(255, 255, 255, 0.055) !important;
}

.home-premium #server-status,
.home-premium #online-count,
.home-premium #account-count,
.home-premium #character-count,
.home-premium #guild-count {
  font-size: clamp(1.22rem, 1.55vw, 1.62rem) !important;
}

.home-premium .premium-quickbar {
  width: min(100% - 36px, 980px) !important;
  margin: -34px auto 0 !important;
}

@media (max-width: 980px) {
  .home-premium .premium-live-strip > *:has(#online-count):has(#account-count) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .home-premium .premium-hero {
    min-height: auto !important;
    padding: 88px 18px 66px !important;
  }

  .home-premium .premium-live-strip,
  .home-premium .premium-live-strip > *:has(#online-count):has(#account-count) {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .home-premium .premium-live-strip > :first-child,
  .home-premium .premium-live-strip > *:has(#online-count):has(#account-count) {
    min-width: 0 !important;
  }

  .home-premium .premium-quickbar {
    width: calc(100% - 24px) !important;
    margin-top: -18px !important;
  }
}

/* Homepage safe reset - clean dark version */
.home-premium .premium-hero {
  min-height: 690px !important;
  padding: 118px clamp(28px, 5vw, 74px) 86px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 760px) 1fr !important;
  align-items: center !important;
  background:
    radial-gradient(circle at 86% 26%, rgba(209, 144, 43, 0.22), transparent 12rem),
    radial-gradient(circle at 16% 72%, rgba(140, 44, 34, 0.30), transparent 18rem),
    linear-gradient(115deg, #070a0f 0%, #0a1017 42%, #171015 68%, #091018 100%) !important;
  overflow: hidden !important;
}

.home-premium .premium-hero::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.44)) !important;
  background-size: 44px 44px, 44px 44px, auto !important;
  pointer-events: none !important;
}

.home-premium .premium-hero::after {
  opacity: 0.26 !important;
}

.home-premium .premium-hero-copy {
  max-width: 720px !important;
  position: relative !important;
  z-index: 2 !important;
}

.home-premium .premium-hero h1 {
  max-width: 720px !important;
  margin: 16px 0 24px !important;
  font-size: clamp(5.4rem, 10vw, 10.6rem) !important;
  line-height: 0.82 !important;
  letter-spacing: -0.05em !important;
  text-shadow: 0 18px 58px rgba(0, 0, 0, 0.62) !important;
}

.home-premium .premium-hero-copy > p {
  max-width: 630px !important;
  color: rgba(245, 239, 226, 0.76) !important;
  font-size: clamp(1rem, 1.16vw, 1.15rem) !important;
  line-height: 1.75 !important;
}

.home-premium .premium-live-card {
  display: none !important;
}

.home-premium .premium-live-strip {
  width: min(100%, 760px) !important;
  margin: 30px 0 0 !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 1.35fr repeat(4, 1fr) !important;
  gap: 0 !important;
  background: rgba(10, 14, 20, 0.84) !important;
  border: 1px solid rgba(246, 196, 91, 0.18) !important;
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.28) !important;
  backdrop-filter: none !important;
}

.home-premium .premium-live-strip > *,
.home-premium .premium-live-strip > * > * {
  min-height: 74px !important;
  height: auto !important;
  padding: 15px 18px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.065) !important;
}

.home-premium .premium-live-strip > :first-child {
  border-left: 0 !important;
  padding-left: 38px !important;
  position: relative !important;
}

.home-premium .premium-live-strip > :first-child::before {
  content: '' !important;
  position: absolute !important;
  left: 18px !important;
  top: 50% !important;
  width: 9px !important;
  height: 9px !important;
  border-radius: 999px !important;
  transform: translateY(-50%) !important;
  background: #45d98a !important;
  box-shadow: 0 0 18px rgba(69, 217, 138, 0.72) !important;
}

.home-premium .premium-live-strip > *:has(#online-count):has(#account-count) {
  display: contents !important;
}

.home-premium .premium-live-strip > *:has(#online-count):has(#account-count) > * {
  min-height: 74px !important;
  padding: 15px 18px !important;
  border-left: 1px solid rgba(255, 255, 255, 0.065) !important;
}

.home-premium .premium-live-strip span,
.home-premium .premium-live-strip small,
.home-premium .premium-live-strip label {
  color: rgba(245, 239, 226, 0.58) !important;
  font-size: 0.88rem !important;
  font-weight: 800 !important;
}

.home-premium #server-status,
.home-premium #online-count,
.home-premium #account-count,
.home-premium #character-count,
.home-premium #guild-count {
  color: #fff0cf !important;
  font-family: var(--font-display, Georgia, serif) !important;
  font-size: clamp(1.35rem, 1.6vw, 1.75rem) !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.home-premium .premium-quickbar {
  width: min(100% - 36px, 980px) !important;
  margin: 34px auto 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  background: rgba(10, 14, 20, 0.92) !important;
  border: 1px solid rgba(246, 196, 91, 0.18) !important;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22) !important;
  transform: none !important;
}

.home-premium .premium-quickbar > * {
  min-height: 96px !important;
  padding: 22px 24px !important;
  border-left: 1px solid rgba(255, 255, 255, 0.055) !important;
}

.home-premium .premium-quickbar > :first-child {
  border-left: 0 !important;
}

.home-premium .premium-quickbar strong,
.home-premium .premium-quickbar b {
  color: #f6c45b !important;
}

.home-premium .premium-start {
  padding-top: clamp(72px, 7vw, 108px) !important;
}

@media (max-width: 980px) {
  .home-premium .premium-hero {
    min-height: auto !important;
    grid-template-columns: 1fr !important;
  }

  .home-premium .premium-live-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .home-premium .premium-live-strip > :first-child {
    grid-column: 1 / -1 !important;
  }

  .home-premium .premium-live-strip > *:has(#online-count):has(#account-count) {
    display: contents !important;
  }

  .home-premium .premium-quickbar {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .home-premium .premium-hero {
    padding: 86px 18px 58px !important;
  }

  .home-premium .premium-hero h1 {
    font-size: clamp(4.3rem, 22vw, 6.4rem) !important;
  }

  .home-premium .premium-live-strip,
  .home-premium .premium-quickbar {
    grid-template-columns: 1fr !important;
    width: calc(100% - 24px) !important;
  }

  .home-premium .premium-live-strip {
    width: 100% !important;
  }

  .home-premium .premium-live-strip > *,
  .home-premium .premium-live-strip > * > *,
  .home-premium .premium-quickbar > * {
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.055) !important;
  }

  .home-premium .premium-live-strip > :first-child,
  .home-premium .premium-quickbar > :first-child {
    border-top: 0 !important;
  }
}

/* Remove homepage quickbar - cleaner hero flow */
.home-premium .premium-quickbar {
  display: none !important;
}

.home-premium .premium-start {
  padding-top: clamp(78px, 8vw, 122px) !important;
}

/* Compact homepage status strip - remove glowing oval artifact */
.home-premium .premium-live-strip {
  width: min(100%, 700px) !important;
  margin-top: 26px !important;
  display: grid !important;
  grid-template-columns: 1.25fr repeat(4, 1fr) !important;
  gap: 0 !important;
  background: rgba(11, 15, 22, 0.78) !important;
  border: 1px solid rgba(246, 196, 91, 0.14) !important;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24) !important;
}

.home-premium .premium-live-strip > *,
.home-premium .premium-live-strip > * > * {
  min-height: 58px !important;
  height: 58px !important;
  padding: 10px 14px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.055) !important;
  box-shadow: none !important;
}

.home-premium .premium-live-strip > :first-child {
  border-left: 0 !important;
  padding-left: 32px !important;
  position: relative !important;
}

.home-premium .premium-live-strip > :first-child::before {
  content: '' !important;
  position: absolute !important;
  left: 14px !important;
  top: 50% !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  transform: translateY(-50%) !important;
  background: #46d98b !important;
  box-shadow: 0 0 10px rgba(70, 217, 139, 0.65) !important;
}

.home-premium .premium-live-strip > :first-child::after,
.home-premium .premium-live-strip > *::after,
.home-premium .premium-live-strip > *::before:not(:first-child) {
  display: none !important;
  content: none !important;
}

.home-premium .premium-live-strip .status-orb,
.home-premium .premium-live-strip .orb,
.home-premium .premium-live-strip .server-orb,
.home-premium .premium-live-strip .live-orb,
.home-premium .premium-live-strip i {
  display: none !important;
}

.home-premium .premium-live-strip span,
.home-premium .premium-live-strip small,
.home-premium .premium-live-strip label {
  font-size: 0.76rem !important;
  line-height: 1.15 !important;
  color: rgba(245, 239, 226, 0.58) !important;
}

.home-premium #server-status,
.home-premium #online-count,
.home-premium #account-count,
.home-premium #character-count,
.home-premium #guild-count {
  margin-top: 4px !important;
  font-size: clamp(1.05rem, 1.25vw, 1.34rem) !important;
  line-height: 1 !important;
}

@media (max-width: 760px) {
  .home-premium .premium-live-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .home-premium .premium-live-strip > :first-child {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 520px) {
  .home-premium .premium-live-strip {
    grid-template-columns: 1fr !important;
  }

  .home-premium .premium-live-strip > *,
  .home-premium .premium-live-strip > * > * {
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.055) !important;
  }

  .home-premium .premium-live-strip > :first-child {
    border-top: 0 !important;
  }
}

/* Homepage status final compact row */
.home-premium .premium-live-strip {
  width: min(100%, 700px) !important;
  min-height: 52px !important;
  margin-top: 24px !important;
  display: grid !important;
  grid-template-columns: 1.55fr repeat(4, 1fr) !important;
  align-items: stretch !important;
  overflow: hidden !important;
}

.home-premium .premium-live-strip > *,
.home-premium .premium-live-strip > * > * {
  min-height: 52px !important;
  height: 52px !important;
  max-height: 52px !important;
  padding: 8px 14px !important;
  overflow: hidden !important;
  justify-content: center !important;
}

.home-premium .premium-live-strip > :first-child {
  padding-left: 34px !important;
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  column-gap: 10px !important;
  align-items: center !important;
}

.home-premium .premium-live-strip > :first-child::before {
  left: 15px !important;
}

.home-premium .premium-live-strip > :first-child span,
.home-premium .premium-live-strip > :first-child small,
.home-premium .premium-live-strip > :first-child label {
  margin: 0 !important;
  white-space: nowrap !important;
}

.home-premium .premium-live-strip > :first-child #server-status {
  margin: 0 !important;
  white-space: nowrap !important;
}

.home-premium .premium-live-strip span,
.home-premium .premium-live-strip small,
.home-premium .premium-live-strip label {
  margin: 0 0 4px !important;
  display: block !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-size: 0.72rem !important;
}

.home-premium #server-status,
.home-premium #online-count,
.home-premium #account-count,
.home-premium #character-count,
.home-premium #guild-count {
  margin: 0 !important;
  display: block !important;
  white-space: nowrap !important;
  font-size: clamp(1rem, 1.12vw, 1.22rem) !important;
  line-height: 1 !important;
}

@media (max-width: 760px) {
  .home-premium .premium-live-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .home-premium .premium-live-strip > :first-child {
    grid-column: 1 / -1 !important;
  }
}

/* Final simple hero status pill */
.home-premium .premium-live-strip {
  width: fit-content !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  margin-top: 24px !important;
  padding: 10px 16px 10px 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  overflow: visible !important;
  background: rgba(10, 14, 20, 0.78) !important;
  border: 1px solid rgba(246, 196, 91, 0.16) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22) !important;
}

.home-premium .premium-live-strip > :not(:first-child),
.home-premium .premium-live-strip > *:has(#online-count),
.home-premium .premium-live-strip > *:has(#account-count),
.home-premium .premium-live-strip > *:has(#character-count),
.home-premium .premium-live-strip > *:has(#guild-count) {
  display: none !important;
}

.home-premium .premium-live-strip > :first-child {
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}

.home-premium .premium-live-strip > :first-child::before {
  content: '' !important;
  position: absolute !important;
  left: 15px !important;
  top: 50% !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  transform: translateY(-50%) !important;
  background: #45d98a !important;
  box-shadow: 0 0 10px rgba(69, 217, 138, 0.70) !important;
}

.home-premium .premium-live-strip span,
.home-premium .premium-live-strip small,
.home-premium .premium-live-strip label,
.home-premium .premium-live-strip #server-status {
  margin: 0 !important;
  padding: 0 !important;
  display: inline !important;
  white-space: nowrap !important;
  overflow: visible !important;
  line-height: 1 !important;
}

.home-premium .premium-live-strip span,
.home-premium .premium-live-strip small,
.home-premium .premium-live-strip label {
  font-size: 0.82rem !important;
  color: rgba(245, 239, 226, 0.62) !important;
}

.home-premium .premium-live-strip #server-status {
  font-size: 0.96rem !important;
  color: #fff0cf !important;
  font-family: var(--font-display, Georgia, serif) !important;
  text-transform: uppercase !important;
}

/* Align homepage status card with inner stat panels */
.home-premium .premium-live-strip {
  width: min(100%, 700px) !important;
  margin-top: 24px !important;
  padding: 24px !important;
  display: grid !important;
  grid-template-columns: 180px repeat(4, minmax(76px, 1fr)) !important;
  gap: 10px !important;
  align-items: start !important;
  overflow: visible !important;
  background: rgba(10, 14, 20, 0.74) !important;
  border: 1px solid rgba(246, 196, 91, 0.14) !important;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24) !important;
}

.home-premium .premium-live-strip > *,
.home-premium .premium-live-strip > * > * {
  min-height: 74px !important;
  height: 74px !important;
  max-height: none !important;
  padding: 14px 16px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  overflow: visible !important;
  background: rgba(255, 255, 255, 0.035) !important;
  border: 1px solid rgba(255, 255, 255, 0.060) !important;
  box-shadow: none !important;
}

.home-premium .premium-live-strip > :first-child {
  position: relative !important;
  padding-left: 36px !important;
  align-self: start !important;
  justify-self: stretch !important;
}

.home-premium .premium-live-strip > :first-child::before {
  content: '' !important;
  position: absolute !important;
  left: 16px !important;
  top: 50% !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  transform: translateY(-50%) !important;
  background: #45d98a !important;
  box-shadow: 0 0 10px rgba(69, 217, 138, 0.70) !important;
}

.home-premium .premium-live-strip > :first-child::after,
.home-premium .premium-live-strip::after {
  display: none !important;
  content: none !important;
}

.home-premium .premium-live-strip > *:has(#online-count):has(#account-count) {
  display: contents !important;
}

.home-premium .premium-live-strip span,
.home-premium .premium-live-strip small,
.home-premium .premium-live-strip label {
  margin: 0 0 6px !important;
  display: block !important;
  color: rgba(245, 239, 226, 0.62) !important;
  font-size: 0.75rem !important;
  line-height: 1.15 !important;
  white-space: normal !important;
  overflow: visible !important;
}

.home-premium #server-status,
.home-premium #online-count,
.home-premium #account-count,
.home-premium #character-count,
.home-premium #guild-count {
  margin: 0 !important;
  display: block !important;
  color: #fff0cf !important;
  font-family: var(--font-display, Georgia, serif) !important;
  font-size: 1.3rem !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-transform: uppercase !important;
}

@media (max-width: 760px) {
  .home-premium .premium-live-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .home-premium .premium-live-strip > :first-child {
    grid-column: 1 / -1 !important;
  }
}

/* Align ONLINE text with green status dot */
.home-premium .premium-live-strip > :first-child {
  display: grid !important;
  grid-template-columns: 12px 1fr !important;
  grid-template-rows: auto auto !important;
  column-gap: 10px !important;
  row-gap: 5px !important;
  align-content: center !important;
  justify-content: start !important;
  padding-left: 16px !important;
}

.home-premium .premium-live-strip > :first-child::before {
  position: static !important;
  grid-column: 1 !important;
  grid-row: 2 !important;
  width: 8px !important;
  height: 8px !important;
  align-self: center !important;
  justify-self: start !important;
  transform: none !important;
}

.home-premium .premium-live-strip > :first-child span,
.home-premium .premium-live-strip > :first-child small,
.home-premium .premium-live-strip > :first-child label {
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
  margin: 0 !important;
}

.home-premium .premium-live-strip > :first-child #server-status {
  grid-column: 2 !important;
  grid-row: 2 !important;
  align-self: center !important;
  margin: 0 !important;
}

/* Hard reset for homepage status layout */
.home-premium .premium-live-strip {
  width: min(100%, 700px) !important;
  margin-top: 24px !important;
  padding: 24px !important;
  display: grid !important;
  grid-template-columns: 170px repeat(4, minmax(78px, 1fr)) !important;
  gap: 10px !important;
  align-items: start !important;
  overflow: visible !important;
  background: rgba(10, 14, 20, 0.76) !important;
  border: 1px solid rgba(246, 196, 91, 0.14) !important;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24) !important;
}

.home-premium .premium-live-strip::before,
.home-premium .premium-live-strip::after,
.home-premium .premium-live-strip > :first-child::before,
.home-premium .premium-live-strip > :first-child::after {
  display: none !important;
  content: none !important;
}

.home-premium .premium-live-strip > *,
.home-premium .premium-live-strip > * > * {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  min-height: 74px !important;
  height: 74px !important;
  max-height: none !important;
  padding: 14px 16px !important;
  overflow: visible !important;
  background: rgba(255, 255, 255, 0.035) !important;
  border: 1px solid rgba(255, 255, 255, 0.060) !important;
  box-shadow: none !important;
}

.home-premium .premium-live-strip > :first-child {
  display: grid !important;
  grid-template-columns: 10px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  grid-template-areas:
    'label label'
    'dot status' !important;
  column-gap: 9px !important;
  row-gap: 7px !important;
  align-content: center !important;
  align-items: center !important;
  justify-items: start !important;
}

.home-premium .premium-live-strip #server-dot {
  grid-area: dot !important;
  display: block !important;
  position: static !important;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  max-width: 8px !important;
  max-height: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #45d98a !important;
  box-shadow: 0 0 10px rgba(69, 217, 138, 0.75) !important;
  transform: none !important;
}

.home-premium .premium-live-strip > :first-child span:not(#server-dot),
.home-premium .premium-live-strip > :first-child small,
.home-premium .premium-live-strip > :first-child label {
  grid-area: label !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  white-space: nowrap !important;
  overflow: visible !important;
  color: rgba(245, 239, 226, 0.62) !important;
  font-size: 0.75rem !important;
  line-height: 1.1 !important;
}

.home-premium .premium-live-strip #server-status {
  grid-area: status !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  white-space: nowrap !important;
  overflow: visible !important;
  color: #fff0cf !important;
  font-family: var(--font-display, Georgia, serif) !important;
  font-size: 1.15rem !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.home-premium .premium-live-strip > *:has(#online-count):has(#account-count) {
  display: contents !important;
}

.home-premium .premium-live-strip > *:has(#online-count):has(#account-count) > * {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
}

.home-premium .premium-live-strip span,
.home-premium .premium-live-strip small,
.home-premium .premium-live-strip label {
  margin: 0 0 6px !important;
  color: rgba(245, 239, 226, 0.62) !important;
  font-size: 0.74rem !important;
  line-height: 1.12 !important;
  white-space: normal !important;
}

.home-premium #online-count,
.home-premium #account-count,
.home-premium #character-count,
.home-premium #guild-count {
  margin: 0 !important;
  color: #fff0cf !important;
  font-family: var(--font-display, Georgia, serif) !important;
  font-size: 1.26rem !important;
  line-height: 1 !important;
}

/* Remove leftover oval decoration from homepage status */
.home-premium .premium-live-strip::before,
.home-premium .premium-live-strip::after,
.home-premium .premium-live-strip > *::before,
.home-premium .premium-live-strip > *::after,
.home-premium .premium-live-strip .status-orb,
.home-premium .premium-live-strip .live-orb,
.home-premium .premium-live-strip .server-orb,
.home-premium .premium-live-strip .orb,
.home-premium .premium-live-strip i,
.home-premium .premium-live-strip svg {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.home-premium .premium-live-strip #server-dot {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #45d98a !important;
  box-shadow: 0 0 10px rgba(69, 217, 138, 0.72) !important;
}

/* Place status dot inside status card */
.home-premium .premium-live-strip #server-dot {
  grid-area: dot !important;
  display: block !important;
  position: static !important;
  align-self: center !important;
  justify-self: start !important;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  max-width: 8px !important;
  max-height: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: #45d98a !important;
  box-shadow: 0 0 10px rgba(69, 217, 138, 0.72) !important;
  transform: none !important;
}

.home-premium .premium-live-strip > :first-child {
  display: grid !important;
  grid-template-columns: 10px minmax(0, 1fr) !important;
  grid-template-areas:
    'label label'
    'dot status' !important;
  column-gap: 9px !important;
  row-gap: 6px !important;
  align-content: center !important;
  align-items: center !important;
}

/* Final: remove misplaced status dot entirely */
.home-premium .premium-live-strip #server-dot,
.home-premium #server-dot {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.home-premium .premium-live-strip > :first-child {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 6px !important;
  padding: 14px 16px !important;
}

.home-premium .premium-live-strip > :first-child span:not(#server-dot),
.home-premium .premium-live-strip > :first-child small,
.home-premium .premium-live-strip > :first-child label,
.home-premium .premium-live-strip > :first-child #server-status {
  position: static !important;
  display: block !important;
  transform: none !important;
  margin: 0 !important;
}

/* Rebuilt homepage status board */
.home-premium .premium-live-strip {
  display: none !important;
}

.home-premium .hero-status-board {
  width: min(100%, 760px);
  margin-top: 30px;
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(190px, 1.25fr) repeat(4, minmax(92px, 1fr));
  gap: 10px;
  align-items: stretch;
  background: rgba(10, 14, 20, 0.78);
  border: 1px solid rgba(246, 196, 91, 0.16);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.home-premium .hero-status-main,
.home-premium .hero-status-stat {
  min-height: 74px;
  padding: 15px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.065);
}

.home-premium .hero-status-main {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.home-premium .hero-status-light#server-dot {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 8px !important;
  height: 8px !important;
  min-width: 8px !important;
  min-height: 8px !important;
  max-width: 8px !important;
  max-height: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #45d98a !important;
  box-shadow: 0 0 12px rgba(69, 217, 138, 0.78) !important;
}

.home-premium .hero-status-main div,
.home-premium .hero-status-stat {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.home-premium .hero-status-board span {
  margin: 0 0 6px;
  color: rgba(245, 239, 226, 0.62);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.12;
}

.home-premium .hero-status-board strong {
  margin: 0;
  color: #fff0cf;
  font-family: var(--font-display, Georgia, serif);
  font-size: 1.28rem;
  line-height: 1;
  letter-spacing: -0.02em;
}

.home-premium .hero-status-main strong {
  text-transform: uppercase;
}

@media (max-width: 860px) {
  .home-premium .hero-status-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-premium .hero-status-main {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .home-premium .hero-status-board {
    grid-template-columns: 1fr;
    padding: 10px;
  }
}

/* Live status colors */
.home-premium #server-status.online,
#server-status.online {
  color: #55e896 !important;
  text-shadow: 0 0 14px rgba(85, 232, 150, 0.28) !important;
}

.home-premium #server-status.offline,
#server-status.offline {
  color: #ff5b5b !important;
  text-shadow: 0 0 14px rgba(255, 91, 91, 0.25) !important;
}

.home-premium #server-dot.online,
#server-dot.online {
  background: #45d98a !important;
  box-shadow: 0 0 12px rgba(69, 217, 138, 0.78) !important;
}

.home-premium #server-dot.offline,
#server-dot.offline {
  background: #ff4f4f !important;
  box-shadow: 0 0 12px rgba(255, 79, 79, 0.72) !important;
}

/* Hide status dot when text carries online/offline color */
.home-premium #server-dot,
#server-dot {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.home-premium .hero-status-main {
  grid-template-columns: 1fr !important;
}

/* Restore Metin2 artwork on homepage hero */
.home-premium .premium-hero {
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.97) 0%, rgba(5, 7, 10, 0.88) 34%, rgba(31, 13, 17, 0.58) 62%, rgba(5, 8, 12, 0.88) 100%),
    radial-gradient(circle at 86% 24%, rgba(246, 196, 91, 0.18), transparent 14rem),
    linear-gradient(180deg, rgba(5, 7, 10, 0.22), rgba(63, 20, 22, 0.66)),
    url('../assets/umbra2-hero-wallpaper.jpg') center 42% / cover no-repeat !important;
}

.home-premium .premium-hero::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.34)) !important;
  background-size: 44px 44px, 44px 44px, auto !important;
}

@media (max-width: 760px) {
  .home-premium .premium-hero {
    background:
      linear-gradient(180deg, rgba(5, 7, 10, 0.93) 0%, rgba(17, 9, 13, 0.82) 56%, rgba(5, 7, 10, 0.96) 100%),
      url('../assets/umbra2-hero-wallpaper.jpg') center top / cover no-repeat !important;
  }
}

/* Replace abstract planet with a themed moon */
.home-premium .premium-hero::after {
  content: '' !important;
  position: absolute !important;
  z-index: 0 !important;
  top: clamp(92px, 14vh, 150px) !important;
  right: clamp(72px, 11vw, 190px) !important;
  width: clamp(128px, 13vw, 210px) !important;
  height: clamp(128px, 13vw, 210px) !important;
  border-radius: 50% !important;
  opacity: 0.78 !important;
  transform: none !important;
  pointer-events: none !important;
  background:
    radial-gradient(circle at 34% 34%, rgba(255, 249, 222, 0.98) 0 9%, transparent 10%),
    radial-gradient(circle at 61% 42%, rgba(111, 114, 118, 0.26) 0 7%, transparent 8%),
    radial-gradient(circle at 45% 68%, rgba(97, 101, 106, 0.22) 0 6%, transparent 7%),
    radial-gradient(circle at 70% 72%, rgba(82, 86, 91, 0.18) 0 5%, transparent 6%),
    radial-gradient(circle at 30% 58%, rgba(96, 100, 105, 0.18) 0 4%, transparent 5%),
    radial-gradient(circle at 38% 30%, #fff7d8 0%, #d8d2bd 34%, #8c8b86 68%, #4b5058 100%) !important;
  box-shadow:
    0 0 46px rgba(198, 218, 235, 0.26),
    0 0 110px rgba(246, 196, 91, 0.12),
    inset -34px -28px 48px rgba(11, 14, 20, 0.55),
    inset 14px 12px 28px rgba(255, 248, 216, 0.32) !important;
  filter: saturate(0.86) contrast(1.03) !important;
}

@media (max-width: 760px) {
  .home-premium .premium-hero::after {
    top: 86px !important;
    right: 18px !important;
    width: 96px !important;
    height: 96px !important;
    opacity: 0.42 !important;
  }
}

/* Remove failed moon/planet decoration completely */
.home-premium .premium-hero::after,
.home-premium .premium-hero .hero-orb,
.home-premium .premium-hero .hero-moon,
.home-premium .premium-hero .hero-planet,
.home-premium .premium-hero .moon,
.home-premium .premium-hero .planet,
.home-premium .premium-hero .orb {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

/* Remove prominent decorative dots and lines from homepage hero */
.home-premium .premium-hero .hero-lines,
.home-premium .premium-hero .hero-line,
.home-premium .premium-hero .hero-dots,
.home-premium .premium-hero .hero-dot,
.home-premium .premium-hero .decor-lines,
.home-premium .premium-hero .decor-line,
.home-premium .premium-hero .decor-dot,
.home-premium .premium-hero .bg-lines,
.home-premium .premium-hero .bg-dot,
.home-premium .premium-hero [class*="line"],
.home-premium .premium-hero [class*="dot"] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.home-premium .premium-hero::before {
  background:
    linear-gradient(90deg, rgba(5, 7, 10, 0.30), rgba(5, 7, 10, 0.08) 42%, rgba(5, 7, 10, 0.30)),
    linear-gradient(180deg, rgba(5, 7, 10, 0.08), rgba(5, 7, 10, 0.36)) !important;
  background-size: auto !important;
}

/* Remove old right-side hero decoration layer completely */
.home-premium .premium-hero > :not(.premium-hero-copy),
.home-premium .premium-hero .hero-visual,
.home-premium .premium-hero .premium-visual,
.home-premium .premium-hero .hero-art,
.home-premium .premium-hero .premium-art,
.home-premium .premium-hero .hero-gate,
.home-premium .premium-hero .premium-gate,
.home-premium .premium-hero .gate,
.home-premium .premium-hero .portal,
.home-premium .premium-hero .decor,
.home-premium .premium-hero .hero-decor,
.home-premium .premium-hero .premium-decor,
.home-premium .premium-hero .shape,
.home-premium .premium-hero .shapes {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.home-premium .premium-hero > :not(.premium-hero-copy)::before,
.home-premium .premium-hero > :not(.premium-hero-copy)::after,
.home-premium .premium-hero .hero-visual::before,
.home-premium .premium-hero .hero-visual::after,
.home-premium .premium-hero .premium-visual::before,
.home-premium .premium-hero .premium-visual::after,
.home-premium .premium-hero .hero-art::before,
.home-premium .premium-hero .hero-art::after,
.home-premium .premium-hero .premium-art::before,
.home-premium .premium-hero .premium-art::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Restore visible ONLINE/OFFLINE text in hero status board */
.home-premium .hero-status-main div {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  min-width: 0 !important;
}

.home-premium .hero-status-main #server-status,
.home-premium #server-status {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  margin: 5px 0 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  white-space: nowrap !important;
  color: #55e896 !important;
  font-family: var(--font-display, Georgia, serif) !important;
  font-size: 1.18rem !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-shadow: 0 0 14px rgba(85, 232, 150, 0.26) !important;
}

.home-premium .hero-status-main #server-status.offline,
.home-premium #server-status.offline {
  color: #ff5b5b !important;
  text-shadow: 0 0 14px rgba(255, 91, 91, 0.25) !important;
}

/* Fine tune status dot vertical alignment */
.home-premium .hero-status-light#server-dot {
  align-self: center !important;
  transform: translateY(9px) !important;
}

/* Remove status dot permanently */
.home-premium #server-dot,
#server-dot,
.home-premium .hero-status-light {
  display: none !important;
}

.home-premium .hero-status-main {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
}

/* Absolute fallback: no status dot should ever render */
.hero-status-light,
#server-dot,
span#server-dot,
.home-premium span#server-dot,
.home-premium .hero-status-main span#server-dot {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

/* Compact homepage hero height */
.home-premium .premium-hero {
  min-height: 560px !important;
  padding-top: 72px !important;
  padding-bottom: 56px !important;
}

.home-premium .premium-hero h1 {
  margin-top: 10px !important;
  margin-bottom: 18px !important;
}

.home-premium .hero-actions {
  margin-top: 22px !important;
}

.home-premium .hero-status-board {
  margin-top: 22px !important;
}

@media (max-width: 760px) {
  .home-premium .premium-hero {
    min-height: auto !important;
    padding-top: 64px !important;
    padding-bottom: 44px !important;
  }
}
