:root {
  --bg: #030807;
  --panel: rgba(4, 15, 14, .82);
  --panel-strong: rgba(3, 12, 12, .95);
  --gold: #d8aa4d;
  --gold-soft: #8d6c31;
  --gold-pale: #f1d993;
  --fel: #9ee62f;
  --fel-2: #55ad16;
  --violet: #9c52dc;
  --line: rgba(205, 157, 66, .3);
  --muted: #b9bdab;
  --shadow: 0 20px 55px rgba(0, 0, 0, .48);
}

body {
  background: #020706;
  color: #f4efd9;
  font-family: "Trebuchet MS", Inter, system-ui, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(circle at 88% 20%, rgba(93, 178, 22, .12), transparent 30%),
    radial-gradient(circle at 20% 68%, rgba(20, 72, 60, .14), transparent 34%),
    linear-gradient(#030b09, #010504);
}

.shell {
  width: min(1380px, calc(100% - 56px));
  margin-inline: auto;
}

.header {
  background: rgba(2, 8, 7, .88);
  border-bottom-color: rgba(209, 163, 67, .27);
  box-shadow: 0 5px 30px rgba(0, 0, 0, .35);
}

.nav {
  min-height: 76px;
  gap: 25px;
}

.game-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-pale);
  font-family: Georgia, serif;
  letter-spacing: .07em;
  text-shadow: 0 2px 13px rgba(196, 137, 37, .55);
}

.crest {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--gold);
  color: var(--fel);
  background: rgba(43, 77, 8, .42);
  box-shadow: 0 0 0 4px rgba(194, 146, 47, .11), 0 0 22px rgba(123, 231, 30, .25);
  clip-path: polygon(50% 0, 94% 25%, 83% 84%, 50% 100%, 17% 84%, 6% 25%);
}

.compact-logo strong {
  font-size: 26px;
}

.nav-links {
  gap: 21px;
}

.nav-links a {
  color: #d5c587;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nav-links a:hover {
  color: var(--fel);
  text-shadow: 0 0 12px rgba(146, 235, 41, .6);
}

.lang-select,
.top-link {
  border: 1px solid rgba(210, 162, 66, .28);
  border-radius: 4px;
  background: rgba(0, 0, 0, .34);
  color: var(--gold-pale);
  font-size: 12px;
}

.lang-select {
  max-width: 78px;
  padding-block: 9px;
}

.top-link {
  padding: 8px 17px;
  text-transform: uppercase;
}

.btn {
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .045em;
  overflow: hidden;
  position: relative;
}

.btn-mini {
  padding: 9px 15px;
}

.btn-fel,
.btn-row,
.btn-primary {
  border: 1px solid #83cc25;
  background: linear-gradient(180deg, rgba(75, 138, 22, .44), rgba(5, 24, 8, .76));
  color: #efffc8;
  box-shadow: inset 0 0 14px rgba(153, 240, 54, .16), 0 0 13px rgba(113, 214, 30, .2);
}

.btn-violet {
  border: 1px solid #aa5adb;
  background: linear-gradient(180deg, rgba(89, 39, 116, .55), rgba(21, 7, 28, .8));
  color: #f4dbff;
  box-shadow: 0 0 14px rgba(158, 77, 208, .2);
}

.btn-gold,
.btn-outline {
  border: 1px solid #b88827;
  background: linear-gradient(180deg, rgba(119, 76, 14, .42), rgba(28, 17, 2, .76));
  color: #ffe4a0;
  box-shadow: 0 0 14px rgba(197, 138, 35, .16);
}

.hero {
  min-height: 775px;
  padding: 126px 0 190px;
  background-position: center 22%;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 40%, transparent 0 15%, rgba(2, 8, 7, .14) 60%),
    linear-gradient(90deg, rgba(1, 6, 6, .96), rgba(1, 7, 7, .65) 42%, rgba(1, 6, 5, .18));
}

