.site-footer.site-footer-minimal {
    margin-top: 32px;
    padding: 14px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    background: #080913;
}

.footer-minimal-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(100%, 1400px);
    margin: 0 auto;
}

.footer-minimal-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.footer-minimal-nav a {
    color: #aeb5c5;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

.footer-minimal-nav a:hover,
.footer-minimal-nav a:focus-visible {
    color: #ffffff;
}

.footer-minimal-copy {
    margin: 0;
    color: #7f8798;
    font-size: 0.76rem;
    line-height: 1.4;
    white-space: nowrap;
}

@media (max-width: 760px) {
    .site-footer.site-footer-minimal {
        margin-top: 24px;
        padding: 14px 16px;
    }

    .footer-minimal-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .footer-minimal-nav {
        gap: 7px 14px;
    }

    .footer-minimal-copy {
        white-space: normal;
    }
}
/* Shared interface polish. The footer itself remains removed. */
.site-header {
    border-bottom-color: rgba(104, 118, 255, 0.22);
}

.header-quick-actions {
    gap: 8px;
}

.site-header .header-action-btn,
.site-header .header-guest-btn,
.desktop-sidebar-toggle,
.mobile-menu-btn {
    border-color: rgba(144, 156, 255, 0.2);
    color: #aeb6ca;
    background: #171b29;
    box-shadow: none;
}

.site-header .header-action-btn:hover,
.site-header .header-action-btn:focus-visible,
.site-header .header-guest-btn:hover,
.site-header .header-guest-btn:focus-visible,
.desktop-sidebar-toggle:hover,
.desktop-sidebar-toggle:focus-visible,
.mobile-menu-btn:hover,
.mobile-menu-btn:focus-visible {
    border-color: rgba(139, 151, 255, 0.65);
    color: #ffffff;
    background: #252b40;
}

.sidebar .category-list a {
    border-color: transparent;
    color: #a8afc0;
    background: transparent;
    transition: color 170ms ease, background-color 170ms ease, border-color 170ms ease;
}

.sidebar .category-list a i {
    color: #8e96aa;
    transition: color 170ms ease;
}

.sidebar .category-list a:hover,
.sidebar .category-list a:focus-visible {
    border-color: rgba(144, 156, 255, 0.18);
    color: #f4f6fb;
    background: #1a1f2e;
}

.sidebar .category-list a:hover i,
.sidebar .category-list a:focus-visible i {
    color: #aeb6ff;
}

.sidebar .category-list a.active {
    border-color: rgba(139, 151, 255, 0.5);
    color: #ffffff;
    background: #252b40;
    box-shadow: inset 3px 0 0 #8b97ff;
}

.sidebar .category-list a.active i {
    color: #ffffff;
}

.sidebar .category-list .count {
    color: #7f8799;
    background: transparent;
}

@media (max-width: 700px) {
    #notificationToggle,
    #favoritesToggle,
    #myGamesToggle,
    #friendsToggle {
        display: none !important;
    }

    .site-header .header-quick-actions {
        gap: 7px;
        margin-left: auto;
    }

    #accountToggle,
    #mobileMenuBtn {
        flex: 0 0 42px;
        width: 42px;
        min-width: 42px;
        height: 42px;
        padding: 0;
        justify-content: center;
    }

    #accountToggle span {
        display: none;
    }

    .site-header .header-brand-cluster,
    .site-header .logo {
        min-width: 0;
    }
}
