@import '_content/Spectrometre.Modules.Admin/Spectrometre.Modules.Admin.t1o803587r.bundle.scp.css';
@import '_content/Spectrometre.Modules.Analytics/Spectrometre.Modules.Analytics.3ubzgpe1u1.bundle.scp.css';
@import '_content/Spectrometre.Modules.Coaching/Spectrometre.Modules.Coaching.ae451mn2i4.bundle.scp.css';
@import '_content/Spectrometre.Modules.Compatibilite/Spectrometre.Modules.Compatibilite.yg9nt8omel.bundle.scp.css';
@import '_content/Spectrometre.Modules.Entretien/Spectrometre.Modules.Entretien.14x0ndpe0n.bundle.scp.css';
@import '_content/Spectrometre.Modules.GestionDuTemps/Spectrometre.Modules.GestionDuTemps.w4f9s9u7tg.bundle.scp.css';
@import '_content/Spectrometre.Modules.ProfilCandidat/Spectrometre.Modules.ProfilCandidat.fdcklsibrc.bundle.scp.css';
@import '_content/Spectrometre.Modules.ProfilCoach/Spectrometre.Modules.ProfilCoach.e1zaxets32.bundle.scp.css';
@import '_content/Spectrometre.Modules.ProfilEntreprise/Spectrometre.Modules.ProfilEntreprise.et6jwh85qg.bundle.scp.css';
@import '_content/Spectrometre.Modules.Recrutement/Spectrometre.Modules.Recrutement.gefnel10h5.bundle.scp.css';
@import '_content/Spectrometre.Modules.SuiviEmployes/Spectrometre.Modules.SuiviEmployes.vxdgo1z80v.bundle.scp.css';
@import '_content/Spectrometre.Modules.SuiviEvolutif/Spectrometre.Modules.SuiviEvolutif.0d4tejagyd.bundle.scp.css';
@import '_content/Spectrometre.Modules.Vivier/Spectrometre.Modules.Vivier.cvvtkwq5ll.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ocnxm5wfpl] {
    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-ocnxm5wfpl] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* Shell latéral – modules en sections principales */
.app-shell[b-ocnxm5wfpl] {
    min-height: 100vh;
    background: var(--background, hsl(0, 0%, 98%));
}

.sidebar-auth[b-ocnxm5wfpl] {
    width: 280px;
    background: linear-gradient(180deg, hsl(195, 35%, 28%) 0%, var(--bs-primary, #345f6d) 100%);
    color: white;
    position: fixed;
    inset: 0 auto 0 0;
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    z-index: 1040;
    box-shadow: 4px 0 20px rgba(15, 23, 42, 0.12);
    transition: width 0.25s ease, transform 0.25s ease;
}

.sidebar-auth.collapsed[b-ocnxm5wfpl] {
    width: 80px;
}

.sidebar-header[b-ocnxm5wfpl] {
    position: relative;
    padding: 1.5rem 1.25rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    flex-shrink: 0;
}

.sidebar-logo[b-ocnxm5wfpl] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
    color: white;
    margin-bottom: 0.75rem;
}

.logo-icon[b-ocnxm5wfpl] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    flex-shrink: 0;
}

.logo-text[b-ocnxm5wfpl] {
    font-family: Merriweather, Georgia, serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: -0.02em;
}

.user-info[b-ocnxm5wfpl] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8125rem;
    opacity: 0.9;
    overflow: hidden;
}

.user-info span[b-ocnxm5wfpl] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar-toggle-btn[b-ocnxm5wfpl] {
    position: absolute;
    top: 1.75rem;
    right: -12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: white;
    color: var(--bs-primary, #345f6d);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    z-index: 5;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.15);
}

.sidebar-toggle-btn .sidebar-toggle-icon-open[b-ocnxm5wfpl],
.sidebar-toggle-btn .sidebar-toggle-icon-collapsed[b-ocnxm5wfpl] {
    position: absolute;
    font-size: 0.75rem;
}

.sidebar-auth:not(.collapsed) .sidebar-toggle-icon-open[b-ocnxm5wfpl] { display: block; }
.sidebar-auth:not(.collapsed) .sidebar-toggle-icon-collapsed[b-ocnxm5wfpl] { display: none; }
.sidebar-auth.collapsed .sidebar-toggle-icon-open[b-ocnxm5wfpl] { display: none; }
.sidebar-auth.collapsed .sidebar-toggle-icon-collapsed[b-ocnxm5wfpl] { display: block; }

.sidebar-auth.collapsed .logo-text[b-ocnxm5wfpl],
.sidebar-auth.collapsed .user-info[b-ocnxm5wfpl],
.sidebar-auth.collapsed .nav-section-title[b-ocnxm5wfpl],
.sidebar-auth.collapsed .nav-module-label[b-ocnxm5wfpl],
.sidebar-auth.collapsed .nav-item-auth span:not(.nav-icon)[b-ocnxm5wfpl],
.sidebar-auth.collapsed .nav-group-caret[b-ocnxm5wfpl] {
    display: none !important;
}

.sidebar-auth.collapsed .sidebar-logo[b-ocnxm5wfpl] {
    justify-content: center;
}

.sidebar-auth.collapsed .sidebar-header[b-ocnxm5wfpl] {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
}

/* Replié + groupe .open : sous-items navigables, icônes seules */
.sidebar-auth.collapsed .nav-group.open .nav-submenu[b-ocnxm5wfpl] {
    display: block;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}

.sidebar-auth.collapsed .nav-sub-item[b-ocnxm5wfpl] {
    justify-content: center;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.sidebar-nav[b-ocnxm5wfpl] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 1rem 0.75rem;
}

.nav-section[b-ocnxm5wfpl] {
    margin-bottom: 1.25rem;
}

.nav-section-title[b-ocnxm5wfpl] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.7;
    padding: 0 0.75rem 0.5rem;
}

.nav-group[b-ocnxm5wfpl] {
    margin-bottom: 0.35rem;
}

.nav-group-row[b-ocnxm5wfpl] {
    display: flex;
    align-items: center;
    gap: 0.15rem;
}

.nav-group-primary[b-ocnxm5wfpl] {
    flex: 1 1 auto;
    min-width: 0;
}

.nav-group-caret[b-ocnxm5wfpl] {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: rgba(255, 255, 255, 0.85);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: background 0.15s ease, transform 0.2s ease;
}

.nav-group-caret:hover[b-ocnxm5wfpl] {
    background: rgba(255, 255, 255, 0.12);
    color: white;
}

.nav-group.open .nav-group-caret[b-ocnxm5wfpl] {
    transform: rotate(180deg);
}

.nav-submenu[b-ocnxm5wfpl] {
    display: none;
    padding: 0.15rem 0 0.35rem 0.65rem;
    margin-left: 0.85rem;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.nav-group.open .nav-submenu[b-ocnxm5wfpl] {
    display: block;
}

.nav-sub-item[b-ocnxm5wfpl] {
    font-size: 0.8125rem !important;
    padding: 0.5rem 0.7rem !important;
    opacity: 0.95;
}

/* Sépare visuellement les éléments de menu par module actif (voir MainLayout.razor, section entreprise) —
   léger en-tête de groupe, pas un lien : nom du module (DisplayName/DisplayNameEn), jamais interactif. */
.nav-module-label[b-ocnxm5wfpl] {
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0.55;
    padding: 0.65rem 0.7rem 0.15rem;
    margin-top: 0.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-module-label:first-child[b-ocnxm5wfpl] {
    margin-top: 0;
    border-top: none;
    padding-top: 0.35rem;
}

.nav-item-auth[b-ocnxm5wfpl] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0.75rem;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.2rem;
    transition: background 0.15s ease;
}

.nav-item-auth:hover[b-ocnxm5wfpl] {
    background: rgba(255, 255, 255, 0.12);
    color: white;
}

.nav-item-auth.active[b-ocnxm5wfpl] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    font-weight: 600;
}

.nav-icon[b-ocnxm5wfpl] {
    width: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.05rem;
}

.sidebar-auth.collapsed .nav-item-auth[b-ocnxm5wfpl] {
    justify-content: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.sidebar-footer[b-ocnxm5wfpl] {
    flex-shrink: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0.75rem;
}

.main-content-auth[b-ocnxm5wfpl] {
    margin-left: 280px;
    min-height: 100vh;
    min-height: 100dvh;
    width: calc(100% - 280px);
    transition: margin-left 0.25s ease, width 0.25s ease;
    display: flex;
    flex-direction: column;
}

.sidebar-auth.collapsed ~ .main-content-auth[b-ocnxm5wfpl] {
    margin-left: 80px;
    width: calc(100% - 80px);
}

.topbar-auth[b-ocnxm5wfpl] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0.65rem 1.25rem;
    background: white;
    border-bottom: 1px solid hsl(220, 13%, 90%);
    flex-shrink: 0;
}

.lang-switcher[b-ocnxm5wfpl] {
    display: flex;
    gap: 0.5rem;
}

.lang-switcher a[b-ocnxm5wfpl] {
    color: #64748b;
    text-decoration: none;
    font-size: 0.8125rem;
    font-weight: 600;
}

