/* _content/SFBB.Web/Components/Layout/MainLayout.razor.rz.scp.css */
/* --- Page Shell --- */
.page[b-bydd36wfrx] {
    display: flex;
    min-height: 100vh;
}

/* --- Sidebar --- */
.sidebar[b-bydd36wfrx] {
    width: var(--sidebar-width, 250px);
    background-color: var(--sidebar-bg, #f6f8fa);
    border-right: 1px solid var(--border, #e0e5eb);
    flex-shrink: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    transition: transform 200ms ease;
}

/* --- Main Content --- */
.main-content[b-bydd36wfrx] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin-left: var(--sidebar-width, 250px);
}

/* --- Top Bar --- */
.top-bar[b-bydd36wfrx] {
    height: 3.5rem;
    border-bottom: 1px solid var(--border, #e0e5eb);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 1.5rem;
    background: var(--background, #ffffff);
    position: sticky;
    top: 0;
    z-index: 50;
}

.top-bar-right[b-bydd36wfrx] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.top-bar-label[b-bydd36wfrx] {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--muted-foreground, #6b7a8d);
}

.mobile-menu-toggle[b-bydd36wfrx] {
    display: none;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: var(--foreground, #1d2530);
    border-radius: 6px;
    margin-right: auto;
}
.mobile-menu-toggle:hover[b-bydd36wfrx] {
    background: var(--muted, #f3f5f7);
}

/* --- Page Content --- */
.page-content[b-bydd36wfrx] {
    flex: 1;
    padding: 1.5rem 2rem;
    max-width: 1200px;
    width: 100%;
}

/* --- Sidebar Overlay (mobile) --- */
.sidebar-overlay[b-bydd36wfrx] {
    display: none;
}

/* --- Error UI --- */
#blazor-error-ui[b-bydd36wfrx] {
    color-scheme: light only;
    background: #fffbeb;
    border-top: 2px solid var(--warning, #f59e0b);
    bottom: 0;
    box-shadow: 0 -2px 8px 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;
    font-size: 0.875rem;
}

#blazor-error-ui .dismiss[b-bydd36wfrx] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .sidebar[b-bydd36wfrx] {
        transform: translateX(-100%);
        z-index: 200;
        box-shadow: none;
    }

    .page.sidebar-open > .sidebar[b-bydd36wfrx] {
        transform: translateX(0);
        box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
    }

    .main-content[b-bydd36wfrx] {
        margin-left: 0;
    }

    .mobile-menu-toggle[b-bydd36wfrx] {
        display: flex;
    }

    .top-bar[b-bydd36wfrx] {
        padding: 0 1rem;
    }

    .page-content[b-bydd36wfrx] {
        padding: 1rem;
    }

    .sidebar-overlay[b-bydd36wfrx] {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 150;
    }
}
/* _content/SFBB.Web/Components/Layout/NavMenu.razor.rz.scp.css */
/* --- Brand --- */
.nav-brand[b-57sf4xgsbk] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--border, #e0e5eb);
    margin-bottom: 0.5rem;
}

.brand-icon[b-57sf4xgsbk] {
    color: var(--primary, #1479b8);
    flex-shrink: 0;
}

.brand-text[b-57sf4xgsbk] {
    font-family: var(--font-heading, 'Plus Jakarta Sans', sans-serif);
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--foreground, #1d2530);
    letter-spacing: -0.01em;
}

/* --- Navigation --- */
.sidebar-nav[b-57sf4xgsbk] {
    padding: 0 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

/* Section Labels */
.nav-section[b-57sf4xgsbk] {
    padding: 0.75rem 0.5rem 0.375rem;
}

.nav-section-label[b-57sf4xgsbk] {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--sidebar-section-color, #8b95a5);
}

/* Nav Links */
[b-57sf4xgsbk] .nav-link {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--sidebar-foreground, #303d50);
    border-radius: 8px;
    transition: all 150ms ease;
    text-decoration: none;
    line-height: 1.5;
    border: none;
    background: none;
    width: 100%;
}

[b-57sf4xgsbk] .nav-link:hover {
    background-color: var(--sidebar-hover-bg, #edf0f3);
    color: var(--sidebar-foreground, #303d50);
    text-decoration: none;
}

[b-57sf4xgsbk] .nav-link.active {
    background-color: var(--sidebar-active-bg, #ffffff);
    color: var(--sidebar-active-text, #1479b8);
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

/* Nav Icons */
.nav-icon[b-57sf4xgsbk] {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
    opacity: 0.7;
}

[b-57sf4xgsbk] .nav-link.active .nav-icon {
    opacity: 1;
    color: var(--sidebar-active-text, #1479b8);
}
/* _content/SFBB.Web/Components/Pages/Home.razor.rz.scp.css */
/* ===================================================================
   Landing Page — Unauthenticated View
   =================================================================== */

/* --- Animations --- */
@keyframes fadeInUp-b-18brhsakrg {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn-b-18brhsakrg {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* --- Landing Layout --- */
.landing[b-18brhsakrg] {
    display: flex;
    min-height: 100vh;
}

/* --- Hero (left side) --- */
.landing-hero[b-18brhsakrg] {
    flex: 1;
    background: linear-gradient(135deg, #1479b8 0%, #0b578e 60%, #093d63 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

/* Subtle background pattern */
.landing-hero[b-18brhsakrg]::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.06) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.04) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content[b-18brhsakrg] {
    position: relative;
    max-width: 520px;
    color: #ffffff;
}

/* Brand */
.hero-brand[b-18brhsakrg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2.5rem;
    animation: fadeInUp-b-18brhsakrg 0.6s ease-out both;
}

.hero-brand-text[b-18brhsakrg] {
    font-family: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

/* Title */
.hero-title[b-18brhsakrg] {
    font-family: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0 0 1.25rem;
    animation: fadeInUp-b-18brhsakrg 0.6s ease-out 0.1s both;
}

.hero-subtitle[b-18brhsakrg] {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 2.5rem;
    animation: fadeInUp-b-18brhsakrg 0.6s ease-out 0.2s both;
}

/* Feature list */
.hero-features[b-18brhsakrg] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    animation: fadeInUp-b-18brhsakrg 0.6s ease-out 0.3s both;
}

.hero-feature[b-18brhsakrg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.85);
}

.hero-feature svg[b-18brhsakrg] {
    flex-shrink: 0;
    opacity: 0.7;
}

/* --- Auth Panel (right side) --- */
.landing-auth[b-18brhsakrg] {
    width: 480px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: #f8fafc;
    animation: fadeIn-b-18brhsakrg 0.5s ease-out 0.2s both;
}

.landing-auth-card[b-18brhsakrg] {
    width: 100%;
    max-width: 400px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    padding: 2rem;
}

/* Tabs */
.auth-tabs[b-18brhsakrg] {
    display: flex;
    gap: 0;
    margin-bottom: 1.75rem;
    border-bottom: 2px solid #e2e8f0;
}

.auth-tab[b-18brhsakrg] {
    flex: 1;
    padding: 0.75rem 0;
    border: none;
    background: none;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #94a3b8;
    cursor: pointer;
    position: relative;
    transition: color 200ms ease;
}

.auth-tab[b-18brhsakrg]::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: transparent;
    transition: background-color 200ms ease;
}

.auth-tab.active[b-18brhsakrg] {
    color: #1479b8;
    font-weight: 600;
}

.auth-tab.active[b-18brhsakrg]::after {
    background: #1479b8;
}

.auth-tab:hover:not(.active)[b-18brhsakrg] {
    color: #64748b;
}

/* --- Responsive --- */
@media (max-width: 900px) {
    .landing[b-18brhsakrg] {
        flex-direction: column;
    }

    .landing-hero[b-18brhsakrg] {
        padding: 3rem 2rem 2.5rem;
        min-height: auto;
    }

    .hero-title[b-18brhsakrg] {
        font-size: 2rem;
    }

    .hero-subtitle[b-18brhsakrg] {
        margin-bottom: 1.5rem;
    }

    .hero-features[b-18brhsakrg] {
        display: none;
    }

    .landing-auth[b-18brhsakrg] {
        width: 100%;
        padding: 2rem 1.5rem 3rem;
    }
}

@media (max-width: 480px) {
    .landing-hero[b-18brhsakrg] {
        padding: 2rem 1.5rem;
    }

    .hero-title[b-18brhsakrg] {
        font-size: 1.625rem;
    }

    .hero-subtitle[b-18brhsakrg] {
        font-size: 0.95rem;
    }

    .landing-auth-card[b-18brhsakrg] {
        padding: 1.5rem;
        border-radius: 12px;
    }
}
