/* ══════════════════════════════════════════════════════════════
   HEADERS.CSS — Per-Header Unique Overrides
   Each .hd-* class completely transforms the navbar.
   ══════════════════════════════════════════════════════════════ */

/* ── CLASSIC: Brand centered, links split left/right ── */
.hd-classic .navbar-inner {
    justify-content: space-between;
}
.hd-classic .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    font-weight: 800;
    z-index: 2;
}
.hd-classic .navbar-desktop { flex: 1; }
.hd-classic .navbar-actions { flex: 1; justify-content: flex-end; gap: 4px; }
.hd-classic .nav-link { padding: 8px 14px; font-size: 13px; }
.hd-classic .nav-link::after { display: none; }
.hd-classic .nav-link.active { color: var(--accent); background: var(--accent-subtle); border-radius: 10px; }
.hd-classic .search-input { width: 170px; }
.hd-classic .search-input:focus { width: 220px; }
@media (max-width: 900px) {
    .hd-classic .navbar-brand { position: static; transform: none; }
}

/* ── GLASS: Frosted glass, pill nav container, circular buttons ── */
.hd-glass {
    background: rgba(255,255,255,0.03) !important;
    backdrop-filter: blur(40px) saturate(1.8) !important;
    -webkit-backdrop-filter: blur(40px) saturate(1.8) !important;
    border-bottom: 1px solid rgba(255,255,255,0.06) !important;
}
.hd-glass .navbar-inner { justify-content: center; gap: 24px; }
.hd-glass .navbar-desktop {
    background: rgba(255,255,255,0.05);
    border-radius: 14px;
    padding: 4px;
    border: 1px solid rgba(255,255,255,0.06);
    gap: 2px;
}
.hd-glass .nav-link { padding: 7px 16px; border-radius: 10px; font-size: 12.5px; color: rgba(255,255,255,0.55); }
.hd-glass .nav-link::after { display: none; }
.hd-glass .nav-link.active { color: #a78bfa !important; background: rgba(167,139,250,0.12); }
.hd-glass .theme-toggle, .hd-glass .mobile-toggle { border-radius: 50%; }
.hd-glass .search-input { border-radius: 20px; width: 160px; background: rgba(255,255,255,0.06); }
.hd-glass .search-input:focus { width: 200px; }
.hd-glass .user-avatar-btn { border-radius: 50% !important; border: 2px solid rgba(168,85,247,0.4) !important; }
.hd-glass .desktop-login-link {
    background: linear-gradient(135deg, #6366f1, #a855f7);
    border-radius: 20px !important;
    box-shadow: 0 2px 12px rgba(99,102,241,0.3);
}
.hd-glass .desktop-login-link::after { display: none; }

/* ── NETFLIX: Bold red, left brand, cinematic gradient fade ── */
.hd-netflix {
    background: linear-gradient(180deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 70%, transparent 100%) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: none !important;
}
.hd-netflix .navbar-inner { padding: 0 40px; }
.hd-netflix .navbar-brand { margin-right: 36px; }
.hd-netflix .navbar-desktop { gap: 20px; }
.hd-netflix .nav-link { padding: 6px 0; font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.75); border-radius: 0; }
.hd-netflix .nav-link::after { display: none; }
.hd-netflix .nav-link.active { color: #fff; }
.hd-netflix .nav-link:hover { color: #fff; background: none; }
.hd-netflix .theme-toggle, .hd-netflix .mobile-toggle { border-radius: 6px; border: none; background: rgba(255,255,255,0.08); }
.hd-netflix .search-input { border-radius: 6px; width: 220px; background: rgba(255,255,255,0.08); }
.hd-netflix .search-input:focus { width: 280px; }
.hd-netflix .desktop-login-link { background: #e50914; border-radius: 6px !important; padding: 8px 20px !important; }
.hd-netflix .desktop-login-link::after { display: none; }

/* ── BORDERED: Geometric, outlined, monospace, teal ── */
.hd-bordered {
    background: rgba(0,0,0,0.3) !important;
    border-bottom: 2px solid rgba(6,182,212,0.15) !important;
}
.hd-bordered .navbar-brand {
    border: 2px solid rgba(6,182,212,0.3);
    padding: 6px 14px;
    border-radius: 4px;
}
.hd-bordered .nav-link {
    padding: 6px 14px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    font-family: monospace;
}
.hd-bordered .nav-link::after { display: none; }
.hd-bordered .nav-link.active { color: #06b6d4; border-color: rgba(6,182,212,0.4); }
.hd-bordered .nav-link:hover { border-color: rgba(6,182,212,0.2); }
.hd-bordered .theme-toggle, .hd-bordered .mobile-toggle { border-radius: 3px; border: 1px solid rgba(6,182,212,0.2); background: transparent; }
.hd-bordered .search-input { border-radius: 3px; border: 1px solid rgba(6,182,212,0.2); background: transparent; font-family: monospace; font-size: 11px; letter-spacing: 0.5px; width: 170px; }
.hd-bordered .search-input:focus { width: 210px; border-color: #06b6d4; }
.hd-bordered .desktop-login-link { border: 1px solid #06b6d4; border-radius: 3px !important; color: #06b6d4 !important; font-family: monospace; font-size: 11px; font-weight: 700; letter-spacing: 0.8px; }
.hd-bordered .desktop-login-link::after { display: none; }

/* ── COMPACT: Ultra-compact 48px, dense ── */
.hd-compact { background: rgba(10,10,20,0.92) !important; border-bottom: 1px solid rgba(255,255,255,0.04) !important; }
.hd-compact .navbar-inner { height: 48px; padding: 0 16px; gap: 12px; }
.hd-compact .nav-link { padding: 5px 10px; font-size: 12px; border-radius: 6px; }
.hd-compact .nav-link::after { display: none; }
.hd-compact .theme-toggle, .hd-compact .mobile-toggle { width: 28px; height: 28px; border-radius: 7px; font-size: 13px; }
.hd-compact .search-input { width: 130px; padding: 5px 12px; font-size: 12px; border-radius: 8px; }
.hd-compact .search-input:focus { width: 170px; }
.hd-compact .desktop-login-link { padding: 5px 14px !important; border-radius: 7px !important; font-size: 12px; }
.hd-compact .desktop-login-link::after { display: none; }

/* ── FLOATING: Pill nav, offset from top, rose accent ── */
.hd-floating {
    background: rgba(20,20,35,0.85) !important;
    backdrop-filter: blur(24px) !important;
    border: 1px solid rgba(255,255,255,0.06) !important;
    border-radius: 20px !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    position: relative !important;
}
.hd-floating .navbar-inner { padding: 0 8px 0 16px; height: 52px; }
.hd-floating .navbar-desktop {
    background: rgba(255,255,255,0.04);
    border-radius: 12px;
    padding: 3px;
    gap: 2px;
}
.hd-floating .nav-link { padding: 5px 12px; border-radius: 9px; font-size: 12px; }
.hd-floating .nav-link::after { display: none; }
.hd-floating .nav-link.active { color: var(--accent) !important; background: var(--accent-subtle); }
.hd-floating .theme-toggle, .hd-floating .mobile-toggle { border-radius: 50%; width: 32px; height: 32px; }
.hd-floating .search-input { border-radius: 50px; width: 120px; padding: 6px 14px; font-size: 12px; }
.hd-floating .search-input:focus { width: 160px; }
.hd-floating .user-avatar-btn { border-radius: 50% !important; border: 2px solid rgba(244,63,94,0.3) !important; background: rgba(244,63,94,0.1) !important; }
.hd-floating .desktop-login-link { border-radius: 50px !important; background: linear-gradient(135deg, #f43f5e, #ec4899); box-shadow: 0 2px 12px rgba(244,63,94,0.25); }
.hd-floating .desktop-login-link::after { display: none; }

/* ── GRADIENT: Warm orange/amber gradient ── */
.hd-gradient {
    background: linear-gradient(135deg, rgba(245,158,11,0.12), rgba(249,115,22,0.08), rgba(234,88,12,0.06)) !important;
    backdrop-filter: blur(20px) !important;
    border-bottom: 1px solid rgba(245,158,11,0.1) !important;
}
.hd-gradient .nav-link { padding: 7px 14px; border-radius: 10px; font-size: 13px; }
.hd-gradient .nav-link::after { display: none; }
.hd-gradient .nav-link.active { color: #f59e0b !important; background: rgba(245,158,11,0.1); }
.hd-gradient .nav-link:hover { color: #f59e0b; background: rgba(245,158,11,0.06); }
.hd-gradient .theme-toggle, .hd-gradient .mobile-toggle { border-radius: 10px; border: 1px solid rgba(245,158,11,0.15); background: rgba(245,158,11,0.06); }
.hd-gradient .search-input { border-radius: 12px; border-color: rgba(245,158,11,0.12); background: rgba(245,158,11,0.06); width: 190px; }
.hd-gradient .search-input:focus { width: 240px; border-color: #f59e0b; }
.hd-gradient .desktop-login-link { background: linear-gradient(135deg, #f59e0b, #f97316) !important; border-radius: 10px !important; box-shadow: 0 2px 12px rgba(245,158,11,0.25); }
.hd-gradient .desktop-login-link::after { display: none; }

/* ── MINIMAL: Bare minimum, text-only, clean ── */
.hd-minimal { background: transparent !important; backdrop-filter: none !important; border-bottom: 1px solid rgba(255,255,255,0.04) !important; }
.hd-minimal .navbar-inner { height: 56px; gap: 32px; }
.hd-minimal .nav-link { padding: 0; font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.45); border-radius: 0; }
.hd-minimal .nav-link::after { display: none; }
.hd-minimal .nav-link.active { color: var(--text-primary) !important; background: none; }
.hd-minimal .nav-link:hover { color: var(--text-primary); background: none; }
.hd-minimal .theme-toggle, .hd-minimal .mobile-toggle { background: none; border: none; width: auto; height: auto; }
.hd-minimal .search-input { background: transparent; border: none; border-bottom: 1px solid rgba(255,255,255,0.12); border-radius: 0; width: 160px; padding: 6px 0; }
.hd-minimal .search-input:focus { width: 200px; border-bottom-color: var(--accent); box-shadow: none; }
.hd-minimal .desktop-login-link { background: none !important; color: rgba(255,255,255,0.6) !important; padding: 0 !important; border-radius: 0 !important; }
.hd-minimal .desktop-login-link::after { display: none; }
.hd-minimal .desktop-login-link:hover { color: var(--text-primary) !important; background: none !important; }

/* ── PREMIUM: Gold accents, luxury ── */
.hd-premium {
    background: linear-gradient(180deg, rgba(15,15,25,0.95) 0%, rgba(10,10,20,0.9) 100%) !important;
    border-bottom: 1px solid rgba(245,197,24,0.1) !important;
}
.hd-premium .nav-link { padding: 8px 16px; border-radius: 8px; font-size: 13px; }
.hd-premium .nav-link::after { display: none; }
.hd-premium .nav-link.active { color: #f5c518 !important; background: rgba(245,197,24,0.08); border: 1px solid rgba(245,197,24,0.15); }
.hd-premium .nav-link:hover { color: #f5c518; background: rgba(245,197,24,0.04); }
.hd-premium .theme-toggle, .hd-premium .mobile-toggle { border-radius: 10px; border: 1px solid rgba(245,197,24,0.12); background: rgba(245,197,24,0.04); }
.hd-premium .search-input { border-radius: 10px; border-color: rgba(245,197,24,0.1); background: rgba(245,197,24,0.04); width: 190px; }
.hd-premium .search-input:focus { width: 240px; border-color: #f5c518; }
.hd-premium .user-avatar-btn { border: 1px solid rgba(245,197,24,0.15) !important; background: rgba(245,197,24,0.06) !important; }
.hd-premium .desktop-login-link { background: linear-gradient(135deg, #f5c518, #eab308) !important; border-radius: 10px !important; color: #000 !important; font-weight: 700 !important; box-shadow: 0 2px 15px rgba(245,197,24,0.2); letter-spacing: 0.3px; }
.hd-premium .desktop-login-link::after { display: none; }

/* ── SPOTLIGHT: Indigo glow, centered nav ── */
.hd-spotlight {
    background: rgba(12,12,24,0.88) !important;
    backdrop-filter: blur(28px) !important;
    border-bottom: 1px solid rgba(99,102,241,0.08) !important;
}
.hd-spotlight .navbar-desktop { flex: 1; justify-content: center; }
.hd-spotlight .nav-link { padding: 7px 16px; border-radius: 8px; font-size: 13px; }
.hd-spotlight .nav-link::after { display: none; }
.hd-spotlight .nav-link.active { color: #a5b4fc !important; background: rgba(99,102,241,0.1); box-shadow: 0 0 15px rgba(99,102,241,0.1); }
.hd-spotlight .nav-link:hover { color: #a5b4fc; background: rgba(99,102,241,0.06); }
.hd-spotlight .theme-toggle, .hd-spotlight .mobile-toggle { border-radius: 10px; border: 1px solid rgba(99,102,241,0.12); background: rgba(99,102,241,0.06); }
.hd-spotlight .search-input { border-radius: 10px; border-color: rgba(99,102,241,0.1); background: rgba(99,102,241,0.06); width: 170px; }
.hd-spotlight .search-input:focus { width: 220px; border-color: #6366f1; }
.hd-spotlight .user-avatar-btn { border: 2px solid rgba(99,102,241,0.25) !important; background: rgba(99,102,241,0.08) !important; box-shadow: 0 0 15px rgba(99,102,241,0.1); }
.hd-spotlight .desktop-login-link { background: linear-gradient(135deg, #6366f1, #4f46e5) !important; border-radius: 10px !important; box-shadow: 0 2px 15px rgba(99,102,241,0.25); }
.hd-spotlight .desktop-login-link::after { display: none; }

/* ══════════════════════════════════════════════════════════════

/* ══════════════════════════════════════════════════════════════
   MOBILE HEADER BAR — universal, <=768px only, works with ALL themes
   Hamburger · Centered Gradient Logo · Search · Profile  (ONE row)
   ══════════════════════════════════════════════════════════════ */

/* ── Bar: hidden on desktop, single-row fixed bar on mobile ── */
.mhb-bar {
    display: none;
}
.mso-overlay,
.mud-menu {
    display: none;   /* mobile-only: fully hidden on desktop */
}
.mhb-logo-img { display: block; max-height: 34px; max-width: 46vw; width: auto; border-radius: 8px; }
.mhb-logo-text {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: linear-gradient(90deg, var(--accent, #6366f1) 0%, #a855f7 45%, var(--gold, #f5c518) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    animation: mhbFade 6s ease-in-out infinite;
}
@keyframes mhbFade {
    0%, 100% { opacity: 0.82; filter: drop-shadow(0 0 0 rgba(99,102,241,0)); }
    50%      { opacity: 1;    filter: drop-shadow(0 0 10px rgba(99,102,241,0.35)); }
}

@media (max-width: 768px) {
    /* Theme navbar is fully replaced by the mobile bar on phones */
    .navbar { display: none !important; }
    .main-content { padding-top: 52px; }

    .mhb-bar {
        display: flex;
        flex-wrap: nowrap;              /* NEVER wraps to a second row */
        align-items: center;
        gap: 2px;
        position: fixed;
        top: 0; left: 0; right: 0;
        z-index: 1001;
        height: 52px;
        padding: 0 8px;
        box-sizing: border-box;
        background: var(--navbar-bg, rgba(10,10,18,0.98));
        backdrop-filter: blur(24px) saturate(1.4);
        -webkit-backdrop-filter: blur(24px) saturate(1.4);
        border-bottom: 1px solid var(--navbar-border, rgba(255,255,255,0.06));
        box-shadow: 0 1px 12px rgba(0,0,0,0.25);
    }

    .mhb-brand {
        flex: 1 1 auto;
        min-width: 0;                   /* allows the logo to shrink, not wrap */
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding: 0 4px;
        text-decoration: none;
    }

    .mhb-actions {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        gap: 2px;
        flex-wrap: nowrap;
    }

    .mhb-btn {
        flex: 0 0 auto;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background: transparent;
        color: var(--text-primary, #f0f0f5);
        border-radius: 12px;
        cursor: pointer;
        padding: 0;
        -webkit-tap-highlight-color: transparent;
    }
    .mhb-btn svg { width: 22px; height: 22px; }
    .mhb-btn:active { transform: scale(0.92); }

    .mhb-user-btn { position: relative; }
    .mhb-avatar,
    .mhb-avatar-fallback {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        object-fit: cover;
        display: block;
    }
    .mhb-avatar-fallback {
        align-items: center;
        justify-content: center;
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        background: linear-gradient(135deg, var(--accent, #6366f1), #a855f7);
    }
    .mhb-login-btn { color: var(--text-primary, #f0f0f5); text-decoration: none; }

    /* ── Search overlay: full-screen, SOLID background ── */
    .mso-overlay {
        position: fixed;
        inset: 0;
        z-index: 3000;
        display: flex;
        flex-direction: column;
        background: #0b0b12;                 /* hard fallback first */
        background: var(--bg-primary, #0b0b12);
        color: var(--text-primary, #f0f0f5);
        opacity: 0;
        visibility: hidden;
        transform: translateY(8px);
        transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
    }
    .mso-overlay.open { display: flex; opacity: 1; visibility: visible; transform: translateY(0); }

    .mso-header {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 12px;
        border-bottom: 1px solid var(--border, rgba(255,255,255,0.08));
        background: var(--bg-secondary, #0d0d16);
    }
    .mso-close {
        flex: 0 0 auto;
        width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none;
        background: transparent;
        color: var(--text-primary, #f0f0f5);
        border-radius: 10px;
        cursor: pointer;
    }
    .mso-close svg { width: 20px; height: 20px; }
    .mso-input {
        flex: 1;
        min-width: 0;
        height: 42px;
        border: 1px solid var(--input-border, rgba(255,255,255,0.12));
        background: var(--input-bg, rgba(255,255,255,0.06));
        color: var(--text-primary, #f0f0f5);
        border-radius: 12px;
        padding: 0 14px;
        font-size: 15px;
        font-family: inherit;
        outline: none;
    }
    .mso-input:focus { border-color: var(--accent, #6366f1); }
    .mso-input::placeholder { color: var(--text-secondary, #9898b0); }

    .mso-types {
        display: flex;
        gap: 8px;
        padding: 10px 12px;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .mso-type {
        flex: 0 0 auto;
        padding: 7px 16px;
        border-radius: 999px;
        border: 1px solid var(--border, rgba(255,255,255,0.1));
        background: var(--bg-secondary, #0d0d16);
        color: var(--text-secondary, #9898b0);
        font-size: 13px;
        font-weight: 600;
        font-family: inherit;
        cursor: pointer;
    }
    .mso-type.active {
        color: #fff;
        background: linear-gradient(135deg, var(--accent, #6366f1), #a855f7);
        border-color: transparent;
        box-shadow: 0 2px 12px rgba(99,102,241,0.3);
    }

    .mso-results {
        flex: 1;
        overflow-y: auto;
        padding: 4px 12px 16px;
        -webkit-overflow-scrolling: touch;
    }
    .mso-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 10px;
        border-radius: 14px;
        background: var(--bg-secondary, #0d0d16);
        border: 1px solid var(--border, rgba(255,255,255,0.06));
        margin-bottom: 8px;
        text-decoration: none;
        color: inherit;
    }
    .mso-item:active { transform: scale(0.98); }
    .mso-poster {
        width: 46px;
        height: 66px;
        border-radius: 8px;
        object-fit: cover;
        flex: 0 0 auto;
        background: rgba(255,255,255,0.05);
    }
    .mso-poster-fallback {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
    }
    .mso-item-info { flex: 1; min-width: 0; }
    .mso-item-title {
        font-size: 14px;
        font-weight: 700;
        color: var(--text-primary, #f0f0f5);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mso-item-meta {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 4px;
        font-size: 12px;
        color: var(--text-secondary, #9898b0);
    }
    .mso-rating { color: var(--gold, #f5c518); }
    .mso-badge {
        padding: 2px 7px;
        border-radius: 6px;
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.3px;
    }
    .mso-badge-db { background: rgba(99,102,241,0.15); color: #a5b4fc; }
    .mso-badge-tmdb { background: rgba(16,185,129,0.15); color: #34d399; }
    .mso-more {
        display: block;
        text-align: center;
        padding: 12px;
        color: var(--accent, #6366f1);
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
    }
    .mso-none {
        text-align: center;
        padding: 32px 16px;
        color: var(--text-secondary, #9898b0);
        font-size: 14px;
    }
    .mso-empty {
        text-align: center;
        padding: 40px 24px;
        color: var(--text-secondary, #9898b0);
        font-size: 14px;
        line-height: 1.6;
    }

    /* ── User menu: dropdown under the profile button ── */
    .mud-menu {
        position: fixed;
        top: 58px;
        right: 10px;
        z-index: 3000;
        width: min(300px, calc(100vw - 24px));
        background: #0d0d16;                 /* hard fallback first */
        background: var(--bg-secondary, #0d0d16);
        color: var(--text-primary, #f0f0f5);
        border: 1px solid var(--border, rgba(255,255,255,0.1));
        border-radius: 16px;
        box-shadow: 0 12px 40px rgba(0,0,0,0.55);
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-6px) scale(0.98);
        transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
    }
    .mud-menu.open { display: block; opacity: 1; visibility: visible; transform: translateY(0) scale(1); }

    .mud-user {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px;
        background: var(--bg-primary, #0b0b12);
        border-bottom: 1px solid var(--border, rgba(255,255,255,0.06));
    }
    .mud-avatar,
    .mud-avatar-fallback {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        object-fit: cover;
        flex: 0 0 auto;
        display: block;
    }
    .mud-avatar-fallback {
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        background: linear-gradient(135deg, var(--accent, #6366f1), #a855f7);
    }
    .mud-user-info { min-width: 0; }
    .mud-name {
        font-size: 14px;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mud-email {
        font-size: 12px;
        color: var(--text-secondary, #9898b0);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mud-links { padding: 6px; }
    .mud-link {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 11px 12px;
        border-radius: 10px;
        color: var(--text-primary, #f0f0f5);
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
    }
    .mud-link:active { background: rgba(255,255,255,0.06); }
    .mud-admin { color: var(--accent, #6366f1); font-weight: 700; }
    .mud-login { color: var(--accent, #6366f1); font-weight: 700; }
    .mud-register { color: var(--gold, #f5c518); font-weight: 700; }
    .mud-divider { height: 1px; background: var(--border, rgba(255,255,255,0.08)); margin: 4px 8px; }
    .mud-foot { padding: 6px; border-top: 1px solid var(--border, rgba(255,255,255,0.06)); }
    .mud-logout {
        width: 100%;
        padding: 11px 12px;
        border: none;
        border-radius: 10px;
        background: rgba(239,68,68,0.12);
        color: #f87171;
        font-size: 14px;
        font-weight: 700;
        font-family: inherit;
        cursor: pointer;
        text-align: left;
    }
}
