/* Solanascape — RS stone-panel site theme (shared across marketing pages) */
:root {
    --bg: #0c0a06;
    --bg-deep: #0c0a06;
    --stone: #3d3424;
    --stone-light: #5c4f38;
    --stone-dark: #2a2318;
    --panel: #2a2318;
    --panel-2: #3a3224;
    --border: #1f180f;
    --border-soft: #2a2318;
    --border-gold: #8b7355;
    --text: #ffff00;
    --text-body: #e8dcc0;
    --text-dim: #c8b878;
    --muted: #c8b878;
    --accent: #14f195;
    --accent-dim: #0d9f66;
    --purple: #9945ff;
    --gold: #f5c842;
    --live: #00ff80;
    --discord: #5865F2;
    --mono: 'RS Plain 12', ui-monospace, monospace;
    --font: 'RS Plain 12', monospace;
    --radius: 5px;
    --panel-inset: inset 0 2px 0 rgba(255,255,255,.08), inset 0 -3px 0 rgba(0,0,0,.35);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text-body);
    line-height: 1.55;
    background:
        radial-gradient(ellipse 100% 60% at 50% 0%, rgba(153,69,255,.12) 0%, transparent 55%),
        linear-gradient(180deg, #12100a 0%, var(--bg-deep) 40%, #0a0804 100%);
}

