/* /Components/Layout/MainLayout.razor.rz.scp.css */
.layout[b-s1w70xc7j0] {
    display: flex;
    min-height: 100vh;
}

.main-content[b-s1w70xc7j0] {
    margin-left: 260px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.top-bar[b-s1w70xc7j0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 40%, #0f3460 100%);
    border-bottom: none;
    min-height: 60px;
    flex-shrink: 0;
}

.top-bar-brand[b-s1w70xc7j0] {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.top-bar-title[b-s1w70xc7j0] {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}

.top-bar-subtitle[b-s1w70xc7j0] {
    font-size: 0.8rem;
    font-weight: 300;
    font-style: italic;
    color: rgba(255, 255, 255, 0.7);
}

.user-info[b-s1w70xc7j0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.88rem;
}

.user-name[b-s1w70xc7j0] {
    color: #333;
    font-weight: 500;
}

.access-badge[b-s1w70xc7j0] {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.badge-full[b-s1w70xc7j0] {
    background: #e8f5e9;
    color: #2e7d32;
}

.badge-limited[b-s1w70xc7j0] {
    background: #fff3e0;
    color: #e65100;
}

.logout-link[b-s1w70xc7j0] {
    color: #777;
    text-decoration: none;
    font-size: 0.85rem;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    transition: background 0.15s;
}

.logout-link:hover[b-s1w70xc7j0] {
    background: #f5f5f5;
    color: #333;
}

.page-content[b-s1w70xc7j0] {
    flex: 1;
    padding: 1.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-ult4f4kt8p] {
    width: 260px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    z-index: 100;
    box-shadow: 4px 0 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.sidebar-brand[b-ult4f4kt8p] {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.brand-icon[b-ult4f4kt8p] {
    font-size: 1.4rem;
    flex-shrink: 0;
}

.brand-text[b-ult4f4kt8p] {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.sidebar-nav[b-ult4f4kt8p] {
    flex: 1;
    padding: 8px 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

[b-ult4f4kt8p] .nav-item {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 11px 24px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
}

[b-ult4f4kt8p] .nav-item:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

[b-ult4f4kt8p] .nav-item.active {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-weight: 600;
    border-left-color: #4fc3f7;
}

.nav-icon[b-ult4f4kt8p] {
    font-size: 1.1rem;
    width: 22px;
    text-align: center;
    flex-shrink: 0;
}

.nav-label[b-ult4f4kt8p] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-footer[b-ult4f4kt8p] {
    padding: 12px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    font-style: italic;
    flex-shrink: 0;
}
/* /Components/Pages/Account/Login.razor.rz.scp.css */
.login-page[b-19he62nir9] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    padding: 1rem;
}

.login-card[b-19he62nir9] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 440px;
    width: 100%;
    overflow: hidden;
}

.login-header[b-19he62nir9] {
    text-align: center;
    padding: 2.5rem 2rem 1.5rem;
    background: linear-gradient(135deg, #1a1a2e, #0f3460);
    color: #fff;
}

.login-brand-icon[b-19he62nir9] {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 0.5rem;
}

.login-header h1[b-19he62nir9] {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.login-subtitle[b-19he62nir9] {
    margin: 0.4rem 0 0;
    font-size: 0.9rem;
    opacity: 0.75;
}

.login-providers[b-19he62nir9] {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.provider-btn[b-19he62nir9] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1.2rem;
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    border: 1px solid transparent;
}

.provider-btn:hover[b-19he62nir9] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.provider-icon[b-19he62nir9] {
    font-size: 1.2rem;
    width: 28px;
    text-align: center;
    flex-shrink: 0;
}

.provider-label[b-19he62nir9] {
    flex: 1;
}

.provider-badge[b-19he62nir9] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.25);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.provider-ad[b-19he62nir9] {
    background: linear-gradient(135deg, #0f3460, #1a1a6e);
    color: #fff;
    border-color: #0f3460;
}

.provider-google[b-19he62nir9] {
    background: #fff;
    color: #333;
    border-color: #ddd;
}

.provider-google .provider-icon[b-19he62nir9] {
    color: #4285f4;
    font-weight: 700;
}

.provider-microsoft[b-19he62nir9] {
    background: #fff;
    color: #333;
    border-color: #ddd;
}

.login-divider[b-19he62nir9] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0.5rem 0;
    color: #999;
    font-size: 0.8rem;
}

.login-divider[b-19he62nir9]::before,
.login-divider[b-19he62nir9]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e0e0e0;
}

.login-footer[b-19he62nir9] {
    padding: 1.2rem 2rem 2rem;
    font-size: 0.78rem;
    color: #777;
    text-align: center;
    border-top: 1px solid #f0f0f0;
}

.login-footer p[b-19he62nir9] {
    margin: 0.3rem 0;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ── Filter Bar ──────────────────────── */
.filter-section[b-vlj189z3ok] {
    padding: 16px 32px 0;
}

.filter-bar[b-vlj189z3ok] {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.filter-label[b-vlj189z3ok] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #555;
    white-space: nowrap;
}

.filter-buttons[b-vlj189z3ok] {
    display: flex;
    gap: 6px;
}

.filter-btn[b-vlj189z3ok] {
    padding: 6px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #f8f9fa;
    color: #555;
    font-size: 0.82rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.filter-btn:hover[b-vlj189z3ok] {
    background: #e8eaf6;
    border-color: #bbb;
    color: #333;
}

.filter-btn.active[b-vlj189z3ok] {
    background: #1a1a2e;
    color: #fff;
    border-color: #1a1a2e;
}

.filter-date-hint[b-vlj189z3ok] {
    margin-left: auto;
    font-size: 0.78rem;
    color: #999;
    white-space: nowrap;
}

/* ── KPI Cards ───────────────────────── */
.kpi-section[b-vlj189z3ok] {
    padding: 20px 32px 0;
}

.kpi-grid[b-vlj189z3ok] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.kpi-card[b-vlj189z3ok] {
    background: #fff;
    border-radius: 10px;
    padding: 18px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s;
}

.kpi-card:hover[b-vlj189z3ok] {
    transform: translateY(-2px);
}

.kpi-icon[b-vlj189z3ok] {
    font-size: 1.6rem;
}

.kpi-body[b-vlj189z3ok] {
    display: flex;
    flex-direction: column;
}

.kpi-value[b-vlj189z3ok] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
}

.kpi-label[b-vlj189z3ok] {
    font-size: 0.8rem;
    color: #666;
    font-weight: 500;
}

/* ── Dashboard Grid ──────────────────── */
.dashboard-grid[b-vlj189z3ok] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    padding: 20px 32px 32px;
}

.card[b-vlj189z3ok] {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.card-header[b-vlj189z3ok] {
    padding: 14px 20px;
    border-bottom: 1px solid #eee;
}

.card-header h2[b-vlj189z3ok] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    color: #1a1a2e;
}

.card-body[b-vlj189z3ok] {
    padding: 16px 20px;
}

/* ── Data Table ──────────────────────── */
.data-table[b-vlj189z3ok] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.data-table th[b-vlj189z3ok] {
    text-align: left;
    padding: 8px 6px;
    color: #888;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #f0f0f0;
}

.data-table td[b-vlj189z3ok] {
    padding: 8px 6px;
    border-bottom: 1px solid #f5f5f5;
    color: #333;
}

.cell-truncate[b-vlj189z3ok] {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ── Badges ──────────────────────────── */
.badge[b-vlj189z3ok] {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.73rem;
    font-weight: 600;
}

.badge-type[b-vlj189z3ok] {
    background: #e8eaf6;
    color: #3949ab;
}

.badge-success[b-vlj189z3ok] {
    background: #e8f5e9;
    color: #2e7d32;
}

.badge-danger[b-vlj189z3ok] {
    background: #ffebee;
    color: #c62828;
}

.badge-warning[b-vlj189z3ok] {
    background: #fff3e0;
    color: #e65100;
}

.badge-info[b-vlj189z3ok] {
    background: #e3f2fd;
    color: #1565c0;
}

/* ── Sync List ───────────────────────── */
.sync-list[b-vlj189z3ok] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sync-item[b-vlj189z3ok] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}

.sync-item:last-child[b-vlj189z3ok] {
    border-bottom: none;
}

.sync-indicator[b-vlj189z3ok] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.sync-indicator.healthy[b-vlj189z3ok] {
    background: #4caf50;
    box-shadow: 0 0 6px rgba(76, 175, 80, 0.4);
}

.sync-indicator.stale[b-vlj189z3ok] {
    background: #ff9800;
    box-shadow: 0 0 6px rgba(255, 152, 0, 0.4);
}

.sync-details[b-vlj189z3ok] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sync-details strong[b-vlj189z3ok] {
    font-size: 0.88rem;
    color: #333;
}

.sync-time[b-vlj189z3ok] {
    font-size: 0.75rem;
    color: #999;
}

.sync-badge[b-vlj189z3ok] {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 12px;
}

.sync-badge.healthy[b-vlj189z3ok] {
    background: #e8f5e9;
    color: #2e7d32;
}

.sync-badge.stale[b-vlj189z3ok] {
    background: #fff3e0;
    color: #e65100;
}

/* ── Misc ────────────────────────────── */
.loading-spinner[b-vlj189z3ok] {
    text-align: center;
    padding: 30px;
    color: #999;
    font-size: 0.95rem;
}

.empty-state[b-vlj189z3ok] {
    text-align: center;
    color: #aaa;
    padding: 24px;
}

@media (max-width: 1100px) {
    .kpi-grid[b-vlj189z3ok] {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}

@media (max-width: 900px) {
    .dashboard-grid[b-vlj189z3ok] {
        grid-template-columns: 1fr;
    }

    .filter-buttons[b-vlj189z3ok] {
        flex-wrap: wrap;
    }
}