.hero-shade {
  position: absolute;
  inset: auto 0 0;
  height: 260px;
  background: linear-gradient(transparent, #020706);
}

.hero-grid {
  display: block;
}

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

.hero-logo {
  margin-bottom: 24px;
}

.hero-logo .crest {
  width: 68px;
  height: 68px;
  font-size: 28px;
}

.hero-logo strong {
  font-size: 42px;
}

.hero h1 {
  margin: 14px 0 0;
  color: #d7cfb2;
  font-family: Georgia, serif;
  font-size: clamp(86px, 10vw, 150px);
  line-height: .84;
  letter-spacing: .02em;
  text-shadow: 0 3px 0 #40361f, 0 0 25px rgba(230, 198, 127, .22);
}

.hero h2 {
  margin: 18px 0 0;
  color: #98d73b;
  font-family: Georgia, serif;
  font-size: clamp(25px, 3vw, 37px);
  letter-spacing: .035em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(124, 219, 36, .3);
}

.hero-copy p {
  max-width: 580px;
  color: #d0d2c5;
  font-size: 17px;
}

.hero-actions .btn {
  padding: 15px 25px;
}

.meta-chip {
  border-color: rgba(215, 172, 79, .23);
  border-radius: 3px;
  background: rgba(0, 0, 0, .3);
}

.particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.particle {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #b7ee44;
  box-shadow: 0 0 10px #8fde27;
  animation: float-up var(--speed) linear infinite;
  opacity: .7;
}

@keyframes float-up {
  from { transform: translate3d(0, 60px, 0); opacity: 0; }
  18% { opacity: .75; }
  to { transform: translate3d(var(--drift), -760px, 0); opacity: 0; }
}

.social-rail {
  position: absolute;
  right: max(30px, calc((100vw - 1380px) / 2));
  top: 110px;
  z-index: 5;
  width: 230px;
}

.launcher-panel,
.launcher-card {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(5, 18, 17, .9), rgba(2, 9, 9, .88));
  box-shadow: inset 0 0 30px rgba(0, 0, 0, .28), var(--shadow);
  backdrop-filter: blur(12px);
}

.rail-title {
  display: flex;
  justify-content: space-between;
  padding: 13px 14px;
  color: var(--gold-pale);
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  text-transform: uppercase;
}

.rail-title span {
  color: var(--fel);
}

.social-rail a {
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(210, 162, 66, .12);
  transition: .25s;
}

.social-rail a:hover {
  padding-left: 16px;
  background: rgba(119, 189, 27, .09);
}

.social-rail i {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 6px;
  background: rgba(108, 173, 28, .18);
  color: var(--fel);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.social-rail strong,
.social-rail small {
  display: block;
}

.social-rail strong {
  color: #f4eaca;
  font-size: 11px;
}

.social-rail small {
  color: #989b8e;
  font-size: 9px;
}

.realms {
  position: relative;
  z-index: 7;
  margin-top: -128px;
  padding: 0 0 26px;
}

.ornament-title {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 12px;
}

.ornament-title::before,
.ornament-title::after {
  content: "";
  width: 70px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-soft));
}

.ornament-title::after {
  background: linear-gradient(90deg, var(--gold-soft), transparent);
}

.ornament-title h2 {
  margin: 0;
  color: #d6bd82;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: .045em;
}

.centered {
  justify-content: center;
  text-align: center;
}

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

.realm-row {
  display: grid;
  grid-template-columns: 2fr .75fr .75fr .7fr .7fr 110px;
  align-items: center;
  min-height: 44px;
  padding: 0 13px;
  border-bottom: 1px solid rgba(206, 157, 63, .13);
  color: #dad2b6;
  font-size: 13px;
}

.realm-row:hover {
  background: rgba(103, 177, 27, .07);
}

.realm-head {
  color: #d8b866;
  font-size: 10px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.realm-name {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #e1ba53;
}

.realm-name b {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: var(--fel);
  border: 1px solid rgba(194, 146, 50, .38);
  border-radius: 50%;
  font-size: 10px;
}

.realm-online {
  color: #f0d48d;
}

.realm-status {
  color: var(--fel);
  font-size: 11px;
}

.realm-status.medium {
  color: #e9bf3e;
}

.btn-row {
  width: 100%;
  padding: 7px 8px;
}

.realms-more {
  display: flex;
  width: 215px;
  margin: 14px auto 0;
  padding: 8px 15px;
}

.feature-strip {
  padding: 4px 0 28px;
}

.benefit-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
}

.benefit {
  min-height: 160px;
  padding: 14px 12px;
  text-align: center;
}

.benefit-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto;
  color: var(--fel);
  border-color: rgba(195, 151, 62, .4);
  border-radius: 50%;
  background: rgba(87, 141, 21, .14);
  font-size: 20px;
}

.benefit h3,
.step h3,
.social h3 {
  color: #e5c46d;
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.benefit p,
.step p,
.social p {
  margin: 0;
  color: #b8baa9;
  font-size: 11px;
  line-height: 1.55;
}

.timeline,
.social-hub,
.faq {
  padding: 30px 0;
}

.steps {
  grid-template-columns: repeat(4, 1fr);
  gap: 46px;
  max-width: 1080px;
  margin-inline: auto;
}

.step {
  min-height: 194px;
  padding: 28px 15px 17px;
  position: relative;
  text-align: center;
}

.step:not(:last-child)::after {
  content: "➜";
  position: absolute;
  right: -35px;
  top: 44%;
  color: #627b82;
  font-size: 25px;
}

.step-num {
  position: absolute;
  top: -18px;
  left: calc(50% - 20px);
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--fel);
  color: var(--fel);
  background: #07110d;
  transform: rotate(45deg);
}

