/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* ===== Layout-scoped styles ===== */

/* Navbar */
[b-7xgttp2utj] .navbar-brand {
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

[b-7xgttp2utj] .navbar-brand .brand-icon {
    font-size: 1.4rem;
}

[b-7xgttp2utj] .top-navbar {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    border-bottom: none;
    padding: 0.6rem 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
}

[b-7xgttp2utj] .top-navbar .nav-link {
    color: rgba(255, 255, 255, .75) !important;
    font-weight: 500;
    font-size: 0.875rem;
    padding: 0.5rem 0.85rem;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
}

[b-7xgttp2utj] .top-navbar .nav-link:hover,
[b-7xgttp2utj] .top-navbar .nav-link:focus {
    color: #fff !important;
    background-color: rgba(255, 255, 255, .08);
}

[b-7xgttp2utj] .top-navbar .nav-link.active {
    color: #fff !important;
    background-color: rgba(59, 130, 246, .25);
}

[b-7xgttp2utj] .top-navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, .2);
    padding: 0.35rem 0.55rem;
}

[b-7xgttp2utj] .top-navbar .navbar-toggler-icon {
    filter: invert(1);
}

[b-7xgttp2utj] .top-navbar .navbar-collapse {
    padding-top: 0.5rem;
}

@media (min-width: 768px) {
    [b-7xgttp2utj] .top-navbar .navbar-collapse {
        padding-top: 0;
    }
}

[b-7xgttp2utj] .nav-icon-link {
    font-size: 1.2rem !important;
    padding: 0.4rem 0.6rem !important;
    line-height: 1;
}

[b-7xgttp2utj] .nav-bell-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-flex !important;
    align-items: center;
    color: inherit;
}

[b-7xgttp2utj] .nav-bell-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
}

[b-7xgttp2utj] .nav-bell-badge {
    position: absolute;
    top: -7px;
    right: -9px;
    background: #ef4444;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 700;
    min-width: 16px;
    height: 16px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 3px;
    line-height: 1;
    pointer-events: none;
}

/* Main content */
[b-7xgttp2utj] .main-container {
    max-width: 1200px;
    padding-top: 0.5rem;
}

/* Footer */
[b-7xgttp2utj] .site-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e2e8f0;
    background: #fff;
    line-height: 52px;
    font-size: 0.82rem;
    color: #94a3b8;
}

[b-7xgttp2utj] .site-footer a {
    color: #64748b;
    text-decoration: none;
}

[b-7xgttp2utj] .site-footer a:hover {
    color: #2563eb;
}

/* Content area animation */
[b-7xgttp2utj] main {
    animation: fadeUp-b-7xgttp2utj 0.3s ease;
}

@keyframes fadeUp-b-7xgttp2utj {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}
