:root {
    --void: #03040a;
    --void-2: #080d16;
    --panel: rgba(10, 16, 28, 0.82);
    --panel-strong: rgba(8, 13, 24, 0.94);
    --glass: rgba(255, 255, 255, 0.055);
    --line: rgba(164, 189, 217, 0.22);
    --line-hot: rgba(91, 214, 255, 0.58);
    --text: #edf6ff;
    --muted: #9fb1c5;
    --gold: #f6c95f;
    --cyan: #5bd6ff;
    --teal: #4ff0d0;
    --red: #ff5d5d;
    --green: #5dff9d;
    --violet: #b7a7ff;
    --shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
    --soft-shadow: 0 16px 42px rgba(0, 0, 0, 0.34);
    --radius: 8px;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    background:
        linear-gradient(90deg, rgba(91, 214, 255, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(91, 214, 255, 0.05) 1px, transparent 1px),
        radial-gradient(circle at 52% 6%, rgba(246, 201, 95, 0.18), transparent 28%),
        radial-gradient(circle at 8% 60%, rgba(79, 240, 208, 0.13), transparent 28%),
        linear-gradient(135deg, rgba(2, 3, 9, 0.86), rgba(5, 11, 21, 0.94)),
        url("/images/vaderdeathstar.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: 72px 72px, 72px 72px, auto, auto, auto, cover;
    color: var(--text);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(115deg, transparent 0 42%, rgba(91, 214, 255, 0.08) 48%, transparent 54% 100%),
        repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 5px);
    mix-blend-mode: screen;
    opacity: 0.72;
    z-index: 0;
}

.container {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(3, 4, 10, 0.28), rgba(3, 4, 10, 0.9) 58%, rgba(3, 4, 10, 0.98));
}

.container::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle, rgba(255, 255, 255, 0.8) 0 1px, transparent 1.4px),
        radial-gradient(circle, rgba(91, 214, 255, 0.75) 0 1px, transparent 1.5px);
    background-size: 92px 92px, 147px 147px;
    background-position: 14px 18px, 60px 40px;
    opacity: 0.26;
    animation: starDrift 42s linear infinite;
}

.galaxy-hero {
    position: relative;
    padding: clamp(2rem, 5vw, 4.8rem) clamp(1rem, 3vw, 2rem) 2.4rem;
    color: var(--text);
}

.hyperspace-field {
    position: absolute;
    inset: -15% -8% auto;
    height: 62vh;
    min-height: 520px;
    pointer-events: none;
    background:
        linear-gradient(108deg, transparent 0 44%, rgba(91, 214, 255, 0.18) 45%, transparent 46%),
        linear-gradient(76deg, transparent 0 48%, rgba(246, 201, 95, 0.16) 49%, transparent 50%),
        linear-gradient(128deg, transparent 0 54%, rgba(255, 93, 93, 0.13) 55%, transparent 56%);
    opacity: 0.65;
    transform: skewY(-8deg);
    animation: hyperspaceSweep 9s ease-in-out infinite;
}

.hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
    gap: clamp(1rem, 4vw, 3rem);
    align-items: center;
    width: min(1220px, 100%);
    margin: 0 auto;
}

.hero-copy {
    position: relative;
    text-align: left;
}

.hero-kicker,
.section-header p::before {
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    font-weight: 800;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.hero-kicker::before {
    content: "";
    width: 2.6rem;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), transparent);
}

header h1 {
    max-width: 980px;
    margin: 0;
    font-size: clamp(2.8rem, 8vw, 7.6rem);
    line-height: 0.92;
    letter-spacing: 0;
    text-transform: uppercase;
    text-wrap: balance;
    text-shadow: 0 0 34px rgba(91, 214, 255, 0.2);
}

header p {
    max-width: 720px;
    margin: 1.15rem 0 0;
    color: rgba(237, 246, 255, 0.8);
    font-size: clamp(1rem, 1.4vw, 1.18rem);
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.7rem;
}