.step-num::first-letter {
  transform: rotate(-45deg);
}

.step-icon {
  display: block;
  margin: 16px 0 5px;
  color: #dacf91;
  font-size: 42px;
}

.social-grid {
  grid-template-columns: repeat(9, 1fr);
  gap: 10px;
}

.social {
  min-height: 164px;
  padding: 14px 9px;
  text-align: center;
}

.social-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 10px;
  border-radius: 10px;
  background: rgba(107, 177, 25, .16);
  color: var(--fel);
}

.social h3 {
  margin: 5px 0;
  font-size: 13px;
}

.social-action {
  display: block;
  margin-top: 10px;
  padding: 5px;
  border: 1px solid rgba(157, 215, 48, .38);
  color: #d9edaa;
  font-size: 10px;
  text-transform: uppercase;
}

.social-disabled {
  opacity: .56;
}

.faq-list {
  grid-template-columns: repeat(2, 1fr);
  max-width: none;
  gap: 5px;
}

.faq-item {
  border-color: rgba(212, 164, 67, .25);
  border-radius: 0;
  background: rgba(4, 16, 15, .82);
}

.faq-item summary {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 13px 14px;
  color: #dfc477;
  font-family: Georgia, serif;
  font-size: 15px;
}

.faq-item p {
  padding: 0 14px 14px 38px;
  color: #b9bdaf;
  font-size: 12px;
}

.footer {
  margin-top: 25px;
  padding: 45px 0 18px;
  border-top: 1px solid rgba(208, 160, 62, .25);
  background: linear-gradient(rgba(1, 6, 6, .8), #010302);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 35px;
}

.footer-logo strong {
  font-size: 30px;
}

.footer-brand p {
  max-width: 250px;
  color: #a8aa9d;
  font-size: 11px;
}

.footer h3 {
  color: #d7b65f;
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-grid div > a {
  display: block;
  margin: 7px 0;
  color: #bdb9a8;
  font-size: 12px;
}

.footer a:hover {
  color: var(--fel);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid rgba(205, 160, 65, .15);
  color: #777d76;
  font-size: 11px;
}

.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tilt-card {
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
  transform-style: preserve-3d;
}

.tilt-card:hover {
  border-color: rgba(161, 229, 48, .62);
  box-shadow: 0 0 24px rgba(114, 203, 29, .13), inset 0 0 22px rgba(133, 218, 41, .05);
}

.ripple-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .42);
  transform: translate(-50%, -50%);
  animation: ripple .55s ease-out forwards;
  pointer-events: none;
}

@keyframes ripple {
  to { opacity: 0; transform: translate(-50%, -50%) scale(14); }
}

@media (max-width: 1180px) {
  .social-rail { display: none; }
  .benefit-grid { grid-template-columns: repeat(3, 1fr); }
  .social-grid { grid-template-columns: repeat(5, 1fr); }
}

@media (max-width: 960px) {
  .shell { width: min(100% - 28px, 760px); }
  .hero { min-height: 700px; padding-top: 170px; background-position: 60% center; }
  .hero-copy { max-width: 620px; }
  .realms { margin-top: -95px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2)::after { display: none; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 18px, 520px); }
  .header-actions .top-link { display: none; }
  .header-actions .btn { display: none; }
  .hero { min-height: 660px; padding: 132px 0 160px; background-position: 64% center; }
  .hero h1 { font-size: 82px; }
  .hero h2 { font-size: 23px; }
  .hero-logo strong { font-size: 34px; }
  .hero-logo .crest { width: 58px; height: 58px; }
  .hero-actions .btn { width: 100%; }
  .realms { margin-top: -95px; }
  .realm-table { overflow-x: auto; }
  .realm-row { min-width: 760px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; gap: 31px; }
  .step:not(:last-child)::after { content: "↓"; top: auto; right: calc(50% - 8px); bottom: -28px; }
  .social-grid { grid-template-columns: repeat(3, 1fr); }
  .social { min-height: 145px; }
  .social p { display: none; }
  .faq-list { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; gap: 10px; }
}

/* Dense launcher polish */
.hero {
  min-height: 720px;
  padding-bottom: 155px;
}

.realms {
  margin-top: -104px;
}

.realm-table {
  border-color: rgba(157, 224, 49, .25);
  box-shadow:
    0 0 0 1px rgba(209, 161, 65, .14),
    0 0 30px rgba(99, 183, 30, .1),
    inset 0 0 35px rgba(0, 0, 0, .38);
}