.lang-switcher a.active[b-ocnxm5wfpl] {
    color: var(--bs-primary, #345f6d);
}

.main-content-body[b-ocnxm5wfpl] {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

/* Les pages plein écran (Postes, Vivier, Analytics, GdT…) s’étirent dans le corps. */
.main-content-body > *[b-ocnxm5wfpl] {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
}

.sidebar-mobile-btn[b-ocnxm5wfpl] {
    display: none;
    position: fixed;
    top: 0.85rem;
    left: 0.85rem;
    z-index: 1050;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    border-radius: 10px;
    background: var(--bs-primary, #345f6d);
    color: white;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

.sidebar-mobile-overlay[b-ocnxm5wfpl] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    z-index: 1035;
}

.sidebar-mobile-overlay.active[b-ocnxm5wfpl] {
    display: block;
}

@media (min-width: 768px) {
    .sidebar-toggle-btn[b-ocnxm5wfpl] {
        display: inline-flex;
    }
}

@media (max-width: 767.98px) {
    .sidebar-mobile-btn[b-ocnxm5wfpl] {
        display: inline-flex;
    }

    .sidebar-auth[b-ocnxm5wfpl] {
        width: 280px;
        transform: translateX(-100%);
    }

    .sidebar-auth.collapsed[b-ocnxm5wfpl] {
        width: 280px;
    }

    .sidebar-auth.mobile-open[b-ocnxm5wfpl] {
        transform: translateX(0);
    }

    .sidebar-auth.collapsed .logo-text[b-ocnxm5wfpl],
    .sidebar-auth.collapsed .user-info[b-ocnxm5wfpl],
    .sidebar-auth.collapsed .nav-section-title[b-ocnxm5wfpl],
    .sidebar-auth.collapsed .nav-module-label[b-ocnxm5wfpl],
    .sidebar-auth.collapsed .nav-item-auth span:not(.nav-icon)[b-ocnxm5wfpl],
    .sidebar-auth.collapsed .nav-group-caret[b-ocnxm5wfpl] {
        display: initial;
    }

    .sidebar-auth.collapsed .nav-group-caret[b-ocnxm5wfpl] {
        display: inline-flex;
    }

    .sidebar-auth.collapsed .nav-submenu[b-ocnxm5wfpl] {
        display: none;
    }

    .sidebar-auth.collapsed .nav-group.open .nav-submenu[b-ocnxm5wfpl] {
        display: block;
        padding-left: 0.65rem;
        margin-left: 0.85rem;
        border-left: 1px solid rgba(255, 255, 255, 0.18);
    }

    .sidebar-auth.collapsed .nav-item-auth[b-ocnxm5wfpl],
    .sidebar-auth.collapsed .nav-sub-item[b-ocnxm5wfpl] {
        justify-content: flex-start;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .main-content-auth[b-ocnxm5wfpl],
    .sidebar-auth.collapsed ~ .main-content-auth[b-ocnxm5wfpl] {
        margin-left: 0;
        width: 100%;
    }

    .topbar-auth[b-ocnxm5wfpl] {
        padding-left: 3.75rem;
    }
}
/* /Components/Layout/NotificationBell.razor.rz.scp.css */
.notif-bell[b-or7e0xa92w] {
    position: relative;
    margin-right: 0.75rem;
}

.notif-bell-btn[b-or7e0xa92w] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
    cursor: pointer;
}

.notif-bell-btn:hover[b-or7e0xa92w] {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.notif-badge[b-or7e0xa92w] {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    min-width: 1.15rem;
    height: 1.15rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    background: #dc2626;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1.15rem;
    text-align: center;
}

.notif-panel[b-or7e0xa92w] {
    position: absolute;
    top: calc(100% + 0.4rem);
    right: 0;
    width: min(22rem, 92vw);
    max-height: 24rem;
    overflow: auto;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
    z-index: 1060;
}

.notif-panel-header[b-or7e0xa92w] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.75rem 0.9rem;
    border-bottom: 1px solid #e2e8f0;
}

.notif-mark-all[b-or7e0xa92w] {
    border: none;
    background: transparent;
    color: var(--bs-primary, #345f6d);
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
}

.notif-empty[b-or7e0xa92w] {
    margin: 0;
    padding: 1rem 0.9rem;
    color: #64748b;
    font-size: 0.9rem;
}

.notif-list[b-or7e0xa92w] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notif-item[b-or7e0xa92w] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #f1f5f9;
    background: #fff;
    padding: 0.75rem 0.9rem;
    cursor: pointer;
}

.notif-item:hover[b-or7e0xa92w] {
    background: #f8fafc;
}

.notif-item.is-unread[b-or7e0xa92w] {
    background: #f0f9ff;
}

.notif-item-title[b-or7e0xa92w] {
    font-weight: 650;
    font-size: 0.9rem;
    color: #0f172a;
}

.notif-item-msg[b-or7e0xa92w] {
    font-size: 0.82rem;
    color: #475569;
    line-height: 1.35;
}

.notif-item-time[b-or7e0xa92w] {
    font-size: 0.72rem;
    color: #94a3b8;
}

.notif-panel-footer[b-or7e0xa92w] {
    padding: 0.65rem 0.9rem;
    border-top: 1px solid #e2e8f0;
}

.notif-panel-footer a[b-or7e0xa92w] {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--bs-primary, #345f6d);
    text-decoration: none;
}

.notif-panel-footer a:hover[b-or7e0xa92w] {
    text-decoration: underline;
}
/* /Components/Pages/AjouterModuleCandidat.razor.rz.scp.css */
/* /candidat/modules – même langage visuel que /entreprise/modules */

.modules-page[b-xipnp52op3] {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin: 0;
    padding: 1.25rem 1.5rem 1.5rem;
    min-height: calc(100dvh - 3.5rem);
}

.modules-header[b-xipnp52op3] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.modules-title[b-xipnp52op3] {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    color: var(--foreground, #0f172a);
}

.modules-subtitle[b-xipnp52op3] {
    margin: 0.25rem 0 0;
    font-size: 0.95rem;
    color: var(--muted-foreground, #64748b);
}

.modules-back[b-xipnp52op3] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--bs-primary, #345f6d);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
}

.modules-back:hover[b-xipnp52op3] {
    color: var(--gscv-orange, hsl(18, 80%, 50%));
}

.modules-grid[b-xipnp52op3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    align-items: stretch;
}

.modules-card[b-xipnp52op3] {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 1.35rem 1.4rem 1.5rem;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.modules-card:hover[b-xipnp52op3] {
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.modules-card.is-active[b-xipnp52op3] {
    border-color: rgba(52, 95, 109, 0.35);
    background: linear-gradient(180deg, #ffffff 0%, rgba(52, 95, 109, 0.04) 100%);
}

.modules-card.is-coming[b-xipnp52op3] {
    opacity: 0.78;
}

.modules-card.is-coming:hover[b-xipnp52op3] {
    transform: none;
}

.modules-empty[b-xipnp52op3] {
    max-width: 32rem;
}

.modules-card-icon[b-xipnp52op3] {
    width: 3rem;
    height: 3rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.modules-card-icon.tone-primary[b-xipnp52op3] {
    background: linear-gradient(135deg, var(--bs-primary, #345f6d) 0%, var(--gscv-orange, hsl(18, 80%, 54%)) 100%);
}

.modules-card-icon.tone-teal[b-xipnp52op3] {
    background: linear-gradient(135deg, var(--gscv-teal, hsl(178, 45%, 40%)) 0%, hsl(178, 45%, 50%) 100%);
}

.modules-card-icon.tone-muted[b-xipnp52op3] {
    background: linear-gradient(135deg, #94a3b8 0%, #cbd5e1 100%);
}

.modules-card-title[b-xipnp52op3] {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 0.65rem;
    color: #0f172a;
}

.modules-hint[b-xipnp52op3] {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 0 1.25rem;
    flex: 1 1 auto;
}

.modules-status[b-xipnp52op3] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
}

.modules-status.is-on[b-xipnp52op3] {
    color: var(--gscv-teal, hsl(178, 45%, 32%));
}

.modules-status.is-soon[b-xipnp52op3] {
    color: #94a3b8;
}

.modules-btn-primary[b-xipnp52op3],
a.modules-btn-primary[b-xipnp52op3],
button.modules-btn-primary[b-xipnp52op3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    background: linear-gradient(135deg, var(--bs-primary, #345f6d) 0%, var(--gscv-orange, hsl(18, 80%, 54%)) 100%);
    color: white !important;
    border: none;
    padding: 0.65rem 1.25rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(234, 119, 61, 0.28);
    transition: all 0.2s ease;
    align-self: flex-start;
}

.modules-btn-primary:hover[b-xipnp52op3],
a.modules-btn-primary:hover[b-xipnp52op3],
button.modules-btn-primary:hover[b-xipnp52op3] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(234, 119, 61, 0.38);
    color: white !important;
}

.modules-alert[b-xipnp52op3] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    border-radius: 12px;
    padding: 0.9rem 1rem;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.modules-alert-success[b-xipnp52op3] {
    background: rgba(20, 184, 166, 0.1);
    border: 1px solid rgba(20, 184, 166, 0.35);
    color: hsl(178, 45%, 28%);
}

@media (max-width: 600px) {
    .modules-page[b-xipnp52op3] {
        padding: 1rem;
    }

    .modules-title[b-xipnp52op3] {
        font-size: 1.35rem;
    }

    .modules-header[b-xipnp52op3] {
        flex-direction: column;
        align-items: flex-start;
    }

    .modules-btn-primary[b-xipnp52op3],
    a.modules-btn-primary[b-xipnp52op3],
    button.modules-btn-primary[b-xipnp52op3] {
        width: 100%;
    }
}
/* /Components/Pages/AjouterModuleCoach.razor.rz.scp.css */
/* /candidat/modules – même langage visuel que /entreprise/modules */

.modules-page[b-zwgwlqt96m] {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin: 0;
    padding: 1.25rem 1.5rem 1.5rem;
    min-height: calc(100dvh - 3.5rem);
}

.modules-header[b-zwgwlqt96m] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.modules-title[b-zwgwlqt96m] {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    color: var(--foreground, #0f172a);
}

.modules-subtitle[b-zwgwlqt96m] {
    margin: 0.25rem 0 0;
    font-size: 0.95rem;
    color: var(--muted-foreground, #64748b);
}

.modules-back[b-zwgwlqt96m] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--bs-primary, #345f6d);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
}

.modules-back:hover[b-zwgwlqt96m] {
    color: var(--gscv-orange, hsl(18, 80%, 50%));
}

.modules-grid[b-zwgwlqt96m] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    align-items: stretch;
}

.modules-card[b-zwgwlqt96m] {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 1.35rem 1.4rem 1.5rem;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.modules-card:hover[b-zwgwlqt96m] {
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.modules-card.is-active[b-zwgwlqt96m] {
    border-color: rgba(52, 95, 109, 0.35);
    background: linear-gradient(180deg, #ffffff 0%, rgba(52, 95, 109, 0.04) 100%);
}

.modules-card.is-coming[b-zwgwlqt96m] {
    opacity: 0.78;
}

.modules-card.is-coming:hover[b-zwgwlqt96m] {
    transform: none;
}

.modules-empty[b-zwgwlqt96m] {
    max-width: 32rem;
}

.modules-card-icon[b-zwgwlqt96m] {
    width: 3rem;
    height: 3rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.modules-card-icon.tone-primary[b-zwgwlqt96m] {
    background: linear-gradient(135deg, var(--bs-primary, #345f6d) 0%, var(--gscv-orange, hsl(18, 80%, 54%)) 100%);
}

.modules-card-icon.tone-teal[b-zwgwlqt96m] {
    background: linear-gradient(135deg, var(--gscv-teal, hsl(178, 45%, 40%)) 0%, hsl(178, 45%, 50%) 100%);
}

.modules-card-icon.tone-muted[b-zwgwlqt96m] {
    background: linear-gradient(135deg, #94a3b8 0%, #cbd5e1 100%);
}

.modules-card-title[b-zwgwlqt96m] {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 0.65rem;
    color: #0f172a;
}

.modules-hint[b-zwgwlqt96m] {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 0 1.25rem;
    flex: 1 1 auto;
}

.modules-status[b-zwgwlqt96m] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
}

.modules-status.is-on[b-zwgwlqt96m] {
    color: var(--gscv-teal, hsl(178, 45%, 32%));
}

.modules-status.is-soon[b-zwgwlqt96m] {
    color: #94a3b8;
}

.modules-btn-primary[b-zwgwlqt96m],
a.modules-btn-primary[b-zwgwlqt96m],
button.modules-btn-primary[b-zwgwlqt96m] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    background: linear-gradient(135deg, var(--bs-primary, #345f6d) 0%, var(--gscv-orange, hsl(18, 80%, 54%)) 100%);
    color: white !important;
    border: none;
    padding: 0.65rem 1.25rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(234, 119, 61, 0.28);
    transition: all 0.2s ease;
    align-self: flex-start;
}

.modules-btn-primary:hover[b-zwgwlqt96m],
a.modules-btn-primary:hover[b-zwgwlqt96m],
button.modules-btn-primary:hover[b-zwgwlqt96m] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(234, 119, 61, 0.38);
    color: white !important;
}

.modules-alert[b-zwgwlqt96m] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    border-radius: 12px;
    padding: 0.9rem 1rem;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.modules-alert-success[b-zwgwlqt96m] {
    background: rgba(20, 184, 166, 0.1);
    border: 1px solid rgba(20, 184, 166, 0.35);
    color: hsl(178, 45%, 28%);
}

@media (max-width: 600px) {
    .modules-page[b-zwgwlqt96m] {
        padding: 1rem;
    }

    .modules-title[b-zwgwlqt96m] {
        font-size: 1.35rem;
    }

    .modules-header[b-zwgwlqt96m] {
        flex-direction: column;
        align-items: flex-start;
    }

    .modules-btn-primary[b-zwgwlqt96m],
    a.modules-btn-primary[b-zwgwlqt96m],
    button.modules-btn-primary[b-zwgwlqt96m] {
        width: 100%;
    }
}
/* /Components/Pages/AjouterModuleEntreprise.razor.rz.scp.css */
/* /entreprise/modules – cartes modules, tokens Dashboard / Profil entreprise */

.modules-page[b-w32pd9dp1t] {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin: 0;
    padding: 1.25rem 1.5rem 1.5rem;
    min-height: calc(100dvh - 3.5rem);
}

.modules-header[b-w32pd9dp1t] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.modules-title[b-w32pd9dp1t] {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    color: var(--foreground, #0f172a);
}

.modules-subtitle[b-w32pd9dp1t] {
    margin: 0.25rem 0 0;
    font-size: 0.95rem;
    color: var(--muted-foreground, #64748b);
}

.modules-back[b-w32pd9dp1t] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--bs-primary, #345f6d);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
}

.modules-back:hover[b-w32pd9dp1t] {
    color: var(--gscv-orange, hsl(18, 80%, 50%));
}

.modules-grid[b-w32pd9dp1t] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    align-items: stretch;
}

.modules-card[b-w32pd9dp1t] {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 1.35rem 1.4rem 1.5rem;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.modules-card:hover[b-w32pd9dp1t] {
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.modules-card.is-active[b-w32pd9dp1t] {
    border-color: rgba(52, 95, 109, 0.35);
    background: linear-gradient(180deg, #ffffff 0%, rgba(52, 95, 109, 0.04) 100%);
}

.modules-card.is-coming[b-w32pd9dp1t] {
    opacity: 0.78;
}

.modules-card.is-coming:hover[b-w32pd9dp1t] {
    transform: none;
}

.modules-empty[b-w32pd9dp1t] {
    max-width: 32rem;
}

.modules-card-icon[b-w32pd9dp1t] {
    width: 3rem;
    height: 3rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.modules-card-icon.tone-primary[b-w32pd9dp1t] {
    background: linear-gradient(135deg, var(--bs-primary, #345f6d) 0%, var(--gscv-orange, hsl(18, 80%, 54%)) 100%);
}

.modules-card-icon.tone-teal[b-w32pd9dp1t] {
    background: linear-gradient(135deg, var(--gscv-teal, hsl(178, 45%, 40%)) 0%, hsl(178, 45%, 50%) 100%);
}

.modules-card-icon.tone-muted[b-w32pd9dp1t] {
    background: linear-gradient(135deg, #94a3b8 0%, #cbd5e1 100%);
}

.modules-card-title[b-w32pd9dp1t] {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 0.65rem;
    color: #0f172a;
}

.modules-hint[b-w32pd9dp1t] {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0 0 1.25rem;
    flex: 1 1 auto;
}

.modules-status[b-w32pd9dp1t] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
}

.modules-status.is-on[b-w32pd9dp1t] {
    color: var(--gscv-teal, hsl(178, 45%, 32%));
}

.modules-status.is-soon[b-w32pd9dp1t] {
    color: #94a3b8;
}

.modules-btn-primary[b-w32pd9dp1t],
a.modules-btn-primary[b-w32pd9dp1t],
button.modules-btn-primary[b-w32pd9dp1t] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    background: linear-gradient(135deg, var(--bs-primary, #345f6d) 0%, var(--gscv-orange, hsl(18, 80%, 54%)) 100%);
    color: white !important;
    border: none;
    padding: 0.65rem 1.25rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(234, 119, 61, 0.28);
    transition: all 0.2s ease;
    align-self: flex-start;
}

.modules-btn-primary:hover[b-w32pd9dp1t],
a.modules-btn-primary:hover[b-w32pd9dp1t],
button.modules-btn-primary:hover[b-w32pd9dp1t] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(234, 119, 61, 0.38);
    color: white !important;
}

.modules-alert[b-w32pd9dp1t] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    border-radius: 12px;
    padding: 0.9rem 1rem;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.modules-alert-success[b-w32pd9dp1t] {
    background: rgba(20, 184, 166, 0.1);
    border: 1px solid rgba(20, 184, 166, 0.35);
    color: hsl(178, 45%, 28%);
}

@media (max-width: 600px) {
    .modules-page[b-w32pd9dp1t] {
        padding: 1rem;
    }

    .modules-title[b-w32pd9dp1t] {
        font-size: 1.35rem;
    }

    .modules-header[b-w32pd9dp1t] {
        flex-direction: column;
        align-items: flex-start;
    }

    .modules-btn-primary[b-w32pd9dp1t],
    a.modules-btn-primary[b-w32pd9dp1t],
    button.modules-btn-primary[b-w32pd9dp1t] {
        width: 100%;
    }
}
/* /Components/Pages/ConfirmationEmail.razor.rz.scp.css */
/* /confirmation-email — même famille visuelle que Login / InvitationAcceptance */

.login-page-nav-overlay[b-99vt7igla8] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 5rem;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.92) 0%, rgba(52, 95, 109, 0.6) 60%, transparent 100%);
    z-index: 1029;
    pointer-events: none;
}

.login-page-wrapper[b-99vt7igla8] {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    background: linear-gradient(135deg, var(--background) 0%, hsl(220, 14%, 96%) 100%);
    position: relative;
    overflow: hidden;
}

.login-page-wrapper[b-99vt7igla8]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(234, 119, 61, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
}

.login-page-wrapper[b-99vt7igla8]::after {
    content: '';
    position: absolute;
    bottom: -25%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(52, 95, 109, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
}

.login-container[b-99vt7igla8] {
    position: relative;
    z-index: 1;
}

.login-card[b-99vt7igla8] {
    background: white;
    border-radius: 16px;
    border: 1px solid hsl(220, 13%, 90%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.login-card:hover[b-99vt7igla8] {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.confirmation-card[b-99vt7igla8] {
    padding: 0 !important;
}

.login-header[b-99vt7igla8] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--gscv-orange) 100%);
    color: white;
    padding: 2rem 1.5rem;
    margin: 0;
    border-radius: 16px 16px 0 0;
    position: relative;
    overflow: hidden;
}

.login-header[b-99vt7igla8]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.login-title[b-99vt7igla8] {
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
    position: relative;
    z-index: 1;
    letter-spacing: -0.02em;
}

.login-subtitle[b-99vt7igla8] {
    font-size: 1rem;
    opacity: 0.95;
    margin-top: 0.5rem;
    position: relative;
    z-index: 1;
}

.login-btn[b-99vt7igla8] {
    width: 100%;
    padding: 0.875rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
}

a.login-btn[b-99vt7igla8] {
    color: white;
}

.login-btn-primary[b-99vt7igla8] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--gscv-orange) 100%);
    color: white;
    box-shadow: 0 4px 16px rgba(52, 95, 109, 0.25);
}

.login-btn-primary:hover[b-99vt7igla8] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(52, 95, 109, 0.35);
    color: white;
}

.login-links[b-99vt7igla8] {
    text-align: center;
    margin-top: 0.5rem;
}

.login-link[b-99vt7igla8] {
    display: block;
    color: var(--bs-primary);
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
}

.login-link:hover[b-99vt7igla8] {
    color: var(--gscv-orange);
    text-decoration: underline;
}

.alert[b-99vt7igla8] {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    border: 1px solid;
}

.alert-danger[b-99vt7igla8] {
    background: rgba(229, 62, 62, 0.1);
    border-color: var(--bs-danger);
    color: var(--bs-danger);
}

.alert-success[b-99vt7igla8] {
    background: rgba(16, 185, 129, 0.1);
    border-color: var(--bs-success);
    color: var(--bs-success);
}

@media (max-width: 768px) {
    .login-page-wrapper[b-99vt7igla8] {
        padding: 1rem;
    }

    .login-header[b-99vt7igla8] {
        padding: 1.5rem 1rem;
    }

    .login-title[b-99vt7igla8] {
        font-size: 1.5rem;
    }

    .login-subtitle[b-99vt7igla8] {
        font-size: 0.9375rem;
    }
}

@media (max-width: 600px) {
    .login-page-wrapper[b-99vt7igla8] {
        padding: 0.75rem;
    }

    .login-title[b-99vt7igla8] {
        font-size: 1.35rem;
    }

    .login-card[b-99vt7igla8] {
        border-radius: 12px;
    }

    .login-header[b-99vt7igla8] {
        border-radius: 12px 12px 0 0;
        padding: 1.25rem 1rem;
    }
}
/* /Components/Pages/CreateCompany.razor.rz.scp.css */
/* /entreprise/creer – aligné Données entreprise / modules */

.creer-entreprise-page[b-mr42pb6tsa] {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin: 0;
    padding: 1.25rem 1.5rem 1.5rem;
    min-height: calc(100dvh - 3.5rem);
}

.creer-header[b-mr42pb6tsa] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.creer-title[b-mr42pb6tsa] {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    color: var(--foreground, #0f172a);
}

.creer-subtitle[b-mr42pb6tsa] {
    margin: 0.25rem 0 0;
    font-size: 0.95rem;
    color: var(--muted-foreground, #64748b);
}

.creer-back[b-mr42pb6tsa] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--bs-primary, #345f6d);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
}

.creer-back:hover[b-mr42pb6tsa] {
    color: var(--gscv-orange, hsl(18, 80%, 50%));
}

.creer-card[b-mr42pb6tsa] {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 1.5rem 1.5rem 1.6rem;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    max-width: 480px;
}

.creer-card-icon[b-mr42pb6tsa] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(52, 95, 109, 0.1);
    color: var(--bs-primary, #345f6d);
    font-size: 1.25rem;
    margin-bottom: 0.85rem;
}

.creer-section-title[b-mr42pb6tsa] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 1rem;
    color: var(--foreground, #0f172a);
}

.creer-form[b-mr42pb6tsa] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.creer-field label[b-mr42pb6tsa] {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 0.3rem;
}

.creer-input[b-mr42pb6tsa],
.creer-form[b-mr42pb6tsa]  input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    padding: 0.55rem 0.75rem;
    font-size: 0.9rem;
    background: white;
    color: #0f172a;
    box-sizing: border-box;
}

.creer-input:focus[b-mr42pb6tsa],
.creer-form[b-mr42pb6tsa]  input:focus {
    outline: none;
    border-color: var(--bs-primary, #345f6d);
    box-shadow: 0 0 0 3px rgba(52, 95, 109, 0.12);
}

.creer-actions[b-mr42pb6tsa] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 0.35rem;
}

.creer-btn-primary[b-mr42pb6tsa],
.creer-btn-secondary[b-mr42pb6tsa] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border-radius: 10px;
    padding: 0.55rem 1.1rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, filter 0.15s ease;
}

.creer-btn-primary[b-mr42pb6tsa] {
    background: var(--bs-primary, #345f6d);
    color: #fff;
}

.creer-btn-primary:hover:not(:disabled)[b-mr42pb6tsa] {
    filter: brightness(1.05);
}

.creer-btn-primary:disabled[b-mr42pb6tsa] {
    opacity: 0.6;
    cursor: not-allowed;
}

.creer-btn-secondary[b-mr42pb6tsa] {
    background: #fff;
    color: #475569;
    border-color: #e2e8f0;
}

.creer-btn-secondary:hover[b-mr42pb6tsa] {
    background: #f8fafc;
}

.creer-alert[b-mr42pb6tsa] {
    border-radius: 10px;
    padding: 0.65rem 0.85rem;
    font-size: 0.875rem;
    background: rgba(220, 38, 38, 0.06);
    color: #b91c1c;
    border: 1px solid rgba(220, 38, 38, 0.2);
}

@media (max-width: 640px) {
    .creer-entreprise-page[b-mr42pb6tsa] {
        padding: 1rem;
    }

    .creer-actions[b-mr42pb6tsa] {
        flex-direction: column-reverse;
    }

    .creer-btn-primary[b-mr42pb6tsa],
    .creer-btn-secondary[b-mr42pb6tsa] {
        width: 100%;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
/* Dashboard – plein écran utile, avec marges */

.dashboard-page[b-flzk5keuw4] {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin: 0;
    padding: 1.25rem 1.5rem 1.5rem;
    min-height: calc(100dvh - 3.5rem);
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.header-bar-dashboard[b-flzk5keuw4] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid hsl(220, 13%, 90%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
}

.welcome-section-dashboard h1[b-flzk5keuw4] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 0.25rem;
}

.welcome-section-dashboard p[b-flzk5keuw4] {
    color: #64748b;
    font-size: 0.875rem;
    margin: 0;
}

.header-actions-dashboard[b-flzk5keuw4] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.btn-primary-modern-dashboard[b-flzk5keuw4],
a.btn-primary-modern-dashboard[b-flzk5keuw4] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--gscv-orange, hsl(18, 80%, 54%)) 100%);
    color: white !important;
    border: none;
    padding: 0.625rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 4px 12px rgba(234, 119, 61, 0.3);
    transition: all 0.2s;
    text-decoration: none !important;
    cursor: pointer;
}

.btn-primary-modern-dashboard:hover[b-flzk5keuw4],
a.btn-primary-modern-dashboard:hover[b-flzk5keuw4] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(234, 119, 61, 0.4);
    color: white !important;
}

.btn-secondary-modern-dashboard[b-flzk5keuw4],
a.btn-secondary-modern-dashboard[b-flzk5keuw4] {
    background: #fff;
    color: #0f172a !important;
    border: 1px solid #e2e8f0;
    padding: 0.625rem 1.25rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.2s;
    text-decoration: none !important;
    cursor: pointer;
}

.btn-secondary-modern-dashboard:hover[b-flzk5keuw4],
a.btn-secondary-modern-dashboard:hover[b-flzk5keuw4] {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #0f172a !important;
}

.content-grid-dashboard[b-flzk5keuw4] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    align-items: stretch;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
}

.card-modern-dashboard[b-flzk5keuw4] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid hsl(220, 13%, 90%);
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    grid-column: 1 / -1;
}

.card-header-modern-dashboard[b-flzk5keuw4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f1f5f9;
}

.card-title-modern-dashboard[b-flzk5keuw4] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
}

.card-title-modern-dashboard i[b-flzk5keuw4] {
    color: var(--bs-primary);
}

.card-action-dashboard[b-flzk5keuw4] {
    color: var(--bs-primary);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    white-space: nowrap;
}

.card-action-dashboard:hover[b-flzk5keuw4] {
    color: var(--gscv-orange, hsl(18, 80%, 50%));
}

.dashboard-hint[b-flzk5keuw4] {
    color: #64748b;
    font-size: 0.9375rem;
    margin: 0 0 1.25rem;
}

.dashboard-inline-actions[b-flzk5keuw4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.dashboard-guest-card[b-flzk5keuw4] {
    max-width: none;
    width: 100%;
}

.quick-actions-dashboard[b-flzk5keuw4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    width: 100%;
    flex: 1 1 auto;
    align-content: start;
}

.quick-action-btn-dashboard[b-flzk5keuw4] {
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem 1rem;
    text-align: center;
    transition: all 0.2s;
    color: inherit;
    text-decoration: none !important;
    display: block;
    cursor: pointer;
}

.quick-action-btn-dashboard:hover[b-flzk5keuw4] {
    border-color: var(--bs-primary);
    background: white;
    transform: translateY(-2px);
    color: inherit;
}

.quick-action-icon-dashboard[b-flzk5keuw4] {
    width: 48px;
    height: 48px;
    margin: 0 auto 0.75rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.25rem;
}

.quick-action-icon-dashboard.tone-primary[b-flzk5keuw4] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--gscv-orange, hsl(18, 80%, 54%)) 100%);
}

.quick-action-icon-dashboard.tone-teal[b-flzk5keuw4] {
    background: linear-gradient(135deg, var(--gscv-teal, hsl(178, 45%, 40%)) 0%, hsl(178, 45%, 50%) 100%);
}

.quick-action-icon-dashboard.tone-blue[b-flzk5keuw4] {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
}

.quick-action-icon-dashboard.tone-purple[b-flzk5keuw4] {
    background: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);
}

.quick-action-icon-dashboard.tone-orange[b-flzk5keuw4] {
    background: linear-gradient(135deg, var(--gscv-orange, hsl(18, 80%, 54%)) 0%, hsl(18, 80%, 62%) 100%);
}

.quick-action-label-dashboard[b-flzk5keuw4] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0f172a;
}

.dashboard-admin-stats[b-flzk5keuw4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
}

.dashboard-admin-stat[b-flzk5keuw4] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 1.15rem;
    border-radius: 12px;
    background: #f8fafc;
    border: 2px solid #e2e8f0;
    text-decoration: none !important;
    color: inherit;
    transition: border-color 0.15s, transform 0.15s, background 0.15s;
}

.dashboard-admin-stat:hover[b-flzk5keuw4] {
    border-color: var(--bs-primary);
    background: #fff;
    transform: translateY(-1px);
    color: inherit;
}

.dashboard-admin-stat.is-alert[b-flzk5keuw4] {
    border-color: #fecaca;
    background: #fef2f2;
}

.dashboard-admin-stat-value[b-flzk5keuw4] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.1;
}

.dashboard-admin-stat.is-alert .dashboard-admin-stat-value[b-flzk5keuw4] {
    color: #b91c1c;
}

.dashboard-admin-stat-label[b-flzk5keuw4] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #64748b;
}

.dashboard-admin-table-wrap[b-flzk5keuw4] {
    overflow-x: auto;
}

.dashboard-admin-table[b-flzk5keuw4] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.dashboard-admin-table th[b-flzk5keuw4],
.dashboard-admin-table td[b-flzk5keuw4] {
    text-align: left;
    padding: 0.65rem 0.75rem;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: top;
}

.dashboard-admin-table th[b-flzk5keuw4] {
    color: #64748b;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.dashboard-admin-type[b-flzk5keuw4] {
    display: inline-block;
    margin-right: 0.4rem;
    padding: 0.1rem 0.4rem;
    border-radius: 6px;
    background: #f1f5f9;
    color: #475569;
    font-size: 0.7rem;
    font-weight: 600;
}

@media (max-width: 768px) {
    .header-bar-dashboard[b-flzk5keuw4] {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.25rem;
    }

    .welcome-section-dashboard h1[b-flzk5keuw4] {
        font-size: 1.35rem;
    }

    .header-actions-dashboard[b-flzk5keuw4] {
        width: 100%;
    }

    .header-actions-dashboard .btn-primary-modern-dashboard[b-flzk5keuw4],
    .header-actions-dashboard .btn-secondary-modern-dashboard[b-flzk5keuw4] {
        flex: 1;
    }

    .card-header-modern-dashboard[b-flzk5keuw4] {
        flex-direction: column;
        align-items: flex-start;
    }

    .quick-actions-dashboard[b-flzk5keuw4] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .dashboard-page[b-flzk5keuw4] {
        padding: 1rem;
    }

    .quick-actions-dashboard[b-flzk5keuw4] {
        grid-template-columns: 1fr;
    }

    .btn-primary-modern-dashboard[b-flzk5keuw4],
    .btn-secondary-modern-dashboard[b-flzk5keuw4] {
        width: 100%;
    }
}
/* /Components/Pages/DonneesEntreprise.razor.rz.scp.css */
/* /entreprise/donnees – formulaire admin (MVP CompanyDetail), plein écran utile */

.donnees-entreprise-page[b-vewszib61s] {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin: 0;
    padding: 1.25rem 1.5rem 1.5rem;
    min-height: calc(100dvh - 3.5rem);
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.donnees-state[b-vewszib61s],
.donnees-hint[b-vewszib61s] {
    color: #64748b;
    margin: 0 0 1rem;
}

.donnees-header[b-vewszib61s] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
    width: 100%;
}

.donnees-title[b-vewszib61s] {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    color: var(--foreground, #0f172a);
}

.donnees-subtitle[b-vewszib61s] {
    margin: 0.25rem 0 0;
    font-size: 0.95rem;
    color: var(--muted-foreground, #64748b);
}

.donnees-company-select[b-vewszib61s] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 220px;
}

.donnees-company-select label[b-vewszib61s] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
}

.donnees-company-select select[b-vewszib61s],
.donnees-input[b-vewszib61s] {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    padding: 0.55rem 0.75rem;
    font-size: 0.9rem;
    background: white;
    color: #0f172a;
    box-sizing: border-box;
}

.donnees-company-select select:focus[b-vewszib61s],
.donnees-input:focus[b-vewszib61s] {
    outline: none;
    border-color: var(--bs-primary, #345f6d);
    box-shadow: 0 0 0 3px rgba(52, 95, 109, 0.12);
}

.donnees-card[b-vewszib61s] {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 1.35rem 1.5rem 1.5rem;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.donnees-section-title[b-vewszib61s] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 1rem;
    color: var(--foreground, #0f172a);
    flex-shrink: 0;
}

.donnees-form[b-vewszib61s] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
}

.donnees-form-row[b-vewszib61s] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.donnees-form-row .donnees-field[b-vewszib61s] {
    flex: 1 1 0;
    min-width: 140px;
}

.donnees-field label[b-vewszib61s] {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 0.3rem;
}

.donnees-optional[b-vewszib61s] {
    font-weight: 400;
    color: #94a3b8;
}

.donnees-actions[b-vewszib61s] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 0.5rem;
    flex-shrink: 0;
}

.donnees-btn-primary[b-vewszib61s],
.donnees-btn-secondary[b-vewszib61s] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border-radius: 10px;
    padding: 0.55rem 1.1rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.donnees-btn-primary[b-vewszib61s] {
    background: var(--bs-primary, #345f6d);
    color: #fff;
}

.donnees-btn-primary:hover:not(:disabled)[b-vewszib61s] {
    filter: brightness(1.05);
}

.donnees-btn-secondary[b-vewszib61s] {
    background: #fff;
    color: #475569;
    border-color: #e2e8f0;
}

.donnees-btn-secondary:hover:not(:disabled)[b-vewszib61s] {
    background: #f8fafc;
}

.donnees-btn-primary:disabled[b-vewszib61s],
.donnees-btn-secondary:disabled[b-vewszib61s] {
    opacity: 0.6;
    cursor: not-allowed;
}

.donnees-alert[b-vewszib61s] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 10px;
    padding: 0.65rem 0.85rem;
    font-size: 0.875rem;
}

.donnees-alert-success[b-vewszib61s] {
    background: rgba(22, 163, 74, 0.08);
    color: #15803d;
    border: 1px solid rgba(22, 163, 74, 0.25);
}

.donnees-alert-error[b-vewszib61s] {
    background: rgba(220, 38, 38, 0.06);
    color: #b91c1c;
    border: 1px solid rgba(220, 38, 38, 0.2);
}

@media (max-width: 640px) {
    .donnees-entreprise-page[b-vewszib61s] {
        padding: 1rem;
    }

    .donnees-actions[b-vewszib61s] {
        flex-direction: column-reverse;
    }

    .donnees-btn-primary[b-vewszib61s],
    .donnees-btn-secondary[b-vewszib61s] {
        width: 100%;
    }
}
/* /Components/Pages/Error.razor.rz.scp.css */
/* /Error — carte d'erreur simple, famille visuelle auth */

.error-page-wrapper[b-sluns1v1us] {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: linear-gradient(135deg, var(--background) 0%, hsl(220, 14%, 96%) 100%);
}

.error-card[b-sluns1v1us] {
    background: white;
    border-radius: 16px;
    border: 1px solid hsl(220, 13%, 90%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    max-width: 36rem;
    width: 100%;
}

.error-header[b-sluns1v1us] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--gscv-orange) 100%);
    color: white;
    padding: 2rem 1.5rem;
    position: relative;
    overflow: hidden;
}

.error-header[b-sluns1v1us]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.error-title[b-sluns1v1us] {
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
    position: relative;
    z-index: 1;
    letter-spacing: -0.02em;
}

.error-subtitle[b-sluns1v1us] {
    font-size: 1rem;
    opacity: 0.95;
    margin-top: 0.5rem;
    position: relative;
    z-index: 1;
}

.error-body[b-sluns1v1us] {
    padding: 1.75rem 1.5rem 2rem;
}

.error-request-id[b-sluns1v1us] {
    padding: 0.85rem 1rem;
    margin: 0 0 1.5rem;
    border-radius: 10px;
    background: rgba(52, 95, 109, 0.06);
    border: 1px solid rgba(52, 95, 109, 0.15);
    color: var(--muted-foreground);
    font-size: 0.9rem;
    word-break: break-all;
}

.error-request-id code[b-sluns1v1us] {
    color: var(--foreground);
    font-size: 0.875rem;
}

.error-section-title[b-sluns1v1us] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--foreground);
    margin: 0 0 0.75rem;
}

.error-text[b-sluns1v1us] {
    color: var(--muted-foreground);
    font-size: 0.9375rem;
    line-height: 1.55;
    margin: 0 0 1rem;
}

.error-text-warn[b-sluns1v1us] {
    color: var(--bs-danger);
    background: rgba(229, 62, 62, 0.08);
    border: 1px solid rgba(229, 62, 62, 0.25);
    border-radius: 8px;
    padding: 1rem;
}

.error-links[b-sluns1v1us] {
    text-align: center;
    margin-top: 1.5rem;
}

.error-link[b-sluns1v1us] {
    display: inline-block;
    color: var(--bs-primary);
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: color 0.3s ease;
}

.error-link:hover[b-sluns1v1us] {
    color: var(--gscv-orange);
    text-decoration: underline;
}

@media (max-width: 600px) {
    .error-page-wrapper[b-sluns1v1us] {
        padding: 1rem 0.75rem;
    }

    .error-card[b-sluns1v1us] {
        border-radius: 12px;
    }

    .error-header[b-sluns1v1us] {
        padding: 1.5rem 1.25rem;
    }

    .error-title[b-sluns1v1us] {
        font-size: 1.5rem;
    }

    .error-body[b-sluns1v1us] {
        padding: 1.5rem 1.25rem;
    }
}
/* /Components/Pages/GestionEmployes.razor.rz.scp.css */
/* /entreprise/managers – plein écran, famille Données / Postes */

.managers-page[b-cbrebdggkb] {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin: 0;
    padding: 1.25rem 1.5rem 1.5rem;
    min-height: calc(100dvh - 3.5rem);
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.managers-state[b-cbrebdggkb],
.managers-hint[b-cbrebdggkb] {
    color: #64748b;
    margin: 0 0 1rem;
    font-size: 0.95rem;
    line-height: 1.5;
}

.managers-header[b-cbrebdggkb] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-shrink: 0;
}

.managers-title[b-cbrebdggkb] {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
    color: var(--foreground, #0f172a);
}

.managers-subtitle[b-cbrebdggkb] {
    margin: 0.25rem 0 0;
    font-size: 0.95rem;
    color: var(--muted-foreground, #64748b);
}

.managers-company-select[b-cbrebdggkb] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 220px;
}

.managers-company-select label[b-cbrebdggkb] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
}

.managers-company-select select[b-cbrebdggkb],
.managers-input[b-cbrebdggkb] {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    padding: 0.55rem 0.75rem;
    font-size: 0.9rem;
    background: white;
    color: #0f172a;
    box-sizing: border-box;
}

.managers-company-select select:focus[b-cbrebdggkb],
.managers-input:focus[b-cbrebdggkb] {
    outline: none;
    border-color: var(--bs-primary, #345f6d);
    box-shadow: 0 0 0 3px rgba(52, 95, 109, 0.12);
}

.managers-layout[b-cbrebdggkb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 1.25rem;
    width: 100%;
    align-content: start;
    flex: 1 1 auto;
}

.managers-card[b-cbrebdggkb] {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    padding: 1.35rem 1.5rem 1.5rem;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
    width: 100%;
    box-sizing: border-box;
}

.managers-card-icon[b-cbrebdggkb],
.managers-empty-icon[b-cbrebdggkb] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--bs-primary, #345f6d) 0%, var(--gscv-orange, hsl(18, 80%, 54%)) 100%);
    color: white;
    font-size: 1.2rem;
    margin-bottom: 0.85rem;
}

.managers-empty-icon[b-cbrebdggkb] {
    background: rgba(52, 95, 109, 0.1);
    color: var(--bs-primary, #345f6d);
}

.managers-section-title[b-cbrebdggkb] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 1rem;
    color: var(--foreground, #0f172a);
}

.managers-form[b-cbrebdggkb] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.managers-field label[b-cbrebdggkb] {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 0.3rem;
}

.managers-actions[b-cbrebdggkb] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-top: 0.25rem;
}

.managers-btn-primary[b-cbrebdggkb],
.managers-btn-secondary[b-cbrebdggkb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border-radius: 10px;
    padding: 0.55rem 1.1rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, filter 0.15s ease;
}

.managers-btn-primary[b-cbrebdggkb] {
    background: linear-gradient(135deg, var(--bs-primary, #345f6d) 0%, var(--gscv-orange, hsl(18, 80%, 54%)) 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(234, 119, 61, 0.28);
}

.managers-btn-primary:hover:not(:disabled)[b-cbrebdggkb] {
    filter: brightness(1.05);
}

.managers-btn-secondary[b-cbrebdggkb] {
    background: #fff;
    color: #475569;
    border-color: #e2e8f0;
    flex-shrink: 0;
}

.managers-btn-secondary:hover:not(:disabled)[b-cbrebdggkb] {
    background: #f8fafc;
    border-color: #cbd5e1;
}

.managers-btn-primary:disabled[b-cbrebdggkb],
.managers-btn-secondary:disabled[b-cbrebdggkb] {
    opacity: 0.6;
    cursor: not-allowed;
}

.managers-alert[b-cbrebdggkb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    border-radius: 10px;
    padding: 0.65rem 0.85rem;
    font-size: 0.875rem;
}

.managers-alert-success[b-cbrebdggkb] {
    background: rgba(22, 163, 74, 0.08);
    color: #15803d;
    border: 1px solid rgba(22, 163, 74, 0.25);
}

.managers-alert-error[b-cbrebdggkb] {
    background: rgba(220, 38, 38, 0.06);
    color: #b91c1c;
    border: 1px solid rgba(220, 38, 38, 0.2);
}

.managers-list[b-cbrebdggkb] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.managers-list-item[b-cbrebdggkb] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
}

.managers-list-main[b-cbrebdggkb] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
    flex: 1 1 auto;
}

.managers-list-email[b-cbrebdggkb] {
    font-weight: 600;
    color: #0f172a;
    font-size: 0.9rem;
    word-break: break-all;
}

.managers-list-item-poste[b-cbrebdggkb] {
    align-items: center;
}

.managers-poste-select[b-cbrebdggkb] {
    flex: 1 1 180px;
    min-width: 160px;
    max-width: 280px;
}

.managers-card-wide[b-cbrebdggkb] {
    grid-column: 1 / -1;
}

.visually-hidden[b-cbrebdggkb] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.managers-badge[b-cbrebdggkb] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.15rem 0.6rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.managers-badge.is-pending[b-cbrebdggkb] {
    background: rgba(234, 179, 8, 0.15);
    color: #854d0e;
}

.managers-badge.is-active[b-cbrebdggkb] {
    background: rgba(20, 184, 166, 0.12);
    color: hsl(178, 45%, 28%);
}

@media (max-width: 640px) {
    .managers-page[b-cbrebdggkb] {
        padding: 1rem;
    }

    .managers-title[b-cbrebdggkb] {
        font-size: 1.4rem;
    }

    .managers-actions[b-cbrebdggkb] {
        justify-content: stretch;
    }

    .managers-btn-primary[b-cbrebdggkb],
    .managers-btn-secondary[b-cbrebdggkb] {
        width: 100%;
    }

    .managers-list-item[b-cbrebdggkb] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Home.razor.css
 *
 * Styles vitrine principaux : wwwroot/css/home-vitrine.css (chargé dans App.razor).
 * Conservé en global car :root / html / body, .navbar-vitrine (Header) et
 * html:not([data-scroll-ready]) doivent s’appliquer hors du scope de cette page.
 *
 * Ajouter ici uniquement des overrides scoped spécifiques à Home.razor.
 */

/* Ancre de scope : assure que le fichier CSS scoped est émis pour cette page. */
.hero-vitrine[b-1ls2eg5fsa] {
    /* hérite de home-vitrine.css */
}
/* /Components/Pages/Inscription.razor.rz.scp.css */
/* Inscription – même langage visuel que Login (MVP Register/Login) */

.login-page-nav-overlay[b-4qp5kozxio] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 5rem;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.92) 0%, rgba(52, 95, 109, 0.6) 60%, transparent 100%);
    z-index: 1029;
    pointer-events: none;
}

