@font-face {
    font-family: 'Good Times';
    src: local('Good Times Bk Italic'), local('Good-Times-Bk-Italic'),
        url('c1cd604f0b384b567c2632f58ff1cc40.eot'),
        url('c1cd604f0b384b567c2632f58ff1cc40.eot?#iefix') format('embedded-opentype'),
        url('c1cd604f0b384b567c2632f58ff1cc40.woff2') format('woff2'),
        url('c1cd604f0b384b567c2632f58ff1cc40.woff') format('woff'),
        url('c1cd604f0b384b567c2632f58ff1cc40.ttf') format('truetype'),
        url('c1cd604f0b384b567c2632f58ff1cc40.svg#c1cd604f0b384b567c2632f58ff1cc40') format('svg');
    font-weight: normal;
}

:root {
    --bg-900: #01020b;
    --bg-800: #050a16;
    --panel: #080f1f;
    --panel-soft: #101a32;
    --text-100: #f6f7ff;
    --text-200: #cbd3f1;
    --text-300: #8892b5;
    --accent: #ff9a3c;
    --accent-strong: #ffce54;
    --accent-secondary: #34c8ff;
    --border: rgba(255, 154, 60, 0.22);
    --glow: rgba(255, 154, 60, 0.35);
    --font-display: 'Good Times', 'Orbitron', sans-serif;
    --font-body: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
    --line: rgba(255, 255, 255, 0.18);
    --line-soft: rgba(255, 255, 255, 0.07);
    --line-accent: rgba(255, 182, 94, 0.45);
    --band-gap: clamp(1.75rem, 4vw, 3rem);
    --gridline: rgba(255, 255, 255, 0.04);
    --shadow-void: 0 20px 60px rgba(0, 0, 0, 0.75);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: var(--font-body);
    color: var(--text-100);
    background-color: var(--bg-900);
    background-image:
        radial-gradient(circle at 12% 18%, rgba(255, 154, 60, 0.14), transparent 45%),
        radial-gradient(circle at 85% 0%, rgba(52, 200, 255, 0.18), transparent 55%),
        linear-gradient(135deg, #020411, var(--bg-800));
    letter-spacing: 0.05em;
    position: relative;
    overflow-x: hidden;
    scrollbar-gutter: stable both-edges;
}

body::before,
body::after {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -2;
}

body::before {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 140px 140px;
    opacity: 0.35;
    mix-blend-mode: screen;
}

body::after {
    background-image: radial-gradient(circle at 40% 30%, rgba(255, 154, 60, 0.25), transparent 55%),
        radial-gradient(circle at 70% 80%, rgba(52, 200, 255, 0.15), transparent 50%),
        repeating-linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 18px);
    opacity: 0.3;
    z-index: -3;
    animation: starDrift 80s linear infinite;
    will-change: transform;
}

/* Solar background animation */
.solar-backdrop {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: -4;
    overflow: hidden;
}

.solar-backdrop__sun {
    width: clamp(140px, 20vw, 266px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: radial-gradient(circle,
            rgba(255, 206, 84, 0.98) 8%,
            rgba(255, 166, 74, 0.9) 40%,
            rgba(255, 140, 50, 0.55) 65%,
            rgba(255, 200, 120, 0.08) 85%,
            rgba(255, 200, 120, 0) 100%);
    box-shadow:
        0 0 60px rgba(255, 154, 60, 0.45),
        0 0 180px rgba(255, 154, 60, 0.4),
        0 0 280px rgba(255, 206, 84, 0.25);
    animation: solarPulse 14s ease-in-out infinite;
    mix-blend-mode: screen;
    will-change: transform;
    mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 65%, rgba(0, 0, 0, 0) 95%);
    -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 65%, rgba(0, 0, 0, 0) 95%);
}

.solar-backdrop__sun::after {
    content: '';
    position: absolute;
    inset: -12%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 214, 140, 0.35) 25%, rgba(255, 214, 140, 0) 78%);
    opacity: 0.55;
    filter: blur(2px);
    pointer-events: none;
}

.solar-backdrop__orbit {
    position: fixed;
    top: 50%;
    left: 50%;
    border: none;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: solarOrbit 32s linear infinite;
    will-change: transform;
}

.solar-backdrop__orbit--one {
    width: clamp(320px, 32vw, 480px);
    height: clamp(320px, 32vw, 480px);
    animation-duration: 24s;
}

.solar-backdrop__orbit--two {
    width: clamp(500px, 46vw, 720px);
    height: clamp(500px, 46vw, 720px);
    animation-duration: 32s;
}