a { color: var(--accent); text-decoration: none; }
a:hover { color: #5dffb8; }

.wrap { max-width: 1100px; margin: 0 auto; padding: 1.25rem 1rem 3rem; }
.wrap-narrow { max-width: 920px; margin: 0 auto; padding: 1.25rem 1rem 3rem; }

/* Nav chrome */
.site-chrome {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.35rem 1.25rem 0;
}

/* Top bar */
.topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.75rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid var(--stone-dark);
}
.brand {
    flex: 0 0 auto;
    padding-top: .15rem;
}
.brand img { width: 128px; height: auto; display: block; filter: drop-shadow(0 2px 4px rgba(0,0,0,.5)); }
.nav {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem .5rem;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 280px;
    max-width: 100%;
    padding-top: .2rem;
}
.nav a {
    padding: .52rem .95rem;
    background: linear-gradient(180deg, var(--stone-light) 0%, var(--stone) 100%);
    border: 1px solid var(--border);
    border-radius: 4px;
    color: var(--text-dim);
    font-size: .84rem;
    line-height: 1.25;
    box-shadow: var(--panel-inset);
    white-space: nowrap;
}
.nav a:hover { color: var(--text); border-color: var(--border-gold); }
.nav a.active {
    color: var(--text);
    border-color: var(--border-gold);
    background: linear-gradient(180deg, #6b5a40 0%, #4a4030 100%);
}
.nav a.nav-buy {
    border-color: rgba(153,69,255,.55);
    color: var(--accent);
    background: linear-gradient(180deg, #4a3848 0%, #3d3424 100%);
}
.nav a.nav-play {
    border-color: rgba(0,255,128,.45);
    color: var(--live);
}

/* Quest scroll header */
.scroll-head {
    text-align: center;
    padding: 1.25rem 1rem 1rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(180deg, #4a4030 0%, #3d3424 8%, #2e281c 92%, #1f1a12 100%);
    border: 3px solid var(--border);
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0,0,0,.45), var(--panel-inset);
    position: relative;
}
.scroll-head::before, .scroll-head::after {
    content: '';
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 28px; height: 28px;
    background: radial-gradient(circle, #8b7355 0%, #3d3424 70%);
    border: 2px solid var(--border);
    border-radius: 50%;
}
.scroll-head::before { left: 12px; }
.scroll-head::after { right: 12px; }
.scroll-head h1 {
    margin: 0 0 .35rem;
    font-size: clamp(1.35rem, 4vw, 1.85rem);
    color: var(--text);
    text-shadow: 1px 1px 0 #000;
    letter-spacing: .04em;
}
.scroll-head .sub, .scroll-head p.lead {
    color: var(--text-dim);
    font-size: .92rem;
    max-width: 44rem;
    margin: 0 auto;
}

h1, h2, h3, h4 { color: var(--text); text-shadow: 1px 1px 0 #000; }
p, li, td, th, label, .lead { color: var(--text-body); }
.lead { font-size: 1.02rem; max-width: 44rem; }
.muted, .hint, .sub, time { color: var(--text-dim); }
strong { color: var(--text-body); }

section { margin-bottom: 2rem; }
.section-head { text-align: center; margin-bottom: 1.25rem; }
.section-head h2 { margin: 0 0 .35rem; font-size: clamp(1.2rem, 3vw, 1.55rem); }
.section-head p { margin: 0 auto; max-width: 36rem; color: var(--text-dim); }

/* Stone cards */
.card, .stone-card, .feat, .quarter, .stat, .update-entry, .step {
    background: linear-gradient(165deg, var(--panel-2) 0%, var(--panel) 100%);
    border: 2px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--panel-inset), 0 4px 12px rgba(0,0,0,.25);
}
.card, .stone-card {
    padding: 1rem 1.1rem;
    transition: border-color .15s;
}
.card:hover, a.card-link:hover {
    border-color: var(--border-gold);
}
a.card-link { display: block; text-decoration: none; color: inherit; cursor: pointer; }
.card h3, .stone-card h3 { margin: 0 0 .4rem; font-size: .98rem; color: var(--accent); }
.card p { margin: 0; font-size: .88rem; color: var(--text-dim); }
.card-cta { display: inline-block; margin-top: .55rem; font-size: .78rem; color: var(--accent); }
.card-arrow { opacity: .6; font-size: .85rem; }

.grid { display: grid; gap: .75rem; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }

/* 3-up card rows — last incomplete row stays centered (home feature grids) */
.grid-balanced {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .75rem;
}
.grid-balanced > .card,
.grid-balanced > .card-link {
    flex: 0 1 280px;
    width: 280px;
    max-width: 100%;
    box-sizing: border-box;
}
@media (min-width: 920px) {
    .grid-balanced > .card,
    .grid-balanced > .card-link {
        width: calc((100% - 1.5rem) / 3);
        max-width: 340px;
    }
}

/* Buttons */
.btn {
    display: inline-flex; align-items: center; gap: .45rem;
    padding: .65rem 1.2rem;
    border-radius: 4px;
    font-size: .92rem;
    border: 2px solid var(--border);
    box-shadow: var(--panel-inset);
    cursor: pointer;
}
.btn svg { width: 16px; height: 16px; flex-shrink: 0; fill: currentColor; }
.btn-primary svg { color: var(--live); }
.btn-buy svg { color: var(--accent); }
.btn-discord svg { color: #fff; }
.btn-secondary svg, .btn-x svg { color: var(--text-dim); }
.btn-primary {
    background: linear-gradient(180deg, #2a6b4a 0%, #1a4a32 100%);
    color: var(--live);
    border-color: rgba(0,255,128,.4);
}
.btn-primary:hover { filter: brightness(1.1); color: #fff; }
.btn-discord { background: var(--discord); color: #fff; border-color: #4752c4; }
.btn-discord:hover { filter: brightness(1.08); color: #fff; }
.btn-buy {
    background: linear-gradient(180deg, #4a3848 0%, #3d3424 100%);
    color: var(--accent);
    border-color: rgba(153,69,255,.5);
}
.btn-buy:hover { color: #fff; border-color: var(--purple); }
.btn-secondary, .btn-x {
    background: linear-gradient(180deg, var(--stone-light) 0%, var(--stone) 100%);
    color: var(--text-dim);
}
.btn-secondary:hover, .btn-x:hover { color: var(--text); border-color: var(--border-gold); }
.cta { display: flex; flex-wrap: wrap; gap: .65rem; justify-content: center; }

/* Badges */
.badges { display: flex; flex-wrap: wrap; gap: .45rem; justify-content: center; margin-bottom: 1rem; }
.badge {
    padding: .28rem .65rem;
    border-radius: 4px;
    font-size: .75rem;
    border: 1px solid var(--border);
    box-shadow: var(--panel-inset);
}
.badge.live { color: var(--live); border-color: rgba(0,255,128,.35); background: rgba(0,255,128,.06); }
.badge.free { color: var(--gold); border-color: rgba(245,200,66,.35); }
.badge.chain { color: #c9a0ff; border-color: rgba(153,69,255,.4); }

/* Hero */
.hero { text-align: center; padding: 1rem 0 1.5rem; }
.hero .logo { display: block; width: min(480px, 90vw); height: auto; margin: 0 auto 1rem; filter: drop-shadow(0 4px 12px rgba(0,0,0,.5)); }
.hero .tagline { color: var(--text-dim); font-size: 1rem; max-width: 40rem; margin: 0 auto 1.25rem; }
.hero .tagline strong { color: var(--text-body); }

/* Stats strip */
.token-strip { display: grid; gap: .75rem; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.stat { padding: .9rem 1rem; }
a.stat-link { display: block; text-decoration: none; color: inherit; transition: border-color .15s; }
a.stat-link:hover { border-color: var(--border-gold); }
.stat .k { color: var(--text-dim); font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
.stat .v { font-size: 1.25rem; margin-top: .2rem; color: var(--text); }
.stat .v.green { color: var(--live); }
.stat .v.gold { color: var(--gold); }
.stat .v.purple { color: #c9a0ff; }
.stat .sub { color: var(--text-dim); font-size: .75rem; margin-top: .15rem; }
.mint { font-family: var(--mono); font-size: .72rem; color: var(--text-dim); word-break: break-all; }

/* Steps */
.steps { counter-reset: step; display: grid; gap: .65rem; max-width: 38rem; margin: 1rem auto 0; }
.step { display: flex; gap: .75rem; align-items: flex-start; padding: .85rem 1rem; }
.step::before {
    counter-increment: step; content: counter(step);
    flex: none; width: 26px; height: 26px; border-radius: 50%;
    background: rgba(0,255,128,.12); color: var(--live);
    display: grid; place-items: center; font-size: .85rem;
    border: 1px solid rgba(0,255,128,.3);
}
.step h4 { margin: 0 0 .15rem; font-size: .92rem; }
.step p { margin: 0; font-size: .82rem; color: var(--text-dim); }

/* Updates feed */
.updates-feed { display: flex; flex-direction: column; gap: .75rem; max-width: 44rem; margin: 0 auto; text-align: left; }
.home-updates-feed { max-width: 100%; margin: 0; }
.home-updates-more {
    margin: .85rem 0 0;
    text-align: center;
    font-size: .9rem;
    font-weight: 600;
}
.update-entry { padding: 1rem 1.1rem; }
.update-entry.live { border-color: rgba(0,255,128,.35); }
.update-entry time { display: block; font-size: .72rem; color: var(--gold); margin-bottom: .3rem; }
.update-entry h3 { margin: 0 0 .45rem; font-size: .95rem; color: var(--accent); }
.update-entry ul { margin: 0; padding-left: 1.1rem; font-size: .85rem; color: var(--text-dim); }
.update-entry li { margin-bottom: .25rem; }
.update-entry li strong { color: var(--text-body); }
.updates-empty {
    padding: 1rem;
    text-align: center;
    color: var(--text-dim);
    border: 1px dashed var(--stone-light);
    border-radius: var(--radius);
}
.home-date-section { margin-top: 1.35rem; }
.home-date-section:first-child { margin-top: 0; }
.home-date-heading {
    display: flex; flex-wrap: wrap; align-items: baseline; gap: .45rem .65rem;
    margin: 0 0 .65rem; padding-bottom: .45rem;
    border-bottom: 2px solid var(--stone-dark);
}
.home-date-heading h3 { margin: 0; font-size: 1.05rem; color: var(--text); }
.home-date-heading.recent h3 { color: var(--live); }
.home-date-heading time { font-family: var(--mono); font-size: .75rem; color: var(--gold); }
.home-day-meta { margin-left: auto; font-size: .72rem; color: var(--text-dim); font-weight: 600; }
.home-updates-badge {
    font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em;
    padding: .12rem .45rem; border-radius: 3px;
    color: var(--live); border: 1px solid rgba(0,255,128,.35); background: rgba(0,255,128,.08);
}
.home-month-section {
    margin: 1.75rem 0 .5rem; padding: .55rem 0;
    border-bottom: 2px solid rgba(153,69,255,.35);
}
.home-month-section h3 { margin: 0; font-size: 1.1rem; color: #c9a0ff; }
.home-month-section p { margin: .2rem 0 0; font-size: .78rem; color: var(--text-dim); }
.updates-pill {
    padding: .3rem .65rem; border-radius: 4px; border: 1px solid var(--border);
    font-size: .75rem; color: var(--text-dim); box-shadow: var(--panel-inset);
}
.updates-pill.live { color: var(--live); border-color: rgba(0,255,128,.35); }

/* Tables */
table { width: 100%; border-collapse: collapse; font-size: .85rem; }
th, td { text-align: left; padding: .5rem .55rem; border-bottom: 1px solid var(--stone-dark); }
th { color: var(--text-dim); font-size: .72rem; text-transform: uppercase; letter-spacing: .04em; }
td { color: var(--text-body); }
td.mono, code { font-family: var(--mono); color: var(--gold); font-size: .85em; }
code { background: rgba(0,0,0,.25); padding: .1rem .3rem; border-radius: 3px; }

.note {
    padding: .7rem .85rem; border-radius: 4px;
    border: 1px solid var(--stone-light);
    background: rgba(0,0,0,.2);
    font-size: .85rem; color: var(--text-dim);
    margin-top: .65rem;
}
.note strong { color: var(--text-body); }

/* Footer */
.site-footer, .foot-note, footer.site-footer {
    margin-top: 2rem; padding-top: 1rem;
    border-top: 2px solid var(--stone-dark);
    text-align: center; color: var(--text-dim); font-size: .82rem;
}
.site-footer .links, footer .links {
    display: flex; flex-wrap: wrap; gap: .35rem .85rem;
    justify-content: center; margin-bottom: .65rem;
}
.site-footer .links a, footer .links a { color: var(--text-dim); }
.site-footer .links a:hover { color: var(--accent); }
.disclaimer { font-size: .72rem; max-width: 40rem; margin: .65rem auto 0; opacity: .85; }

/* Roadmap-specific (also used on home teaser) */
.feature-grid { display: grid; gap: .75rem; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); margin-bottom: 1.5rem; }
.feat { padding: .85rem .9rem; min-height: 100px; position: relative; }
.feat-icon { width: 32px; height: 32px; image-rendering: pixelated; filter: drop-shadow(1px 1px 0 #000); margin-bottom: .3rem; }
.feat h3 { margin: 0 0 .2rem; font-size: .9rem; }
.feat p { margin: 0; font-size: .76rem; color: var(--text-dim); }
.feat.live { border-color: rgba(0,255,128,.35); }
.feat-badge {
    position: absolute; top: 5px; right: 5px;
    font-size: .6rem; padding: .12rem .35rem; border-radius: 3px;
    border: 1px solid; text-transform: uppercase;
}
.feat.live .feat-badge { color: var(--live); border-color: var(--live); }

.reboot-banner {
    display: none; align-items: center; justify-content: center; gap: .55rem; flex-wrap: wrap;
    margin: 0 auto 1rem; max-width: 40rem; padding: .55rem .85rem;
    border-radius: 4px; border: 1px solid rgba(245,200,66,.45);
    background: rgba(0,0,0,.3); color: var(--gold); font-size: .85rem;
}
.reboot-banner.visible { display: flex; }
.reboot-countdown { font-family: var(--mono); font-weight: 700; color: var(--gold); }

.phat-card-img, .phat-stat-img, .item-ico {
    image-rendering: pixelated;
    filter: drop-shadow(1px 1px 0 #000);
}

/* Roadmap page */
:root {
    --progress: #ff981f;
    --soon: #9945ff;
    --hidden: #6b6355;
}
.tier-tabs {
    display: flex; flex-wrap: wrap; gap: .5rem;
    margin-bottom: 1rem; justify-content: center;
}
.tier-tab {
    padding: .45rem .9rem; border-radius: 4px;
    border: 2px solid var(--border);
    background: var(--stone-dark);
    color: var(--text-dim);
    font-size: .82rem;
    box-shadow: var(--panel-inset);
}
.tier-tab.live { border-color: var(--live); color: var(--live); }
.tier-tab.progress { border-color: var(--progress); color: var(--progress); }
.tier-tab.soon { border-color: var(--soon); color: #c9a0ff; }
.tier-tab.hidden { border-color: var(--hidden); color: var(--hidden); }

.feat.progress { border-color: rgba(255,152,31,.4); }
.feat.soon { border-color: rgba(153,69,255,.35); }
.feat.hidden {
    border-color: var(--stone-dark);
    background: repeating-linear-gradient(-45deg, #252018, #252018 8px, #1e1a14 8px, #1e1a14 16px);
    display: flex; align-items: center; justify-content: center;
}
.feat.hidden .feat-icon { opacity: .25; filter: blur(2px) grayscale(1); width: 32px; height: 32px; }
.feat.hidden .lock { position: absolute; font-size: 1.6rem; color: var(--text-dim); text-shadow: 1px 1px 0 #000; }
.feat.hidden h3 { color: var(--hidden); font-size: 1.1rem; letter-spacing: .15em; }
.feat-badge {
    position: absolute; top: 5px; right: 5px;
    font-size: .6rem; padding: .12rem .35rem; border-radius: 3px;
    border: 1px solid; text-transform: uppercase;
}
.feat.live .feat-badge { color: var(--live); border-color: var(--live); }
.feat.progress .feat-badge { color: var(--progress); border-color: var(--progress); }
.feat.soon .feat-badge { color: #c9a0ff; border-color: var(--soon); }

.timeline-section { margin-top: 2rem; }
.timeline-section h2 {
    text-align: center; margin: 0 0 .35rem;
    font-size: clamp(1.15rem, 3vw, 1.45rem); color: var(--text);
}
.timeline-section .hint {
    text-align: center; color: var(--text-dim);
    font-size: .82rem; margin-bottom: 1.25rem;
}

.quarter { padding: 1rem; }
.quarter h3 { margin: 0; color: var(--accent); font-size: 1rem; }
.quarter .sub { margin: 0 0 .65rem; color: var(--text-dim); font-size: .78rem; }
.quarter ul { margin: 0; padding: 0 0 0 1.1rem; }
.quarter li { font-size: .82rem; margin-bottom: .35rem; color: var(--text-body); }
.quarter .mystery {
    margin-top: .65rem; padding: .5rem .65rem; border-radius: 4px;
    background: rgba(0,0,0,.25); border: 1px dashed var(--stone-light);
    color: var(--hidden); font-size: .78rem; text-align: center; letter-spacing: .12em;
}

/* Landing extras */
.updates-empty {
    color: var(--text-dim); text-align: center; padding: 1.25rem;
    border: 1px dashed var(--stone-light); border-radius: 4px;
}
.updates-meta { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-bottom: 1rem; }
.social { display: flex; gap: .5rem; justify-content: center; margin-bottom: 1rem; }
.icon-btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; border-radius: 4px;
    border: 2px solid var(--border); background: var(--stone-dark);
    color: var(--text-dim); box-shadow: var(--panel-inset);
}
.icon-btn:hover { color: var(--accent); border-color: var(--border-gold); }
.icon-btn svg { width: 20px; height: 20px; }
.card-phat .phat-card-img {
    width: 42px; height: 42px; image-rendering: pixelated; margin-bottom: .45rem;
    animation: phat-glow 1.6s ease-in-out infinite;
}
.phat-stat-img { animation: phat-glow 1.6s ease-in-out infinite; }
@keyframes phat-glow {
    0%, 100% { filter: drop-shadow(0 0 4px rgba(153,69,255,.55)); opacity: 1; }
    50% { filter: drop-shadow(0 0 14px rgba(245,200,66,.95)); opacity: .88; }
}

/* Home — newcomer + GE teaser */
.newcomer-callout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .65rem 1rem;
    padding: .7rem .95rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(165deg, var(--panel-2) 0%, var(--panel) 100%);
    border: 2px solid rgba(0,255,128,.35);
    border-radius: var(--radius);
    box-shadow: var(--panel-inset), 0 4px 12px rgba(0,0,0,.25);
}
.newcomer-callout h2 {
    margin: 0 0 .15rem;
    font-size: .95rem;
    color: var(--live);
}
.newcomer-callout p {
    margin: 0;
    font-size: .82rem;
    line-height: 1.45;
    color: var(--text-dim);
    max-width: 28rem;
}
.newcomer-actions { display: flex; flex-wrap: wrap; gap: .45rem; }
.btn-sm {
    padding: .42rem .75rem;
    font-size: .78rem;
}

.ge-teaser-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: .5rem 1rem;
    margin-bottom: .85rem;
}
.ge-teaser-head h2 { margin: 0 0 .35rem; font-size: 1.15rem; }
.ge-teaser-sub {
    margin: 0;
    max-width: 42rem;
    font-size: .88rem;
    line-height: 1.5;
    color: var(--text-dim);
}
.ge-teaser-sub a { color: var(--accent); }
.ge-teaser-dash {
    flex: none;
    font-size: .85rem;
    white-space: nowrap;
    align-self: center;
}
.ge-charts-row { margin-top: 1rem; }
.ge-teaser-grid {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.ge-teaser-grid-balanced {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .75rem;
}
.ge-teaser-grid-balanced > .ge-teaser-item,
.ge-teaser-grid-balanced > .ge-teaser-empty {
    flex: 0 1 280px;
    width: 280px;
    max-width: 100%;
    box-sizing: border-box;
}
@media (min-width: 920px) {
    .ge-teaser-grid-balanced > .ge-teaser-item,
    .ge-teaser-grid-balanced > .ge-teaser-empty {
        width: calc((100% - 1.5rem) / 3);
        max-width: 340px;
    }
}
.ge-teaser-grid-balanced > .ge-teaser-empty {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
}
.ge-teaser-item {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    padding: .9rem 1rem;
    text-decoration: none;
    color: inherit;
    background: linear-gradient(165deg, var(--panel-2) 0%, var(--panel) 100%);
    border: 2px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--panel-inset);
    transition: border-color .15s;
}
.ge-teaser-item:hover { border-color: var(--border-gold); }
.ge-teaser-item img {
    width: 36px; height: 36px; flex: none;
    image-rendering: pixelated;
    filter: drop-shadow(1px 1px 0 #000);
}
.ge-teaser-item h3 {
    margin: 0 0 .2rem;
    font-size: .92rem;
    color: var(--accent);
}
.ge-teaser-meta { font-size: .78rem; color: var(--text-dim); line-height: 1.45; }
.ge-teaser-meta strong { color: var(--gold); font-family: var(--mono); font-weight: 600; }
.ge-teaser-live {
    display: inline-block;
    margin-top: .25rem;
    padding: .12rem .4rem;
    border-radius: 3px;
    font-size: .68rem;
    text-transform: uppercase;
    color: var(--live);
    border: 1px solid rgba(0,255,128,.35);
    background: rgba(0,255,128,.08);
}
.ge-teaser-empty {
    padding: 1rem;
    text-align: center;
    color: var(--text-dim);
    border: 1px dashed var(--stone-light);
    border-radius: var(--radius);
}

.card-item-ico, .card .item-ico {
    width: 36px; height: 36px;
    display: block;
    margin-bottom: .45rem;
    image-rendering: pixelated;
    filter: drop-shadow(1px 1px 0 #000);
}
h1.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* ── Roadmap page ── */
.roadmap-page .scroll-head { text-align: center; margin-bottom: 1.25rem; }
.roadmap-hero { padding-bottom: 1.35rem; }
.roadmap-hero-top {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
    gap: .45rem .75rem; margin-bottom: .85rem;
}
.roadmap-mainnet-pill {
    display: inline-flex; align-items: center; gap: .4rem;
    padding: .35rem .75rem; border-radius: 4px;
    font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
    color: var(--live); border: 2px solid rgba(0,255,128,.4);
    background: rgba(0,255,128,.08); box-shadow: var(--panel-inset);
}
.roadmap-mainnet-pill .dot {
    width: 7px; height: 7px; border-radius: 50%; background: var(--live);
    box-shadow: 0 0 8px rgba(0,255,128,.75);
}
.roadmap-hero-tag { font-size: .82rem; color: var(--text-dim); }
.roadmap-stat-chips {
    display: flex; flex-wrap: wrap; justify-content: center; gap: .45rem;
    margin: 1rem 0 1.15rem;
}
.roadmap-chip {
    padding: .32rem .65rem; border-radius: 4px; font-size: .75rem;
    border: 1px solid var(--border); background: rgba(0,0,0,.2);
    color: var(--text-dim); box-shadow: var(--panel-inset);
}
.roadmap-chip strong { font-family: var(--mono); margin-right: .15rem; }
.roadmap-chip.live { border-color: rgba(0,255,128,.35); color: var(--live); }
.roadmap-chip.progress { border-color: rgba(255,152,31,.4); color: #ff981f; }
.roadmap-chip.soon { border-color: rgba(153,69,255,.4); color: #c9a0ff; }
.roadmap-chip.hidden { border-color: var(--stone-light); color: var(--text-dim); }
.roadmap-hero-cta { margin-top: .25rem; }

.roadmap-mystery-banner {
    display: flex; gap: 1rem 1.25rem; align-items: flex-start;
    margin-bottom: 1.75rem; padding: 1.15rem 1.25rem;
    border: 3px solid rgba(245,200,66,.45); border-radius: var(--radius);
    background: linear-gradient(165deg, rgba(61,52,36,.95) 0%, var(--panel) 55%, #1a1510 100%);
    box-shadow: var(--panel-inset), 0 6px 20px rgba(0,0,0,.35);
}
.roadmap-mystery-icon img {
    width: 40px; height: 40px; image-rendering: pixelated;
    filter: drop-shadow(0 0 6px rgba(245,200,66,.35));
}
.roadmap-mystery-body { flex: 1; min-width: 0; }
.roadmap-mystery-body h2 {
    margin: 0 0 .45rem; font-size: 1.15rem; color: var(--gold);
    text-shadow: 1px 1px 0 #000;
}
.roadmap-mystery-body > p {
    margin: 0 0 .65rem; font-size: .9rem; line-height: 1.55; color: var(--text-body);
}
.roadmap-mystery-facts {
    margin: 0; padding-left: 1.15rem; font-size: .84rem; color: var(--text-dim);
}
.roadmap-mystery-facts li { margin-bottom: .3rem; }
.roadmap-mystery-facts strong { color: var(--text); }

.roadmap-tier-legend {
    display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem;
    margin-bottom: 1.5rem; padding-bottom: 1rem;
    border-bottom: 2px solid var(--stone-dark);
}
.roadmap-tier-block { margin-bottom: 2rem; }
.roadmap-tier-head {
    margin-bottom: .85rem; padding: .75rem 1rem;
    border-left: 4px solid var(--border); border-radius: 0 var(--radius) var(--radius) 0;
    background: linear-gradient(90deg, rgba(0,0,0,.25) 0%, transparent 100%);
}
.roadmap-tier-head h2 { margin: 0 0 .2rem; font-size: 1.1rem; color: var(--text); }
.roadmap-tier-head p { margin: 0; font-size: .82rem; color: var(--text-dim); max-width: 44rem; }
.roadmap-tier-head.live { border-left-color: var(--live); }
.roadmap-tier-head.live h2 { color: var(--live); }
.roadmap-tier-head.progress { border-left-color: #ff981f; }
.roadmap-tier-head.progress h2 { color: #ff981f; }
.roadmap-tier-head.soon { border-left-color: var(--purple); }
.roadmap-tier-head.soon h2 { color: #c9a0ff; }
.roadmap-tier-head.hidden { border-left-color: var(--stone-light); }
.roadmap-tier-head.hidden h2 { color: var(--gold); }

.roadmap-feat-grid {
    display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem;
}
.roadmap-feat {
    flex: 0 1 260px; width: 260px; max-width: 100%;
    min-height: 118px; box-sizing: border-box;
}
@media (min-width: 900px) {
    .roadmap-feat { width: calc((100% - 1.5rem) / 3); max-width: 320px; }
}
.roadmap-feat h3 { font-size: .92rem; color: var(--accent); }
.roadmap-feat.live h3 { color: var(--live); }
.roadmap-feat.progress h3 { color: #ff981f; }
.roadmap-feat.soon h3 { color: #c9a0ff; }
.roadmap-feat.hidden h3 { color: var(--hidden); letter-spacing: .12em; font-size: .85rem; }
.roadmap-feat.hidden p { font-size: .72rem; font-style: italic; }
.roadmap-lock {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -58%);
    font-size: 2rem; font-weight: 700; color: rgba(245,200,66,.25);
    text-shadow: 1px 1px 0 #000; pointer-events: none;
}
.roadmap-tier-classified .roadmap-feat-grid-classified {
    padding: .85rem; border-radius: var(--radius);
    border: 2px dashed var(--stone-light);
    background: repeating-linear-gradient(-45deg, #252018, #252018 10px, #1e1a14 10px, #1e1a14 20px);
}
.roadmap-tier-classified .roadmap-feat.hidden {
    flex: 0 1 118px;
    width: 118px;
    min-height: 68px;
    padding: .55rem .45rem;
    background: rgba(0,0,0,.35);
    border-color: var(--stone-dark);
}
.roadmap-tier-classified .roadmap-feat.hidden .feat-icon {
    width: 22px;
    height: 22px;
    opacity: .2;
}
.roadmap-tier-classified .roadmap-feat.hidden h3 {
    font-size: .72rem;
    margin: .15rem 0 0;
}
.roadmap-tier-classified .roadmap-lock {
    font-size: 1.35rem;
}

.roadmap-timeline { margin-top: 2.5rem; }
.roadmap-timeline-head { margin-bottom: 1.25rem; }
.roadmap-timeline-grid {
    display: grid; gap: .85rem;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.roadmap-quarter { padding: 1.1rem 1.15rem; }
.roadmap-quarter-label {
    display: flex; flex-wrap: wrap; align-items: baseline; gap: .35rem .65rem;
    margin-bottom: .55rem; padding-bottom: .45rem;
    border-bottom: 1px solid var(--stone-dark);
}
.roadmap-quarter-label h3 { margin: 0; color: var(--text); font-size: 1.05rem; }
.roadmap-quarter-sub { font-size: .75rem; color: var(--gold); font-family: var(--mono); }
.roadmap-quarter-revealed-k {
    margin: 0 0 .35rem; font-size: .68rem; text-transform: uppercase;
    letter-spacing: .06em; color: var(--text-dim); font-weight: 700;
}
.roadmap-quarter-mystery {
    margin-top: .75rem; padding: .55rem .65rem; border-radius: 4px;
    font-size: .78rem; color: var(--gold);
    border: 1px solid rgba(245,200,66,.35);
    background: rgba(245,200,66,.06);
}
.roadmap-quarter-mystery strong { color: var(--gold); }

.roadmap-bottom-cta {
    margin-top: 2.5rem; padding-top: 1.25rem;
    border-top: 2px solid var(--stone-dark);
}

/* Roadmap sub-nav + hybrid bootstrap page */
.roadmap-subnav {
    display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem;
    margin: 0 0 1.25rem; padding: .35rem;
    border: 2px solid var(--stone-dark); border-radius: var(--radius);
    background: rgba(0,0,0,.25);
}
.roadmap-subnav-link {
    padding: .45rem 1rem; border-radius: 4px;
    font-size: .82rem; font-weight: 700; text-decoration: none;
    color: var(--text-dim); border: 1px solid transparent;
    transition: color .15s, border-color .15s, background .15s;
}
.roadmap-subnav-link:hover { color: var(--text); border-color: var(--stone-light); }
.roadmap-subnav-link.active {
    color: var(--live); border-color: rgba(0,255,128,.45);
    background: rgba(0,255,128,.08);
}

.roadmap-bootstrap-page .bootstrap-section {
    margin-bottom: 2rem; text-align: left;
}
.roadmap-bootstrap-page .bootstrap-section h2 {
    text-align: center; color: var(--gold); margin-bottom: .35rem;
}
.roadmap-bootstrap-page .bootstrap-live-card {
    margin-bottom: 2rem; padding: 1.15rem 1.25rem;
    border: 2px solid rgba(0,255,128,.3); border-radius: var(--radius);
    background: linear-gradient(165deg, rgba(42,58,48,.45) 0%, var(--panel) 70%);
    text-align: center;
}
.roadmap-bootstrap-page .bootstrap-live-card h2 { color: var(--live); margin: 0 0 .35rem; }
.bootstrap-live-grid {
    display: grid; gap: .75rem; margin-top: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    text-align: left;
}
.bootstrap-stat {
    padding: .75rem .85rem; border-radius: 4px;
    border: 1px solid var(--stone-dark); background: rgba(0,0,0,.2);
}
.bootstrap-stat-k {
    display: block; font-size: .68rem; text-transform: uppercase;
    letter-spacing: .05em; color: var(--text-dim); margin-bottom: .25rem;
}
.bootstrap-stat strong { font-family: var(--mono); color: var(--text); font-size: .95rem; }
.bootstrap-stat-note { display: block; font-size: .72rem; color: var(--text-dim); margin-top: .2rem; }
.bootstrap-sunset-bar {
    height: 8px; margin: 1rem auto .35rem; max-width: 28rem;
    border-radius: 4px; background: var(--stone-dark); overflow: hidden;
}
.bootstrap-sunset-fill {
    height: 100%; border-radius: 4px;
    background: linear-gradient(90deg, var(--live), var(--gold));
}
.bootstrap-sunset-label { font-size: .78rem; color: var(--text-dim); margin: 0; }

.bootstrap-split-grid {
    display: grid; gap: .85rem; margin-top: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.bootstrap-panel {
    padding: 1rem 1.1rem; border-radius: var(--radius);
    border: 2px solid var(--stone-dark); background: var(--panel);
}
.bootstrap-panel.sell { border-left: 4px solid var(--live); }
.bootstrap-panel.buy { border-left: 4px solid var(--gold); }
.bootstrap-panel h3 { margin: .35rem 0 .5rem; font-size: .95rem; }
.bootstrap-panel ul { margin: 0; padding-left: 1.1rem; font-size: .82rem; color: var(--text-dim); }
.bootstrap-never {
    margin-top: .85rem; padding: .75rem 1rem; border-radius: 4px;
    border: 1px dashed rgba(245,200,66,.4); background: rgba(245,200,66,.05);
    text-align: center;
}
.bootstrap-never h3 { margin: 0 0 .35rem; font-size: .88rem; color: var(--gold); }
.bootstrap-never p { margin: 0; font-size: .82rem; color: var(--text-dim); }

.bootstrap-formula-stack { display: grid; gap: .65rem; margin-top: 1rem; }
.bootstrap-formula {
    padding: .85rem 1rem; border-radius: 4px;
    border: 1px solid var(--stone-dark); background: rgba(0,0,0,.18);
}
.bootstrap-formula h3 { margin: 0 0 .35rem; font-size: .88rem; color: var(--accent); }
.bootstrap-formula p { margin: 0 0 .25rem; font-size: .82rem; color: var(--text-dim); }
.bootstrap-formula code {
    font-family: var(--mono); font-size: .78rem; color: var(--live);
    word-break: break-word;
}
.bootstrap-stock-list { margin: .35rem 0 0; padding-left: 1.1rem; font-size: .82rem; }

.bootstrap-phase-list {
    list-style: none; margin: 1rem 0 0; padding: 0;
    display: grid; gap: .75rem;
}
.bootstrap-phase {
    padding: .9rem 1rem; border-radius: var(--radius);
    border: 1px solid var(--stone-dark); background: var(--panel);
    border-left: 4px solid #ff981f;
}
.bootstrap-phase h3 { margin: 0 0 .35rem; font-size: .92rem; color: #ff981f; }
.bootstrap-phase-trigger { margin: 0 0 .5rem; font-size: .8rem; color: var(--text-dim); }
.bootstrap-phase-cols { display: grid; gap: .35rem; font-size: .82rem; color: var(--text-dim); }
.bootstrap-phase-cols strong { color: var(--text); }

.bootstrap-player-listed {
    margin-top: 1.25rem; padding: 1rem; border-radius: var(--radius);
    border: 2px solid rgba(153,69,255,.35); background: rgba(153,69,255,.06);
}
.bootstrap-player-listed h3 { margin: 0 0 .35rem; font-size: .92rem; color: #c9a0ff; }
.bootstrap-listed-items {
    list-style: none; margin: .5rem 0 0; padding: 0;
    display: flex; flex-wrap: wrap; gap: .5rem .75rem;
}
.bootstrap-listed-items li {
    display: flex; align-items: center; gap: .35rem;
    padding: .35rem .55rem; border-radius: 4px;
    border: 1px solid var(--stone-dark); background: rgba(0,0,0,.25);
    font-size: .82rem; text-transform: capitalize;
}

.bootstrap-timeline { display: grid; gap: .75rem; margin-top: 1rem; }
.bootstrap-version {
    padding: .9rem 1rem; border-radius: var(--radius);
    border: 1px solid var(--stone-dark); background: rgba(0,0,0,.2);
    text-align: left;
}
.bootstrap-version.current {
    border-color: rgba(0,255,128,.45);
    box-shadow: inset 0 0 0 1px rgba(0,255,128,.15);
}
.bootstrap-version-head {
    display: flex; flex-wrap: wrap; align-items: center; gap: .5rem .75rem;
    margin-bottom: .35rem;
}
.bootstrap-version-tag {
    font-family: var(--mono); font-size: .78rem; font-weight: 700;
    color: var(--live); padding: .15rem .45rem; border-radius: 3px;
    border: 1px solid rgba(0,255,128,.35); background: rgba(0,255,128,.08);
}
.bootstrap-version-date { font-size: .72rem; color: var(--text-dim); }
.bootstrap-version h3 { margin: 0 0 .4rem; font-size: .92rem; color: var(--text); }
.bootstrap-version ul { margin: 0; padding-left: 1.1rem; font-size: .8rem; color: var(--text-dim); }

.bootstrap-ops-list {
    max-width: 40rem; margin: .75rem auto 0; padding-left: 1.2rem;
    font-size: .84rem; color: var(--text-dim); text-align: left;
}
.bootstrap-ops-list code { font-family: var(--mono); font-size: .78rem; color: var(--live); }

.bootstrap-share-card { margin-bottom: 2rem; text-align: center; }
.bootstrap-share-card h2 { color: var(--gold); margin-bottom: .35rem; }
.bootstrap-svg-preview {
    display: block; max-width: 100%; height: auto; margin: .75rem auto 0;
    border: 2px solid var(--stone-dark); border-radius: var(--radius);
    box-shadow: 0 8px 28px rgba(0,0,0,.45);
}

/* Roadmap + about — play to earn */
.about-p2e { text-align: left; margin-bottom: 2.25rem; }
.about-p2e h2 { text-align: left; color: var(--live); margin-bottom: .5rem; }
.roadmap-p2e, .about-p2e {
    margin-bottom: 2rem;
    padding: 1.25rem 1.35rem;
    border: 3px solid rgba(0,255,128,.35);
    border-radius: var(--radius);
    background: linear-gradient(165deg, rgba(42,58,48,.5) 0%, var(--panel) 60%, #1a1510 100%);
    box-shadow: var(--panel-inset), 0 6px 20px rgba(0,0,0,.3);
    text-align: center;
}
.roadmap-p2e h2, .about-p2e h2 { margin: 0 0 .35rem; color: var(--live); }
.roadmap-p2e .sub { max-width: 44rem; margin: 0 auto 1.25rem; }
.roadmap-p2e-flow {
    display: grid;
    gap: .75rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    text-align: left;
    margin-bottom: 1rem;
}
.roadmap-p2e-step {
    padding: 1rem;
    border: 2px solid var(--stone-dark);
    border-radius: var(--radius);
    background: rgba(0,0,0,.2);
    box-shadow: var(--panel-inset);
}
.roadmap-p2e-step img {
    display: block;
    margin-bottom: .45rem;
    image-rendering: pixelated;
    filter: drop-shadow(1px 1px 0 #000);
}
.roadmap-p2e-step h3 {
    margin: 0 0 .35rem;
    font-size: .92rem;
    color: var(--gold);
}
.roadmap-p2e-step p {
    margin: 0;
    font-size: .82rem;
    line-height: 1.5;
    color: var(--text-dim);
}
.roadmap-p2e-step p strong { color: var(--text-body); }
.roadmap-p2e-notes {
    max-width: 44rem;
    margin: 0 auto;
    text-align: left;
    font-size: .85rem;
    line-height: 1.55;
    color: var(--text-dim);
}
.roadmap-p2e-notes p { margin: 0 0 .5rem; }
.roadmap-p2e-disclaimer {
    font-size: .78rem !important;
    font-style: italic;
    opacity: .9;
}
.roadmap-forge-block {
    padding: 1rem;
    border-radius: var(--radius);
    border: 2px dashed rgba(255,152,31,.35);
    background: rgba(255,152,31,.04);
}
.roadmap-forge-block .roadmap-tier-head { border-left-color: #ff981f; }

/* Global table scroll wrapper */
.table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -.25rem;
    padding: 0 .25rem;
}

/* Updates page — guides cross-link */
.updates-guides-hint {
    margin: 0 0 1.25rem;
    font-size: 0.9rem;
    color: var(--text-dim);
}
.updates-guides-hint a { font-weight: 600; }

.updates-guides-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 0 1.25rem;
    padding: 1rem 1.15rem;
    border: 2px solid rgba(0,255,128,.35);
    border-radius: var(--radius);
    background: linear-gradient(165deg, var(--panel-2) 0%, var(--panel) 100%);
    box-shadow: var(--panel-inset);
}
.updates-guides-body h2 {
    margin: 0 0 .35rem;
    font-size: 1.05rem;
    color: var(--live);
}
.updates-guides-body p {
    margin: 0;
    max-width: 36rem;
    font-size: .88rem;
    line-height: 1.5;
    color: var(--text-dim);
}
.updates-guides-links {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

/* Hiscores page */
.hiscores-page .scroll-head { text-align: center; }
.hiscores-hero-cta { margin-top: 1rem; justify-content: center; }
.hiscores-tabs-wrap { margin-bottom: 1rem; }
.hiscores-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    justify-content: center;
}
.hiscores-skill-tabs { margin-top: .55rem; }
.hiscores-tab {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .5rem .9rem;
    border-radius: 4px;
    border: 2px solid var(--border);
    background: linear-gradient(180deg, var(--stone-light) 0%, var(--stone) 100%);
    color: var(--text-dim);
    font-family: var(--font);
    font-size: .82rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: var(--panel-inset);
    transition: border-color .15s, color .15s;
}
.hiscores-tab:hover {
    border-color: var(--border-gold);
    color: var(--text);
}
.hiscores-tab.active {
    border-color: rgba(0,255,128,.45);
    color: var(--live);
    background: linear-gradient(180deg, #2a6b4a 0%, #1a4a32 100%);
}
.phat-tab-icon, .phat-hat {
    width: 18px; height: 18px;
    image-rendering: pixelated;
    filter: drop-shadow(1px 1px 0 #000);
}
.hiscores-board-card { padding: 0; overflow: hidden; }
.hiscores-status {
    padding: 1rem 1.15rem;
    color: var(--text-dim);
    font-size: .88rem;
}
.hiscores-table { width: 100%; min-width: 280px; font-size: .88rem; }
.hiscores-table th, .hiscores-table td {
    padding: .6rem 1rem;
    border-bottom: 1px solid var(--stone-dark);
}
.hiscores-table th {
    color: var(--text-dim);
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    background: rgba(0,0,0,.15);
}
.hiscores-table td.rank {
    color: var(--live);
    font-weight: 700;
    width: 3rem;
    font-family: var(--mono);
}
.hiscores-table td.name { font-weight: 600; color: var(--text-body); }
.hiscores-table td.val {
    text-align: right;
    font-family: var(--mono);
    color: var(--gold);
}
.hiscores-footnote {
    margin-top: 1rem;
    text-align: center;
    font-size: .82rem;
    color: var(--text-dim);
}

/* Mobile — tablet + phone */
@media (max-width: 767px) {
    .site-chrome .topbar {
        flex-direction: column;
        align-items: center;
        gap: 0.65rem;
        margin-bottom: 1.25rem;
    }
    .site-chrome .brand {
        padding-top: 0;
    }
    .site-chrome .brand img {
        width: 112px;
    }
    .site-chrome .nav {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 0.35rem;
        width: 100%;
        flex: 1 1 auto;
        flex-wrap: wrap;
        overflow: visible;
        justify-content: center;
        padding-bottom: 0;
        max-width: 100%;
    }
    .site-chrome .nav a {
        flex: none;
        padding: 0.4rem 0.2rem;
        font-size: 0.68rem;
        line-height: 1.15;
        text-align: center;
        white-space: normal;
    }
    .wrap, .wrap-narrow { padding: 1rem .85rem 2.5rem; }
    .scroll-head h1 { font-size: 1.35rem; }
    .cta { justify-content: center; }
    .hero .cta .btn { flex: 1 1 calc(50% - .35rem); min-width: 140px; justify-content: center; }
    .token-strip { grid-template-columns: 1fr 1fr; }
    .updates-guides-banner { flex-direction: column; align-items: stretch; }
    .updates-guides-links { justify-content: center; }
    .hiscores-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        justify-content: flex-start;
        padding-bottom: .25rem;
    }
    .hiscores-tab { flex: 0 0 auto; white-space: nowrap; }
    .stats-bar { flex-direction: column; }
    .era-index { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
    .scroll-head::before, .scroll-head::after { display: none; }
    .site-chrome { padding: 1rem .85rem 0; }
    .site-chrome .brand img { width: 96px; }
    .site-chrome .nav a { padding: 0.36rem 0.15rem; font-size: 0.64rem; }
    .feature-grid { grid-template-columns: 1fr 1fr; }
    .newcomer-callout { flex-direction: column; align-items: stretch; }
    .roadmap-mystery-banner { flex-direction: column; }
    .roadmap-feat { width: 100%; flex: 1 1 100%; }
    .brand img { width: 108px; }
    .grid-balanced > .card, .grid-balanced > .card-link { width: 100%; flex: 1 1 100%; }
    .era-index { grid-template-columns: 1fr; }
}