.button,
.donation-submit,
.recommendation-link,
nav a,
.quick-jump-list a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.75rem 1.05rem;
    border: 1px solid rgba(91, 214, 255, 0.34);
    border-radius: var(--radius);
    background: rgba(7, 13, 24, 0.8);
    color: var(--text);
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button::after,
.donation-submit::after,
.recommendation-link::after,
nav a::after,
.quick-jump-list a::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    transform: translateX(-120%);
    transition: transform 420ms ease;
}

.button:hover,
.button:focus-visible,
.donation-submit:hover,
.donation-submit:focus-visible,
.recommendation-link:hover,
.recommendation-link:focus-visible,
nav a:hover,
nav a:focus-visible,
.quick-jump-list a:hover,
.quick-jump-list a:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(246, 201, 95, 0.78);
    box-shadow: 0 14px 32px rgba(91, 214, 255, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.button:hover::after,
.button:focus-visible::after,
.donation-submit:hover::after,
.donation-submit:focus-visible::after,
.recommendation-link:hover::after,
.recommendation-link:focus-visible::after,
nav a:hover::after,
nav a:focus-visible::after,
.quick-jump-list a:hover::after,
.quick-jump-list a:focus-visible::after {
    transform: translateX(120%);
}

.button-primary,
.donation-submit {
    background: linear-gradient(135deg, rgba(246, 201, 95, 0.92), rgba(255, 93, 93, 0.72));
    color: #070b12;
    border-color: rgba(246, 201, 95, 0.9);
}

.button-secondary {
    background: linear-gradient(135deg, rgba(91, 214, 255, 0.2), rgba(79, 240, 208, 0.1));
}

.command-deck {
    position: relative;
    min-height: 430px;
    border: 1px solid rgba(91, 214, 255, 0.3);
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 22%),
        linear-gradient(145deg, rgba(10, 16, 28, 0.9), rgba(3, 6, 14, 0.94));
    box-shadow: var(--shadow), 0 0 0 1px rgba(255, 255, 255, 0.03) inset;
    padding: 1.15rem;
    overflow: hidden;
    transform-style: preserve-3d;
}

.command-deck::before,
.command-deck::after {
    content: "";
    position: absolute;
    inset: 1rem;
    pointer-events: none;
    border: 1px solid rgba(91, 214, 255, 0.22);
}

.command-deck::after {
    inset: auto 1rem 1rem;
    height: 34%;
    border-color: rgba(246, 201, 95, 0.24);
    background: repeating-linear-gradient(90deg, rgba(91, 214, 255, 0.15) 0 1px, transparent 1px 18px);
}

.command-deck__topline,
.command-readouts {
    position: relative;
    z-index: 2;
}

.command-deck__topline {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.74rem;
}

.command-deck__topline strong {
    color: var(--green);
}

.command-radar {
    position: absolute;
    inset: 4.2rem 2rem 7.4rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(91, 214, 255, 0.2) 0 2px, transparent 3px 18%),
        repeating-radial-gradient(circle, rgba(91, 214, 255, 0.28) 0 1px, transparent 1px 42px);
}

.command-radar::before {
    content: "";
    width: min(78%, 270px);
    aspect-ratio: 1;
    border: 1px solid rgba(79, 240, 208, 0.46);
    border-radius: 50%;
    box-shadow: 0 0 45px rgba(91, 214, 255, 0.18);
}

.command-radar span,
.command-radar i {
    position: absolute;
    left: 5%;
    top: 50%;
    width: 45%;
    height: 1px;
    transform-origin: right center;
    background: linear-gradient(90deg, transparent, rgba(79, 240, 208, 0.86));
    animation: radarSweep 3.6s linear infinite;
}

.command-radar i {
    left: 20%;
    width: 30%;
    animation-duration: 5.4s;
    opacity: 0.6;
}

.command-readouts {
    position: absolute;
    left: 1.15rem;
    right: 1.15rem;
    bottom: 1.2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.65rem;
}

