/* Styles extracted from index.html */
:root {
    --bg: #03040a;
    --text: #cfefff;
    --heading: #ffffff;
    --accent: #00d4ff;
    --accent2: #7b2fff;
    --accent3: #ff2f9f;
    --muted: #7a9aad;
    --surface: #06070a;
    --surface-strong: #020507;
    --nav-bg: rgba(4,6,9,0.85);
    --stats-bg: rgba(8,13,20,0.8);
    --border: rgba(255,255,255,0.04);
    --grid-line: rgba(0,212,255,0.04);
    --scanline: rgba(0,0,0,0.08);
    --glow: 0 0 12px rgba(0,212,255,0.12);
    --glow2: 0 20px 40px rgba(0,212,255,0.06);
    --hero-shadow: 0 0 60px rgba(255,255,255,0.15);
    --code-text: #5b8fa8;
    --code-comment: #2a4a5e;
    --terminal-text: #4d8fa8;
    --terminal-input: #ffffff;
    --theme-toggle-bg: rgba(6,7,10,0.7);
    --theme-toggle-hover: rgba(0,212,255,0.08);
    --theme-toggle-text: var(--text);
    color-scheme: dark;
}

:root[data-theme="light"] {
    --bg: #f5f8fc;
    --text: #27384a;
    --heading: #0c1622;
    --accent: #007ad9;
    --accent2: #6a38ff;
    --accent3: #d52f7a;
    --muted: #607489;
    --surface: rgba(255,255,255,0.82);
    --surface-strong: #ffffff;
    --nav-bg: rgba(255,255,255,0.82);
    --stats-bg: rgba(255,255,255,0.72);
    --border: rgba(12,22,34,0.09);
    --grid-line: rgba(0,122,217,0.07);
    --scanline: rgba(12,22,34,0.03);
    --glow: 0 0 12px rgba(0,122,217,0.12);
    --glow2: 0 20px 40px rgba(12,22,34,0.08);
    --hero-shadow: 0 0 40px rgba(12,22,34,0.1);
    --code-text: #4c6f88;
    --code-comment: #8aa0b4;
    --terminal-text: #58718a;
    --terminal-input: #0c1622;
    --theme-toggle-bg: rgba(255,255,255,0.92);
    --theme-toggle-hover: rgba(0,122,217,0.08);
    --theme-toggle-text: var(--heading);
    color-scheme: light;
}

:root:not([data-theme]) {
    color-scheme: dark;
}

@media (prefers-color-scheme: light) {
    :root:not([data-theme]) {
        --bg: #f5f8fc;
        --text: #27384a;
        --heading: #0c1622;
        --accent: #007ad9;
        --accent2: #6a38ff;
        --accent3: #d52f7a;
        --muted: #607489;
        --surface: rgba(255,255,255,0.82);
        --surface-strong: #ffffff;
        --nav-bg: rgba(255,255,255,0.82);
        --stats-bg: rgba(255,255,255,0.72);
        --border: rgba(12,22,34,0.09);
        --grid-line: rgba(0,122,217,0.07);
        --scanline: rgba(12,22,34,0.03);
        --glow: 0 0 12px rgba(0,122,217,0.12);
        --glow2: 0 20px 40px rgba(12,22,34,0.08);
        --hero-shadow: 0 0 40px rgba(12,22,34,0.1);
        --code-text: #4c6f88;
        --code-comment: #8aa0b4;
        --terminal-text: #58718a;
        --terminal-input: #0c1622;
        --theme-toggle-bg: rgba(255,255,255,0.92);
        --theme-toggle-hover: rgba(0,122,217,0.08);
        --theme-toggle-text: var(--heading);
        color-scheme: light;
    }
}

:root[data-theme="dark"] {
    color-scheme: dark;
}

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

html { scroll-behavior: smooth; }

body,
nav,
.stats-bar,
section,
.feature-card,
.team-card,
.involve-card,
.code-block,
.terminal,
footer,
.hero-badge,
.btn,
.theme-toggle,
.nav-links a,
.feature-desc,
.section-desc,
.team-bio,
.team-role,
.team-handle,
.stat-num,
.stat-label,
.code-header,
.terminal-header,
.code-body,
.terminal-body,
.footer-links a,
.footer-copy,
.involve-title,
.involve-desc,
h1.hero-title .line1,
h2.section-title {
    transition:
        background-color 0.35s ease,
        background 0.35s ease,
        color 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        text-shadow 0.35s ease,
        opacity 0.35s ease,
        transform 0.35s ease;
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: 'Syne', sans-serif;
    overflow-x: hidden;
    cursor: crosshair;
}

/* --- BACKGROUND GRID --- */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image:
    linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}