.login-page-wrapper[b-4qp5kozxio] {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    background: linear-gradient(135deg, var(--background) 0%, hsl(220, 14%, 96%) 100%);
    position: relative;
    overflow: hidden;
}

.login-page-wrapper[b-4qp5kozxio]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(234, 119, 61, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
}

.login-page-wrapper[b-4qp5kozxio]::after {
    content: '';
    position: absolute;
    bottom: -25%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(52, 95, 109, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
}

.login-container[b-4qp5kozxio] {
    position: relative;
    z-index: 1;
}

.login-card[b-4qp5kozxio] {
    background: white;
    border-radius: 16px;
    border: 1px solid hsl(220, 13%, 90%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.inscription-card[b-4qp5kozxio] {
    padding: 0 !important;
}

.login-header[b-4qp5kozxio] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--gscv-orange) 100%);
    color: white;
    padding: 2rem 1.5rem;
    margin: 0;
    border-radius: 16px 16px 0 0;
    position: relative;
    overflow: hidden;
}

.login-header[b-4qp5kozxio]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.login-title[b-4qp5kozxio] {
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
    position: relative;
    z-index: 1;
    letter-spacing: -0.02em;
}

.login-subtitle[b-4qp5kozxio] {
    font-size: 1rem;
    opacity: 0.95;
    margin-top: 0.5rem;
    position: relative;
    z-index: 1;
}