.command-readouts div {
    min-width: 0;
    padding: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius);
    background: rgba(3, 5, 10, 0.74);
}

.command-readouts span,
.status-meta strong,
.species-filter-label,
.timeline-year {
    display: block;
    color: var(--muted);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.command-readouts strong {
    display: block;
    margin-top: 0.28rem;
    color: var(--cyan);
    font-size: clamp(1rem, 2vw, 1.45rem);
    line-height: 1;
}

.is-online {
    color: var(--green) !important;
}

.is-offline {
    color: var(--red) !important;
}

.hero-pillars,
.quick-jump-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
    padding: 0;
}

.hero-pillars {
    width: min(1180px, 100%);
    margin: 2rem auto 0;
}

.hero-pillars li {
    padding: 0.55rem 0.85rem;
    border: 1px solid rgba(246, 201, 95, 0.28);
    border-radius: var(--radius);
    background: rgba(3, 6, 14, 0.64);
    color: rgba(237, 246, 255, 0.84);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    width: min(1180px, 100%);
    margin: 1.2rem auto 0;
}

.nav-greeting {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0.65rem 0.9rem;
    border: 1px solid rgba(79, 240, 208, 0.3);
    border-radius: var(--radius);
    background: rgba(79, 240, 208, 0.08);
    color: var(--teal);
    font-weight: 800;
    letter-spacing: 0.06em;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
}

nav a.active {
    border-color: rgba(246, 201, 95, 0.7);
    color: var(--gold);
}

.start-here-hero,
.quick-jump,
main,
footer {
    position: relative;
    z-index: 2;
}

.start-here-hero {
    width: min(1080px, 100%);
    margin: 1.3rem auto 0;
    padding: clamp(1rem, 2vw, 1.35rem);
    border: 1px solid rgba(91, 214, 255, 0.22);
    border-radius: 10px;
    background:
        linear-gradient(90deg, rgba(91, 214, 255, 0.12), transparent 34%),
        rgba(6, 10, 18, 0.78);
    box-shadow: var(--soft-shadow);
    text-align: left;
}

.start-here-hero h2 {
    margin: 0;
    font-size: clamp(1.25rem, 2.4vw, 2rem);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.start-here-hero p {
    max-width: 760px;
}

.quick-jump {
    width: min(1120px, 100%);
    margin: 1.2rem auto 0;
}

.quick-jump-list {
    margin: 0;
}

.quick-jump-list a {
    min-height: 40px;
    padding: 0.6rem 0.8rem;
    font-size: 0.78rem;
}

main {
    width: min(1220px, 100%);
    margin: 0 auto;
    padding: 0 clamp(1rem, 3vw, 2rem) 4rem;
}

.status-grid,
.focus-grid,
.telemetry-grid,
.recommendation-grid,
.hero-grid,
.community-grid,
.projects-grid,
.feature-grid,
.community-dual-grid,
.tribute-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
    gap: 1rem;
}

.status-grid {
    margin-top: 2.4rem;
}

.status-card,
.focus-card,
.telemetry-wrapper,
.recommendation-wrapper,
.telemetry-card,
.recommendation-card,
.hero-card,
.donation-section,
.community-card,
.project-card,
.feature-card,
.steps-section,
.community-panel,
.tribute-card,
.species-filters,
.species-card {
    position: relative;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 32%),
        var(--panel);
    box-shadow: var(--soft-shadow);
    overflow: hidden;
}

.status-card::before,
.focus-card::before,
.telemetry-card::before,
.recommendation-card::before,
.hero-card::before,
.community-card::before,
.project-card::before,
.feature-card::before,
.community-panel::before,
.tribute-card::before,
.species-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--cyan), var(--gold), transparent);
    opacity: 0.7;
}

.status-card,
.focus-card,
.telemetry-card,
.recommendation-card,
.hero-card,
.community-card,
.project-card,
.feature-card,
.community-panel,
.tribute-card {
    padding: 1.25rem;
}

