:root {
  --ink: #eaf9f7;
  --muted: #9eb9b7;
  --bg: #061014;
  --panel: #0b1b20;
  --panel-2: #10262b;
  --cyan: #62f3dd;
  --violet: #af82ff;
  --gold: #f9c857;
  --red: #ff6c74;
  --line: rgba(205, 255, 248, .13);
  --shadow: 0 24px 80px rgba(0, 0, 0, .36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
button, a { font: inherit; }
a { color: inherit; }
button { cursor: pointer; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 99; padding: .7rem 1rem; color: #071414; background: var(--cyan); border-radius: .5rem; }
.skip-link:focus { top: 1rem; }

.network-bar { position: fixed; z-index: 51; top: 0; left: 0; right: 0; height: 28px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.2rem, 5vw, 5rem); color: #071316; background: var(--cyan); font: 800 .65rem/1 ui-monospace, monospace; letter-spacing: .1em; }
.site-header { position: fixed; z-index: 50; top: 28px; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 0 clamp(1.2rem, 5vw, 5rem); border-bottom: 1px solid var(--line); background: rgba(5, 15, 18, .88); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; letter-spacing: .08em; line-height: .9; }
.brand strong { display: block; font-size: .92rem; }
.brand small { display: block; margin-top: .3rem; color: var(--cyan); font-size: .62rem; letter-spacing: .25em; }
.brand-orb { width: 34px; aspect-ratio: 1; border: 3px solid var(--ink); border-radius: 50%; background: linear-gradient(#ee5964 0 44%, #122327 44% 56%, #eaf9f7 56%); box-shadow: 0 0 28px rgba(98, 243, 221, .24); }
.site-header nav { display: flex; align-items: center; gap: clamp(.8rem, 2vw, 2rem); }
.site-header nav a { color: var(--muted); font-size: .88rem; text-decoration: none; }
.site-header nav a:hover { color: var(--ink); }
.site-header nav .nav-store { padding: .55rem .85rem; color: var(--gold); border: 1px solid rgba(249,200,87,.5); border-radius: .3rem; }
.copy-nav, .nav-toggle { padding: .65rem 1rem; color: #061014; border: 0; border-radius: 999px; background: var(--cyan); font-weight: 800; }
.nav-toggle { display: none; }

.hero { position: relative; min-height: 900px; display: grid; place-items: center; overflow: hidden; text-align: center; }
.hero-image { position: absolute; inset: 0; background: #092027 url("spawn-aerial.png") center 30% / cover no-repeat; transform: scale(1.01); }
.hero-scrim { position: absolute; inset: 0; background: radial-gradient(circle at 50% 44%, rgba(4,13,16,.14), rgba(4,13,16,.76) 67%, var(--bg) 100%), linear-gradient(0deg, var(--bg), transparent 38%); }
.hero-content { position: relative; z-index: 2; width: min(900px, 92vw); padding-top: 7rem; }
.hero-logo { display: grid; justify-items: center; margin-bottom: 1.5rem; filter: drop-shadow(0 12px 3px rgba(0,0,0,.45)) drop-shadow(0 0 30px rgba(98,243,221,.22)); transform: rotate(-2deg); }
.logo-top { color: #f7fbf1; font: 950 clamp(3.8rem, 9vw, 7.4rem)/.72 Impact, Haettenschweiler, sans-serif; letter-spacing: -.025em; -webkit-text-stroke: clamp(2px, .35vw, 5px) #07191c; text-shadow: 0 7px 0 #2b7671; }
.logo-bottom { margin-top: .4rem; padding: .2rem .8rem .28rem; color: #07191c; background: var(--gold); font: 950 clamp(1.2rem, 3vw, 2.4rem)/1 Impact, sans-serif; letter-spacing: .16em; box-shadow: 0 6px 0 #8f6014; }
.eyebrow, .kicker { color: var(--cyan); font-size: .78rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow { display: flex; justify-content: center; align-items: center; gap: .55rem; }
.status-dot { width: .6rem; height: .6rem; border-radius: 50%; background: var(--gold); box-shadow: 0 0 14px currentColor; }
.status-dot.online { color: var(--cyan); background: var(--cyan); }
.status-dot.offline { color: var(--red); background: var(--red); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { max-width: 820px; margin: 1rem auto; font-size: clamp(2.4rem, 5vw, 4.8rem); line-height: .92; letter-spacing: -.06em; text-transform: uppercase; }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero-content > p { max-width: 720px; margin-left: auto; margin-right: auto; color: #d7e5e3; font-size: clamp(1rem, 2vw, 1.22rem); }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: .8rem; margin: 2rem 0 3rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 1.4rem; border: 1px solid var(--line); border-radius: .7rem; text-decoration: none; font-weight: 800; }
.button.primary { gap: .3rem; }
.button.primary { color: #061014; border-color: var(--cyan); background: var(--cyan); }
.button.secondary { background: rgba(7, 20, 24, .5); backdrop-filter: blur(8px); }
.server-facts { display: flex; justify-content: center; flex-wrap: wrap; gap: 1px; }
.server-facts div { min-width: 155px; padding: .9rem 1.2rem; border: 1px solid var(--line); background: rgba(7, 21, 25, .75); }
.server-facts dt { color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.server-facts dd { margin: .25rem 0 0; font-weight: 800; }

.section { width: min(1440px, calc(100% - 2rem)); margin: 0 auto; padding: clamp(4.5rem, 9vw, 9rem) clamp(.2rem, 3vw, 3rem); }
.quick-links { position: relative; z-index: 4; width: min(1220px, calc(100% - 2rem)); display: grid; grid-template-columns: repeat(4,1fr); margin: -68px auto 3rem; border: 1px solid var(--line); background: #0a1a1f; box-shadow: var(--shadow); }
.quick-links a { min-height: 136px; display: grid; align-content: center; padding: 1.4rem; border-right: 1px solid var(--line); text-decoration: none; transition: .18s ease; }.quick-links a:last-child { border: 0; }.quick-links a:hover { color: #061014; background: var(--cyan); transform: translateY(-5px); }.quick-links span { color: var(--cyan); font: 700 .7rem/1 ui-monospace,monospace; }.quick-links a:hover span { color: #17645d; }.quick-links b { margin-top: .8rem; font-size: 1.15rem; text-transform: uppercase; }.quick-links small { color: var(--muted); }.quick-links a:hover small { color: #17645d; }
.section-heading { max-width: 760px; margin-bottom: 3rem; }
.section-heading h2, .showcase h2, .join h2 { margin: .45rem 0 1rem; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .95; letter-spacing: -.055em; }
.section-heading p, .split-heading > p { color: var(--muted); font-size: 1.05rem; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: end; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { position: relative; min-height: 310px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(140deg, rgba(255,255,255,.025), transparent); }
.feature-card::after { content: ""; position: absolute; left: 2rem; bottom: 2rem; width: 44px; height: 4px; background: currentColor; }
.accent-cyan { color: var(--cyan); }.accent-violet { color: var(--violet); }.accent-gold { color: var(--gold); }.accent-red { color: var(--red); }
.feature-card h3 { margin-top: 5rem; color: var(--ink); font-size: 1.35rem; }
.feature-card p { color: var(--muted); }
.feature-number { font-family: ui-monospace, monospace; font-size: .8rem; }

.showcase { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1rem; padding-top: 1rem; }
.showcase-card { position: relative; min-height: 480px; display: flex; align-items: end; overflow: hidden; padding: clamp(1.6rem, 5vw, 4rem); border: 1px solid var(--line); border-radius: 1rem; background-size: cover; background-position: center; box-shadow: var(--shadow); }
.showcase-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3, 12, 15, .95), rgba(3, 12, 15, .04) 78%); }
.showcase-card > div { position: relative; z-index: 1; }
.showcase-card h2 { max-width: 650px; font-size: clamp(2.3rem, 4vw, 4.5rem); }
.spawn-shot { grid-row: span 2; min-height: 980px; background-image: url("spawn-aerial.png"); }
.grinder-shot { background-image: url("grinder.png"); }
.crate-shot { background-image: url("crates.png"); }

.progression { border-top: 1px solid var(--line); }
.dex-track { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); }
.dex-track li { min-height: 230px; padding: 1.5rem; border-left: 1px solid var(--line); background: linear-gradient(180deg, rgba(98,243,221,.06), transparent); }
.dex-track li:last-child { border-right: 1px solid var(--line); }
.dex-track strong { display: block; margin-bottom: 4rem; color: var(--cyan); font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: -.05em; }
.dex-track span { color: var(--muted); font-size: .9rem; }

.join-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: 4rem; padding: clamp(2rem, 6vw, 6rem); border-radius: 1.2rem; color: #061014; background: var(--cyan); }
.join-panel .kicker { color: #17645d; }
.join-panel ol { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.join-panel li { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; align-items: start; padding-bottom: 1rem; border-bottom: 1px solid rgba(6,16,20,.18); }
.join-panel li span { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid currentColor; border-radius: 50%; font-weight: 900; }
.join-panel p { margin: 0; }
.inline-copy { padding: 0; color: inherit; border: 0; border-bottom: 1px solid currentColor; background: none; font-weight: 900; }

.store { border-top: 1px solid var(--line); }
.store-notice { margin-bottom: 1rem; padding: 1rem 1.2rem; border: 1px solid rgba(249,200,87,.35); border-radius: .75rem; color: #f7df9a; background: rgba(249,200,87,.06); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; align-items: stretch; }
.product-card { padding: 2rem; border: 1px solid var(--line); border-radius: .9rem; background: var(--panel); }
.product-card { position: relative; overflow: hidden; border-radius: .3rem; border-top-width: 4px; }
.product-card.featured { border-color: rgba(98,243,221,.6); background: linear-gradient(145deg, rgba(98,243,221,.12), var(--panel)); transform: translateY(-.7rem); }
.rank-gem { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 1.2rem; border: 2px solid currentColor; transform: rotate(45deg); font: 900 1.1rem/1 ui-monospace,monospace; }.rank-gem::first-letter { transform: rotate(-45deg); }
.rank-trainer { color: #7cd7ff; border-top-color: #7cd7ff; }.rank-ace { color: #c38cff; border-top-color: #c38cff; }.rank-champion { color: #ffd563; border-top-color: #ffd563; }.rank-master { color: #ff7782; border-top-color: #ff7782; }
.product-card h3, .product-card .price, .product-card ul, .product-card button, .product-card .product-type { color: var(--ink); }.product-card .product-type { color: currentColor; }.product-card ul { color: var(--muted); }.product-card ul b { color: currentColor; }.product-card code { color: currentColor; font-weight: 800; }
.popular-ribbon { position: absolute; top: 18px; right: -36px; width: 150px; padding: .3rem; color: #061014; background: var(--gold); text-align: center; font: 900 .6rem/1 ui-monospace,monospace; transform: rotate(40deg); }
.rank-footnote { margin-top: 1rem; color: var(--muted); font-size: .82rem; }
.product-type { color: var(--muted); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.product-card h3 { margin: 2rem 0 .5rem; font-size: 2rem; }
.price { font-size: 3rem; font-weight: 900; letter-spacing: -.05em; }.price span { color: var(--cyan); font-size: 1rem; vertical-align: super; }
.product-card ul { min-height: 135px; padding-left: 1.2rem; color: var(--muted); }
.product-card button { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: .6rem; color: var(--muted); background: rgba(255,255,255,.03); cursor: not-allowed; }
.product-card .buy-link { display:flex; align-items:center; justify-content:space-between; gap:1rem; width:100%; min-height:54px; margin-top:1.25rem; padding:.9rem 1.15rem; border:1px solid var(--cyan); border-radius:.65rem; color:#061014; background:linear-gradient(135deg,var(--cyan),#8affdc); font-weight:950; text-decoration:none; box-shadow:0 8px 24px rgba(98,243,221,.18); transition:transform .18s ease, filter .18s ease, box-shadow .18s ease; }
.product-card .buy-link b { font-size:1.25rem; line-height:1; transition:transform .18s ease; }
.product-card .buy-link:hover { transform:translateY(-2px); filter:brightness(1.07); box-shadow:0 13px 32px rgba(98,243,221,.3); }
.product-card .buy-link:hover b { transform:translateX(3px); }
.goal-card { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; margin-top: 1rem; padding: 2rem; border: 1px solid var(--line); border-radius: .9rem; background: linear-gradient(100deg, rgba(175,130,255,.12), transparent); }
.goal-card h3 { margin: .5rem 0; font-size: 1.7rem; }.goal-card p { color: var(--muted); }
.vote-panel { display: grid; grid-template-columns: 1fr .8fr; gap: 4rem; padding: clamp(2rem,6vw,5rem); border: 1px solid rgba(249,200,87,.35); background: linear-gradient(120deg, rgba(249,200,87,.15), var(--panel)); }.vote-panel h2 { margin: .5rem 0 1rem; font-size: clamp(2.5rem,5vw,5rem); line-height: .9; letter-spacing: -.055em; }.vote-panel p { color: var(--muted); }.vote-sites { display: grid; gap: .8rem; align-content: center; }.vote-sites button { min-height: 58px; border: 1px solid var(--line); color: var(--muted); background: rgba(255,255,255,.03); cursor: not-allowed; }

.rules-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); }
.rules-grid article { min-height: 240px; padding: 2rem; background: var(--bg); }
.rules-grid b { color: var(--cyan); font-family: ui-monospace, monospace; }.rules-grid h3 { margin-top: 3rem; }.rules-grid p { color: var(--muted); }

footer { display: grid; grid-template-columns: 1fr 2fr auto; gap: 2rem; align-items: center; padding: 3rem clamp(1.2rem, 5vw, 5rem); border-top: 1px solid var(--line); color: var(--muted); background: #040b0d; font-size: .82rem; }
.footer-brand { display: flex; align-items: center; gap: .7rem; color: var(--ink); }.footer-brand .brand-orb { width: 28px; }.footer-links { display: flex; gap: 1rem; }.footer-links a { color: var(--ink); } footer small { grid-column: 1 / -1; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 2rem; transform: translate(-50%, 5rem); padding: .8rem 1.2rem; border-radius: 999px; color: #061014; background: var(--cyan); font-weight: 800; opacity: 0; transition: .25s ease; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }

.legal-page { padding-top: 76px; }.legal-page .site-header { position: fixed; }.legal-content { width: min(900px, calc(100% - 2rem)); margin: 0 auto; padding: 6rem 0; }.legal-content > header { margin-bottom: 5rem; }.legal-content h1 { margin: .5rem 0; font-size: clamp(3rem, 7vw, 6rem); line-height: .9; letter-spacing: -.06em; }.legal-content section { padding: 2.5rem 0; border-top: 1px solid var(--line); }.legal-content h2 { font-size: 1.8rem; }.legal-content p { color: var(--muted); }.legal-page footer { display: flex; justify-content: space-between; }

@media (max-width: 1000px) {
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .showcase { grid-template-columns: 1fr; }.spawn-shot { grid-row: auto; min-height: 650px; }
  .dex-track { grid-template-columns: repeat(3, 1fr); }.dex-track li:nth-child(3) { border-right: 1px solid var(--line); }
  .split-heading, .join-panel, .goal-card, .vote-panel { grid-template-columns: 1fr; gap: 1.5rem; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  .network-bar { padding: 0 .7rem; font-size: .55rem; }.site-header { min-height: 66px; }.nav-toggle { display: block; }.site-header nav { position: absolute; top: 66px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; padding: 1rem; border-bottom: 1px solid var(--line); background: #071519; }.site-header nav.open { display: flex; }.site-header nav a { padding: .6rem; }
  .hero { min-height: 760px; }.hero-scrim { background: linear-gradient(0deg, var(--bg), rgba(4,13,16,.46) 72%, rgba(4,13,16,.2)); }.hero-content { width: auto; margin: 0 1rem 5rem; }.hero h1 { font-size: clamp(3.5rem, 18vw, 5.3rem); }.server-facts div { flex: 1; min-width: 130px; }
  .quick-links { grid-template-columns: repeat(2,1fr); margin-top: -40px; }.quick-links a:nth-child(2) { border-right: 0; }.feature-grid, .product-grid, .rules-grid { grid-template-columns: 1fr; }.feature-card { min-height: 260px; }.product-card.featured { transform: none; }
  .dex-track { grid-template-columns: repeat(2, 1fr); }.dex-track li:nth-child(3) { border-right: 0; }.dex-track li:nth-child(even) { border-right: 1px solid var(--line); }
  .showcase-card, .spawn-shot { min-height: 480px; }.showcase-card h2 { font-size: 2.5rem; }
  footer { grid-template-columns: 1fr; }.footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
/* Staff roster and subscription pricing */
.price small { font-size: .32em; margin-left: .35rem; color: var(--muted); font-weight: 700; }
.staff-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1.25rem; }
.staff-card { position:relative; padding:2rem; border:1px solid rgba(255,255,255,.1); background:linear-gradient(145deg,rgba(15,39,45,.94),rgba(7,21,26,.98)); border-radius:1.25rem; overflow:hidden; }
.staff-card::after { content:""; position:absolute; inset:auto -15% -60% 30%; height:12rem; background:radial-gradient(circle,rgba(42,220,213,.14),transparent 68%); pointer-events:none; }
.staff-avatar { display:grid; place-items:center; width:4.5rem; height:4.5rem; margin-bottom:1.25rem; border-radius:50%; background:linear-gradient(135deg,var(--cyan),var(--violet)); color:#061419; font-size:1.8rem; font-weight:900; box-shadow:0 0 32px rgba(42,220,213,.25); }
.owner-card .staff-avatar { background:linear-gradient(135deg,#ffd36a,#ff7849); }
.staff-rank { color:var(--cyan); text-transform:uppercase; letter-spacing:.16em; font-size:.72rem; font-weight:900; }
.staff-card h3 { margin:.4rem 0 .65rem; font-size:1.55rem; }
.staff-card p { margin:0; color:var(--muted); line-height:1.65; }
.staff-rank-list { display:flex; flex-wrap:wrap; justify-content:center; gap:.7rem; margin-top:1.25rem; }
.staff-rank-list span { padding:.55rem .9rem; border:1px solid rgba(42,220,213,.2); border-radius:999px; color:#dceff1; background:rgba(42,220,213,.06); font-size:.78rem; font-weight:800; }
@media (max-width: 760px) { .staff-grid { grid-template-columns:1fr; } }
