/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Site Header */
.site-header[b-q92713ih3z] {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(8px);
}

.header-container[b-q92713ih3z] {
    max-width: 56rem;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.site-brand[b-q92713ih3z] {
    font-weight: 700;
    font-size: 1.125rem;
    color: #1f2937;
    text-decoration: none;
    transition: color 0.15s ease-in-out;
}

.site-brand:hover[b-q92713ih3z] {
    color: #3b82f6;
    text-decoration: none;
}

.site-nav .nav-links[b-q92713ih3z] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-link[b-q92713ih3z] {
    padding: 0.5rem 0.75rem;
    color: #6b7280;
    text-decoration: none;
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.15s ease-in-out;
}

.nav-link:hover[b-q92713ih3z] {
    color: #1f2937;
    background-color: #f3f4f6;
    text-decoration: none;
}

.nav-link.active[b-q92713ih3z] {
    color: #3b82f6;
    background-color: #eff6ff;
}

/* Site Main */
.site-main[b-q92713ih3z] {
    min-height: calc(100vh - 140px);
    padding: 1rem 0 2rem 0;
}

/* Site Footer */
.site-footer[b-q92713ih3z] {
    background: #f8fafc;
    border-top: 1px solid #e5e7eb;
    padding: 2rem 0;
    margin-top: 4rem;
}

.footer-container[b-q92713ih3z] {
    max-width: 56rem;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-container p[b-q92713ih3z] {
    margin: 0;
    color: #6b7280;
    font-size: 0.875rem;
}

.footer-links[b-q92713ih3z] {
    display: flex;
    gap: 1.5rem;
}

.footer-links a[b-q92713ih3z] {
    color: #6b7280;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.15s ease-in-out;
}

.footer-links a:hover[b-q92713ih3z] {
    color: #3b82f6;
    text-decoration: none;
}

/* Error UI */
#blazor-error-ui[b-q92713ih3z] {
    color-scheme: light only;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #991b1b;
    bottom: 0;
    box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-radius: 0.5rem 0.5rem 0 0;
}

#blazor-error-ui .dismiss[b-q92713ih3z] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    font-size: 1.25rem;
    color: #991b1b;
}

#blazor-error-ui .reload[b-q92713ih3z] {
    color: #991b1b;
    text-decoration: underline;
    margin-left: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-container[b-q92713ih3z] {
        padding: 0.75rem;
    }
    
    .site-brand[b-q92713ih3z] {
        font-size: 1rem;
    }
    
    .nav-link[b-q92713ih3z] {
        padding: 0.375rem 0.5rem;
        font-size: 0.875rem;
    }
    
    .footer-container[b-q92713ih3z] {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
        padding: 0 0.75rem;
    }
    
    .footer-links[b-q92713ih3z] {
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .header-container[b-q92713ih3z] {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .site-nav .nav-links[b-q92713ih3z] {
        justify-content: center;
    }
    
    .site-footer[b-q92713ih3z] {
        padding: 1.5rem 0;
        margin-top: 2rem;
    }
}
