/* /Layout/MainLayout.razor.rz.scp.css */
.lgh-main[b-tj2i1ywe1v] {
    min-height: calc(100vh - 64px);
    background-color: var(--lgh-cream);
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* ── Top navbar ─────────────────────────────────────────────────────────── */

.lgh-navbar[b-y9tfnpwwx4] {
    /*    background: #B04A14;*/
    /*    background: #af561c;*/
    background: #231206;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.20);
    padding: 0;
    height: 60px;
}

/* Logo image */
.navbar-logo[b-y9tfnpwwx4] {
    height: 44px;
    width: 44px;
    object-fit: contain;
    filter: drop-shadow(0 1px 3px rgba(0,0,0,0.35));
}

/* Brand text block */
.navbar-title[b-y9tfnpwwx4] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.navbar-subtitle[b-y9tfnpwwx4] {
    font-size: 0.65rem;
    font-weight: 500;
    color: rgba(255,255,255,0.60);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    line-height: 1;
}

/* Nav links — full-height with flex-centered text */
.lgh-navbar .nav-link[b-y9tfnpwwx4],
.lgh-navbar .navbar-nav .nav-link[b-y9tfnpwwx4],
.lgh-navbar .navbar-nav .dropdown-toggle[b-y9tfnpwwx4] {
    color: rgba(255, 255, 255, 0.82) !important;
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0 0.9rem !important;
    height: 60px !important;
    display: inline-flex !important;
    align-items: center !important;
    border-bottom: 3px solid transparent;
    transition: color 0.15s, border-color 0.15s;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.lgh-navbar .nav-link:hover[b-y9tfnpwwx4],
.lgh-navbar .navbar-nav .dropdown-toggle:hover[b-y9tfnpwwx4] {
    color: #fff !important;
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

.lgh-navbar .nav-link.active[b-y9tfnpwwx4] {
    color: #fff !important;
    border-bottom-color: #fff;
    font-weight: 700;
}

/* User section divider */
.nav-user-section[b-y9tfnpwwx4] {
    border-left: 1px solid rgba(255,255,255,0.12);
    padding-left: 0.75rem;
    margin-left: 0.5rem;
}

/* User avatar circle */
.nav-user[b-y9tfnpwwx4] {
    display: inline-flex !important;
    align-items: center;
    gap: 0.5rem;
    height: auto !important;
    padding: 0.35rem 0.6rem !important;
    border-radius: 6px;
    border-bottom: none !important;
}

.nav-user:hover[b-y9tfnpwwx4] {
    background-color: rgba(255,255,255,0.10);
    border-bottom: none !important;
}

.user-avatar[b-y9tfnpwwx4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background-color: #E87722;
    border-radius: 50%;
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

/* Orange "Register" button */
.btn-orange[b-y9tfnpwwx4] {
    background-color: #E87722;
    border-color: #C4611A;
    color: #fff;
    font-weight: 600;
}
.btn-orange:hover[b-y9tfnpwwx4] {
    background-color: #C4611A;
    border-color: #C4611A;
    color: #fff;
}

/* Desktop layout */
@media (min-width: 992px) {
    .lgh-navbar .navbar-collapse[b-y9tfnpwwx4] {
        display: flex !important;
        flex-grow: 1;
        align-items: center;
        flex-wrap: nowrap;
        height: 60px;
    }

    .lgh-navbar .navbar-nav[b-y9tfnpwwx4] {
        height: 60px;
        align-items: center;
        flex-wrap: nowrap;
    }
}

/* Mobile collapse */
@media (max-width: 991.98px) {
    .lgh-navbar .navbar-collapse[b-y9tfnpwwx4] {
        background: #B04010;
        padding: 0.75rem 1rem 1rem;
        border-top: 1px solid rgba(255,255,255,0.08);
        margin-top: 0.25rem;
    }

    .lgh-navbar .nav-link[b-y9tfnpwwx4] {
        padding: 0.6rem 0.5rem !important;
        height: auto !important;
        border-bottom: 1px solid rgba(255,255,255,0.06) !important;
        border-left: 3px solid transparent;
    }

    .lgh-navbar .nav-link.active[b-y9tfnpwwx4] {
        border-bottom-color: rgba(255,255,255,0.06) !important;
        border-left-color: #E87722;
        border-bottom: 1px solid rgba(255,255,255,0.06) !important;
        padding-left: calc(0.5rem - 3px) !important;
    }

    .nav-user-section[b-y9tfnpwwx4] {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
        padding-top: 0.75rem;
        border-top: 1px solid rgba(255,255,255,0.10);
    }
}