.solar-backdrop__orbit--three {
    width: clamp(700px, 58vw, 960px);
    height: clamp(700px, 58vw, 960px);
    animation-duration: 42s;
}

.solar-backdrop__orbit--four {
    width: clamp(860px, 64vw, 1160px);
    height: clamp(860px, 64vw, 1160px);
    animation-duration: 56s;
}

.solar-backdrop__planet {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}

.solar-backdrop__planet--one {
    width: 12px;
    height: 12px;
    background: linear-gradient(135deg, #34c8ff, #1a6f96);
    top: -16px;
}

.solar-backdrop__planet--two {
    width: 15px;
    height: 15px;
    background: linear-gradient(135deg, #ff9a3c, #cc5a1f);
    top: -22px;
}

.solar-backdrop__planet--three {
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #c9d6ff, #6578a8);
    top: -28px;
}

.solar-backdrop__planet--four {
    width: 18px;
    height: 18px;
    background: linear-gradient(135deg, #8affc1, #2e8f6e);
    top: -34px;
    position: relative;
    box-shadow:
        0 0 25px rgba(142, 255, 193, 0.4),
        inset 0 -4px 6px rgba(0, 0, 0, 0.45);
}

.solar-backdrop__moon-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34px;
    height: 34px;
    margin: -17px 0 0 -17px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    animation: moonOrbit 6s linear infinite;
    will-change: transform;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solar-backdrop__moon {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, #d5d7de, #7c8089);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

@keyframes solarPulse {
    0%,
    100% {
        transform: scale(0.98);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.02);
        opacity: 1;
    }
}

@keyframes solarOrbit {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes moonOrbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes starDrift {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(80px, -80px, 0);
    }
}

body.page-shell {
    min-height: 100vh;
    padding-top: 80px;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: var(--accent);
    text-decoration: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

p {
    margin-top: 0;
    line-height: 1.8;
    color: var(--text-200);
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
    font-family: var(--font-display);
    letter-spacing: 0.1em;
}

.container {
    width: min(1200px, 92%);
    margin: 0 auto;
}

.band {
    position: relative;
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(135deg, rgba(4, 10, 22, 0.9), rgba(8, 18, 34, 0.55));
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.65);
    overflow: hidden;
}

.band::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 0%, rgba(255, 154, 60, 0.15), transparent 60%);
    pointer-events: none;
}

.band::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 120px 120px, 120px 120px;
    animation: gridSweep 28s linear infinite;
    opacity: 0.15;
    pointer-events: none;
    will-change: background-position;
}

@keyframes gridSweep {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 120px 0, 0 120px;
    }
}

.band-grid {
    display: grid;
    gap: var(--band-gap);
    align-items: start;
}

.band-grid--two {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.band-grid--three {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

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

.band-block {
    position: relative;
    padding: clamp(0.75rem, 2vw, 1.4rem) clamp(0.75rem, 2vw, 1.8rem) clamp(0.75rem, 2vw, 1.4rem) clamp(1.6rem, 3vw, 3rem);
    backdrop-filter: blur(6px);
}

.band-block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(255, 154, 60, 0.9), rgba(52, 200, 255, 0));
}

.band-block::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 18px;
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, rgba(52, 200, 255, 0), rgba(52, 200, 255, 0.6), rgba(52, 200, 255, 0));
    filter: drop-shadow(0 0 8px rgba(52, 200, 255, 0.4));
    animation: tracerSweep 6s ease-in-out infinite;
    will-change: transform, opacity;
}

@keyframes tracerSweep {
    0% {
        transform: translateX(40px);
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        transform: translateX(-20px);
        opacity: 0;
    }
}

.band-block--pad {
    padding-top: clamp(1.4rem, 3vw, 2.4rem);
    padding-bottom: clamp(1.4rem, 3vw, 2.4rem);
}

.band-block h2,
.band-block h3 {
    margin-top: 0;
}

.band-block--wide {
    grid-column: 1 / -1;
}

.band-inline {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.band-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.band-table .table-responsive {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line-soft);
}

.table-stack {
    min-width: 0;
}

.mission-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    color: var(--text-200);
}

.mission-list li {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
}

.mission-list li::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    box-shadow: 0 0 16px var(--glow);
}

main {
    width: 100%;
}

.page-main {
    width: min(1200px, 92%);
    margin: 0 auto 4rem;
    flex: 1;
    position: relative;
}

