﻿
.admin-layout {
    min-height: 100vh;
    background: #f4f7fb;
}

.admin-topbar {
    height: 64px;
    background: linear-gradient(135deg, #0f172a, #1e293b) !important;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.admin-brand {
    font-weight: 800;
    letter-spacing: .3px;
}

.admin-sidebar {
    background: linear-gradient(180deg, #111827, #0f172a) !important;
    color: #d1d5db;
    border-right: 1px solid rgba(255,255,255,0.08);
}

.admin-logo-box {
    height: 86px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.admin-logo {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #38bdf8, #2563eb);
    color: white;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(37,99,235,.35);
}

.admin-logo-title {
    color: white;
    font-weight: 800;
    line-height: 1.1;
}

.admin-logo-sub {
    color: #94a3b8;
}

.admin-menu {
    padding: 12px 10px;
}

    .admin-menu .mud-nav-link {
        border-radius: 12px;
        margin: 4px 0;
        color: #cbd5e1 !important;
    }

        .admin-menu .mud-nav-link:hover {
            background: rgba(59,130,246,.14) !important;
            color: white !important;
        }

        .admin-menu .mud-nav-link.active {
            background: linear-gradient(135deg, #2563eb, #06b6d4) !important;
            color: white !important;
            box-shadow: 0 10px 20px rgba(37,99,235,.25);
        }

.admin-main {
    background: #f4f7fb;
    min-height: 100vh;
}

.admin-content {
    padding: 24px;
}

@media (max-width: 600px) {
    .admin-content {
        padding: 12px;
    }

    .admin-brand {
        font-size: 16px;
    }
}