.login-section-title[b-4qp5kozxio] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--foreground);
    margin-bottom: 1rem;
}

.login-divider[b-4qp5kozxio] {
    border: none;
    border-top: 2px solid hsl(220, 13%, 90%);
    margin: 1.5rem 0;
}

.login-form-group[b-4qp5kozxio] {
    margin-bottom: 1.25rem;
}

.login-form-label[b-4qp5kozxio] {
    color: var(--muted-foreground);
    font-weight: 500;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    display: block;
}

.login-btn[b-4qp5kozxio] {
    width: 100%;
    padding: 0.875rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.login-btn-primary[b-4qp5kozxio] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--gscv-orange) 100%);
    color: white;
    box-shadow: 0 4px 16px rgba(52, 95, 109, 0.25);
}

.login-btn-primary:hover[b-4qp5kozxio] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(52, 95, 109, 0.35);
}

.login-links[b-4qp5kozxio] {
    text-align: center;
    margin-top: 1.5rem;
}

.login-link[b-4qp5kozxio] {
    display: block;
    color: var(--bs-primary);
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.login-link:hover[b-4qp5kozxio] {
    color: var(--gscv-orange);
    text-decoration: underline;
}

.inscription-btn-secondary[b-4qp5kozxio] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.65rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--bs-primary);
    background: transparent;
    border: 2px solid var(--bs-primary);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.inscription-btn-secondary:hover[b-4qp5kozxio] {
    color: white;
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--gscv-orange) 100%);
    border-color: transparent;
}