.page-main::before {
    content: '';
    position: absolute;
    inset: 5% 0 auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(52, 200, 255, 0.2), rgba(255, 255, 255, 0));
    opacity: 0.4;
    pointer-events: none;
}

.page-main--home {
    margin-bottom: 2rem;
}

.section {
    margin-bottom: 3rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border-radius: 999px;
    padding: 0.85rem 1.9rem;
    font-size: 0.85rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.01);
    color: var(--text-100);
    font-family: var(--font-display);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45), 0 0 24px rgba(255, 154, 60, 0.18);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-clip: padding-box;
}

.btn::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: inherit;
    background: radial-gradient(circle, rgba(255, 154, 60, 0.25), transparent 60%);
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: -1;
}

.btn::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.35;
    mix-blend-mode: screen;
    pointer-events: none;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.6), 0 0 20px rgba(255, 154, 60, 0.3);
}

.btn:hover::before {
    opacity: 0.7;
}

.btn:focus-visible {
    outline: 2px solid var(--accent-secondary);
    outline-offset: 3px;
}

.btn:disabled,
.btn[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.btn-primary {
    background: linear-gradient(118deg, var(--accent) 0%, var(--accent-strong) 55%, #fff2a0 100%);
    color: #2c1300;
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 12px 30px rgba(255, 154, 60, 0.4), 0 0 24px rgba(255, 154, 60, 0.35);
}

.btn-primary::after {
    border-color: rgba(255, 255, 255, 0.4);
}

.btn-secondary {
    background: linear-gradient(140deg, rgba(5, 18, 38, 0.95), rgba(8, 40, 78, 0.75));
    border-color: rgba(52, 200, 255, 0.45);
    color: var(--text-100);
    box-shadow: inset 0 0 18px rgba(52, 200, 255, 0.25), 0 10px 24px rgba(0, 0, 0, 0.55);
}

.btn-secondary::after {
    border-color: rgba(52, 200, 255, 0.4);
}

.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
    width: 100%;
    background: rgba(2, 4, 14, 0.92);
    border-bottom: 1px solid rgba(255, 154, 60, 0.25);
    box-shadow: var(--shadow-void);
    backdrop-filter: blur(16px);
    overflow: hidden;
    isolation: isolate;
}

.nav-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 0%, rgba(255, 154, 60, 0.15), transparent 45%),
        radial-gradient(circle at 80% 0%, rgba(52, 200, 255, 0.2), transparent 55%);
    opacity: 0.5;
    pointer-events: none;
}

.nav-container {
    width: min(1200px, 92%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 0.6rem 0;
    position: relative;
    isolation: isolate;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
    color: var(--text-100);
    position: relative;
    padding-left: 1.4rem;
}

.brand-symbol {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(255, 154, 60, 0.4);
    background: rgba(1, 2, 11, 0.7);
    padding: 0.35rem;
    object-fit: cover;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.45);
}

.nav-brand::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 154, 60, 0), rgba(255, 154, 60, 0.8));
    transform: translateY(-50%);
    box-shadow: 0 0 12px rgba(255, 154, 60, 0.4);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.brand-name {
    font-size: 1rem;
    text-transform: uppercase;
    font-family: var(--font-display);
    letter-spacing: 0.28em;
}

.brand-tagline {
    font-size: 0.68rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--text-300);
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    margin-left: auto;
}

.nav-language-wrapper {
    display: flex;
    align-items: center;
}

.nav-link {
    position: relative;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.22em;
    color: var(--text-200);
    padding-bottom: 0.2rem;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: linear-gradient(120deg, transparent, rgba(255, 154, 60, 0.9), transparent);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
}

.nav-link:hover {
    color: var(--accent);
}

.nav-link:hover::after {
    transform: scaleX(1);
}

.nav-links .btn {
    font-size: 0.75rem;
}

.nav-cta {
    margin-left: 0.5rem;
}

.language-switch {
    display: flex;
    gap: 0.5rem;
    margin-left: 0.75rem;
    align-items: center;
    justify-self: center;
}

