/* /Layout/MainLayout.razor.rz.scp.css */
main[b-rgonrdgvwt] {
    padding-top: 72px; /* offset for fixed navbar */
}
/* /Layout/NavMenu.razor.rz.scp.css */
.tc-navbar[b-pgrbigpl1m] {
    background-color: #111827;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    z-index: 1030;
}

.tc-brand[b-pgrbigpl1m] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffffff !important;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 500;
}

.tc-brand strong[b-pgrbigpl1m] {
    color: #229CCE;
    font-weight: 700;
}

.tc-toggler[b-pgrbigpl1m] {
    border: none;
    color: #ffffff;
    font-size: 1.5rem;
    padding: 0.25rem 0.5rem;
    background: transparent;
}

.tc-nav-link[b-pgrbigpl1m] {
    color: #d1d5db !important;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.5rem 0.75rem !important;
    border-radius: 6px;
    transition: color 0.2s, background 0.2s;
}

.tc-nav-link:hover[b-pgrbigpl1m] {
    color: #ffffff !important;
    background-color: rgba(255,255,255,0.08);
}

.tc-social-link[b-pgrbigpl1m] {
    color: #9ca3af;
    font-size: 1.1rem;
    transition: color 0.2s;
    text-decoration: none;
}

.tc-social-link:hover[b-pgrbigpl1m] {
    color: #229CCE;
}

.tc-ms-badge img[b-pgrbigpl1m] {
    border-radius: 6px;
}

@media (max-width: 991px) {
    .navbar-collapse[b-pgrbigpl1m] {
        background-color: #111827;
        padding: 1rem;
        border-radius: 0 0 12px 12px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    .tc-nav-right[b-pgrbigpl1m] {
        margin-top: 1rem;
        flex-wrap: wrap;
    }
}
