/* /Components/Layout/MainLayout.razor.rz.scp.css */
.lcs-main[b-8nu0turuu8] {
    padding-top: 60px;
    min-height: 100vh;
}

#blazor-error-ui[b-8nu0turuu8] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-8nu0turuu8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.lcs-topnav[b-m9mxycf1ob] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 60px;
    background: rgba(10, 13, 18, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(200, 155, 60, 0.18);
}

.lcs-topnav-inner[b-m9mxycf1ob] {
    display: flex;
    align-items: center;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 28px;
    gap: 28px;
}

/* ---- Brand ---- */
.lcs-brand[b-m9mxycf1ob] {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
    transition: opacity 0.15s ease;
}

.lcs-brand:hover[b-m9mxycf1ob] {
    opacity: 0.85;
    text-decoration: none;
}

.lcs-brand-abbr[b-m9mxycf1ob] {
    font-size: 1.05rem;
    font-weight: 900;
    color: #C89B3C;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.lcs-brand-divider[b-m9mxycf1ob] {
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

.lcs-brand-full[b-m9mxycf1ob] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #8B949E;
    text-transform: uppercase;
}

/* ---- Nav Links ---- */
.lcs-nav[b-m9mxycf1ob] {
    display: flex;
    align-items: center;
    gap: 2px;
}

[b-m9mxycf1ob] .lcs-nav-link {
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #8B949E;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.15s ease;
    text-transform: uppercase;
    position: relative;
}

[b-m9mxycf1ob] .lcs-nav-link:hover {
    color: #E8E8E8;
    background: rgba(255, 255, 255, 0.06);
    text-decoration: none;
}

[b-m9mxycf1ob] .lcs-nav-link.active {
    color: #C89B3C;
    background: rgba(200, 155, 60, 0.1);
}

/* ---- Right Side ---- */
.lcs-topnav-right[b-m9mxycf1ob] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

.lcs-profile-btn[b-m9mxycf1ob] {
    padding: 6px 18px;
    border: 1px solid rgba(200, 155, 60, 0.4);
    border-radius: 20px;
    color: #C89B3C;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.lcs-profile-btn:hover[b-m9mxycf1ob] {
    background: rgba(200, 155, 60, 0.12);
    border-color: #C89B3C;
    color: #F0C060;
    text-decoration: none;
    box-shadow: 0 0 16px rgba(200, 155, 60, 0.15);
}