.language-button {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(4, 17, 32, 0.6);
    border-radius: 999px;
    padding: 0.2rem;
    cursor: pointer;
    transition: border-color 0.2s, transform 0.2s, background 0.2s, box-shadow 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-button[aria-pressed="true"] {
    border-color: #33bef0;
    background: rgba(51, 190, 240, 0.15);
    box-shadow: 0 0 12px rgba(51, 190, 240, 0.45);
}

.language-button svg {
    width: 28px;
    height: 18px;
    border-radius: 3px;
    overflow: hidden;
    display: block;
}

.language-button:focus-visible {
    outline: 2px solid #33bef0;
    outline-offset: 2px;
}

.nav-toggle {
    display: none;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 0.4rem;
    cursor: pointer;
    position: relative;
    margin-left: auto;
}

.nav-toggle .bar {
    width: 26px;
    height: 2px;
    background: var(--text-100);
    display: block;
    margin: 4px 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-traces {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
    mix-blend-mode: screen;
}

.nav-traces .trace-line {
    position: absolute;
    width: 140px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 154, 60, 0.6), transparent);
    animation: tracePan 8s linear infinite;
    will-change: transform;
}

.nav-traces .trace-line:nth-child(1) {
    top: 28px;
    left: 10%;
    animation-delay: 0s;
}

.nav-traces .trace-line:nth-child(2) {
    top: 52px;
    left: 40%;
    animation-delay: 1.5s;
}

.nav-traces .trace-line:nth-child(3) {
    top: 36px;
    left: 70%;
    animation-delay: 3s;
}

.nav-dataflow {
    position: absolute;
    inset: auto 0 0;
    height: 2px;
    overflow: hidden;
    pointer-events: none;
    mix-blend-mode: screen;
}

.dataflow-segment {
    position: absolute;
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, rgba(52, 200, 255, 0), rgba(52, 200, 255, 0.8), transparent);
    animation: dataflow 5s linear infinite;
    opacity: 0.5;
    will-change: transform;
}

.dataflow-segment:nth-child(2) {
    animation-delay: 1.2s;
    bottom: 0;
    left: 40%;
}

.dataflow-segment:nth-child(3) {
    animation-delay: 2.4s;
    bottom: 0;
    left: 70%;
}

@keyframes dataflow {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(120%);
    }
}

.main-nav::after {
    content: '';
    position: absolute;
    inset: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    mask-image: linear-gradient(90deg, transparent, black 20%, black 80%, transparent);
    pointer-events: none;
    mix-blend-mode: screen;
}

@keyframes tracePan {
    0% {
        transform: translateX(-160px);
    }

    100% {
        transform: translateX(160px);
    }
}

.page-hero {
    width: min(1200px, 92%);
    margin: 2.5rem auto 2rem;
}

.page-hero-inner {
    border-radius: 26px;
    border: 1px solid var(--border);
    background: linear-gradient(135deg, rgba(7, 14, 35, 0.96), rgba(9, 20, 44, 0.9));
    padding: 2.4rem;
    box-shadow: var(--shadow-void);
}

.page-hero p {
    max-width: 60ch;
}

.page-hero--home {
    padding: 0;
    border: none;
    background: transparent;
}

.hero {
    margin: 2.5rem auto 3rem;
    padding: clamp(2rem, 5vw, 3.8rem) 0;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(135deg, rgba(4, 9, 22, 0.92), rgba(7, 17, 41, 0.6));
    box-shadow: var(--shadow-void);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 154, 60, 0.18), transparent 55%),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 6px);
    pointer-events: none;
    opacity: 0.9;
}

.hero::after {
    content: '';
    position: absolute;
    inset: 8% 6%;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 12px 12px;
    opacity: 0.25;
    mix-blend-mode: screen;
    pointer-events: none;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero-holo-grid,
.hero-orbit {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-holo-grid {
    mask: linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 80%);
    opacity: 0.3;
}

.hero-holo-grid .grid-line {
    position: absolute;
    background: var(--gridline);
}

.hero-holo-grid .grid-line--v {
    width: 1px;
    top: 0;
    bottom: 0;
    left: 35%;
}

.hero-holo-grid .grid-line--v:nth-child(2) {
    left: 70%;
}

.hero-holo-grid .grid-line--h {
    height: 1px;
    left: 0;
    right: 0;
    top: 40%;
}

.hero-orbit {
    border: 1px solid rgba(52, 200, 255, 0.2);
    border-radius: 50%;
    width: 420px;
    height: 420px;
    top: -220px;
    right: -120px;
}

.hero-orbit.hero-orbit--two {
    width: 520px;
    height: 520px;
    top: -260px;
    right: -200px;
    opacity: 0.4;
}

.hero-radar {
    position: absolute;
    width: 180px;
    height: 180px;
    top: -40px;
    right: 4%;
    border-radius: 50%;
    border: 1px solid rgba(52, 200, 255, 0.35);
    mix-blend-mode: screen;
    pointer-events: none;
    will-change: transform;
}

.hero-radar__ring {
    position: absolute;
    inset: 15%;
    border-radius: 50%;
    border: 1px solid rgba(52, 200, 255, 0.4);
    animation: radarSpin 10s linear infinite;
    will-change: transform;
}

.hero-radar__ring--pulse {
    inset: 30%;
    border-color: rgba(255, 154, 60, 0.4);
    animation: radarPulse 4s ease-in-out infinite;
    will-change: transform, opacity;
}

.hero-radar__dot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent-secondary);
    top: 32%;
    right: 28%;
    box-shadow: 0 0 16px rgba(52, 200, 255, 0.6);
    animation: radarBlink 2s ease-in-out infinite;
    will-change: transform, opacity;
}

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

