/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-rlhf2ekasy] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-rlhf2ekasy] {
    flex: 1;
}

.site-footer[b-rlhf2ekasy] {
    background-color: #1a1a2e;
    color: #e0e0e0;
    padding: 3rem 0 1.5rem;
    margin-top: 4rem;
}

.site-footer .container[b-rlhf2ekasy] {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.footer-content[b-rlhf2ekasy] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h4[b-rlhf2ekasy] {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.footer-section p[b-rlhf2ekasy] {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #adb5bd;
}

.footer-section ul[b-rlhf2ekasy] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li[b-rlhf2ekasy] {
    margin-bottom: 0.5rem;
}

.footer-section ul li a[b-rlhf2ekasy] {
    color: #adb5bd;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.footer-section ul li a:hover[b-rlhf2ekasy] {
    color: #4fc3f7;
}

.footer-bottom[b-rlhf2ekasy] {
    border-top: 1px solid #2a2a4a;
    padding-top: 1.5rem;
    text-align: center;
}

.footer-bottom p[b-rlhf2ekasy] {
    margin: 0;
    font-size: 0.85rem;
    color: #6c757d;
}

@media (max-width: 768px) {
    .footer-content[b-rlhf2ekasy] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar[b-oycoa11wuc] {
    background-color: #1a1a2e;
    padding: 0.8rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    z-index: 1030;
}

.brand-text[b-oycoa11wuc] {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.5px;
}

[b-oycoa11wuc] .nav-link {
    color: #d0d0d0 !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: color 0.2s;
    font-size: 0.95rem;
}

[b-oycoa11wuc] .nav-link:hover {
    color: #4fc3f7 !important;
}

[b-oycoa11wuc] .nav-link.active {
    color: #4fc3f7 !important;
}

.navbar-toggler[b-oycoa11wuc] {
    border-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggler:focus[b-oycoa11wuc] {
    box-shadow: 0 0 0 0.15rem rgba(79, 195, 247, 0.4);
}
