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

.main-content[b-kf05kgggh8] {
    flex: 1;
}

/* Footer */
.site-footer[b-kf05kgggh8] {
    background: linear-gradient(135deg, #0a1628 0%, #1a1040 100%);
    color: #c0c8d8;
    padding: 3rem 2rem 2rem;
}

.footer-inner[b-kf05kgggh8] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-brand h3[b-kf05kgggh8] {
    color: #ffffff;
    margin: 0 0 0.75rem;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-brand-icon[b-kf05kgggh8] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0099ff, #00ff66);
    border: 1.5px solid #00ff66;
    flex-shrink: 0;
}

.footer-brand p[b-kf05kgggh8] {
    margin: 0.3rem 0;
    font-size: 0.9rem;
}

.footer-brand a[b-kf05kgggh8] {
    color: #0077ee;
    text-decoration: none;
}

.footer-brand a:hover[b-kf05kgggh8] {
    text-decoration: underline;
}

.footer-links h4[b-kf05kgggh8] {
    color: #ffffff;
    margin: 0 0 0.75rem;
    font-size: 1.1rem;
}

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

.footer-links li[b-kf05kgggh8] {
    margin-bottom: 0.4rem;
}

.footer-links a[b-kf05kgggh8] {
    color: #c0c8d8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.footer-links a:hover[b-kf05kgggh8] {
    color: #0077ee;
}

/* Blazor error UI */
#blazor-error-ui[b-kf05kgggh8] {
    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-kf05kgggh8] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-header[b-e1xula13kz] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #000000;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.navbar[b-e1xula13kz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: none;
    margin: 0;
    padding: 0 4rem;
    height: 70px;
}

.navbar-brand[b-e1xula13kz] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar-brand:hover[b-e1xula13kz] {
    color: #0077ee;
}

.navbar-brand:visited[b-e1xula13kz],
.navbar-brand:active[b-e1xula13kz],
.navbar-brand:focus[b-e1xula13kz] {
    color: #ffffff;
}

.brand-icon[b-e1xula13kz] {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0099ff, #00ff66);
    border: 1.5px solid #00ff66;
    font-size: 0;
    line-height: 0;
    flex-shrink: 0;
}

.nav-links[b-e1xula13kz] {
    display: flex;
    gap: 0.5rem;
}

[b-e1xula13kz] .nav-link {
    color: #c0c8d8;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: color 0.2s, background 0.2s;
}

[b-e1xula13kz] .nav-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

[b-e1xula13kz] .nav-link.active {
    color: #0077ee;
    background: rgba(0, 119, 238, 0.1);
}

.nav-toggle[b-e1xula13kz] {
    display: none;
}

.nav-toggle-label[b-e1xula13kz] {
    display: none;
    cursor: pointer;
    padding: 0.5rem;
}

.nav-toggle-label span[b-e1xula13kz],
.nav-toggle-label span[b-e1xula13kz]::before,
.nav-toggle-label span[b-e1xula13kz]::after {
    display: block;
    background: white;
    height: 2px;
    width: 24px;
    border-radius: 2px;
    position: relative;
    transition: all 0.3s;
}

.nav-toggle-label span[b-e1xula13kz]::before,
.nav-toggle-label span[b-e1xula13kz]::after {
    content: '';
    position: absolute;
}

.nav-toggle-label span[b-e1xula13kz]::before {
    bottom: 7px;
}

.nav-toggle-label span[b-e1xula13kz]::after {
    top: 7px;
}

@media (max-width: 768px) {
    .navbar[b-e1xula13kz] {
        padding: 0 1.5rem;
    }

    .nav-toggle-label[b-e1xula13kz] {
        display: block;
    }

    .nav-links[b-e1xula13kz] {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        flex-direction: column;
        background: linear-gradient(135deg, #0a1628 0%, #1a1040 100%);
        padding: 1rem;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

    .nav-toggle:checked ~ .nav-links[b-e1xula13kz] {
        display: flex;
    }

    .nav-toggle:checked ~ .nav-toggle-label span[b-e1xula13kz] {
        background: transparent;
    }

    .nav-toggle:checked ~ .nav-toggle-label span[b-e1xula13kz]::before {
        transform: rotate(45deg);
        bottom: 0;
    }

    .nav-toggle:checked ~ .nav-toggle-label span[b-e1xula13kz]::after {
        transform: rotate(-45deg);
        top: 0;
    }
}

@media (max-width: 480px) {
    .navbar[b-e1xula13kz] {
        padding: 0 1rem;
    }

    .navbar-brand[b-e1xula13kz] {
        font-size: 1.2rem;
    }
}
