/* /Layout/MainLayout.razor.rz.scp.css */
.as-appbar[b-jxxgyg6z5f] {
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(10px);
    background: rgba(17, 91, 115, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.as-brand[b-jxxgyg6z5f] {
    font-family: "Space Grotesk", "Manrope", sans-serif;
    letter-spacing: 0.03em;
}

.as-top-link[b-jxxgyg6z5f] {
    margin-right: 0.4rem;
}

.as-user-chip[b-jxxgyg6z5f] {
    margin-right: 0.5rem;
}

.as-logout-btn[b-jxxgyg6z5f] {
    border-color: rgba(255, 255, 255, 0.6);
}

.main-shell[b-jxxgyg6z5f] {
    min-height: calc(100vh - 64px);
    padding: 1rem;
}

@media (min-width: 900px) {
    .main-shell[b-jxxgyg6z5f] {
        padding: 1.4rem 2rem;
    }
}

@media (min-width: 1400px) {
    .main-shell[b-jxxgyg6z5f] {
        padding: 1.5rem 3rem;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard-page[b-60d0wtzuza] {
    padding: 0.5rem 0 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

/* ── Section headers ──────────────────────────────────────── */
.section-header[b-60d0wtzuza] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    margin-top: 0.25rem;
}

.section-title[b-60d0wtzuza] {
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

/* ── KPI cards ───────────────────────────────────────────── */
.kpi-card[b-60d0wtzuza] {
    border-radius: 10px;
    padding: 1rem 1.25rem;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
    border-top: 4px solid #ccc;
    transition: transform 0.18s, box-shadow 0.18s;
    height: 100%;
}

.kpi-card:hover[b-60d0wtzuza] {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.11);
}

.kpi-card--primary[b-60d0wtzuza] {
    border-top-color: #1976d2;
}

.kpi-card--secondary[b-60d0wtzuza] {
    border-top-color: #9c27b0;
}

.kpi-card--tertiary[b-60d0wtzuza] {
    border-top-color: #00897b;
}

.kpi-card--warning[b-60d0wtzuza] {
    border-top-color: #f57c00;
}

.kpi-card--error[b-60d0wtzuza] {
    border-top-color: #d32f2f;
}

/* ── KPI label (overline) ───────────────────────────────── */
.kpi-label[b-60d0wtzuza] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0.35rem;
}

/* ── KPI main value ─────────────────────────────────────── */
.kpi-value[b-60d0wtzuza] {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.87);
}

.kpi-value--warning[b-60d0wtzuza] {
    color: #e65100;
}

.kpi-value--error[b-60d0wtzuza] {
    color: #c62828;
}

/* ── KPI sub caption ────────────────────────────────────── */
.kpi-sub[b-60d0wtzuza] {
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 0.2rem;
}

/* ── KPI split (Réels / Devis) ──────────────────────────── */
.kpi-split[b-60d0wtzuza] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.25rem;
}

.kpi-split-col[b-60d0wtzuza] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kpi-split-val[b-60d0wtzuza] {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.87);
}

.kpi-split-lbl[b-60d0wtzuza] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(0, 0, 0, 0.45);
}

.kpi-split-sep[b-60d0wtzuza] {
    font-size: 1.8rem;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.25);
    line-height: 1;
}

/* ── KPI marge brute rows ───────────────────────────────── */
.kpi-mb-row[b-60d0wtzuza] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    padding: 0.2rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.kpi-mb-row--last[b-60d0wtzuza] {
    border-bottom: none;
}

.kpi-mb-key[b-60d0wtzuza] {
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.55);
}

.kpi-mb-val[b-60d0wtzuza] {
    font-size: 0.95rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
}

.kpi-mb-val--accent[b-60d0wtzuza] {
    color: #1565c0;
}

.kpi-mb-val--muted[b-60d0wtzuza] {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
}

/* ── Responsive ─────────────────────────────────────────── */
@media (min-width: 600px) {
    .dashboard-page[b-60d0wtzuza] {
        padding-top: 1rem;
    }
}
/* /Pages/Login.razor.rz.scp.css */
.login-shell[b-a3ai6925qm] {
    position: relative;
    min-height: calc(100vh - 96px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    overflow: hidden;
}

.login-deco[b-a3ai6925qm] {
    position: absolute;
    border-radius: 999px;
    filter: blur(10px);
    z-index: 1;
}

.login-deco-left[b-a3ai6925qm] {
    width: 300px;
    height: 300px;
    left: -150px;
    top: 10%;
    background: radial-gradient(circle, rgba(var(--mud-palette-primary-rgb), 0.15) 0%, transparent 70%);
}

.login-deco-right[b-a3ai6925qm] {
    width: 400px;
    height: 400px;
    right: -200px;
    bottom: -100px;
    background: radial-gradient(circle, rgba(var(--mud-palette-secondary-rgb), 0.15) 0%, transparent 70%);
}