/* --- SCANLINE OVERLAY --- */
body::after {
    content: '';
    position: fixed;
    inset: 0;
    background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 2px,
    var(--scanline) 2px,
    var(--scanline) 4px
    );
    pointer-events: none;
    z-index: 999;
}

/* --- NAV --- */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 3rem;
    background: var(--nav-bg);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nav-logo {
    font-family: 'Share Tech Mono', monospace;
    font-size: 1.3rem;
    color: var(--accent);
    text-shadow: var(--glow);
    letter-spacing: 0.15em;
    text-decoration: none;
}

.nav-logo span { color: var(--accent3); }

.nav-links {
    display: flex;
    gap: 2.5rem;
    list-style: none;
}

.nav-links a {
    font-family: 'Space Mono', monospace;
    font-size: 0.75rem;
    color: var(--muted);
    text-decoration: none;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: color 0.2s, text-shadow 0.2s;
}

.nav-links a:hover {
    color: var(--accent);
    text-shadow: var(--glow);
}

.theme-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: var(--theme-toggle-bg);
    color: var(--theme-toggle-text);
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s, transform 0.2s, color 0.2s;
}

.theme-toggle:hover {
    background: var(--theme-toggle-hover);
    border-color: var(--accent);
    transform: translateY(-1px);
}

.theme-toggle-icon {
    font-size: 0.95rem;
    line-height: 1;
}

/* --- HERO --- */
#hero {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6rem 2rem 4rem;
    z-index: 1;
    overflow: hidden;
}

.hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    animation: pulse 6s ease-in-out infinite;
}

.hero-orb-1 {
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(0,212,255,0.18) 0%, transparent 70%);
    top: -100px; left: -100px;
    animation-delay: 0s;
}

.hero-orb-2 {
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(123,47,255,0.22) 0%, transparent 70%);
    bottom: -80px; right: -80px;
    animation-delay: 3s;
}

.hero-orb-3 {
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(255,47,160,0.15) 0%, transparent 70%);
    top: 40%; right: 10%;
    animation-delay: 1.5s;
}

@keyframes pulse {
    0%, 100% { opacity: 0.7; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.08); }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.72rem;
    color: var(--accent);
    border: 1px solid rgba(0,212,255,0.3);
    border-radius: 2px;
    padding: 0.35rem 0.9rem;
    letter-spacing: 0.18em;
    margin-bottom: 2rem;
    background: rgba(0,212,255,0.05);
    text-transform: uppercase;
}

.hero-badge::before {
    content: '';
    width: 6px; height: 6px;
    background: var(--accent);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--accent);
    animation: blink 1.4s infinite;
}

@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.2; } }

h1.hero-title {
    font-size: clamp(3.5rem, 10vw, 8rem);
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    position: relative;
}

h1.hero-title .line1 {
    display: block;
    color: var(--heading);
    text-shadow: var(--hero-shadow);
}

h1.hero-title .line2 {
    display: block;
    background: linear-gradient(90deg, var(--accent), var(--accent2), var(--accent3));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 30px rgba(0,212,255,0.5));
    animation: gradShift 5s ease-in-out infinite;
}

@keyframes gradShift {
    0%, 100% { filter: drop-shadow(0 0 30px rgba(0,212,255,0.5)); }
    50% { filter: drop-shadow(0 0 40px rgba(123,47,255,0.6)); }
}

.hero-sub {
    font-family: 'Space Mono', monospace;
    font-size: 0.95rem;
    color: var(--muted);
    max-width: 560px;
    line-height: 1.8;
    margin-bottom: 3rem;
    letter-spacing: 0.03em;
}

.hero-cta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}

.btn {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.9rem 2rem;
    border-radius: 2px;
    transition: all 0.25s;
    cursor: pointer;
    border: none;
}

.btn-primary {
    background: var(--accent);
    color: #000;
    box-shadow: 0 0 25px rgba(0,212,255,0.5), inset 0 1px 0 rgba(255,255,255,0.2);
}

.btn-primary:hover {
    background: var(--heading);
    box-shadow: 0 0 40px rgba(0,212,255,0.8);
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    color: var(--accent);
    border: 1px solid rgba(0,212,255,0.4);
}

.btn-secondary:hover {
    background: rgba(0,212,255,0.08);
    border-color: var(--accent);
    box-shadow: var(--glow);
    transform: translateY(-2px);
}

.btn-ghost {
    background: transparent;
    color: var(--muted);
    border: 1px solid var(--border);
}

.btn-ghost:hover {
    color: var(--text);
    border-color: var(--muted);
    transform: translateY(-2px);
}