.realm-row {
  background: linear-gradient(90deg, rgba(7, 25, 21, .72), rgba(4, 14, 14, .48));
  transition: background .22s ease, box-shadow .22s ease;
}

.realm-row:hover {
  background: linear-gradient(90deg, rgba(23, 60, 27, .78), rgba(7, 26, 21, .72));
  box-shadow: inset 3px 0 0 var(--fel), inset 0 0 22px rgba(120, 222, 36, .08);
}

.realm-online {
  color: #a9f34a;
  font-weight: 800;
  text-shadow: 0 0 11px rgba(146, 237, 55, .5);
}

.realm-status {
  display: inline-flex;
  width: fit-content;
  padding: 3px 8px;
  border: 1px solid rgba(149, 235, 47, .42);
  border-radius: 999px;
  background: rgba(95, 175, 25, .13);
  font-size: 9px;
  letter-spacing: .09em;
}

.realm-status.offline,
.realm-status.unavailable {
  border-color: rgba(217, 167, 95, .35);
  color: #d1b884;
  background: rgba(131, 90, 23, .12);
}

.realm-status.loading,
.skeleton {
  color: transparent;
  background: linear-gradient(90deg, rgba(125, 149, 91, .08), rgba(161, 214, 83, .25), rgba(125, 149, 91, .08));
  background-size: 220% 100%;
  animation: shimmer 1.25s linear infinite;
}

@keyframes shimmer {
  to { background-position: -220% 0; }
}

.btn-row {
  animation: soft-pulse 2.4s ease-in-out infinite;
}

@keyframes soft-pulse {
  50% { box-shadow: inset 0 0 15px rgba(153, 240, 54, .23), 0 0 16px rgba(113, 214, 30, .32); }
}

.feature-strip {
  padding-bottom: 18px;
}

.benefit {
  min-height: 142px;
  background:
    radial-gradient(circle at 50% 0, rgba(117, 196, 31, .1), transparent 56%),
    linear-gradient(145deg, rgba(7, 26, 22, .94), rgba(2, 10, 10, .92));
}

.benefit-icon {
  width: 60px;
  height: 60px;
  font-size: 23px;
  box-shadow: 0 0 19px rgba(112, 208, 35, .16);
}

.timeline,
.social-hub,
.faq {
  padding: 23px 0;
}

.step {
  min-height: 178px;
  overflow: visible;
  border-color: rgba(190, 146, 58, .34);
  background:
    radial-gradient(circle at 50% 0, rgba(137, 211, 42, .12), transparent 48%),
    linear-gradient(145deg, rgba(7, 24, 21, .96), rgba(3, 11, 11, .94));
}

.step:not(:last-child)::after {
  content: "";
  right: -46px;
  top: calc(50% - 1px);
  width: 46px;
  height: 2px;
  background: linear-gradient(90deg, rgba(123, 202, 43, .25), rgba(170, 237, 64, .85), rgba(123, 202, 43, .25));
  box-shadow: 0 0 10px rgba(132, 220, 43, .58);
}

.step-num {
  top: -17px;
  left: calc(50% - 25px);
  width: 50px;
  height: 34px;
  border-color: rgba(169, 232, 57, .76);
  border-radius: 999px;
  background: linear-gradient(#17300e, #07110d);
  box-shadow: 0 0 14px rgba(135, 223, 44, .26);
  transform: none;
  font-family: Georgia, serif;
  font-size: 17px;
}

.social-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.social {
  min-height: 178px;
  overflow: visible;
  padding: 17px 13px 15px;
  background:
    radial-gradient(circle at 50% 0, rgba(110, 188, 38, .11), transparent 48%),
    linear-gradient(145deg, rgba(7, 25, 22, .95), rgba(3, 11, 11, .94));
}

.social-icon svg,
.social-rail svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.social-icon {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(151, 222, 48, .2);
  box-shadow: 0 0 18px rgba(108, 200, 31, .12);
}

.social-action {
  margin-top: auto;
}

.social {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ornament-title {
  margin-bottom: 15px;
}

.ornament-title h2 {
  font-size: 34px;
}

@media (max-width: 960px) {
  .social-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .realms { margin-top: -82px; }
}

@media (max-width: 640px) {
  .hero { min-height: 625px; padding-bottom: 135px; }
  .realms { margin-top: -72px; }
  .step:not(:last-child)::after {
    right: calc(50% - 1px);
    top: auto;
    bottom: -31px;
    width: 2px;
    height: 31px;
  }
  .social-grid { grid-template-columns: 1fr; }
  .social { min-height: 158px; }
  .social p { display: block; }
}