.password-field-wrapper[b-4qp5kozxio] {
    position: relative;
}

.password-field-wrapper[b-4qp5kozxio]  .login-form-control,
.password-field-wrapper[b-4qp5kozxio]  input.login-form-control {
    padding-right: 2.75rem !important;
}

.password-toggle-btn[b-4qp5kozxio] {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    padding: 0;
    background: transparent;
    border: none;
    color: var(--muted-foreground);
    cursor: pointer;
    transition: color 0.2s ease;
}

.password-toggle-btn:hover[b-4qp5kozxio] {
    color: var(--bs-primary);
}

.password-toggle-btn i[b-4qp5kozxio] {
    font-size: 1.1rem;
    pointer-events: none;
}

.inscription-strength[b-4qp5kozxio] {
    margin-top: 0.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: var(--muted-foreground);
}

.inscription-steps[b-4qp5kozxio] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
}

.inscription-step-indicator[b-4qp5kozxio] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 0;
    opacity: 0.55;
    transition: opacity 0.2s ease;
}

.inscription-step-indicator.active[b-4qp5kozxio] {
    opacity: 1;
}

.inscription-step-number[b-4qp5kozxio] {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: hsl(220, 13%, 90%);
    color: var(--muted-foreground);
    margin-bottom: 0.5rem;
}