@keyframes radarPulse {
    0% {
        transform: scale(0.7);
        opacity: 0.2;
    }
    60% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(0.7);
        opacity: 0.2;
    }
}

@keyframes radarBlink {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}

.hero-data-ticker {
    position: absolute;
    left: 4%;
    right: 4%;
    top: 1.2rem;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    overflow: hidden;
    background: rgba(3, 8, 18, 0.6);
    box-shadow: inset 0 0 18px rgba(255, 154, 60, 0.1);
    display: flex;
    align-items: center;
}

.ticker-track {
    display: flex;
    gap: 3rem;
    white-space: nowrap;
    align-items: center;
    animation: tickerScroll 22s linear infinite;
    font-size: 0.62rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--text-200);
    padding-inline: 2rem;
    will-change: transform;
}

.ticker-track a {
    color: inherit;
    text-decoration: none;
}

.ticker-track a:hover {
    color: var(--accent-secondary);
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.ticker-item::before {
    content: '>';
    color: var(--accent-secondary);
    font-size: 0.7rem;
}

@keyframes tickerScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    font-size: 0.75rem;
    color: var(--accent);
    margin-bottom: 0.6rem;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.5rem;
    position: relative;
    padding-top: 0.8rem;
}

.hero-tags::before {
    content: 'Tags';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.6rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--accent-secondary);
    opacity: 0.7;
}

.hero-panel {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background: linear-gradient(145deg, rgba(5, 14, 32, 0.92), rgba(7, 26, 52, 0.65));
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: clamp(1.6rem, 3vw, 2.4rem);
    position: relative;
    overflow: hidden;
}

.hero-panel::before {
    content: '';
    position: absolute;
    inset: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 18px;
    pointer-events: none;
}

.hero-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(255, 154, 60, 0.12), transparent 55%);
    pointer-events: none;
    opacity: 0.7;
}

.hero-panel > * {
    position: relative;
    z-index: 1;
}

.page-hero .band-grid--split {
    align-items: stretch;
}

.page-hero .band-grid--split .hero-panel {
    height: 100%;
}

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

.hero-telemetry__item {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 0.9rem 1rem;
    background: linear-gradient(130deg, rgba(255, 154, 60, 0.08), rgba(5, 14, 30, 0.7));
    box-shadow: inset 0 0 25px rgba(255, 154, 60, 0.1);
}

.hero-telemetry__label {
    margin: 0;
    font-size: 0.65rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--accent-secondary);
}

.hero-telemetry__value {
    margin: 0.45rem 0 0;
    font-size: 0.9rem;
    letter-spacing: 0.12em;
    color: var(--text-100);
}

.hero-telemetry--primary .hero-telemetry__item {
    border-color: rgba(255, 154, 60, 0.4);
}

.hero-panel .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.hero-chronik {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: space-between;
}

.status-label {
    text-transform: uppercase;
    letter-spacing: 0.35em;
    font-size: 0.7rem;
    color: var(--accent-secondary);
}

.pill {
    border-radius: 999px;
    padding: 0.35rem 1.2rem;
    border: 1px solid rgba(255, 154, 60, 0.35);
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.25em;
    color: var(--text-200);
    background: rgba(255, 154, 60, 0.05);
    box-shadow: inset 0 0 16px rgba(255, 154, 60, 0.05);
    position: relative;
    overflow: hidden;
}

.pill::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    opacity: 0.4;
}

.hero-lead {
    color: var(--text-200);
}

.hero-history {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.6rem;
    color: var(--text-200);
}

.hero-history li {
    position: relative;
    padding-left: 1.4rem;
}

.hero-history li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55rem;
    width: 1rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 154, 60, 0.8), transparent);
}

.hero-history__year {
    display: inline-block;
    min-width: 70px;
    color: var(--accent);
    font-style: italic;
    font-family: var(--font-display);
    letter-spacing: 0.2em;
}

