/* _content/DeskNova.Web/Components/Layout/BlankLayout.razor.rz.scp.css */
.blank-layout[b-dhf2rqq9jw] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #0f1123;
}
/* _content/DeskNova.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.shell[b-8r81rz5ub8] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 320px 1fr;
    background: var(--surface-canvas);
}

.shell-sidebar[b-8r81rz5ub8] {
    position: sticky;
    top: 0;
    min-height: 100vh;
    border-right: 1px solid var(--dn-border);
    background: var(--dn-surface);
}

.shell-main[b-8r81rz5ub8] {
    min-width: 0;
}

.shell-header[b-8r81rz5ub8] {
    position: sticky;
    top: 0;
    z-index: 70;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.6rem 1.5rem;
    border-bottom: 1px solid var(--dn-border);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    min-height: 3rem;
}

.shell-header__eyebrow[b-8r81rz5ub8] {
    margin: 0;
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.shell-header__title[b-8r81rz5ub8] {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.25;
    color: var(--text-strong);
}

.shell-header__link[b-8r81rz5ub8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.85rem;
    border: 1px solid var(--dn-border-3);
    border-radius: var(--dn-r-2xs);
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--dn-ink);
    background: var(--dn-surface);
    text-decoration: none;
    min-height: auto;
}

.shell-header__actions[b-8r81rz5ub8] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.shell-header__brand[b-8r81rz5ub8] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.shell-header__tenant[b-8r81rz5ub8] {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0.35rem 0.75rem;
    background: linear-gradient(135deg, rgba(79, 70, 229, 0.08), rgba(99, 102, 241, 0.04));
    border: 1px solid rgba(79, 70, 229, 0.25);
    border-radius: var(--dn-r-2xs);
    margin-left: auto;
    max-width: 40%;
    min-width: 0;
}

.shell-header__tenant-label[b-8r81rz5ub8] {
    font-size: 0.6rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #4f46e5;
    line-height: 1;
    margin-bottom: 2px;
}

.shell-header__tenant-name[b-8r81rz5ub8] {
    font-size: 0.9rem;
    line-height: 1.15;
    color: var(--text-strong);
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

@media (max-width: 720px) {
    .shell-header__tenant[b-8r81rz5ub8] {
        display: none;
    }
}

.shell-content[b-8r81rz5ub8] {
    padding: 1.25rem 1.5rem;
}

@media (max-width: 960px) {
    .shell[b-8r81rz5ub8] {
        grid-template-columns: 1fr;
    }

    .shell-sidebar[b-8r81rz5ub8] {
        position: static;
        min-height: auto;
    }

    .shell-header[b-8r81rz5ub8],
    .shell-content[b-8r81rz5ub8] {
        padding: 0.85rem 1rem;
    }
}

/* _content/DeskNova.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-3h8wwkniwv] {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    padding: 1.4rem 1.1rem;
    color: var(--dn-ink);
    box-sizing: border-box;
    max-width: 100%;
    height: 100%;
}

.nav-shell *[b-3h8wwkniwv],
.nav-shell *[b-3h8wwkniwv]::before,
.nav-shell *[b-3h8wwkniwv]::after {
    box-sizing: border-box;
}

/* === Brand === */
.nav-brand__link[b-3h8wwkniwv] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: inherit;
    text-decoration: none;
    padding: 0.2rem 0.3rem;
}

/* === Section titles === */
.nav-section[b-3h8wwkniwv] {
    display: grid;
    gap: 0.35rem;
}

.nav-section__title[b-3h8wwkniwv] {
    margin: 0 0 0.2rem 0.6rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--dn-text-muted);
    font-weight: 700;
}

/* === Nav links — light theme === */
.nav-section[b-3h8wwkniwv]  .nav-link,
[b-3h8wwkniwv] .nav-link {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding: 0.6rem 0.85rem;
    border: 1px solid transparent;
    border-radius: var(--dn-r-2xs);
    color: var(--dn-text-soft);
    text-decoration: none;
    background: transparent;
    font-family: var(--dn-font-ui);
    transition: var(--dn-transition);
}

.nav-section[b-3h8wwkniwv]  .nav-link:hover,
[b-3h8wwkniwv] .nav-link:hover {
    background: var(--dn-soft);
    color: var(--dn-ink);
}

.nav-section[b-3h8wwkniwv]  .nav-link.active,
[b-3h8wwkniwv] .nav-link.active {
    background: var(--dn-primary-tint);
    color: var(--dn-primary);
    font-weight: 700;
    border-color: transparent;
}

.nav-link__label[b-3h8wwkniwv] {
    font-weight: 600;
    font-size: 0.92rem;
    line-height: 1.2;
}

.nav-link__meta[b-3h8wwkniwv] {
    font-size: 0.76rem;
    color: var(--dn-text-muted);
    line-height: 1.3;
}

