:root {
  --bg: #080b18;
  --surface: #101526;
  --surface-light: #171e34;
  --text: #f4f3ff;
  --muted: #9298b5;
  --line: rgba(192, 198, 238, .15);
  --purple: #a987ff;
  --purple-bright: #c7b0ff;
  --cyan: #71dbe5;
  --pink: #ed8bc6;
  --green: #8ee4b2;
  --shell: min(1160px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .32;
  background-image: radial-gradient(circle, rgba(255,255,255,.7) .7px, transparent .9px);
  background-size: 83px 83px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 70%);
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: var(--shell); margin: 0 auto; }
.page-glow { position: absolute; pointer-events: none; filter: blur(12px); opacity: .2; border-radius: 50%; }
.page-glow-one { width: 520px; height: 420px; top: 70px; left: -180px; background: #6844d8; }
.page-glow-two { width: 440px; height: 400px; top: 640px; right: -180px; background: #234b9c; }
.site-header {
  width: var(--shell);
  margin: 0 auto;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 800; letter-spacing: -.04em; }
.brand-accent { color: var(--purple-bright); }
.brand small { color: var(--muted); font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .14em; margin: 5px 0 0 2px; }
.brand-mark { width: 25px; height: 25px; display: inline-flex; align-items: center; justify-content: center; gap: 2px; transform: skew(-17deg); }
.brand-mark span { display: block; width: 5px; border-radius: 5px; background: var(--purple); }
.brand-mark span:nth-child(1) { height: 11px; opacity: .55; }
.brand-mark span:nth-child(2) { height: 19px; background: var(--cyan); }
.brand-mark span:nth-child(3) { height: 14px; opacity: .75; }
.site-nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font-size: 12px; font-weight: 700; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--text); }
.site-nav .nav-discord { color: var(--text); border: 1px solid var(--line); border-radius: 999px; padding: 11px 15px; }
.site-nav .nav-discord span { color: var(--cyan); padding-left: 5px; }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--text); padding: 9px 13px; font-size: 11px; }
.hero { min-height: 600px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; padding-top: 55px; padding-bottom: 50px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { color: var(--cyan); font-family: "DM Mono", monospace; font-size: 10px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 13px var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 680px; margin: 21px 0 21px; font-size: clamp(50px, 6.5vw, 88px); line-height: .94; letter-spacing: -.075em; font-weight: 800; }
h1 em { color: var(--purple-bright); font-style: normal; }
.hero-intro { max-width: 445px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 45px; border-radius: 5px; padding: 0 18px; font-size: 11px; font-weight: 800; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #0a0b16; background: var(--purple-bright); }
.button-primary:hover { background: #d6c7ff; }
.button-ghost { border: 1px solid var(--line); color: var(--text); }
.button-ghost:hover { border-color: var(--purple); background: rgba(169,135,255,.08); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 18px; color: #6d7596; font-family: "DM Mono", monospace; font-size: 9px; text-transform: uppercase; letter-spacing: .05em; }
.hero-meta i { display: inline-block; width: 4px; height: 4px; margin: 0 6px 2px 0; border-radius: 50%; background: var(--purple); }
.hero-art { min-height: 460px; position: relative; display: grid; place-items: center; }
.planet { width: min(350px, 70vw); aspect-ratio: 1; border-radius: 50%; position: relative; background: radial-gradient(circle at 34% 30%, #7b70e7 0 4%, #5547aa 24%, #282969 60%, #121632 100%); box-shadow: -28px 25px 70px rgba(106, 71, 226, .43), inset -30px -25px 50px rgba(5, 7, 20, .75), inset 26px 18px 36px rgba(196, 171, 255, .28); overflow: hidden; z-index: 2; }
.planet::before { content: ""; position: absolute; inset: 9% -18%; border: 1px solid rgba(205,192,255,.22); border-radius: 50%; transform: rotate(-22deg); box-shadow: 0 0 30px rgba(150,130,255,.2); }
.planet-ring { position: absolute; width: 134%; height: 28%; left: -17%; top: 43%; border: 5px solid rgba(189, 158, 255, .62); border-left-color: transparent; border-right-color: rgba(109, 219, 229, .37); border-radius: 50%; transform: rotate(-16deg); box-shadow: 0 0 14px rgba(166,136,255,.4); z-index: 4; }
.planet-shine { position: absolute; width: 50%; height: 35%; top: 7%; left: 16%; transform: rotate(-35deg); background: radial-gradient(ellipse, rgba(255,255,255,.24), transparent 70%); filter: blur(8px); }
.planet-crater { position: absolute; border: 2px solid rgba(151, 145, 242, .27); border-radius: 50%; box-shadow: inset 5px 4px 10px rgba(10,12,40,.42); }
.crater-one { width: 68px; height: 32px; top: 26%; left: 23%; transform: rotate(24deg); }
.crater-two { width: 38px; height: 18px; top: 62%; left: 49%; transform: rotate(-30deg); }
.crater-three { width: 50px; height: 24px; top: 42%; left: 70%; transform: rotate(13deg); }
.orbit { position: absolute; border: 1px solid rgba(169,135,255,.28); border-radius: 50%; transform: rotate(-26deg); }
.orbit-one { width: 94%; height: 40%; z-index: 3; }
.orbit-two { width: 112%; height: 56%; transform: rotate(34deg); border-color: rgba(113,219,229,.2); }
.star { position: absolute; color: var(--purple-bright); z-index: 5; text-shadow: 0 0 15px currentColor; animation: twinkle 3s ease-in-out infinite; }
.star-one { top: 12%; right: 19%; font-size: 20px; }
.star-two { bottom: 21%; left: 7%; color: var(--cyan); font-size: 28px; animation-delay: -1s; }
.star-three { top: 25%; left: 12%; font-size: 12px; animation-delay: -2s; }
.star-four { bottom: 17%; right: 14%; color: var(--pink); font-size: 35px; }
.hero-art-label { position: absolute; right: 0; bottom: 30px; display: grid; gap: 4px; padding: 11px 13px; border-left: 1px solid var(--purple); background: rgba(15,18,40,.7); font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .14em; color: var(--muted); z-index: 6; }
.hero-art-label strong { color: var(--text); font-size: 15px; letter-spacing: .08em; }
@keyframes twinkle { 0%, 100% { opacity: .45; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.12); } }
.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #777e9d; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .16em; white-space: nowrap; }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 33px; padding: 17px 0; animation: ticker 25s linear infinite; }
.ticker b { color: var(--purple); font-size: 15px; }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-30%); } }
.section { padding-top: 125px; padding-bottom: 35px; }
.section-heading { margin-bottom: 44px; }
.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 35px; }
.split-heading h2, .centered-heading h2, .tierlist-copy h2, .connect-inner h2 { margin: 15px 0 0; font-size: clamp(30px, 4vw, 52px); line-height: 1; letter-spacing: -.07em; }
.split-heading p { max-width: 330px; margin: 0 0 2px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: 1.05fr 1fr 1fr; gap: 13px; }
.feature-card { min-height: 250px; position: relative; padding: 27px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(26,32,59,.9), rgba(12,16,32,.85)); }
.feature-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -65px; bottom: -78px; border-radius: 50%; border: 1px solid rgba(169,135,255,.25); box-shadow: 0 0 0 12px rgba(169,135,255,.05), 0 0 0 23px rgba(169,135,255,.035); }
.feature-card-tall { min-height: 300px; background: linear-gradient(145deg, #272451, #11152b 75%); }
.feature-card-purple { background: linear-gradient(145deg, #20204c, #10162d 75%); }
.feature-number { color: #70799c; font-family: "DM Mono", monospace; font-size: 10px; }
.feature-icon { margin: 32px 0 24px; color: var(--purple-bright); font-size: 27px; }
.feature-card:nth-child(2) .feature-icon { color: var(--cyan); }
.feature-card:nth-child(3) .feature-icon { color: var(--pink); }
.feature-card h3 { margin-bottom: 10px; font-size: 18px; letter-spacing: -.04em; }
.feature-card p { max-width: 260px; margin-bottom: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.feature-line { display: block; width: 75px; height: 2px; margin-top: 27px; background: var(--purple); }
.centered-heading { text-align: center; }
.centered-heading p { margin: 15px auto 0; color: var(--muted); font-size: 13px; }
.rank-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.rank-card { min-height: 300px; position: relative; padding: 28px; overflow: hidden; border: 1px solid var(--line); background: #151a31; }
.rank-card::before { content: ""; position: absolute; width: 230px; height: 230px; top: -96px; right: -80px; border: 1px solid rgba(198,176,255,.2); border-radius: 50%; box-shadow: 0 0 0 20px rgba(198,176,255,.04), 0 0 0 40px rgba(198,176,255,.025); }
.rank-card-featured { background: linear-gradient(145deg, #443b78, #181b38); border-color: rgba(199,176,255,.42); }
.rank-card-dark { background: linear-gradient(145deg, #172e48, #12172d); }
.rank-card-teal { background: linear-gradient(145deg, #17404d, #121b31); border-color: rgba(100,226,224,.22); }
.rank-card-supernova { background: linear-gradient(145deg, #542e55, #20182f); border-color: rgba(255,150,199,.26); }
.rank-card-purple { background: linear-gradient(145deg, #30204f, #16182f); border-color: rgba(185,133,255,.28); }
.rank-card-infinity { background: linear-gradient(145deg, #574728, #201c2d); border-color: rgba(255,220,133,.3); }
.rank-orbit { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid rgba(199,176,255,.5); border-radius: 50%; color: var(--purple-bright); font-family: "DM Mono", monospace; font-size: 11px; }
.rank-label { margin-top: 32px; color: var(--muted); font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.rank-card h3 { margin: 7px 0 6px; font-size: 28px; letter-spacing: -.06em; }
.rank-card p { color: var(--purple-bright); font-family: "DM Mono", monospace; font-size: 10px; }
.rank-button { position: absolute; right: 28px; bottom: 29px; color: #777e9d; font-size: 11px; font-weight: 800; }
.rank-button span { color: var(--purple); padding-left: 5px; }
.coming-banner { display: flex; align-items: center; gap: 19px; margin-top: 22px; padding: 17px 20px; border: 1px dashed rgba(169,135,255,.4); color: var(--muted); font-size: 11px; }
.coming-banner span { color: var(--purple-bright); font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .1em; }
.coming-banner p { margin: 0; flex: 1; }
.coming-banner a, .text-link { color: var(--cyan); font-size: 11px; font-weight: 800; }
.tierlist-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.tierlist-copy p { max-width: 340px; margin: 21px 0 25px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.text-link span { padding-left: 5px; }
.tierlist-board { padding: 18px; border: 1px solid var(--line); background: #0c1021; box-shadow: 0 20px 60px rgba(0,0,0,.18); }
.board-header, .board-footer { display: flex; justify-content: space-between; align-items: center; color: #7d85a4; font-family: "DM Mono", monospace; font-size: 9px; letter-spacing: .1em; }
.board-status { color: var(--green); }
.board-status i { display: inline-block; width: 5px; height: 5px; margin: 0 5px 1px 0; border-radius: 50%; background: var(--green); }
.tier-row { min-height: 56px; display: grid; grid-template-columns: 56px 1fr; align-items: center; gap: 14px; margin-top: 10px; padding: 7px; border: 1px solid rgba(255,255,255,.06); }
.tier-row strong { display: grid; place-items: center; align-self: stretch; color: #15182b; font-size: 18px; }
.tier-row strong { font-family: "DM Mono", monospace; font-size: 12px; letter-spacing: -.04em; }
.tier-lt5 strong { background: #667085; color: #fff; }
.tier-ht5 strong { background: #738db4; }
.tier-lt4 strong { background: #75b9c0; }
.tier-ht4 strong { background: #7dc89b; }
.tier-lt3 strong { background: #acd773; }
.tier-ht3 strong { background: #f0d16a; }
.tier-lt2 strong { background: #f0ac76; }
.tier-ht2 strong { background: #ea8ea9; }
.tier-lt1 strong { background: #ca88df; }
.tier-ht1 strong { background: #ffd166; }
.tier-placeholder { color: #6f789b; font-family: "DM Mono", monospace; font-size: 10px; letter-spacing: .04em; }
.board-footer { padding: 17px 2px 2px; }
.board-footer span { color: var(--purple-bright); }
.connect-section { margin-top: 120px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(110deg, rgba(48,42,96,.47), rgba(11,15,32,.2)); }
.connect-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding-top: 70px; padding-bottom: 70px; }
.connect-inner h2 { max-width: 450px; }
.connect-inner p { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.server-panel { padding: 21px; border: 1px solid var(--line); background: rgba(8,11,24,.57); }
.server-option { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.server-type { display: block; margin-bottom: 7px; color: var(--cyan); font-family: "DM Mono", monospace; font-size: 8px; letter-spacing: .12em; }
.server-option strong { color: var(--text); font-family: "DM Mono", monospace; font-size: 11px; font-weight: 500; overflow-wrap: anywhere; }
.copy-button { flex: none; border: 1px solid var(--line); border-radius: 4px; background: transparent; color: var(--muted); cursor: pointer; padding: 7px 10px; font-size: 10px; }
.copy-button:hover { color: var(--text); border-color: var(--purple); }
.full-button { width: 100%; margin-top: 16px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; min-height: 100px; color: #6c7492; font-size: 10px; }
.site-footer p { margin: 0; }
.site-footer > a:last-child { color: var(--cyan); font-weight: 800; }
.toast { position: fixed; right: 20px; bottom: 20px; z-index: 20; transform: translateY(20px); opacity: 0; padding: 12px 15px; border: 1px solid var(--line); border-radius: 4px; background: #191d35; color: var(--text); font-family: "DM Mono", monospace; font-size: 10px; transition: .25s ease; pointer-events: none; }
.toast.show { transform: translateY(0); opacity: 1; }

@media (max-width: 800px) {
  :root { --shell: min(100% - 32px, 600px); }
  .site-header { height: 72px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 64px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 9px; border: 1px solid var(--line); background: #111528; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 10px; }
  .site-nav .nav-discord { margin-top: 5px; text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 10px; padding-top: 75px; }
  .hero-art { min-height: 390px; margin-top: 10px; }
  .planet { width: min(320px, 75vw); }
  .hero-art-label { right: 2px; bottom: 6px; }
  .section { padding-top: 85px; }
  .split-heading, .tierlist-layout, .connect-inner { display: block; }
  .split-heading p { margin-top: 20px; }
  .feature-grid, .rank-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card-tall { min-height: 230px; }
  .rank-card-featured { transform: none; }
  .coming-banner { display: block; }
  .coming-banner p { margin: 12px 0; }
  .tierlist-copy { margin-bottom: 35px; }
  .connect-inner { padding-top: 55px; padding-bottom: 55px; }
  .server-panel { margin-top: 35px; }
  .site-footer { gap: 20px; flex-wrap: wrap; padding: 25px 0; }
  .site-footer p { order: 3; flex-basis: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