/* --- STATS BAR --- */
.stats-bar {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 0;
    padding: 1.5rem 3rem;
    background: var(--stats-bg);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    backdrop-filter: blur(8px);
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 3rem;
    border-right: 1px solid var(--border);
}

.stat-item:last-child { border-right: none; }

.stat-num {
    font-family: 'Share Tech Mono', monospace;
    font-size: 1.8rem;
    color: var(--accent);
    text-shadow: var(--glow);
}

.stat-label {
    font-family: 'Space Mono', monospace;
    font-size: 0.65rem;
    color: var(--muted);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-top: 0.2rem;
}

/* --- SECTIONS --- */
section {
    position: relative;
    z-index: 1;
    padding: 6rem 3rem;
    max-width: 1200px;
    margin: 0 auto;
}

.section-tag {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.7rem;
    color: var(--accent2);
    letter-spacing: 0.25em;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.section-tag::before { content: '// '; color: var(--muted); }

h2.section-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: var(--heading);
    line-height: 1.1;
    margin-bottom: 1.2rem;
}

.section-desc {
    font-family: 'Space Mono', monospace;
    font-size: 0.9rem;
    color: var(--muted);
    max-width: 600px;
    line-height: 1.8;
    margin-bottom: 3.5rem;
}

/* --- FEATURES GRID --- */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5px;
    background: var(--border);
    border: 1.5px solid var(--border);
}

.feature-card {
    background: var(--surface);
    padding: 2.5rem 2rem;
    transition: background 0.25s;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--accent), var(--accent2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
}

.feature-card:hover::before { transform: scaleX(1); }

.feature-card:hover {
    background: rgba(0,212,255,0.04);
}

.feature-icon {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    display: block;
}

.feature-name {
    font-family: 'Space Mono', monospace;
    font-size: 0.8rem;
    color: var(--accent);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}

.feature-desc {
    font-size: 0.92rem;
    color: var(--muted);
    line-height: 1.7;
}

/* --- ARCHITECTURE / CODE BLOCK --- */
.code-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.code-block {
    background: var(--surface-strong);
    border: 1px solid var(--border);
    border-radius: 4px;
    overflow: hidden;
    font-family: 'Share Tech Mono', monospace;
}

.code-header {
    background: var(--surface);
    padding: 0.8rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid var(--border);
}