.status-card {
    min-height: 230px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.status-card h2,
.telemetry-header h2,
.recommendation-header h2,
.hero-card h3,
.section-header h2,
.community-card h3,
.project-card h3,
.feature-card h3,
.community-panel h3,
.timeline-item h3,
.species-header h2 {
    margin: 0;
    color: var(--text);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.status-card h2 {
    font-size: 0.96rem;
}

.status-indicator,
.players-online {
    margin-top: 0.9rem;
    font-size: clamp(1.65rem, 4vw, 3.1rem);
    font-weight: 900;
    line-height: 0.95;
    text-transform: uppercase;
}

.status-indicator.online {
    color: var(--green);
}

.status-indicator.offline {
    color: var(--red);
}

.status-indicator.unknown {
    color: var(--gold);
}

.players-online {
    color: var(--gold);
}

.status-meta,
.telemetry-stats,
.hero-card ul,
.community-card ul,
.project-card ul,
.feature-card ul,
.spotlight-list,
.broadcast-list,
.support-list,
.guild-list,
.value-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.status-meta {
    display: grid;
    gap: 0.45rem;
    margin-top: auto;
    padding-top: 1rem;
}

.status-meta li,
.telemetry-stats li,
.spotlight-list li,
.broadcast-list li,
.support-list li,
.guild-list li,
.value-list li {
    padding: 0.62rem 0;
    border-top: 1px solid rgba(164, 189, 217, 0.16);
    color: rgba(237, 246, 255, 0.76);
}

.status-meta span,
.status-meta small {
    display: block;
    margin-top: 0.15rem;
    color: rgba(237, 246, 255, 0.78);
}

.telemetry-wrapper,
.recommendation-wrapper,
.donation-section,
.steps-section {
    margin-top: 2.4rem;
    padding: clamp(1.25rem, 3vw, 2.2rem);
}

.telemetry-header,
.recommendation-header,
.section-header,
.species-header {
    margin-bottom: 1.25rem;
    text-align: left;
}

.telemetry-header p,
.recommendation-header p,
.section-header p,
.species-header p,
.focus-card p,
.hero-card p,
.community-card p,
.project-card p,
.feature-card p,
.timeline-item p,
.donation-message,
.donation-disclaimer,
.telemetry-empty {
    color: rgba(237, 246, 255, 0.74);
    line-height: 1.65;
}

.focus-section,
.community-section,
.projects-section,
.feature-section,
.timeline-section,
.species-section {
    margin-top: 3rem;
}

.focus-card,
.hero-card,
.community-card,
.project-card,
.feature-card,
.recommendation-card,
.telemetry-card {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.hero-card li,
.community-card li,
.project-card li,
.feature-card li {
    position: relative;
    margin-top: 0.55rem;
    padding-left: 1rem;
    color: rgba(237, 246, 255, 0.8);
}

.hero-card li::before,
.community-card li::before,
.project-card li::before,
.feature-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65em;
    width: 0.42rem;
    height: 0.42rem;
    background: var(--cyan);
    box-shadow: 0 0 12px var(--cyan);
}

.donation-section {
    width: min(780px, 100%);
    margin-inline: auto;
    text-align: center;
    border-color: rgba(246, 201, 95, 0.26);
}

.donation-section h2 {
    margin: 0;
    font-size: clamp(1.9rem, 4vw, 3.4rem);
    letter-spacing: 0;
    text-transform: uppercase;
}

.donation-message {
    max-width: 58ch;
    margin: 0.9rem auto 1.5rem;
}

.donation-banner {
    margin: 0 0 1.2rem;
    padding: 0.85rem 1rem;
    border-radius: var(--radius);
    font-weight: 800;
}

.donation-banner.is-success {
    background: rgba(93, 255, 157, 0.12);
    color: #d9ffe7;
    border: 1px solid rgba(93, 255, 157, 0.35);
}

.donation-banner.is-warning {
    background: rgba(255, 93, 93, 0.12);
    color: #ffe0e0;
    border: 1px solid rgba(255, 93, 93, 0.32);
}

.donation-progress-wrapper {
    display: grid;
    gap: 0.55rem;
    width: min(540px, 100%);
    margin: 0 auto;
}

.donation-progress {
    width: 100%;
    height: 18px;
    appearance: none;
    border: 1px solid rgba(91, 214, 255, 0.34);
    border-radius: var(--radius);
    overflow: hidden;
    background: rgba(3, 5, 10, 0.86);
}

.donation-progress::-webkit-progress-bar {
    background: rgba(3, 5, 10, 0.86);
}

.donation-progress::-webkit-progress-value {
    background: linear-gradient(90deg, var(--cyan), var(--teal), var(--gold));
}

.donation-progress::-moz-progress-bar {
    background: linear-gradient(90deg, var(--cyan), var(--teal), var(--gold));
}

.donation-progress-summary {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: var(--muted);
}

.donation-progress-summary strong {
    color: var(--text);
}

.donation-submit {
    margin-top: 1.5rem;
}

.species-callout {
    max-width: 1080px;
    margin: 1rem 0;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(246, 201, 95, 0.28);
    border-radius: var(--radius);
    background: rgba(246, 201, 95, 0.08);
    color: rgba(255, 246, 219, 0.92);
}

.species-filters {
    display: grid;
    gap: 0.9rem;
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(4, 8, 15, 0.82);
}

.species-filter-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.species-chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.species-chip {
    min-height: 38px;
    padding: 0.45rem 0.75rem;
    border: 1px solid rgba(164, 189, 217, 0.28);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.045);
    color: rgba(237, 246, 255, 0.82);
    cursor: pointer;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.species-chip:hover,
.species-chip:focus-visible,
.species-chip.is-active {
    border-color: rgba(246, 201, 95, 0.78);
    color: var(--gold);
    background: rgba(246, 201, 95, 0.1);
}

.species-filter-row--controls label {
    display: grid;
    flex: 1 1 150px;
    gap: 0.32rem;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.species-filter-row--controls select,
.species-filter-row--controls input {
    width: 100%;
    min-height: 42px;
    border: 1px solid rgba(164, 189, 217, 0.28);
    border-radius: var(--radius);
    background: rgba(3, 5, 10, 0.9);
    color: var(--text);
    padding: 0.58rem 0.68rem;
}

.species-result-meter {
    margin: 0;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(164, 189, 217, 0.14);
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.species-search {
    flex-basis: 240px;
}

.species-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.species-card {
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.species-card:hover,
.species-card:focus-within {
    transform: translateY(-5px);
    border-color: rgba(91, 214, 255, 0.55);
    box-shadow: 0 20px 45px rgba(91, 214, 255, 0.16);
}

.species-card.is-hidden {
    display: none;
}

.species-card.is-recommended {
    border-color: rgba(246, 201, 95, 0.55);
    box-shadow: 0 0 0 1px rgba(246, 201, 95, 0.12), var(--soft-shadow);
}

.species-card img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 18%;
    filter: saturate(1.08) contrast(1.08);
}

.species-card strong {
    display: block;
    padding: 0.9rem 0.85rem 0.25rem;
    color: var(--text);
    text-align: center;
    font-size: 0.88rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.species-meta {
    margin: 0;
    padding: 0.1rem 0.85rem 0.95rem;
    color: var(--muted);
    text-align: center;
    font-size: 0.74rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.species-badge {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    z-index: 2;
    padding: 0.32rem 0.5rem;
    border: 1px solid rgba(246, 201, 95, 0.42);
    border-radius: var(--radius);
    background: rgba(3, 5, 10, 0.82);
    color: var(--gold);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.stepper {
    counter-reset: steps;
    list-style: none;
    display: grid;
    gap: 0.75rem;
    margin: 0;
    padding: 0;
}

.stepper li {
    counter-increment: steps;
    position: relative;
    padding: 1rem 1rem 1rem 3.2rem;
    border: 1px solid rgba(164, 189, 217, 0.18);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(237, 246, 255, 0.8);
    line-height: 1.6;
}

.stepper li::before {
    content: counter(steps);
    position: absolute;
    left: 0.85rem;
    top: 1rem;
    width: 1.65rem;
    height: 1.65rem;
    display: grid;
    place-items: center;
    border: 1px solid rgba(246, 201, 95, 0.55);
    border-radius: 50%;
    color: var(--gold);
    font-weight: 900;
}

.timeline {
    position: relative;
    display: grid;
    gap: 1rem;
    margin-top: 1.2rem;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 0.45rem;
    top: 0.3rem;
    bottom: 0.3rem;
    width: 1px;
    background: linear-gradient(180deg, var(--gold), var(--cyan), transparent);
}

.timeline-item {
    position: relative;
    padding-left: 1.8rem;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: 0.1rem;
    top: 0.42rem;
    width: 0.7rem;
    height: 0.7rem;
    background: var(--cyan);
    box-shadow: 0 0 18px var(--cyan);
}

.support-list a {
    color: var(--cyan);
    text-decoration: none;
    font-weight: 800;
}

.support-list a:hover,
.support-list a:focus-visible {
    color: var(--gold);
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.broadcast-channel,
.value-list strong {
    display: block;
    color: var(--gold);
    font-weight: 900;
}

.tribute-card blockquote {
    margin: 0;
    color: rgba(237, 246, 255, 0.84);
    font-style: italic;
    line-height: 1.65;
}

.tribute-card cite {
    display: block;
    margin-top: 0.8rem;
    color: var(--muted);
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
}

.telemetry-empty {
    margin: 0;
    padding: 1rem;
    border: 1px dashed rgba(164, 189, 217, 0.22);
    border-radius: var(--radius);
}

.reveal-ready {
    opacity: 0;
    transform: translateY(18px);
}

.reveal-ready.is-revealed {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 520ms ease, transform 520ms ease;
}

footer {
    padding: 2rem 1rem 3rem;
    color: var(--muted);
    text-align: center;
}

@keyframes starDrift {
    from { background-position: 14px 18px, 60px 40px; }
    to { background-position: 106px 110px, 207px 187px; }
}

@keyframes hyperspaceSweep {
    0%, 100% { transform: translateX(-2%) skewY(-8deg); opacity: 0.45; }
    50% { transform: translateX(4%) skewY(-8deg); opacity: 0.82; }
}

@keyframes radarSweep {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 1ms !important;
    }

    .reveal-ready {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 980px) {
    .hero-shell {
        grid-template-columns: 1fr;
    }

    .command-deck {
        min-height: 360px;
    }

    .species-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    body {
        background-attachment: scroll;
    }

    .galaxy-hero {
        padding-top: 1.4rem;
    }

    header h1 {
        font-size: clamp(2.25rem, 14vw, 4.2rem);
    }

    .hero-actions,
    .nav-links,
    nav,
    .quick-jump-list {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .button,
    nav a,
    .quick-jump-list a {
        width: 100%;
    }

    .command-readouts {
        grid-template-columns: 1fr;
    }

    .command-deck {
        min-height: 480px;
    }

    .command-radar {
        inset: 4rem 1.5rem 13.5rem;
    }

    .status-grid,
    .focus-grid,
    .telemetry-grid,
    .recommendation-grid,
    .hero-grid,
    .community-grid,
    .projects-grid,
    .feature-grid,
    .community-dual-grid,
    .tribute-grid {
        grid-template-columns: 1fr;
    }

    .species-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .species-filter-row,
    .species-chip-group {
        align-items: stretch;
        flex-direction: column;
    }

    .species-chip {
        width: 100%;
    }
}

@media (max-width: 460px) {
    .command-deck {
        min-height: 440px;
        padding: 0.9rem;
    }

    .command-readouts {
        left: 0.9rem;
        right: 0.9rem;
    }

    .species-grid {
        grid-template-columns: 1fr;
    }

    .donation-progress-summary {
        flex-direction: column;
        align-items: center;
    }
}