.nav-section[b-3h8wwkniwv]  .nav-link.active .nav-link__meta {
    color: var(--dn-primary);
    opacity: 0.78;
}

/* Compact (account link) */
.nav-link--compact[b-3h8wwkniwv] { padding: 0.45rem 0.85rem; }

/* === Logout button area === */
.nav-user-actions[b-3h8wwkniwv] {
    margin-top: 0.2rem;
}

.nav-button[b-3h8wwkniwv] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.55rem 1rem;
    border: none;
    border-radius: var(--dn-r-2xs);
    font-family: var(--dn-font-ui);
    font-weight: 700;
    font-size: 0.85rem;
    color: #fff;
    background: var(--dn-primary);
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    min-height: 2.4rem;
    box-shadow: var(--dn-shadow-primary);
    transition: var(--dn-transition);
}

.nav-button:hover[b-3h8wwkniwv] { background: var(--dn-primary-hover); }

.nav-button--secondary[b-3h8wwkniwv] {
    color: var(--dn-text);
    background: var(--dn-surface);
    border: 1px solid var(--dn-border-3);
    box-shadow: none;
    font-weight: 600;
}

.nav-button--secondary:hover[b-3h8wwkniwv] {
    background: var(--dn-soft);
    color: var(--dn-ink);
}

/* === User card (bottom) — matches the avatar+name pattern of the DeskNova design === */
.nav-user-card[b-3h8wwkniwv] {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 0.4rem;
    border-top: 1px solid var(--dn-border);
    padding-top: 0.85rem;
}

.nav-user-card__avatar[b-3h8wwkniwv] {
    flex-shrink: 0;
}

.nav-user-card__text[b-3h8wwkniwv] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.nav-user-card__text strong[b-3h8wwkniwv] {
    font-size: 0.92rem;
    color: var(--dn-ink);
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-user-card__text small[b-3h8wwkniwv] {
    font-size: 0.75rem;
    color: var(--dn-text-muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-user-card--muted[b-3h8wwkniwv] {
    flex-direction: column;
    align-items: flex-start;
    background: var(--dn-soft-2);
    border: 1px solid var(--dn-border);
    border-radius: var(--dn-r-2xs);
    padding: 0.7rem 0.85rem;
}

.nav-user-card--muted strong[b-3h8wwkniwv] {
    font-size: 0.95rem;
    color: var(--dn-ink);
}

.nav-user-card--muted small[b-3h8wwkniwv] {
    font-size: 0.78rem;
    color: var(--dn-text-soft);
    margin-top: 0.2rem;
    white-space: normal;
}
/* _content/DeskNova.Web/Components/Pages/ProjectManagerProjectDetail.razor.rz.scp.css */
/* Compact hero + meta cards (Projet / Organisation / Statut).
   The global stylesheet resets heading margin-top but not margin-bottom, and
   .grid-section stretches cards to equal height — both inflate vertical space.
   These rules are scoped to this page only. */

.page-section[b-jp5ses2jz1] {
    padding: 1.4rem 1.6rem;
}

.page-section h1[b-jp5ses2jz1] {
    margin-bottom: 0.35rem;
}

.page-section .section-copy[b-jp5ses2jz1] {
    margin-bottom: 0;
}

.grid-section[b-jp5ses2jz1] {
    margin-top: 1rem;
    align-items: start;
}

.card[b-jp5ses2jz1] {
    padding: 1.1rem 1.25rem;
}

.card h2[b-jp5ses2jz1] {
    margin-bottom: 0.2rem;
}

.card p[b-jp5ses2jz1] {
    margin-bottom: 0;
}
/* _content/DeskNova.Web/Components/Pages/TeamWorkload.razor.rz.scp.css */
.team-backlog--alert[b-nfcn05wx6y] {
    border-color: rgba(245, 158, 11, 0.45);
    background: linear-gradient(180deg, #fffbeb, #ffffff);
}

.team-table[b-nfcn05wx6y] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.75rem;
    font-size: 0.95rem;
}

.team-table th[b-nfcn05wx6y],
.team-table td[b-nfcn05wx6y] {
    padding: 0.7rem 0.9rem;
    text-align: left;
    border-bottom: 1px solid var(--border-subtle);
    vertical-align: middle;
}

.team-table thead th[b-nfcn05wx6y] {
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--text-muted);
    border-bottom: 1px solid var(--border-strong);
}

.team-table__num[b-nfcn05wx6y] {
    text-align: right;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.team-table tbody tr:hover[b-nfcn05wx6y] {
    background: var(--surface-canvas);
}

.team-table__muted[b-nfcn05wx6y] {
    color: var(--text-muted);
}

.team-table td strong[b-nfcn05wx6y] {
    margin-right: 0.5rem;
}
