:root {
  --bg: #0d1712;
  --bg-soft: #122119;
  --panel: #16281e;
  --panel-2: #1a2f23;
  --light: #f5f3ea;
  --light-2: #e8eadf;
  --ink: #102018;
  --ink-soft: #526158;
  --text: #f2f5ef;
  --text-soft: #aab9ae;
  --line: rgba(255,255,255,.12);
  --line-dark: rgba(16,32,24,.13);
  --green: #a7e07f;
  --green-strong: #7fcf70;
  --mint: #d9f4c8;
  --sand: #e7d9ad;
  --sun: #f6c86b;
  --danger: #ff977e;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 24px 70px rgba(0,0,0,.25);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img, svg { max-width: 100%; }
code { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--green);
  color: var(--ink);
  font-weight: 800;
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 118px 0; }
.section-pad { padding: 150px 0 90px; }
.section-light { background: var(--light); color: var(--ink); }
.section-dark { background: #101d16; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background: rgba(13,23,18,.72);
  backdrop-filter: blur(18px);
  transition: background .25s ease, border-color .25s ease;
}
.site-header.scrolled { background: rgba(13,23,18,.94); border-color: var(--line); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 18px; font-weight: 850; letter-spacing: -.03em; }
.brand-mark { width: 31px; height: 31px; position: relative; display: inline-block; background: #6eb75e; box-shadow: inset 0 -8px 0 #4e873f; border-radius: 7px 7px 4px 4px; transform: rotate(-2deg); }
.brand-mark::before, .brand-mark::after, .brand-mark span { content: ""; position: absolute; width: 7px; height: 7px; background: rgba(219,245,197,.75); border-radius: 2px; }
.brand-mark::before { left: 5px; top: 5px; }
.brand-mark::after { right: 5px; top: 8px; }
.brand-mark span { left: 12px; top: 16px; background: rgba(49,93,43,.75); }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { text-decoration: none; color: #c8d4cb; font-size: 14px; font-weight: 700; transition: color .2s ease; }
.main-nav a:hover { color: #fff; }
.main-nav .nav-cta { padding: 10px 16px; border-radius: 999px; background: var(--green); color: var(--ink); }
.main-nav .nav-cta:hover { color: var(--ink); background: #b8ee91; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: #fff; border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 850px; display: grid; align-items: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, #000 0%, transparent 88%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(40px); opacity: .24; pointer-events: none; }
.hero-glow-one { width: 550px; height: 550px; background: #4fbd68; top: 18%; right: -180px; }
.hero-glow-two { width: 400px; height: 400px; background: #d8a34f; left: -240px; top: 8%; opacity: .12; }
.pixel-field i { position: absolute; display: block; border: 1px solid rgba(167,224,127,.18); background: rgba(167,224,127,.03); transform: rotate(12deg); }
.pixel-field i:nth-child(1) { width: 36px; height: 36px; left: 7%; top: 26%; }
.pixel-field i:nth-child(2) { width: 18px; height: 18px; left: 18%; bottom: 20%; }
.pixel-field i:nth-child(3) { width: 48px; height: 48px; right: 8%; top: 17%; }
.pixel-field i:nth-child(4) { width: 22px; height: 22px; right: 46%; bottom: 13%; }
.pixel-field i:nth-child(5) { width: 13px; height: 13px; right: 4%; bottom: 28%; }
.pixel-field i:nth-child(6) { width: 26px; height: 26px; left: 48%; top: 17%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: 76px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--mint); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 850; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(167,224,127,.12); }
.hero h1 { margin: 24px 0 24px; font-size: clamp(58px, 7.5vw, 102px); line-height: .93; letter-spacing: -.065em; max-width: 800px; }
.hero h1 span { color: var(--green); }
.hero-lead { max-width: 650px; margin: 0; color: #becbc1; font-size: clamp(18px, 2vw, 21px); line-height: 1.68; }
.hero-lead strong { color: #fff; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 20px; border: 1px solid transparent; border-radius: 14px; text-decoration: none; font-weight: 820; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: var(--ink); box-shadow: 0 12px 30px rgba(117,196,100,.16); }
.button-primary:hover { background: #b8ed93; box-shadow: 0 15px 35px rgba(117,196,100,.23); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.045); color: #fff; }
.button-secondary:hover { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.08); }
.button-ghost { border-color: rgba(255,255,255,.18); color: #fff; background: transparent; }
.button-secondary-dark { border-color: rgba(16,32,24,.18); color: var(--ink); background: rgba(255,255,255,.5); }
.button-icon { font-size: 20px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.hero-meta span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; color: #aebdb2; font-size: 12px; font-weight: 700; }
.hero-panel { position: relative; padding: 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.world-window { position: relative; height: 430px; overflow: hidden; border-radius: 20px; background: linear-gradient(180deg, #9fc8a4 0%, #bdd2ac 31%, #74956b 32%, #365641 100%); isolation: isolate; }
.world-window::after { content: ""; position: absolute; inset: 0; z-index: 20; background: linear-gradient(to top, rgba(8,17,12,.58), transparent 52%), linear-gradient(120deg, rgba(246,200,107,.17), transparent 50%); pointer-events: none; }
.sun { position: absolute; width: 90px; height: 90px; border-radius: 50%; top: 54px; left: 50%; transform: translateX(-50%); background: #ffe3a4; box-shadow: 0 0 50px 15px rgba(255,218,139,.52); }
.mountain { position: absolute; bottom: 145px; width: 240px; height: 170px; clip-path: polygon(50% 0, 100% 100%, 0 100%); background: #617e63; opacity: .9; }
.mountain-one { left: 4%; }
.mountain-two { right: -2%; bottom: 125px; transform: scale(1.25); background: #537058; }
.tree { position: absolute; z-index: 8; bottom: 112px; width: 86px; height: 220px; }
.tree b { position: absolute; bottom: 0; left: 34px; width: 23px; height: 125px; background: #604c35; box-shadow: inset -7px 0 rgba(39,31,23,.25); }
.tree i, .tree i::before, .tree i::after { position: absolute; content: ""; display: block; width: 92px; height: 72px; background: #315b3b; box-shadow: inset 0 -14px rgba(21,56,34,.35); border-radius: 7px; }
.tree i { left: 0; top: 10px; }
.tree i::before { left: -34px; top: 44px; width: 78px; height: 78px; }
.tree i::after { right: -34px; top: 42px; width: 84px; height: 76px; }
.tree-one { left: 7%; transform: scale(1.2); transform-origin: bottom; }
.tree-two { right: 8%; transform: scale(1.35); transform-origin: bottom; }
.tree-three { left: 39%; bottom: 145px; transform: scale(.72); opacity: .75; }
.ground { position: absolute; z-index: 11; left: 0; right: 0; bottom: 0; }
.ground-back { height: 145px; background: #4a774a; clip-path: polygon(0 26%, 17% 12%, 32% 24%, 47% 8%, 65% 24%, 83% 5%, 100% 20%, 100% 100%, 0 100%); }
.ground-front { height: 88px; background: #294b32; clip-path: polygon(0 20%, 22% 0, 44% 18%, 63% 3%, 81% 16%, 100% 0, 100% 100%, 0 100%); }
.water { position: absolute; z-index: 13; right: -4%; bottom: 20px; width: 55%; height: 82px; transform: skewX(-18deg); background: linear-gradient(180deg, rgba(138,192,174,.85), rgba(57,108,98,.9)); border-top: 6px solid rgba(198,228,209,.45); }
.world-label { position: absolute; z-index: 30; left: 24px; bottom: 24px; display: flex; flex-direction: column; }
.world-label span { color: #d1dbd4; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.world-label strong { font-size: 25px; letter-spacing: -.035em; }
.server-card, .status-card { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 12px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 16px; background: rgba(9,19,13,.7); }
.server-card div { display: flex; flex-direction: column; }
.server-label { color: #84968a; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.server-card strong { font-size: 18px; }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.04); color: #fff; cursor: pointer; font-size: 18px; }
.status-card { align-items: center; }
.status-main { display: flex; align-items: center; gap: 12px; min-width: 0; }
.status-main div { display: flex; flex-direction: column; min-width: 0; }
.status-main strong { font-size: 14px; }
.status-main small { color: #829287; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 270px; }
.status-dot { flex: 0 0 auto; width: 10px; height: 10px; border-radius: 50%; }
.status-idle { background: #9b9b87; }
.status-online { background: var(--green); box-shadow: 0 0 0 6px rgba(167,224,127,.12); }
.status-offline { background: var(--danger); box-shadow: 0 0 0 6px rgba(255,151,126,.12); }
.status-button { flex: 0 0 auto; padding: 8px 11px; border: 1px solid var(--line); border-radius: 10px; background: transparent; color: #dce6de; cursor: pointer; font-size: 12px; font-weight: 800; }
.status-button:hover { background: rgba(255,255,255,.06); }
.status-button:disabled { opacity: .6; cursor: wait; }

.announcement-wrap { position: relative; z-index: 4; margin: -26px 0 -30px; }
.announcement { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; padding: 25px 30px; border: 1px solid rgba(20,50,31,.12); border-radius: 22px; background: var(--green); color: var(--ink); box-shadow: 0 20px 50px rgba(0,0,0,.18); }
.announcement-date { display: flex; align-items: center; gap: 9px; padding-right: 25px; border-right: 1px solid rgba(16,32,24,.18); }
.announcement-date strong { font-size: 47px; line-height: 1; letter-spacing: -.07em; }
.announcement-date span { font-size: 11px; line-height: 1.25; font-weight: 850; letter-spacing: .08em; }
.announcement h2 { margin: 2px 0 0; font-size: 24px; letter-spacing: -.035em; }
.announcement p { margin: 4px 0 0; color: #345037; }
.kicker { display: block; color: #5f8f50; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.announcement .kicker { color: #416a3b; }
.text-link { white-space: nowrap; text-decoration: none; font-weight: 850; }
.text-link:hover { text-decoration: underline; }

.section-heading { max-width: 790px; margin-bottom: 48px; }
.section-heading h2, .two-column-heading h2, .community-copy h2 { margin: 10px 0 20px; font-size: clamp(42px, 5.5vw, 70px); line-height: 1; letter-spacing: -.06em; }
.section-heading p, .two-column-heading > p, .community-copy > p { color: var(--ink-soft); font-size: 19px; max-width: 720px; }
.heading-on-dark p { color: var(--text-soft); }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-card { min-height: 300px; padding: 32px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255,255,255,.45); }
.feature-card-wide { grid-column: 1 / -1; min-height: 330px; display: grid; grid-template-columns: 240px 1fr; align-items: center; gap: 40px; overflow: hidden; background: var(--ink); color: #fff; }
.feature-number { font-size: 160px; line-height: .8; font-weight: 900; letter-spacing: -.09em; color: var(--green); text-shadow: 14px 14px 0 rgba(167,224,127,.08); }
.feature-tag { display: inline-block; margin-bottom: 12px; color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.feature-card h3 { margin: 18px 0 10px; font-size: 27px; letter-spacing: -.04em; }
.feature-card-wide h3 { margin-top: 0; font-size: clamp(34px, 4vw, 56px); line-height: 1; }
.feature-card p { margin: 0; color: var(--ink-soft); font-size: 17px; }
.feature-card-wide p { color: #b7c3ba; max-width: 680px; }
.feature-card code { padding: 2px 5px; border-radius: 5px; background: rgba(16,32,24,.08); }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: #dcecd1; font-size: 26px; font-weight: 900; color: #416f3b; }
.principles { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 18px; border: 1px solid var(--line-dark); border-radius: var(--radius); overflow: hidden; }
.principles div { display: flex; flex-direction: column; gap: 2px; padding: 28px; border-right: 1px solid var(--line-dark); }
.principles div:last-child { border-right: 0; }
.principles strong { font-size: 27px; letter-spacing: -.04em; }
.principles span { color: var(--ink-soft); font-size: 13px; }

.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; counter-reset: step; }
.step { min-height: 345px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.step-index { color: var(--green); font-size: 13px; font-weight: 900; letter-spacing: .13em; }
.step h3 { margin: 70px 0 12px; font-size: 29px; letter-spacing: -.045em; }
.step p { color: var(--text-soft); }
.step strong { color: #fff; }
.mini-copy, .mini-link { display: inline-flex; margin-top: 10px; padding: 0; border: 0; background: none; color: var(--green); text-decoration: none; cursor: pointer; font-weight: 850; }
.mini-note { display: inline-flex; margin-top: 10px; color: #cbd6ce; font-size: 13px; font-weight: 700; }
.join-callout { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 18px; padding: 34px; border-radius: var(--radius); background: linear-gradient(135deg, #1e3b29, #162a20); border: 1px solid rgba(167,224,127,.2); }
.join-callout h3 { margin: 5px 0 0; max-width: 650px; font-size: clamp(28px, 4vw, 43px); line-height: 1.05; letter-spacing: -.05em; }
.join-actions { display: flex; flex: 0 0 auto; gap: 10px; }

.two-column-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 48px; }
.two-column-heading > p { margin: 0 0 7px; }
.rules-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.rule { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 25px; border: 1px solid var(--line-dark); border-radius: 18px; background: rgba(255,255,255,.46); }
.rule > span { color: #72a965; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.rule h3 { margin: 0 0 5px; font-size: 20px; letter-spacing: -.025em; }
.rule p { margin: 0; color: var(--ink-soft); }
.commands { margin-top: 20px; border: 1px solid var(--line-dark); border-radius: var(--radius); background: #e9ecdf; overflow: hidden; }
.commands summary, .vote-card summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 25px 28px; cursor: pointer; }
.commands summary::-webkit-details-marker, .vote-card summary::-webkit-details-marker, .faq summary::-webkit-details-marker { display: none; }
.commands summary span:first-child { display: flex; flex-direction: column; }
.commands summary small { color: var(--ink-soft); }
.summary-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; border: 1px solid currentColor; transition: transform .2s ease; }
details[open] .summary-icon { transform: rotate(45deg); }
.command-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line-dark); }
.command-grid div { display: flex; flex-direction: column; gap: 7px; padding: 20px 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.command-grid div:nth-child(even) { border-right: 0; }
.command-grid code { width: fit-content; padding: 4px 8px; border-radius: 7px; background: var(--ink); color: var(--green); font-size: 13px; }
.command-grid span { color: var(--ink-soft); font-size: 14px; }

.community-section { background: var(--green); color: var(--ink); }
.community-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.community-copy { position: sticky; top: 120px; }
.community-copy .kicker { color: #416a3b; }
.community-copy > p { color: #35513a; }
.community-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.community-section .button-primary { background: var(--ink); color: #fff; }
.community-section .button-primary:hover { background: #1b3125; }
.community-stack { display: grid; gap: 16px; }
.community-card { border: 1px solid rgba(16,32,24,.17); border-radius: var(--radius); background: rgba(247,250,240,.72); overflow: hidden; }
.community-card:not(details) { padding: 30px; }
.card-kicker { display: block; color: #5f8954; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.community-card h3, .vote-card summary strong { margin: 8px 0 20px; font-size: 31px; line-height: 1.1; letter-spacing: -.045em; }
.news-list { list-style: none; padding: 0; margin: 0; }
.news-list li { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 15px 0; border-top: 1px solid rgba(16,32,24,.12); }
.news-list time { color: #607264; font-size: 12px; font-weight: 850; }
.news-list span { font-weight: 750; }
.vote-card summary span:first-child { display: flex; flex-direction: column; }
.vote-card summary strong { margin-bottom: 0; }
.vote-links { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(16,32,24,.13); }
.vote-links a { display: flex; align-items: center; justify-content: space-between; padding: 17px 26px; border-bottom: 1px solid rgba(16,32,24,.1); border-right: 1px solid rgba(16,32,24,.1); text-decoration: none; font-weight: 750; }
.vote-links a:nth-child(even) { border-right: 0; }
.vote-links a:hover { background: rgba(255,255,255,.45); }

.faq-section { background: #f0efe7; color: var(--ink); }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.faq { border: 1px solid var(--line-dark); border-radius: 17px; background: rgba(255,255,255,.46); }
.faq summary { position: relative; list-style: none; padding: 21px 52px 21px 23px; cursor: pointer; font-weight: 850; }
.faq summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.faq[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq p { margin: 0; padding: 0 23px 22px; color: var(--ink-soft); }
.faq code { background: rgba(16,32,24,.08); padding: 2px 5px; border-radius: 5px; }

.site-footer { padding: 70px 0 25px; background: #09110d; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .75fr .6fr; gap: 50px; align-items: start; }
.footer-brand { margin-bottom: 15px; }
.footer-grid p { max-width: 460px; color: #849287; font-size: 14px; }
.footer-server { display: flex; flex-direction: column; gap: 8px; }
.footer-server > span { color: #718076; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.footer-address { padding: 0; border: 0; background: none; color: var(--green); text-align: left; cursor: pointer; font-size: 18px; font-weight: 850; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links a { color: #aeb9b1; text-decoration: none; font-size: 14px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid var(--line); color: #65736a; font-size: 12px; }
.footer-bottom a { color: #91a096; text-decoration: none; }

.toast { position: fixed; z-index: 200; left: 50%; bottom: 28px; transform: translate(-50%, 25px); padding: 11px 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: #17271e; color: #fff; box-shadow: 0 16px 50px rgba(0,0,0,.3); opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; font-weight: 750; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

.legal-body { background: var(--light); color: var(--ink); }
.legal-header { position: static; background: var(--bg); }
.legal-main { min-height: 70vh; padding: 80px 0 120px; }
.legal-card { max-width: 850px; padding: clamp(25px, 5vw, 55px); border: 1px solid var(--line-dark); border-radius: var(--radius); background: #fff; }
.legal-card h1 { margin-top: 0; font-size: clamp(42px, 7vw, 68px); letter-spacing: -.06em; }
.legal-card h2 { margin-top: 35px; font-size: 24px; letter-spacing: -.03em; }
.legal-card p, .legal-card li { color: var(--ink-soft); }
.legal-card a { color: #386d36; }
.placeholder-warning { padding: 15px 17px; border: 1px solid #d8955d; border-radius: 12px; background: #fff2dc; color: #704318; font-weight: 750; }
.placeholder { padding: 2px 5px; border-radius: 5px; background: #ffe2d7; color: #8c321c; font-family: monospace; }
.back-link { display: inline-flex; margin-bottom: 22px; color: #416e3d; text-decoration: none; font-weight: 800; }

@media (max-width: 980px) {
  :root { --container: min(100% - 30px, 780px); }
  .section { padding: 90px 0; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { padding-top: 30px; }
  .hero-panel { max-width: 660px; }
  .announcement { grid-template-columns: auto 1fr; }
  .announcement .text-link { grid-column: 2; }
  .feature-card-wide { grid-template-columns: 170px 1fr; }
  .feature-number { font-size: 120px; }
  .principles { grid-template-columns: repeat(2, 1fr); }
  .principles div:nth-child(2) { border-right: 0; }
  .principles div:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .steps { grid-template-columns: 1fr; }
  .step { min-height: 260px; }
  .step h3 { margin-top: 38px; }
  .join-callout { align-items: flex-start; flex-direction: column; }
  .two-column-heading { grid-template-columns: 1fr; gap: 10px; }
  .community-grid { grid-template-columns: 1fr; }
  .community-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-column: 1 / -1; flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  .site-header { background: rgba(13,23,18,.94); }
  .nav-wrap { min-height: 68px; }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 68px 15px auto; display: grid; gap: 4px; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: #132219; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 11px 12px; border-radius: 10px; }
  .main-nav a:hover { background: rgba(255,255,255,.05); }
  .main-nav .nav-cta { text-align: center; margin-top: 4px; }
  .nav-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle.active span:nth-child(2) { opacity: 0; }
  .nav-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .section-pad { padding: 115px 0 78px; }
  .hero h1 { font-size: clamp(53px, 16vw, 76px); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .world-window { height: 340px; }
  .status-card { align-items: stretch; flex-direction: column; }
  .status-main small { max-width: calc(100vw - 110px); }
  .status-button { width: 100%; padding: 10px; }
  .announcement-wrap { margin: 0; background: var(--light); padding-top: 18px; }
  .announcement { grid-template-columns: 1fr; gap: 15px; padding: 25px; }
  .announcement-date { width: fit-content; padding-right: 0; border: 0; }
  .announcement .text-link { grid-column: auto; }
  .section-heading h2, .two-column-heading h2, .community-copy h2 { font-size: clamp(40px, 13vw, 58px); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card-wide { grid-column: auto; grid-template-columns: 1fr; gap: 22px; }
  .feature-number { font-size: 100px; }
  .principles { grid-template-columns: 1fr; }
  .principles div, .principles div:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .principles div:last-child { border-bottom: 0; }
  .join-actions { width: 100%; flex-direction: column; }
  .rules-grid, .faq-grid { grid-template-columns: 1fr; }
  .rule { grid-template-columns: 42px 1fr; }
  .command-grid { grid-template-columns: 1fr; }
  .command-grid div { border-right: 0; }
  .vote-links { grid-template-columns: 1fr; }
  .vote-links a { border-right: 0; }
  .news-list li { grid-template-columns: 92px 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 430px) {
  :root { --container: calc(100% - 24px); }
  .hero h1 { font-size: 50px; }
  .hero-lead { font-size: 17px; }
  .hero-panel { padding: 10px; border-radius: 23px; }
  .world-window { height: 300px; }
  .tree-one { left: 1%; }
  .tree-two { right: 1%; }
  .world-label { left: 18px; bottom: 18px; }
  .world-label strong { font-size: 21px; }
  .server-card { padding: 14px; }
  .server-card strong { font-size: 16px; }
  .feature-card, .step, .community-card:not(details) { padding: 24px; }
  .announcement-date strong { font-size: 39px; }
}

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