.inscription-step-indicator.active .inscription-step-number[b-4qp5kozxio] {
    background: var(--bs-primary);
    color: white;
}

.inscription-step-label[b-4qp5kozxio] {
    font-size: 0.8rem;
    text-align: center;
    color: var(--muted-foreground);
    line-height: 1.3;
}

.inscription-step-indicator.active .inscription-step-label[b-4qp5kozxio] {
    color: var(--bs-primary);
    font-weight: 600;
}

.inscription-step-line[b-4qp5kozxio] {
    flex: 0.6;
    height: 2px;
    background: hsl(220, 13%, 90%);
    margin-top: 1.05rem;
    transition: background-color 0.2s ease;
}

.inscription-step-line.active[b-4qp5kozxio] {
    background: var(--bs-primary);
}

.inscription-step-actions[b-4qp5kozxio] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

@media (min-width: 576px) {
    .inscription-step-actions[b-4qp5kozxio] {
        flex-direction: row;
    }

    .inscription-step-actions .inscription-btn-secondary[b-4qp5kozxio] {
        width: auto;
        min-width: 8rem;
        flex: 0 0 auto;
    }

    .inscription-step-actions .login-btn[b-4qp5kozxio] {
        flex: 1;
    }
}

.profil-choix[b-4qp5kozxio] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.profil-option[b-4qp5kozxio] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    border: 2px solid hsl(220, 13%, 90%);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: var(--foreground);
    font-weight: 500;
    margin: 0;
}

.profil-option:hover:not(.profil-desactive)[b-4qp5kozxio] {
    border-color: var(--bs-primary);
    background: rgba(52, 95, 109, 0.04);
}

.profil-desactive[b-4qp5kozxio] {
    opacity: 0.55;
    cursor: not-allowed;
    background: hsl(220, 14%, 97%);
}

.profil-desactive em[b-4qp5kozxio] {
    font-weight: 400;
    color: var(--muted-foreground);
}

.validation-summary[b-4qp5kozxio] {
    background: rgba(229, 62, 62, 0.1);
    border: 1px solid var(--bs-danger);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    color: var(--bs-danger);
}

.validation-summary:empty[b-4qp5kozxio] {
    display: none;
}

.alert[b-4qp5kozxio] {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    border: 1px solid;
}

.alert-danger[b-4qp5kozxio] {
    background: rgba(229, 62, 62, 0.1);
    border-color: var(--bs-danger);
    color: var(--bs-danger);
}

/* Blazor scoped : InputText / InputRadio hors du scope parent */
[b-4qp5kozxio] .login-form-control,
[b-4qp5kozxio] input.login-form-control {
    width: 100% !important;
    padding: 0.75rem 1rem !important;
    border: 2px solid hsl(220, 13%, 90%) !important;
    border-radius: 10px !important;
    font-size: 0.9375rem !important;
    background: white !important;
    color: var(--foreground) !important;
    transition: all 0.3s ease !important;
}

[b-4qp5kozxio] .login-form-control:focus,
[b-4qp5kozxio] input.login-form-control:focus {
    outline: none !important;
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0 0 3px rgba(52, 95, 109, 0.1) !important;
}

[b-4qp5kozxio] .profil-option input[type="radio"] {
    width: 1.1rem;
    height: 1.1rem;
    accent-color: var(--bs-primary);
    flex-shrink: 0;
}

[b-4qp5kozxio] .validation-summary ul {
    margin: 0;
    padding-left: 1.25rem;
}

@media (max-width: 768px) {
    .login-page-wrapper[b-4qp5kozxio] {
        padding: 1rem;
    }

    .login-header[b-4qp5kozxio] {
        padding: 1.5rem 1rem;
    }

    .login-title[b-4qp5kozxio] {
        font-size: 1.5rem;
    }
}

@media (max-width: 600px) {
    .login-title[b-4qp5kozxio] {
        font-size: 1.35rem;
    }

    .login-card[b-4qp5kozxio] {
        border-radius: 12px;
    }
}
/* /Components/Pages/InvitationAcceptancePage.razor.rz.scp.css */
/* /invitations/accepter — même famille visuelle que Login / Inscription */

.login-page-nav-overlay[b-jttgk1ibbc] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 5rem;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.92) 0%, rgba(52, 95, 109, 0.6) 60%, transparent 100%);
    z-index: 1029;
    pointer-events: none;
}

.login-page-wrapper[b-jttgk1ibbc] {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    background: linear-gradient(135deg, var(--background) 0%, hsl(220, 14%, 96%) 100%);
    position: relative;
    overflow: hidden;
}

.login-page-wrapper[b-jttgk1ibbc]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(234, 119, 61, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
}

.login-page-wrapper[b-jttgk1ibbc]::after {
    content: '';
    position: absolute;
    bottom: -25%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(52, 95, 109, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
}

.login-container[b-jttgk1ibbc] {
    position: relative;
    z-index: 1;
}

.login-card[b-jttgk1ibbc] {
    background: white;
    border-radius: 16px;
    border: 1px solid hsl(220, 13%, 90%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.login-card:hover[b-jttgk1ibbc] {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.invitation-card[b-jttgk1ibbc] {
    padding: 0 !important;
}

.login-header[b-jttgk1ibbc] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--gscv-orange) 100%);
    color: white;
    padding: 2rem 1.5rem;
    margin: 0;
    border-radius: 16px 16px 0 0;
    position: relative;
    overflow: hidden;
}

.login-header[b-jttgk1ibbc]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.login-title[b-jttgk1ibbc] {
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
    position: relative;
    z-index: 1;
    letter-spacing: -0.02em;
}

.login-subtitle[b-jttgk1ibbc] {
    font-size: 1rem;
    opacity: 0.95;
    margin-top: 0.5rem;
    position: relative;
    z-index: 1;
}

.login-section-title[b-jttgk1ibbc] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--foreground);
    margin-bottom: 1rem;
}

.login-divider[b-jttgk1ibbc] {
    border: none;
    border-top: 2px solid hsl(220, 13%, 90%);
    margin: 1.5rem 0;
}

.login-form-group[b-jttgk1ibbc] {
    margin-bottom: 1.25rem;
}