.hero-history__text {
    margin-left: 0.35rem;
}

.card-grid {
    display: grid;
    gap: 1.5rem;
}

.card-grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.panel {
    position: relative;
    border: none;
    border-inline-start: 2px solid var(--line-accent);
    background: linear-gradient(135deg, rgba(5, 12, 28, 0.95), rgba(2, 6, 16, 0.4));
    padding: clamp(1.6rem, 3vw, 2.5rem);
    backdrop-filter: blur(8px);
    box-shadow: var(--shadow-void);
    border-radius: 18px;
}

.panel-heading {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--line-soft);
}

.panel-heading h2 {
    margin: 0;
    letter-spacing: 0.2em;
}

.panel-scroll {
    padding: 0;
    overflow: hidden;
}

.panel-scroll > .table-responsive {
    padding: 1.2rem 1.5rem;
}

.info-banner {
    margin: 0 1.5rem 1rem;
    padding: 0.9rem 1.2rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(88, 215, 255, 0.08);
    color: var(--text-200);
    font-size: 0.9rem;
}

.legal {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    line-height: 1.8;
}

.legal h2,
.legal h3 {
    color: var(--text-100);
}

.legal blockquote {
    margin: 0;
    padding-left: 1.4rem;
    border-left: 3px solid var(--accent);
    color: var(--text-200);
    font-style: italic;
}

.page-main hr {
    border: none;
    border-top: 1px solid var(--border);
    margin: 1.5rem 0;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
}

@media (min-width: 961px) {
    .page-stats .band-table .table-responsive {
        overflow-x: visible;
    }
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
}

thead th {
    text-transform: uppercase;
    letter-spacing: 0.24em;
    font-size: 0.75rem;
    color: var(--text-100);
    background: rgba(255, 255, 255, 0.04);
}

th,
td {
    padding: 0.85rem;
    border: 1px solid var(--border);
    text-align: center;
    color: var(--text-200);
}

tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.02);
}

tbody tr:hover {
    background: rgba(88, 215, 255, 0.1);
    color: var(--text-100);
}

.stats-main {
    width: min(1900px, 96%);
    margin: 2.5rem auto 4rem;
}

.page-stats .container {
    width: min(1900px, 96%);
}

.stats-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}
.stats-header-copy {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.stats-meta {
    color: var(--text-300);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 0.7rem;
}

.stats-meta span {
    color: var(--accent-strong);
}

.stats-band-header {
    padding-left: clamp(1.25rem, 2.5vw, 2rem);
}

.stats-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
    justify-content: flex-end;
}

.select-wrapper {
    position: relative;
    min-width: 220px;
}

.select-wrapper select {
    width: 100%;
    appearance: none;
    border-radius: 16px;
    border: 1px solid var(--border);
    padding: 0.65rem 2.5rem 0.65rem 1rem;
    background: rgba(255, 255, 255, 0.9);
    color: #041221;
    font-family: var(--font-body);
    letter-spacing: 0.08em;
}

.select-wrapper span {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 0.8rem;
    color: var(--text-300);
}

.stats-nav {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.stats-nav .btn {
    flex: none;
}

.stats-nav .btn:disabled,
.stats-nav .btn[disabled] {
    border-color: var(--line-soft);
    background: rgba(255, 255, 255, 0.02);
    color: var(--text-300);
}


.legend {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.85rem;
    color: var(--text-300);
}

.legend i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: var(--accent);
}

.stats-legend {
    margin-bottom: 1rem;
}

.stats-table {
    width: 100%;
}

.stats-table table {
    width: 100%;
    border-collapse: collapse;
    min-width: 0;
}

.stats-table thead th {
    font-size: 0.68rem;
    letter-spacing: 0.25em;
    white-space: normal;
}

.stats-table tbody td:first-child,
.stats-table thead th:first-child {
    text-align: left;
}

.stats-table tbody td:first-child {
    font-family: var(--font-display);
    letter-spacing: 0.1em;
    color: var(--text-100);
}

.stats-table tbody td {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.site-footer {
    margin-top: auto;
    position: relative;
    background: radial-gradient(circle at 20% 0%, rgba(255, 154, 60, 0.2), transparent 55%), #030712;
    border-top: 1px solid var(--border);
    padding: clamp(3rem, 6vw, 4.5rem) 0 2.5rem;
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% -20%, rgba(52, 200, 255, 0.2), transparent 65%);
    opacity: 0.6;
    pointer-events: none;
}

