/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* ── Navbar ── */
.navbar[b-57258rbcgf] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background-color: rgba(8, 8, 8, 0.88) !important;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, #F8AF3C, #EA5B27) 1;
    height: 64px;
}

a.navbar-brand[b-57258rbcgf] {
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1) !important;
    white-space: normal;
    word-break: break-all;
}

.navbar-nav .nav-link[b-57258rbcgf] {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.50) !important;
    transition: color 160ms cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    padding-bottom: 4px;
}

.navbar-nav .nav-link[b-57258rbcgf]::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%; height: 2px;
    background: linear-gradient(90deg, #F8AF3C, #EA5B27);
    transform: scaleX(0);
    transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.navbar-nav .nav-link:hover[b-57258rbcgf],
.navbar-nav .nav-link.active[b-57258rbcgf] {
    color: rgba(255, 255, 255, 1) !important;
    text-shadow: 0 0 20px rgba(239, 105, 38, 0.55);
}

.navbar-nav .nav-link:hover[b-57258rbcgf]::after,
.navbar-nav .nav-link.active[b-57258rbcgf]::after { transform: scaleX(1); }

.navbar-toggler[b-57258rbcgf] {
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 1);
}