.login-form-label[b-jttgk1ibbc] {
    color: var(--muted-foreground);
    font-weight: 500;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    display: block;
}

.login-btn[b-jttgk1ibbc] {
    width: 100%;
    padding: 0.875rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
}

a.login-btn[b-jttgk1ibbc] {
    color: white;
}

.login-btn-primary[b-jttgk1ibbc] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--gscv-orange) 100%);
    color: white;
    box-shadow: 0 4px 16px rgba(52, 95, 109, 0.25);
}

.login-btn-primary:hover[b-jttgk1ibbc] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(52, 95, 109, 0.35);
    color: white;
}

.login-links[b-jttgk1ibbc] {
    text-align: center;
    margin-top: 1.5rem;
}

.login-link[b-jttgk1ibbc] {
    display: block;
    color: var(--bs-primary);
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
}

.login-link:hover[b-jttgk1ibbc] {
    color: var(--gscv-orange);
    text-decoration: underline;
}

.login-link-register[b-jttgk1ibbc] {
    display: inline-block;
    width: 100%;
    padding: 0.75rem 1.25rem;
    margin-top: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    color: var(--bs-primary);
    background: transparent;
    border: 2px solid var(--bs-primary);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.login-link-register:hover[b-jttgk1ibbc] {
    color: white;
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--gscv-orange) 100%);
    border-color: transparent;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(52, 95, 109, 0.25);
}

.invitation-lead[b-jttgk1ibbc] {
    color: var(--foreground);
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 1rem;
}

.invitation-hint[b-jttgk1ibbc] {
    color: var(--muted-foreground);
    font-size: 0.9375rem;
    line-height: 1.5;
    margin: 0 0 1.25rem;
}

.invitation-email-lock[b-jttgk1ibbc] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    padding: 0.85rem 1rem;
    margin: 0 0 1.5rem;
    border-radius: 10px;
    background: rgba(52, 95, 109, 0.06);
    border: 1px solid rgba(52, 95, 109, 0.15);
    color: var(--muted-foreground);
    font-size: 0.9rem;
    line-height: 1.45;
}

.invitation-email-lock i[b-jttgk1ibbc] {
    color: var(--bs-primary);
    font-size: 1.1rem;
}

.invitation-email-lock strong[b-jttgk1ibbc] {
    color: var(--foreground);
    word-break: break-all;
}

.validation-summary[b-jttgk1ibbc] {
    background: rgba(229, 62, 62, 0.1);
    border: 1px solid var(--bs-danger);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    color: var(--bs-danger);
}

.alert[b-jttgk1ibbc] {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    border: 1px solid;
}

.alert-danger[b-jttgk1ibbc] {
    background: rgba(229, 62, 62, 0.1);
    border-color: var(--bs-danger);
    color: var(--bs-danger);
}

.alert-success[b-jttgk1ibbc] {
    background: rgba(16, 185, 129, 0.1);
    border-color: var(--bs-success);
    color: var(--bs-success);
}

/* Blazor scoped CSS : InputText rend hors du scope parent */
[b-jttgk1ibbc] .login-form-control,
[b-jttgk1ibbc] input.login-form-control {
    width: 100% !important;
    padding: 0.75rem 1rem !important;
    border: 2px solid hsl(220, 13%, 90%) !important;
    border-radius: 10px !important;
    font-size: 0.9375rem !important;
    background: white !important;
    color: var(--foreground) !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
}

[b-jttgk1ibbc] .login-form-control:focus,
[b-jttgk1ibbc] input.login-form-control:focus {
    outline: none !important;
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0 0 3px rgba(52, 95, 109, 0.1) !important;
}

[b-jttgk1ibbc] .login-btn {
    width: 100%;
}

@media (max-width: 768px) {
    .login-page-wrapper[b-jttgk1ibbc] {
        padding: 1rem;
    }

    .login-header[b-jttgk1ibbc] {
        padding: 1.5rem 1rem;
    }

    .login-title[b-jttgk1ibbc] {
        font-size: 1.5rem;
    }

    .login-subtitle[b-jttgk1ibbc] {
        font-size: 0.9375rem;
    }
}

@media (max-width: 600px) {
    .login-page-wrapper[b-jttgk1ibbc] {
        padding: 0.75rem;
    }

    .login-title[b-jttgk1ibbc] {
        font-size: 1.35rem;
    }

    .login-card[b-jttgk1ibbc] {
        border-radius: 12px;
    }

    .login-header[b-jttgk1ibbc] {
        border-radius: 12px 12px 0 0;
        padding: 1.25rem 1rem;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* Login Page - Design Application */

/* Bandeau sombre sous le menu pour garder le menu (texte blanc) lisible sur fond clair */
.login-page-nav-overlay[b-h54vv8ujhs] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 5rem;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.92) 0%, rgba(52, 95, 109, 0.6) 60%, transparent 100%);
    z-index: 1029;
    pointer-events: none;
}

.login-page-wrapper[b-h54vv8ujhs] {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    background: linear-gradient(135deg, var(--background) 0%, hsl(220, 14%, 96%) 100%);
    position: relative;
    overflow: hidden;
}

.login-page-wrapper[b-h54vv8ujhs]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(234, 119, 61, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    animation: pulse-b-h54vv8ujhs 15s ease-in-out infinite;
}

.login-page-wrapper[b-h54vv8ujhs]::after {
    content: '';
    position: absolute;
    bottom: -25%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(52, 95, 109, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    animation: pulse-b-h54vv8ujhs 20s ease-in-out infinite reverse;
}

@keyframes pulse-b-h54vv8ujhs {
    0%, 100% {
        transform: scale(1) translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.2) translateY(-20px);
        opacity: 0.3;
    }
}

.login-container[b-h54vv8ujhs] {
    position: relative;
    z-index: 1;
}

.login-card[b-h54vv8ujhs] {
    background: white;
    border-radius: 16px;
    border: 1px solid hsl(220, 13%, 90%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
}

.login-card:hover[b-h54vv8ujhs] {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

/* Une seule carte : connexion + inscription côte à côte */
.login-card-merged[b-h54vv8ujhs] {
    padding: 0 !important;
}

/* Une seule section : bandeau commun + deux colonnes sans séparateur */
.login-merged-section[b-h54vv8ujhs] {
    display: flex;
    flex-direction: column;
}

.login-header.login-header-unified[b-h54vv8ujhs] {
    margin: 0 !important;
    border-radius: 16px 16px 0 0;
    padding: 2rem 1.5rem;
}

.login-header-unified-pane[b-h54vv8ujhs] {
    padding: 0.75rem 0;
}

@media (min-width: 992px) {
    .login-header-unified-pane[b-h54vv8ujhs] {
        padding: 0 1.5rem;
    }

    .login-header-unified-pane:first-child[b-h54vv8ujhs] {
        padding-left: 0;
    }

    .login-header-unified-pane:last-child[b-h54vv8ujhs] {
        padding-right: 0;
    }

    .login-title-pane[b-h54vv8ujhs] {
        font-size: 1.65rem;
    }
}

.login-merged-columns[b-h54vv8ujhs] {
    flex: 1;
}

.login-header[b-h54vv8ujhs] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--gscv-orange) 100%);
    color: white;
    padding: 2rem 1.5rem;
    margin: -1.5rem -1.5rem 1.5rem -1.5rem;
    border-radius: 16px 16px 0 0;
    position: relative;
    overflow: hidden;
}

.login-header[b-h54vv8ujhs]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.login-title[b-h54vv8ujhs] {
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
    position: relative;
    z-index: 1;
    letter-spacing: -0.02em;
}

.login-subtitle[b-h54vv8ujhs] {
    font-size: 1rem;
    opacity: 0.95;
    margin-top: 0.5rem;
    position: relative;
    z-index: 1;
}

.login-section-title[b-h54vv8ujhs] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--foreground);
    margin-bottom: 1rem;
}

.login-divider[b-h54vv8ujhs] {
    border: none;
    border-top: 2px solid hsl(220, 13%, 90%);
    margin: 1.5rem 0;
}

/* Form Controls */
.login-form-group[b-h54vv8ujhs] {
    margin-bottom: 1.25rem;
}

.login-form-label[b-h54vv8ujhs] {
    color: var(--muted-foreground);
    font-weight: 500;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
    display: block;
}

.login-form-control[b-h54vv8ujhs],
.login-form-control input[b-h54vv8ujhs],
input.login-form-control[b-h54vv8ujhs],
#Input\\.Email[b-h54vv8ujhs],
#Input\\.Password[b-h54vv8ujhs] {
    width: 100% !important;
    padding: 0.75rem 1rem !important;
    border: 2px solid hsl(220, 13%, 90%) !important;
    border-radius: 10px !important;
    font-size: 0.9375rem !important;
    background: white !important;
    color: var(--foreground) !important;
    transition: all 0.3s ease !important;
}

.login-form-control:focus[b-h54vv8ujhs],
.login-form-control input:focus[b-h54vv8ujhs],
input.login-form-control:focus[b-h54vv8ujhs],
#Input\\.Email:focus[b-h54vv8ujhs],
#Input\\.Password:focus[b-h54vv8ujhs] {
    outline: none !important;
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0 0 3px rgba(52, 95, 109, 0.1) !important;
}

.login-form-control[b-h54vv8ujhs]::placeholder,
.login-form-control input[b-h54vv8ujhs]::placeholder,
input.login-form-control[b-h54vv8ujhs]::placeholder,
#Input\\.Email[b-h54vv8ujhs]::placeholder,
#Input\\.Password[b-h54vv8ujhs]::placeholder {
    color: var(--muted-foreground) !important;
}

.login-checkbox-wrapper[b-h54vv8ujhs] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.login-checkbox[b-h54vv8ujhs] {
    width: 18px;
    height: 18px;
    border: 2px solid hsl(220, 13%, 90%);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.login-checkbox:checked[b-h54vv8ujhs] {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.login-checkbox-label[b-h54vv8ujhs] {
    color: var(--muted-foreground);
    font-size: 0.9375rem;
    cursor: pointer;
    user-select: none;
}

/* Buttons */
.login-btn[b-h54vv8ujhs] {
    width: 100%;
    padding: 0.875rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.login-btn-primary[b-h54vv8ujhs] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--gscv-orange) 100%);
    color: white;
    box-shadow: 0 4px 16px rgba(52, 95, 109, 0.25);
}

.login-btn-primary:hover[b-h54vv8ujhs] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(52, 95, 109, 0.35);
}

.login-btn-primary:active[b-h54vv8ujhs] {
    transform: translateY(0);
}

/* Links */
.login-links[b-h54vv8ujhs] {
    text-align: center;
    margin-top: 1.5rem;
}

.login-link[b-h54vv8ujhs] {
    display: block;
    color: var(--bs-primary);
    text-decoration: none;
    font-size: 0.9375rem;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
    font-weight: 500;
}

.login-link:hover[b-h54vv8ujhs] {
    color: var(--gscv-orange);
    text-decoration: underline;
}

.login-link:last-child[b-h54vv8ujhs] {
    margin-bottom: 0;
}