.footer-holo {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.6;
}

.footer-holo__ring {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    width: 320px;
    height: 320px;
    bottom: -220px;
    right: 5%;
    box-shadow: 0 0 120px rgba(255, 154, 60, 0.25);
}

.footer-holo__ring--outer {
    width: 520px;
    height: 520px;
    bottom: -360px;
    right: -5%;
    opacity: 0.4;
}

.footer-shell {
    width: min(1200px, 92%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    position: relative;
    z-index: 1;
}

.footer-shell::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.5rem;
    height: 1px;
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 12px, transparent 12px 16px);
    opacity: 0.4;
    pointer-events: none;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 2rem;
}

.footer-brand {
    max-width: 520px;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-kicker {
    text-transform: uppercase;
    letter-spacing: 0.35em;
    font-size: 0.75rem;
    color: var(--text-300);
    margin: 0;
}

.footer-headline {
    margin: 0;
    font-size: 1.4rem;
    letter-spacing: 0.25em;
    color: var(--text-100);
}

.footer-text {
    color: var(--text-200);
    line-height: 1.7;
    margin: 0;
}

.footer-status {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.75rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--accent-secondary);
}

.status-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--accent-strong);
    box-shadow: 0 0 16px var(--glow);
    display: inline-flex;
    animation: statusPulse 2.8s ease-in-out infinite;
    will-change: transform, opacity;
}

@keyframes statusPulse {
    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(0.9);
        opacity: 0.7;
    }
}

.footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    align-items: center;
}

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

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.footer-title {
    text-transform: uppercase;
    letter-spacing: 0.32em;
    font-size: 0.75rem;
    color: var(--accent-secondary);
    margin: 0;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0.4rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.footer-links a {
    color: var(--text-200);
    letter-spacing: 0.12em;
    position: relative;
}

.footer-links a:hover {
    color: var(--accent);
}

.footer-links a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    width: 18px;
    height: 1px;
    background: linear-gradient(90deg, var(--accent), transparent);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.footer-links a:hover::after {
    opacity: 1;
}

.footer-telemetry {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 1.2rem;
    padding: 1.5rem;
    margin-top: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: linear-gradient(120deg, rgba(4, 10, 22, 0.6), rgba(6, 20, 44, 0.4));
    position: relative;
    overflow: hidden;
}

.footer-telemetry::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at 15% 0%, rgba(255, 154, 60, 0.15), transparent 50%);
    pointer-events: none;
}

.footer-telemetry::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 2px, transparent 2px 10px);
    opacity: 0.35;
    animation: telemetryScan 14s linear infinite;
    pointer-events: none;
    will-change: background-position;
}

.footer-telemetry > div {
    position: relative;
    z-index: 1;
}

@keyframes telemetryScan {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 160px 0;
    }
}

.telemetry-label {
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 0.68rem;
    color: var(--text-300);
    margin: 0;
}

.telemetry-value {
    margin: 0.2rem 0 0;
    font-size: 0.95rem;
    letter-spacing: 0.35em;
    color: var(--accent-strong);
}

.footer-meta {
    text-align: center;
    color: var(--text-300);
    letter-spacing: 0.25em;
    font-size: 0.75rem;
}

@media (max-width: 768px) {
    .hero-data-ticker,
    .hero-radar {
        display: none;
    }
}

.cookie-banner {
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: min(520px, 94%);
    padding: 1.5rem;
    border-radius: 22px;
    background: rgba(5, 9, 22, 0.95);
    border: 1px solid var(--border);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45);
    z-index: 50;
}

.cookie-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cookie-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.cookie-actions .btn {
    flex: 1;
    min-width: 130px;
}

.andromeda-status {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: clamp(1.5rem, 4vw, 3rem) 0;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.andromeda-overview-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    font-size: 1rem;
}

.andromeda-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--text-300);
    margin-right: 0.5rem;
}

.andromeda-overview-inline p {
    margin: 0;
    color: var(--text-200);
}

.andromeda-value {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-100);
}

.andromeda-section {
    border-top: 1px solid var(--line-soft);
    padding-top: 1.5rem;
}

.andromeda-section h3 {
    margin-bottom: 0.75rem;
}

.andromeda-state-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.andromeda-state-list li {
    flex: 1 1 240px;
    background: var(--bg-100);
    border: 1px solid var(--line-soft);
    border-radius: 0.75rem;
    padding: 0.85rem 1rem;
}