.code-dots { display: flex; gap: 6px; }
.code-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
}
.dot-r { background: #ff5f57; }
.dot-y { background: #febc2e; }
.dot-g { background: #28c840; }

.code-filename {
    font-size: 0.72rem;
    color: var(--muted);
    letter-spacing: 0.1em;
}

.code-body {
    padding: 1.5rem;
    font-size: 0.78rem;
    line-height: 1.9;
    color: var(--code-text);
    overflow-x: auto;
    white-space: pre;
}

.code-body .kw { color: var(--accent2); }
.code-body .fn { color: var(--accent); }
.code-body .str { color: #f4a261; }
.code-body .cm { color: var(--code-comment); }
.code-body .num { color: var(--accent3); }

/* --- TEAM --- */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.team-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 2px;
    padding: 2.5rem 2rem;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s, transform 0.3s;
}

.team-card:hover {
    border-color: rgba(0,212,255,0.3);
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.16), var(--glow);
}

.team-avatar {
    width: 60px; height: 60px;
    border-radius: 2px;
    background: linear-gradient(135deg, var(--accent2), var(--accent));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    box-shadow: var(--glow2);
}

.team-handle {
    font-family: 'Share Tech Mono', monospace;
    font-size: 1rem;
    color: var(--accent);
    margin-bottom: 0.3rem;
}

.team-role {
    font-family: 'Space Mono', monospace;
    font-size: 0.65rem;
    color: var(--accent3);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.team-bio {
    font-size: 0.88rem;
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 1.2rem;
}

.team-contrib {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.team-contrib li {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.72rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.team-contrib li::before {
    content: '›';
    color: var(--accent);
}

/* --- GET INVOLVED / TERMINAL --- */
.terminal {
    background: var(--surface-strong);
    border: 1px solid var(--border);
    border-radius: 4px;
    overflow: hidden;
    max-width: 700px;
    margin: 0 auto;
}

.terminal-header {
    background: var(--surface);
    padding: 0.8rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid var(--border);
}

.terminal-title {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.72rem;
    color: var(--muted);
    flex: 1;
    text-align: center;
}

.terminal-body {
    padding: 2rem;
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.82rem;
    line-height: 2;
    color: var(--terminal-text);
}

.t-prompt { color: var(--accent); }
.t-cmd { color: var(--terminal-input); }
.t-out { color: var(--muted); }
.t-success { color: #28c840; }
.t-cursor {
    display: inline-block;
    width: 8px; height: 1.1em;
    background: var(--accent);
    vertical-align: text-bottom;
    animation: blink 1s infinite;
}

/* --- INVOLVE CARDS --- */
.involve-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
}

.involve-card {
    background: var(--surface);
    border: 1px solid var(--border);
    padding: 2rem;
    border-radius: 2px;
    transition: all 0.25s;
    text-decoration: none;
    display: block;
    color: inherit;
}

.involve-card:hover {
    border-color: var(--accent2);
    box-shadow: var(--glow2);
    transform: translateY(-3px);
}

.involve-icon { font-size: 1.6rem; margin-bottom: 1rem; }

.involve-title {
    font-family: 'Space Mono', monospace;
    font-size: 0.8rem;
    color: var(--heading);
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.involve-desc {
    font-size: 0.88rem;
    color: var(--muted);
    line-height: 1.7;
}

/* --- CTA BANNER --- */
.cta-banner {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: 100%;
    padding: 5rem 3rem;
    background: linear-gradient(135deg, rgba(0,212,255,0.06) 0%, rgba(123,47,255,0.08) 50%, rgba(255,47,160,0.06) 100%);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    text-align: center;
}

/* --- MONOCHROME EMOJI --- */
.emoji {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    filter: grayscale(100%) saturate(0%) contrast(120%);
}

:root[data-theme="dark"] .emoji {
    /* light/white emoji on dark backgrounds */
    filter: grayscale(100%) saturate(0%) contrast(140%) brightness(2);
}

:root[data-theme="light"] .emoji {
    /* dark/black emoji on light backgrounds */
    filter: grayscale(100%) saturate(0%) contrast(140%) brightness(0);
}

/* Ensure emoji sizing remains consistent inside avatar blocks */
.team-avatar .emoji { font-size: 1.5rem; }
.feature-icon .emoji,
.involve-icon .emoji,
.theme-toggle-icon .emoji { font-size: 1.6rem; }

.cta-banner h2 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    color: var(--heading);
    margin-bottom: 1rem;
}

.cta-banner p {
    font-family: 'Space Mono', monospace;
    font-size: 0.9rem;
    color: var(--muted);
    margin-bottom: 2.5rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.cta-row {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* --- FOOTER --- */
footer {
    position: relative;
    z-index: 1;
    background: var(--surface);
    border-top: 1px solid var(--border);
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.footer-logo {
    font-family: 'Share Tech Mono', monospace;
    font-size: 1.1rem;
    color: var(--accent);
    text-shadow: var(--glow);
    letter-spacing: 0.15em;
}

.footer-logo span { color: var(--accent3); }

.footer-links {
    display: flex;
    gap: 2rem;
    list-style: none;
    flex-wrap: wrap;
}

.footer-links a {
    font-family: 'Space Mono', monospace;
    font-size: 0.72rem;
    color: var(--muted);
    text-decoration: none;
    letter-spacing: 0.1em;
    transition: color 0.2s;
}

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

.footer-copy {
    font-family: 'Share Tech Mono', monospace;
    font-size: 0.7rem;
    color: var(--muted);
    letter-spacing: 0.08em;
}

/* --- DIVIDER LINE --- */
.divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border), transparent);
    margin: 0;
}

/* --- SECTION FULL WIDTH WRAPPER --- */
.full-section {
    position: relative;
    z-index: 1;
}

/* --- ANIMATIONS ON SCROLL (basic JS fallback via class) --- */
.fade-up {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-enabled .fade-up {
    opacity: 0;
    transform: translateY(30px);
}

.js-enabled .fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* --- GLITCH EFFECT ON HERO TITLE --- */
@keyframes glitch {
    0%, 95%, 100% { clip-path: none; transform: none; }
    96% {
        clip-path: polygon(0 20%, 100% 20%, 100% 40%, 0 40%);
        transform: translateX(-4px);
    }
    97% {
        clip-path: polygon(0 60%, 100% 60%, 100% 80%, 0 80%);
        transform: translateX(4px);
    }
    98% { clip-path: none; transform: translateX(-2px); }
}

.glitch { animation: glitch 8s infinite; }

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    nav { padding: 1rem 1.5rem; gap: 1rem; }
    .nav-actions { gap: 0.75rem; }
    .nav-links { display: none; }
    .theme-toggle { padding: 0.65rem 0.8rem; }
    .theme-toggle-label { display: none; }
    section { padding: 4rem 1.5rem; }
    .code-section { grid-template-columns: 1fr; }
    .stats-bar { flex-wrap: wrap; }
    .stat-item { border-right: none; border-bottom: 1px solid var(--border); padding: 1rem 2rem; }
    .stat-item:last-child { border-bottom: none; }
    footer { flex-direction: column; align-items: flex-start; }
}
