body {
        margin: 0;
        background-color: #020617;
        background-image: radial-gradient(circle at 15% 20%, rgba(250, 204, 21, 0.22), transparent 30%),
            radial-gradient(circle at 82% 18%, rgba(129, 140, 248, 0.26), transparent 26%),
            linear-gradient(140deg, rgba(7, 13, 29, 0.95), rgba(15, 23, 42, 0.9)),
            url("/images/vaderdeathstar.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #e2e8f0;
    }

    .container {
        min-height: 100vh;
        backdrop-filter: blur(4px);
        background: rgba(2, 6, 23, 0.62);
        position: relative;
        isolation: isolate;
    }

    .container::before {
        content: '';
        position: fixed;
        inset: 0;
        pointer-events: none;
        background-image: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0.8px, transparent 1px);
        background-size: 3px 3px;
        opacity: 0.12;
        z-index: -1;
    }

    header {
        padding: 3rem 1.5rem 2.5rem;
        text-align: center;
        color: #f8fafc;
    }

    header h1 {
        margin: 0;
        font-size: clamp(2.4rem, 4vw, 3.2rem);
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    header p {
        margin: 0.75rem auto 0;
        font-size: 1.1rem;
        max-width: 720px;
        color: #cbd5e1;
        line-height: 1.6;
    }

    nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.75rem;
        margin-top: 2.5rem;
    }

    .nav-greeting {
        display: inline-flex;
        align-items: center;
        padding: 0.6rem 1.1rem;
        border-radius: 999px;
        background: rgba(94, 234, 212, 0.15);
        color: #99f6e4;
        font-weight: 600;
        letter-spacing: 0.06em;
    }

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

    nav a {
        color: #f8fafc;
        font-weight: 600;
        letter-spacing: 0.05em;
        text-decoration: none;
        padding: 0.7rem 1.35rem;
        border-radius: 999px;
        border: 1px solid rgba(148, 163, 184, 0.35);
        background: rgba(15, 23, 42, 0.7);
        transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
    }

    nav a:hover,
    nav a:focus-visible {
        transform: translateY(-1px);
        border-color: rgba(94, 234, 212, 0.6);
        box-shadow: 0 18px 35px rgba(45, 212, 191, 0.25);
    }

    nav a:focus-visible {
        outline: 2px solid rgba(45, 212, 191, 0.95);
        outline-offset: 3px;
    }

    .quick-jump {
        margin: 1.25rem auto 0;
        max-width: 1080px;
        padding: 0 1.5rem;
    }

    .quick-jump-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 0.6rem;
        justify-content: center;
    }

    .quick-jump-list a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.55rem 1rem;
        border-radius: 999px;
        text-decoration: none;
        color: #e2e8f0;
        background: rgba(15, 23, 42, 0.78);
        border: 1px solid rgba(59, 130, 246, 0.42);
        font-size: 0.85rem;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        transition: box-shadow 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
    }

    .quick-jump-list a:hover,
    .quick-jump-list a:focus-visible {
        transform: translateY(-1px);
        border-color: rgba(250, 204, 21, 0.7);
        box-shadow: 0 14px 28px rgba(30, 64, 175, 0.35);
    }

    .quick-jump-list a:focus-visible {
        outline: 2px solid rgba(250, 204, 21, 0.95);
        outline-offset: 3px;
    }

    .focus-section {
        margin-top: 2.6rem;
    }

    .focus-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 1rem;
    }

    .focus-card {
        background: linear-gradient(145deg, rgba(30, 41, 59, 0.95), rgba(15, 23, 42, 0.92));
        border: 1px solid rgba(250, 204, 21, 0.25);
        border-radius: 16px;
        padding: 1.2rem;
        box-shadow: 0 14px 26px rgba(2, 6, 23, 0.42);
    }

    .focus-card h3 {
        margin: 0 0 0.4rem;
        color: #fde68a;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 0.95rem;
    }

    .focus-card p {
        margin: 0;
        color: #cbd5e1;
        line-height: 1.55;
    }

    main {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 1.5rem 4rem;
    }

    .status-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 1.5rem;
        margin-top: 3rem;
    }

    .status-card {
        background: rgba(15, 23, 42, 0.88);
        border-radius: 18px;
        padding: 1.75rem;
        border: 1px solid rgba(148, 163, 184, 0.25);
        text-align: center;
        box-shadow: 0 25px 45px rgba(2, 6, 23, 0.45);
    }

    .status-card h2 {
        margin-top: 0;
        font-size: 1.1rem;
        letter-spacing: 0.08em;
        color: #f8fafc;
        text-transform: uppercase;
    }

    .status-indicator {
        font-size: 1.05rem;
        font-weight: 600;
        margin-top: 0.75rem;
    }

    .status-indicator.online {
        color: #34d399;
    }

    .status-indicator.offline {
        color: #f97316;
    }


    .status-indicator.unknown {
        color: #facc15;
    }

    .players-online {
        font-size: 1.5rem;
        font-weight: 700;
        margin-top: 0.5rem;
        color: #facc15;
    }

    .status-meta {
        list-style: none;
        margin: 0.85rem 0 0;
        padding: 0;
        display: grid;
        gap: 0.35rem;
        font-size: 0.9rem;
        color: #cbd5e1;
        text-align: left;
    }

    .status-meta li {
        display: flex;
        flex-direction: column;
        gap: 0.15rem;
        background: rgba(15, 23, 42, 0.6);
        border-radius: 12px;
        padding: 0.55rem 0.75rem;
    }

    .status-meta strong {
        color: #f8fafc;
        font-weight: 600;
    }

    .status-meta small {
        color: #94a3b8;
        font-size: 0.8rem;
    }

    .telemetry-wrapper {
        margin-top: 4rem;
        background: rgba(15, 23, 42, 0.88);
        border: 1px solid rgba(148, 163, 184, 0.25);
        border-radius: 20px;
        padding: 2.5rem;
        box-shadow: 0 25px 45px rgba(2, 6, 23, 0.45);
    }

    .telemetry-header {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        margin-bottom: 1.75rem;
        text-align: left;
    }

    .telemetry-header h2 {
        margin: 0;
        font-size: 1.4rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: #f8fafc;
    }

    .telemetry-header p {
        margin: 0;
        color: #cbd5e1;
        max-width: 720px;
        line-height: 1.6;
    }

    .telemetry-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
        gap: 1.5rem;
    }

    .telemetry-card {
        background: rgba(2, 6, 23, 0.65);
        border-radius: 18px;
        padding: 1.5rem;
        border: 1px solid rgba(94, 234, 212, 0.25);
        display: flex;
        flex-direction: column;
        gap: 0.85rem;
    }

    .telemetry-card h3 {
        margin: 0;
        font-size: 1rem;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #99f6e4;
    }

    .telemetry-stats {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: 0.5rem;
        font-size: 0.95rem;
        color: #e2e8f0;
    }

    .telemetry-stats li {
        display: flex;
        flex-direction: column;
        gap: 0.15rem;
    }

    .telemetry-stats strong {
        color: #f8fafc;
        font-weight: 600;
    }

    .telemetry-empty {
        margin: 0;
        color: #94a3b8;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .telemetry-wrapper > .telemetry-empty {
        padding: 1.25rem 1rem;
        border-radius: 12px;
        background: rgba(15, 23, 42, 0.6);
        border: 1px dashed rgba(148, 163, 184, 0.35);
        text-align: center;
    }

    .recommendation-wrapper {
        margin-top: 2rem;
        background: rgba(15, 23, 42, 0.86);
        border: 1px solid rgba(129, 140, 248, 0.35);
        border-radius: 20px;
        padding: 2rem;
        box-shadow: 0 25px 45px rgba(15, 23, 42, 0.4);
    }

    .recommendation-header h2 {
        margin: 0;
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: #e2e8f0;
    }

    .recommendation-header p {
        margin: 0.45rem 0 0;
        color: #cbd5e1;
        line-height: 1.6;
    }

    .recommendation-grid {
        list-style: none;
        margin: 1.5rem 0 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 1rem;
    }

    .recommendation-card {
        background: rgba(2, 6, 23, 0.6);
        border-radius: 16px;
        border: 1px solid rgba(148, 163, 184, 0.28);
        padding: 1rem;
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
    }

    .recommendation-card h3 {
        margin: 0;
        font-size: 0.96rem;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: #f8fafc;
    }

    .recommendation-card p {
        margin: 0;
        color: #cbd5e1;
        line-height: 1.55;
        font-size: 0.92rem;
    }

    .recommendation-link {
        margin-top: auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.35rem;
        padding: 0.55rem 0.9rem;
        border-radius: 999px;
        background: rgba(99, 102, 241, 0.2);
        border: 1px solid rgba(129, 140, 248, 0.55);
        color: #c7d2fe;
        text-decoration: none;
        font-weight: 600;
        letter-spacing: 0.03em;
        transition: transform 0.15s ease, border-color 0.15s ease, background-color 0.15s ease;
    }

    .recommendation-link:hover {
        transform: translateY(-1px);
        border-color: rgba(165, 180, 252, 0.8);
        background-color: rgba(99, 102, 241, 0.28);
    }

    .hero-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
        margin-top: 3rem;
    }

    .hero-card {
        background: rgba(15, 23, 42, 0.92);
        border-radius: 20px;
        padding: 2rem;
        border: 1px solid rgba(56, 189, 248, 0.25);
        box-shadow: 0 24px 48px rgba(8, 47, 73, 0.35);
    }

    .hero-card h3 {
        margin: 0 0 0.75rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #e0f2fe;
    }

    .hero-card p {
        margin: 0 0 0.75rem;
        color: #cbd5e1;
        line-height: 1.6;
    }

    .donation-section {
        margin: 3.5rem auto 4rem;
        max-width: 700px;
        padding: 2.5rem 2rem;
        border-radius: 24px;
        background: linear-gradient(160deg, rgba(30, 41, 59, 0.82), rgba(15, 23, 42, 0.88));
        border: 1px solid rgba(148, 163, 184, 0.24);
        box-shadow: 0 24px 44px rgba(15, 23, 42, 0.52);
        text-align: center;
    }

    .donation-section h2 {
        margin: 0;
        font-size: clamp(1.75rem, 2.4vw, 2.35rem);
        color: #f8fafc;
    }

    .donation-message {
        margin: 0.75rem auto 1.75rem;
        max-width: 56ch;
        color: rgba(226, 232, 240, 0.85);
        line-height: 1.6;
    }

    .donation-banner {
        margin: 0 0 1.5rem;
        padding: 0.9rem 1.2rem;
        border-radius: 12px;
        font-weight: 600;
    }

    .donation-banner.is-success {
        background: rgba(34, 197, 94, 0.2);
        color: rgba(220, 252, 231, 1);
        border: 1px solid rgba(22, 163, 74, 0.35);
    }

    .donation-banner.is-warning {
        background: rgba(249, 115, 22, 0.2);
        color: rgba(255, 237, 213, 1);
        border: 1px solid rgba(194, 65, 12, 0.35);
    }

    .donation-progress-wrapper {
        margin: 0 auto;
        max-width: 520px;
        display: grid;
        justify-items: center;
        gap: 0.4rem;
    }

    .donation-progress-text {
        margin-bottom: 0.75rem;
        font-weight: 600;
        color: #e2e8f0;
    }

    .donation-progress {
        width: 100%;
        max-width: 520px;
        height: 22px;
        border-radius: 999px;
        overflow: hidden;
        appearance: none;
        background-color: rgba(15, 23, 42, 0.65);
        border: 1px solid rgba(148, 163, 184, 0.25);
    }

    .donation-progress::-webkit-progress-bar {
        background-color: rgba(15, 23, 42, 0.65);
        border-radius: 999px;
    }

    .donation-progress::-webkit-progress-value {
        background: linear-gradient(90deg, #38bdf8, #a855f7);
        border-radius: 999px;
    }

    .donation-progress::-moz-progress-bar {
        background: linear-gradient(90deg, #38bdf8, #a855f7);
        border-radius: 999px;
    }

    .donation-progress-summary {
        width: 100%;
        max-width: 520px;
        display: flex;
        justify-content: space-between;
        margin: 0.75rem auto 0;
        font-size: 0.95rem;
        color: rgba(203, 213, 225, 0.95);
    }

    .donation-progress-summary strong {
        font-weight: 700;
        color: #f1f5f9;
    }

    .donation-submit {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-top: 2rem;
        padding: 0.95rem 2.5rem;
        border-radius: 14px;
        background: linear-gradient(135deg, #6366f1, #4f46e5);
        color: #f8fafc;
        font-weight: 700;
        text-decoration: none;
        letter-spacing: 0.04em;
        box-shadow: 0 18px 35px rgba(79, 70, 229, 0.45);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .donation-submit:hover,
    .donation-submit:focus-visible {
        transform: translateY(-2px);
        box-shadow: 0 20px 45px rgba(79, 70, 229, 0.6);
    }

    .donation-submit:focus-visible {
        outline: 3px solid rgba(45, 212, 191, 0.9);
        outline-offset: 3px;
    }

    .donation-disclaimer {
        margin: 1.5rem 0 0;
        font-size: 0.85rem;
        color: rgba(203, 213, 225, 0.8);
        line-height: 1.6;
    }

    .hero-card ul {
        list-style: none;
        padding: 0;
        margin: 0;
        color: #e2e8f0;
    }

    .hero-card li {
        margin-bottom: 0.55rem;
        padding-left: 1.2rem;
        position: relative;
    }

    .hero-card li::before {
        content: '\2727';
        position: absolute;
        left: 0;
        color: #38bdf8;
    }

    .community-section {
        margin-top: 3.25rem;
    }

    .section-header {
        text-align: center;
        margin-bottom: 1.6rem;
    }

    .section-header h2 {
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.14em;
    }

    .section-header p {
        margin: 0.75rem auto 0;
        max-width: 720px;
        color: #cbd5e1;
        line-height: 1.6;
    }

    .community-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 1.25rem;
    }

    .community-card {
        background: rgba(15, 23, 42, 0.9);
        border-radius: 18px;
        padding: 1.55rem;
        border: 1px solid rgba(45, 212, 191, 0.25);
        box-shadow: 0 24px 40px rgba(8, 47, 73, 0.35);
        display: flex;
        flex-direction: column;
        gap: 0.7rem;
    }

    .community-card h3 {
        margin: 0;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #99f6e4;
    }

    .community-card p {
        margin: 0;
        color: #cbd5e1;
        line-height: 1.6;
    }

    .community-card ul {
        list-style: none;
        padding: 0;
        margin: 0;
        color: #e2e8f0;
    }

    .community-card li {
        margin-bottom: 0.55rem;
        padding-left: 1.2rem;
        position: relative;
    }

    .community-card li::before {
        content: '\2605';
        position: absolute;
        left: 0;
        color: #38bdf8;
    }

    .projects-section {
        margin-top: 4rem;
    }

    .projects-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.75rem;
    }

    .project-card {
        background: rgba(15, 23, 42, 0.92);
        border-radius: 20px;
        padding: 1.6rem;
        border: 1px solid rgba(59, 130, 246, 0.32);
        box-shadow: 0 26px 48px rgba(15, 23, 42, 0.42);
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .project-card h3 {
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        color: #93c5fd;
    }

    .project-card p {
        margin: 0;
        color: #e2e8f0;
        line-height: 1.6;
    }

    .project-card ul {
        list-style: none;
        margin: 0;
        padding: 0;
        color: #cbd5e1;
    }

    .project-card li {
        margin-bottom: 0.6rem;
        padding-left: 1.3rem;
        position: relative;
    }

    .project-card li::before {
        content: '\2726';
        position: absolute;
        left: 0;
        color: #60a5fa;
    }

    .feature-section,
    .steps-section,
    .timeline-section {
        margin-top: 3.25rem;
    }

    .feature-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 1.25rem;
    }

    .feature-card {
        background: rgba(15, 23, 42, 0.92);
        border-radius: 20px;
        padding: 1.6rem;
        border: 1px solid rgba(56, 189, 248, 0.3);
        box-shadow: 0 24px 48px rgba(8, 47, 73, 0.35);
        display: flex;
        flex-direction: column;
        gap: 0.6rem;
    }

    .feature-card h3 {
        margin: 0;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #bae6fd;
    }

    .feature-card p {
        margin: 0;
        color: #cbd5e1;
        line-height: 1.6;
    }

    .feature-card ul {
        list-style: none;
        margin: 0;
        padding: 0;
        color: #e2e8f0;
    }

    .feature-card li {
        margin-bottom: 0.5rem;
        padding-left: 1.2rem;
        position: relative;
    }

    .feature-card li::before {
        content: '\2726';
        position: absolute;
        left: 0;
        color: #38bdf8;
    }

    .steps-section {
        background: rgba(15, 23, 42, 0.85);
        border-radius: 22px;
        border: 1px solid rgba(148, 163, 184, 0.2);
        padding: 2.1rem 1.75rem;
        box-shadow: 0 24px 44px rgba(2, 6, 23, 0.35);
    }

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

    .stepper li {
        counter-increment: steps;
        background: rgba(15, 23, 42, 0.9);
        border: 1px solid rgba(56, 189, 248, 0.25);
        border-radius: 16px;
        padding: 1.1rem 1.35rem 1.1rem 3.1rem;
        position: relative;
        color: #e2e8f0;
        line-height: 1.6;
    }

    .stepper li::before {
        content: counter(steps);
        position: absolute;
        left: 1.3rem;
        top: 1.2rem;
        width: 1.75rem;
        height: 1.75rem;
        border-radius: 50%;
        background: linear-gradient(135deg, #38bdf8, #0ea5e9);
        color: #0f172a;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
    }

    .timeline-section .section-header p {
        max-width: 680px;
    }

    .timeline {
        position: relative;
        margin-top: 2rem;
        padding-left: 1.5rem;
    }

    .timeline::before {
        content: '';
        position: absolute;
        left: 0.55rem;
        top: 0.5rem;
        bottom: 0.5rem;
        width: 2px;
        background: linear-gradient(180deg, rgba(56, 189, 248, 0.6), rgba(94, 234, 212, 0.2));
    }

    .timeline-item {
        position: relative;
        padding-left: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .timeline-item:last-child {
        margin-bottom: 0;
    }

    .timeline-item::before {
        content: '';
        position: absolute;
        left: -0.1rem;
        top: 0.35rem;
        width: 0.9rem;
        height: 0.9rem;
        border-radius: 50%;
        background: #38bdf8;
        box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.2);
    }

    .timeline-year {
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #facc15;
    }

    .timeline-item h3 {
        margin: 0.35rem 0 0.4rem;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #e0f2fe;
    }

    .timeline-item p {
        margin: 0;
        color: #cbd5e1;
        line-height: 1.6;
    }

    .community-dual-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.25rem;
        margin-top: 2rem;
    }

    .community-panel {
        background: rgba(15, 23, 42, 0.9);
        border-radius: 18px;
        padding: 1.5rem;
        border: 1px solid rgba(148, 163, 184, 0.25);
        box-shadow: 0 20px 36px rgba(2, 6, 23, 0.35);
    }

    .community-panel h3 {
        margin: 0 0 0.75rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #e0f2fe;
    }

    .spotlight-list,
    .broadcast-list,
    .support-list,
    .guild-list,
    .value-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .spotlight-list li,
    .broadcast-list li,
    .support-list li,
    .guild-list li,
    .value-list li {
        border-bottom: 1px solid rgba(148, 163, 184, 0.2);
        padding: 0.65rem 0;
    }

    .spotlight-list li:last-child,
    .broadcast-list li:last-child,
    .support-list li:last-child,
    .guild-list li:last-child,
    .value-list li:last-child {
        border-bottom: none;
    }

    .broadcast-channel {
        font-weight: 700;
        color: #facc15;
        display: block;
    }

    .support-list a {
        color: #38bdf8;
        text-decoration: none;
        font-weight: 600;
        text-underline-offset: 0.18em;
        transition: color 0.15s ease, text-decoration-color 0.15s ease, box-shadow 0.15s ease;
    }

    .support-list a:hover,
    .support-list a:focus-visible {
        color: #5eead4;
        text-decoration: underline;
        text-decoration-color: rgba(250, 204, 21, 0.95);
    }

    .support-list a:focus-visible {
        outline: 2px solid rgba(250, 204, 21, 0.95);
        outline-offset: 4px;
        border-radius: 4px;
        box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.75);
    }

    .tribute-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 1.25rem;
        margin-top: 2.5rem;
    }

    .tribute-card {
        background: rgba(15, 23, 42, 0.9);
        border-radius: 18px;
        padding: 1.35rem;
        border: 1px solid rgba(56, 189, 248, 0.25);
        box-shadow: 0 18px 32px rgba(14, 116, 144, 0.35);
    }

    .tribute-card blockquote {
        margin: 0;
        font-style: italic;
        color: #e2e8f0;
        line-height: 1.6;
    }

    .tribute-card cite {
        display: block;
        margin-top: 0.85rem;
        color: #94a3b8;
        font-style: normal;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-size: 0.85rem;
    }

    .value-list li {
        display: flex;
        gap: 0.75rem;
        align-items: flex-start;
    }

    .value-list strong {
        color: #38bdf8;
    }

    .species-section {
        margin-top: 2.4rem;
    }

    .species-header {
        text-align: center;
    }

    .species-header h2 {
        margin-bottom: 0.5rem;
        text-transform: uppercase;
        letter-spacing: 0.14em;
    }

    .species-header p {
        margin: 0 auto;
        max-width: 620px;
        color: #cbd5e1;
        line-height: 1.6;
    }

    .species-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.4rem;
        margin-top: 2rem;
        max-width: 1080px;
        margin-inline: auto;
    }

    .species-card {
        position: relative;
        background: linear-gradient(160deg, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.88));
        border-radius: 16px;
        overflow: hidden;
        border: 1px solid rgba(148, 163, 184, 0.3);
        box-shadow: 0 18px 32px rgba(2, 6, 23, 0.35);
        transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
    }

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

    .species-card.is-recommended {
        border-color: rgba(56, 189, 248, 0.56);
        box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.34), 0 24px 36px rgba(14, 116, 144, 0.48);
    }

    .species-badge {
        position: absolute;
        top: 0.75rem;
        right: 0.75rem;
        z-index: 2;
        font-size: 0.7rem;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        font-weight: 700;
        color: #082f49;
        background: linear-gradient(135deg, #22d3ee, #38bdf8);
        border-radius: 999px;
        padding: 0.3rem 0.62rem;
        box-shadow: 0 10px 24px rgba(14, 165, 233, 0.36);
    }

    .species-meta {
        margin: 0;
        padding: 0 1rem 1rem;
        color: #94a3b8;
        text-align: center;
        font-size: 0.76rem;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .species-filters {
        margin: 1.4rem auto 0;
        max-width: 1080px;
        background: rgba(15, 23, 42, 0.6);
        border: 1px solid rgba(56, 189, 248, 0.22);
        border-radius: 16px;
        padding: 1rem;
        box-shadow: inset 0 1px 0 rgba(125, 211, 252, 0.14);
    }

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

    .species-filter-row + .species-filter-row {
        margin-top: 0.9rem;
    }

    .species-filter-label {
        text-transform: uppercase;
        letter-spacing: 0.08em;
        font-size: 0.75rem;
        color: #7dd3fc;
        font-weight: 700;
    }

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

    .species-chip {
        border: 1px solid rgba(148, 163, 184, 0.44);
        color: #cbd5e1;
        background: rgba(15, 23, 42, 0.82);
        border-radius: 999px;
        padding: 0.33rem 0.72rem;
        font-size: 0.76rem;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        cursor: pointer;
        transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
    }

    .species-chip:hover,
    .species-chip:focus-visible,
    .species-chip.is-active {
        border-color: rgba(56, 189, 248, 0.86);
        color: #e0f2fe;
        background: rgba(8, 47, 73, 0.88);
    }

    .species-filter-row--controls label {
        display: grid;
        gap: 0.35rem;
        min-width: 150px;
        color: #bae6fd;
        text-transform: uppercase;
        letter-spacing: 0.07em;
        font-size: 0.67rem;
        font-weight: 600;
    }

    .species-filter-row--controls select,
    .species-filter-row--controls input {
        width: 100%;
        border: 1px solid rgba(148, 163, 184, 0.46);
        border-radius: 10px;
        background: rgba(15, 23, 42, 0.95);
        color: #e2e8f0;
        padding: 0.5rem 0.62rem;
        font-size: 0.84rem;
    }

    .species-search {
        flex: 1 1 260px;
    }

    .species-card:hover {
        transform: translateY(-4px);
        border-color: rgba(56, 189, 248, 0.52);
        box-shadow: 0 24px 34px rgba(30, 64, 175, 0.33);
    }

    .species-card img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 10;
        object-fit: cover;
        object-position: center 20%;
        filter: saturate(1.05) contrast(1.04);
    }

    .species-card strong {
        display: block;
        padding: 0.9rem 1rem;
        text-align: center;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #e0f2fe;
        font-size: 0.86rem;
    }

    footer {
        padding: 2rem 1rem 3rem;
        text-align: center;
        color: #94a3b8;
        font-size: 0.9rem;
    }

    @media (max-width: 880px) {
        nav a {
            flex: 1 1 170px;
        }

        .quick-jump {
            padding: 0 1rem;
        }

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

        .species-filter-row--controls label {
            min-width: 136px;
        }
    }

    @media (max-width: 640px) {
        header {
            padding-top: 2.25rem;
        }

        header p {
            font-size: 1rem;
        }

        .nav-links {
            width: 100%;
            justify-content: center;
        }

        nav a {
            width: 100%;
            text-align: center;
        }

        main {
            padding: 0 1rem 3rem;
        }

        .status-grid {
            grid-template-columns: 1fr;
            gap: 1rem;
        }

        .donation-section {
            padding: 2rem 1.25rem;
        }

        .donation-submit {
            width: 100%;
            justify-self: stretch;
            text-align: center;
        }

        .telemetry-wrapper {
            padding: 2rem 1.25rem;
        }

        .quick-jump-list a {
            flex: 1 1 44%;
        }

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

        .species-filters {
            padding: 0.85rem;
        }

        .species-filter-row--controls label {
            min-width: calc(50% - 0.5rem);
        }

        .species-card img {
            aspect-ratio: 8 / 5;
        }
    }

    @media (max-width: 440px) {
        .species-filter-row--controls label {
            min-width: 100%;
        }

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