/* Lien inscription : mis en évidence comme appel à l'action secondaire */
.login-link-register[b-h54vv8ujhs] {
    display: inline-block;
    width: 100%;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    color: var(--bs-primary);
    background: transparent;
    border: 2px solid var(--bs-primary);
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.login-link-register:hover[b-h54vv8ujhs] {
    color: white;
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--gscv-orange) 100%);
    border-color: transparent;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(52, 95, 109, 0.25);
}

/* External Login Section */
.external-login-card[b-h54vv8ujhs] {
    background: white;
    border-radius: 16px;
    border: 1px solid hsl(220, 13%, 90%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.external-login-card:hover[b-h54vv8ujhs] {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.external-login-title[b-h54vv8ujhs] {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--foreground);
    margin-bottom: 1rem;
}

/* Validation Messages */
.validation-message[b-h54vv8ujhs] {
    color: var(--bs-danger);
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.validation-summary[b-h54vv8ujhs] {
    background: rgba(229, 62, 62, 0.1);
    border: 1px solid var(--bs-danger);
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1.5rem;
    color: var(--bs-danger);
}

/* StatusMessage Bootstrap alerts integration */
.alert[b-h54vv8ujhs] {
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    border: 1px solid;
}

.alert-danger[b-h54vv8ujhs] {
    background: rgba(229, 62, 62, 0.1);
    border-color: var(--bs-danger);
    color: var(--bs-danger);
}

.alert-success[b-h54vv8ujhs] {
    background: rgba(16, 185, 129, 0.1);
    border-color: var(--bs-success);
    color: var(--bs-success);
}

/* Responsive */
@media (max-width: 768px) {
    .login-page-wrapper[b-h54vv8ujhs] {
        padding: 1rem;
    }

    .login-header[b-h54vv8ujhs] {
        padding: 1.5rem 1rem;
        margin: -1rem -1rem 1rem -1rem;
    }

    .login-header.login-header-unified[b-h54vv8ujhs] {
        padding: 1.5rem 1rem;
    }

    .login-header-unified-pane[b-h54vv8ujhs] {
        padding: 0.5rem 0;
    }

    .login-title[b-h54vv8ujhs] {
        font-size: 1.5rem;
    }

    .login-subtitle[b-h54vv8ujhs] {
        font-size: 0.9375rem;
    }

    .login-card:not(.login-card-merged)[b-h54vv8ujhs],
    .external-login-card[b-h54vv8ujhs] {
        padding: 1.5rem !important;
    }
}

@media (max-width: 600px) {
    .login-page-wrapper[b-h54vv8ujhs] {
        padding: 0.75rem;
    }

    .login-header[b-h54vv8ujhs] {
        padding: 1.25rem 1rem;
    }

    .login-header.login-header-unified[b-h54vv8ujhs] {
        padding: 1.25rem 1rem;
    }

    .login-title[b-h54vv8ujhs] {
        font-size: 1.35rem;
    }

    .login-card:not(.login-card-merged)[b-h54vv8ujhs],
    .external-login-card[b-h54vv8ujhs] {
        padding: 1.25rem !important;
        border-radius: 12px;
    }

    .login-card-merged[b-h54vv8ujhs] {
        border-radius: 12px;
    }

    .login-form-control[b-h54vv8ujhs] {
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem;
    }

    .login-btn[b-h54vv8ujhs] {
        padding: 0.75rem 1.25rem;
        font-size: 0.9375rem;
    }
}

/* Blazor scoped CSS : InputText / InputCheckbox rendent hors du scope parent */
[b-h54vv8ujhs] .login-form-control,
[b-h54vv8ujhs] input.login-form-control {
    width: 100% !important;
    padding: 0.75rem 1rem !important;
    border: 2px solid hsl(220, 13%, 90%) !important;
    border-radius: 10px !important;
    font-size: 0.9375rem !important;
    background: white !important;
    color: var(--foreground) !important;
    transition: all 0.3s ease !important;
}
[b-h54vv8ujhs] .login-form-control:focus,
[b-h54vv8ujhs] input.login-form-control:focus {
    outline: none !important;
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0 0 3px rgba(52, 95, 109, 0.1) !important;
}
[b-h54vv8ujhs] .login-form-control::placeholder,
[b-h54vv8ujhs] input.login-form-control::placeholder {
    color: var(--muted-foreground) !important;
}
[b-h54vv8ujhs] .login-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid hsl(220, 13%, 90%);
    border-radius: 4px;
    cursor: pointer;
}
[b-h54vv8ujhs] .login-btn {
    width: 100%;
}
/* /Components/Pages/Logout.razor.rz.scp.css */
/* /logout — carte centrée minimale (PublicLayout, SignOut inchangé) */

.login-page-nav-overlay[b-jj1k0mniy0] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 5rem;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.92) 0%, rgba(52, 95, 109, 0.6) 60%, transparent 100%);
    z-index: 1029;
    pointer-events: none;
}

.logout-page-wrapper[b-jj1k0mniy0] {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    background: linear-gradient(135deg, var(--background) 0%, hsl(220, 14%, 96%) 100%);
    position: relative;
}

.logout-card[b-jj1k0mniy0] {
    position: relative;
    z-index: 1;
    background: white;
    border-radius: 16px;
    border: 1px solid hsl(220, 13%, 90%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    padding: 2.5rem 2rem;
    text-align: center;
    max-width: 22rem;
    width: 100%;
}

.logout-spinner[b-jj1k0mniy0] {
    width: 2.25rem;
    height: 2.25rem;
    margin: 0 auto 1.25rem;
    border: 3px solid hsl(220, 13%, 90%);
    border-top-color: var(--bs-primary);
    border-radius: 50%;
    animation: logout-spin-b-jj1k0mniy0 0.8s linear infinite;
}

@keyframes logout-spin-b-jj1k0mniy0 {
    to {
        transform: rotate(360deg);
    }
}

.logout-title[b-jj1k0mniy0] {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--foreground);
    margin: 0;
    letter-spacing: -0.01em;
}

@media (max-width: 600px) {
    .logout-card[b-jj1k0mniy0] {
        padding: 2rem 1.5rem;
        border-radius: 12px;
    }

    .logout-title[b-jj1k0mniy0] {
        font-size: 1.125rem;
    }
}
/* /Components/Pages/NotificationPreferencesPage.razor.rz.scp.css */
.notif-prefs-page[b-pmxpttkrx2] {
    max-width: 36rem;
    margin: 1.5rem auto;
    padding: 0 1rem;
}

.notif-prefs-page h1[b-pmxpttkrx2] {
    font-size: 1.5rem;
    margin-bottom: 0.35rem;
    color: #0f172a;
}

.notif-prefs-lead[b-pmxpttkrx2] {
    color: #64748b;
    margin-bottom: 1.25rem;
}

.notif-prefs-empty[b-pmxpttkrx2] {
    color: #64748b;
}

.notif-prefs-list[b-pmxpttkrx2] {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}

.notif-prefs-list li + li[b-pmxpttkrx2] {
    border-top: 1px solid #e2e8f0;
}

.notif-prefs-row[b-pmxpttkrx2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    cursor: pointer;
    margin: 0;
}

.notif-prefs-row:hover[b-pmxpttkrx2] {
    background: #f8fafc;
}

.notif-prefs-row input[b-pmxpttkrx2] {
    width: 1.1rem;
    height: 1.1rem;
    accent-color: #345f6d;
}
/* /Components/Pages/VerificationEmail.razor.rz.scp.css */
/* /verification-email — même famille visuelle que Login / InvitationAcceptance */

.login-page-nav-overlay[b-oi87uy3zp0] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 5rem;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.92) 0%, rgba(52, 95, 109, 0.6) 60%, transparent 100%);
    z-index: 1029;
    pointer-events: none;
}

.login-page-wrapper[b-oi87uy3zp0] {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    background: linear-gradient(135deg, var(--background) 0%, hsl(220, 14%, 96%) 100%);
    position: relative;
    overflow: hidden;
}

.login-page-wrapper[b-oi87uy3zp0]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(234, 119, 61, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
}

.login-page-wrapper[b-oi87uy3zp0]::after {
    content: '';
    position: absolute;
    bottom: -25%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(52, 95, 109, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
}

.login-container[b-oi87uy3zp0] {
    position: relative;
    z-index: 1;
}

.login-card[b-oi87uy3zp0] {
    background: white;
    border-radius: 16px;
    border: 1px solid hsl(220, 13%, 90%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.login-card:hover[b-oi87uy3zp0] {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.verification-card[b-oi87uy3zp0] {
    padding: 0 !important;
}

.login-header[b-oi87uy3zp0] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--gscv-orange) 100%);
    color: white;
    padding: 2rem 1.5rem;
    margin: 0;
    border-radius: 16px 16px 0 0;
    position: relative;
    overflow: hidden;
}

.login-header[b-oi87uy3zp0]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.login-title[b-oi87uy3zp0] {
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
    position: relative;
    z-index: 1;
    letter-spacing: -0.02em;
}

.login-subtitle[b-oi87uy3zp0] {
    font-size: 1rem;
    opacity: 0.95;
    margin-top: 0.5rem;
    position: relative;
    z-index: 1;
}

.verification-lead[b-oi87uy3zp0] {
    color: var(--foreground);
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 1.5rem;
}

.login-btn[b-oi87uy3zp0] {
    width: 100%;
    padding: 0.875rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-decoration: none;
}

a.login-btn[b-oi87uy3zp0] {
    color: white;
}

.login-btn-primary[b-oi87uy3zp0] {
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--gscv-orange) 100%);
    color: white;
    box-shadow: 0 4px 16px rgba(52, 95, 109, 0.25);
}

.login-btn-primary:hover[b-oi87uy3zp0] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(52, 95, 109, 0.35);
    color: white;
}

.login-links[b-oi87uy3zp0] {
    text-align: center;
    margin-top: 1.5rem;
}

.login-link[b-oi87uy3zp0] {
    display: block;
    color: var(--bs-primary);
    text-decoration: none;
    font-size: 0.9375rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
    transition: all 0.3s ease;
}

.login-link:hover[b-oi87uy3zp0] {
    color: var(--gscv-orange);
    text-decoration: underline;
}

@media (max-width: 768px) {
    .login-page-wrapper[b-oi87uy3zp0] {
        padding: 1rem;
    }

    .login-header[b-oi87uy3zp0] {
        padding: 1.5rem 1rem;
    }

    .login-title[b-oi87uy3zp0] {
        font-size: 1.5rem;
    }

    .login-subtitle[b-oi87uy3zp0] {
        font-size: 0.9375rem;
    }
}

@media (max-width: 600px) {
    .login-page-wrapper[b-oi87uy3zp0] {
        padding: 0.75rem;
    }

    .login-title[b-oi87uy3zp0] {
        font-size: 1.35rem;
    }

    .login-card[b-oi87uy3zp0] {
        border-radius: 12px;
    }

    .login-header[b-oi87uy3zp0] {
        border-radius: 12px 12px 0 0;
        padding: 1.25rem 1rem;
    }
}