.andromeda-state-list .andromeda-empty {
    width: 100%;
    border: 1px dashed var(--line-soft);
    text-transform: none;
    letter-spacing: 0.05em;
    color: var(--text-300);
    text-align: center;
}

.andromeda-state-category .state-label {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-300);
    margin-bottom: 0.4rem;
}

.state-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.state-flag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: var(--bg-200);
    color: var(--text-100);
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    font-size: 0.9rem;
}

.state-flag .state-count {
    font-weight: 600;
    color: var(--text-000);
}

.state-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.1rem 0.45rem;
    background: var(--bg-200);
    border-radius: 999px;
    font-size: 0.8rem;
    margin: 0.05rem;
    color: var(--text-100);
    white-space: nowrap;
}

.state-chip--empty {
    background: transparent;
    color: var(--text-300);
}

.state-chip-stack {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

#andromeda-systems-table tbody tr.andromeda-system-row--hidden {
    display: none;
}

#andromeda-systems-table.is-expanded tbody tr.andromeda-system-row--hidden {
    display: table-row;
}

.andromeda-table-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5rem;
    gap: 0.6rem;
}

.andromeda-table-toggle {
    margin-left: auto;
}

.andromeda-hint {
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--text-300);
    margin-top: 0;
}

.table-scroll {
    width: 100%;
    overflow-x: auto;
}

.andromeda-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 560px;
}

.andromeda-table th,
.andromeda-table td {
    border-bottom: 1px solid var(--line-soft);
    padding: 0.65rem 0.5rem;
    text-align: left;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
}

.andromeda-table th {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: var(--text-300);
}

.andromeda-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.03);
}

.andromeda-updated {
    margin: 0;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--text-300);
}

.andromeda-error {
    margin: 0;
    padding: 0.8rem 1rem;
    border-left: 2px solid rgba(255, 120, 122, 0.7);
    background: rgba(255, 120, 122, 0.08);
    color: #ffb3b3;
    letter-spacing: 0.08em;
}

@media (max-width: 720px) {
    .table-stack {
        border: 0;
    }

    .table-stack thead,
    .table-stack thead th {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        border: 0;
    }

    .table-stack tbody {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .table-stack tbody tr {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        padding: 1rem 1.25rem 1rem 1.75rem;
        border: 1px solid var(--line-soft);
        border-left: 3px solid var(--line-accent);
        border-radius: 0;
        background: transparent;
    }

    .table-stack tbody td {
        border: 0;
        text-align: left;
        padding: 0;
        color: var(--text-100);
    }

    .table-stack tbody td::before {
        content: attr(data-label);
        display: block;
        font-size: 0.7rem;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: var(--text-300);
        margin-bottom: 0.2rem;
    }
}

@media (max-width: 960px) {
    main {
        width: 94%;
    }

    .main-nav {
        overflow: visible;
    }

    .nav-toggle {
        display: block;
    }

    .nav-links {
        position: absolute;
        top: 65px;
        right: 4%;
        flex-direction: column;
        align-items: flex-start;
        padding: 1rem 1.4rem;
        border: 1px solid var(--border);
        border-radius: 18px;
        background: rgba(3, 7, 20, 0.96);
        display: none;
        width: min(320px, 90vw);
    }

    .nav-links.open {
        display: flex;
    }

    .nav-links .nav-link,
    .nav-links .btn {
        width: 100%;
    }

    .nav-language-wrapper {
        width: 100%;
        justify-content: center;
        padding: 0.5rem 0;
    }

    .language-switch {
        margin-left: 0.75rem;
    }

    .hero {
        padding: 2rem 0;
    }

    .band-grid--split {
        grid-template-columns: 1fr;
    }

    table {
        min-width: 520px;
    }

    .band-grid--two,
    .band-grid--three {
        grid-template-columns: 1fr;
    }

    .stats-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .stats-controls {
        width: 100%;
        justify-content: flex-start;
    }

    .select-wrapper {
        min-width: 100%;
    }

    .stats-nav {
        width: 100%;
        justify-content: flex-start;
    }

    .stats-table tbody td:first-child {
        position: static;
        background: transparent;
    }
}

@media (max-width: 640px) {
    .band-grid,
    .band-grid--split,
    .band-grid--two,
    .band-grid--three {
        grid-template-columns: 1fr;
    }

    .stats-controls {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-actions .btn {
        width: 100%;
    }

    .band-actions {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .band-actions .btn {
        width: 100%;
    }

    .stats-nav button {
        flex: 1;
        text-align: center;
    }

    .mission-highlights {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
}

