/* /Components/Account/Login.razor.rz.scp.css */
.login-brand[b-msof7xrr91] {
    max-width: 25rem;
    margin: 3rem auto 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
}

.login-logo[b-msof7xrr91] {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: #d19a2f;
    display: grid;
    place-items: center;
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    box-shadow: none;
}

.login-titel[b-msof7xrr91] {
    font-size: 22px;
    font-weight: 800;
    color: #1c1a17;
}

.login-sub[b-msof7xrr91] {
    font-size: 13px;
    color: #6e6960;
    font-weight: 600;
}

.login-card[b-msof7xrr91] {
    max-width: 25rem;
    margin: 0 auto 3rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    background: #ffffff;
    border: 1.5px solid #ece8e0;
    border-radius: 0;
    padding: 22px;
    box-shadow: none;
}

.login-card form[b-msof7xrr91] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.login-card label[b-msof7xrr91] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 11px;
    font-weight: 800;
    color: #6e6960;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.login-card button[b-msof7xrr91] {
    width: 100%;
    margin-top: 2px;
}

.login-remember[b-msof7xrr91] {
    flex-direction: row !important;
    align-items: center;
    gap: 0.5rem !important;
    text-transform: none !important;
    font-size: 12.5px !important;
    font-weight: 600 !important;
    color: #4a453d !important;
}

.login-remember input[b-msof7xrr91] {
    width: auto;
}

.login-error[b-msof7xrr91] {
    color: #a6442e;
    font-weight: 700;
    background: #f9ebe7;
    border-radius: 0;
    padding: 0.5rem 0.8rem;
}

.login-divider[b-msof7xrr91] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6e6960;
    font-size: 11.5px;
    font-weight: 700;
    margin: 0.25rem 0;
}

.login-divider[b-msof7xrr91]::before,
.login-divider[b-msof7xrr91]::after {
    content: "";
    flex: 1;
    height: 1.5px;
    background: #ece8e0;
}

/* Externer Login (Google) — Outline-Pille, nicht massiv */
.login-extern[b-msof7xrr91] {
    width: 100%;
    background: #fff !important;
    color: #6e4b12 !important;
    border: 1.5px solid #ddd7cb !important;
    box-shadow: none !important;
    font-weight: 700 !important;
}

.login-extern-g[b-msof7xrr91] {
    font-weight: 800;
    color: #96681a;
}

.login-register[b-msof7xrr91] {
    text-align: center;
    font-size: 12.5px;
    font-weight: 700;
}

.login-fuss[b-msof7xrr91] {
    max-width: 25rem;
    margin: 14px auto 3rem;
    text-align: center;
    font-size: 11.5px;
    color: #6e6960;
    font-weight: 600;
}
/* /Components/Account/Registrieren.razor.rz.scp.css */
.login-card[b-101qp4plpd] {
    max-width: 22rem;
    margin: 3rem auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.login-card form[b-101qp4plpd] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.login-card label[b-101qp4plpd] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.login-error[b-101qp4plpd] {
    color: #b32121;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.top-bar[b-13mz0y07d2] {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 0 24px;
    height: 60px;
    min-height: 60px;
    flex: none; /* nicht schrumpfen (verhindert das „Wackeln"/Kleinerwerden beim Scrollen) */
    box-sizing: border-box;
    background: #ffffff;
    border-bottom: 1px solid #e3ded3; /* neutrale Haarlinie statt Amber-Balken (Design) */
    position: sticky;
    top: 0;
    z-index: 20;
}

.marke[b-13mz0y07d2] {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    line-height: 1.15;
}

.marke-logo[b-13mz0y07d2] {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #d19a2f;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 15px;
    color: #fff;
    flex: none;
}

.marke-name[b-13mz0y07d2] {
    display: block;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.01em;
}

.marke-sub[b-13mz0y07d2] {
    display: block;
    font-size: 11px;
    color: #6e6960;
    font-weight: 400;
}

.haupt-nav[b-13mz0y07d2] {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

/* Trennt die Mitarbeiter-Selbstbedienung von der Planer-/Admin-Ebene im Top-Menü. */
.nav-trenner[b-13mz0y07d2] {
    width: 1px;
    align-self: stretch;
    min-height: 18px;
    margin: 0 4px;
    background: #e3ded3;
}

/* Design: schlichte Textnavigation — kein Pill, kein Hintergrund. Gedämpft, Hover/aktiv = Tinte. */
.nav-link[b-13mz0y07d2] {
    padding: 0;
    border-radius: 0;
    text-decoration: none;
    color: #6e6960;
    font-size: 13px;
    font-weight: 400;
    background: none;
}

.nav-link:hover[b-13mz0y07d2] {
    background: none;
    color: #1c1a17;
}

.nav-link.active[b-13mz0y07d2] {
    background: none;
    color: #1c1a17;
    font-weight: 600;
}

.top-bar-rechts[b-13mz0y07d2] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-bar-user[b-13mz0y07d2] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: var(--color-text, #1c1a17);
}

.top-bar-avatar[b-13mz0y07d2] {
    width: 28px;
    height: 28px;
    border-radius: 0; /* Design: Radius 0 (Kreise nur für Logo/echte Avatare) */
    background: #f1eee6;
    display: grid;
    place-items: center;
    font-size: 11px;
    font-weight: 600;
    color: #4a453d;
    flex: none;
}

.top-bar-logout[b-13mz0y07d2] {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    color: #6e6960;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.top-bar-logout:hover[b-13mz0y07d2] {
    background: transparent;
    color: #1c1a17;
}

#blazor-error-ui[b-13mz0y07d2] {
    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-13mz0y07d2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-t6srcw3wo1],
.components-reconnect-repeated-attempt-visible[b-t6srcw3wo1],
.components-reconnect-failed-visible[b-t6srcw3wo1],
.components-pause-visible[b-t6srcw3wo1],
.components-resume-failed-visible[b-t6srcw3wo1],
.components-rejoining-animation[b-t6srcw3wo1] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-t6srcw3wo1],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-t6srcw3wo1],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-t6srcw3wo1],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-t6srcw3wo1],
#components-reconnect-modal.components-reconnect-retrying[b-t6srcw3wo1],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-t6srcw3wo1],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-t6srcw3wo1],
#components-reconnect-modal.components-reconnect-failed[b-t6srcw3wo1],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-t6srcw3wo1] {
    display: block;
}


#components-reconnect-modal[b-t6srcw3wo1] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-t6srcw3wo1 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-t6srcw3wo1 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-t6srcw3wo1 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-t6srcw3wo1]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-t6srcw3wo1 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-t6srcw3wo1 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-t6srcw3wo1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-t6srcw3wo1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-t6srcw3wo1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-t6srcw3wo1] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-t6srcw3wo1] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 0;
}

    #components-reconnect-modal button:hover[b-t6srcw3wo1] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-t6srcw3wo1] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-t6srcw3wo1] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-t6srcw3wo1] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-t6srcw3wo1 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-t6srcw3wo1] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-t6srcw3wo1 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.dash[b-y71ampeo55] {
    max-width: 1320px;
    padding: 28px 24px 56px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* Kopf */
.dash-kopf[b-y71ampeo55] {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    flex-wrap: wrap;
}

.dash-kopf-text[b-y71ampeo55] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dash-eyebrow[b-y71ampeo55] {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--color-text-tertiary);
}

.dash-titel[b-y71ampeo55] {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.015em;
    margin: 0;
}

.dash-kopf-aktionen[b-y71ampeo55] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* KPI-Kacheln — Haarlinien-Raster (1px Fugen) */
.dash-kpis[b-y71ampeo55] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 1px;
    background: var(--color-border);
    border: 1px solid var(--color-border);
}

.dash-kpi[b-y71ampeo55] {
    background: var(--color-surface);
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.dash-kpi-label[b-y71ampeo55] {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-text-tertiary);
}

.dash-kpi-wert-zeile[b-y71ampeo55] {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.dash-kpi-wert[b-y71ampeo55] {
    font-family: var(--font-mono);
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.02em;
}

.dash-kpi-einheit[b-y71ampeo55] {
    font-size: 13px;
    color: var(--color-text-muted);
}

.dash-kpi-sub[b-y71ampeo55] {
    font-size: 12px;
    color: var(--color-text-tertiary);
    line-height: 1.4;
}

/* Zwei Spalten */
.dash-spalten[b-y71ampeo55] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 32px;
    align-items: start;
}

.dash-haupt[b-y71ampeo55],
.dash-seite[b-y71ampeo55] {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-width: 0;
}

.dash-block[b-y71ampeo55] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.dash-block-kopf[b-y71ampeo55] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
}

.dash-block-titel[b-y71ampeo55] {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dash-block-meta[b-y71ampeo55] {
    font-size: 12px;
    color: var(--color-text-tertiary);
}

/* Hinweise */
.dash-hinweis[b-y71ampeo55],
.dash-leer[b-y71ampeo55] {
    border-left: 2px solid;
    padding: 13px 15px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.dash-leer[b-y71ampeo55] {
    flex-direction: column;
    gap: 4px;
}

.dash-hinweis-text[b-y71ampeo55] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 220px;
}

.dash-hinweis-titel[b-y71ampeo55] {
    font-size: 14px;
    font-weight: 600;
}

.dash-hinweis-body[b-y71ampeo55] {
    font-size: 13px;
    color: var(--color-text-muted);
    line-height: 1.45;
}

.dash-hinweis-aktionen .btn[b-y71ampeo55] {
    height: 30px;
    padding: 0 13px;
    font-size: 13px;
}

.dash-liste[b-y71ampeo55] {
    display: flex;
    flex-direction: column;
}

/* Offene-Schichten-Zeile */
.dash-zeile[b-y71ampeo55] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 0;
    border-top: 1px solid var(--color-border);
}

.dash-zeile-mark[b-y71ampeo55] {
    width: 2px;
    align-self: stretch;
    flex: none;
}

.dash-zeile-datum[b-y71ampeo55] {
    display: flex;
    flex-direction: column;
    gap: 1px;
    width: 74px;
    flex: none;
}

.dash-dow[b-y71ampeo55] {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dash-time[b-y71ampeo55] {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--color-text-tertiary);
}

.dash-zeile-mitte[b-y71ampeo55] {
    display: flex;
    flex-direction: column;
    gap: 1px;
    flex: 1;
    min-width: 0;
}

.dash-zeile-titel[b-y71ampeo55] {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dash-zeile-note[b-y71ampeo55] {
    font-size: 11px;
    font-weight: 600;
}

.dash-zeile-aktion.btn[b-y71ampeo55] {
    height: 30px;
    padding: 0 12px;
    font-size: 13px;
    flex: none;
}

/* Woche im Überblick */
.dash-tag[b-y71ampeo55] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 11px;
    border-top: 1px solid var(--color-border);
    color: inherit;
}

.dash-tag-dow[b-y71ampeo55] {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    width: 26px;
}

.dash-tag-datum[b-y71ampeo55] {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--color-text-tertiary);
    flex: 1;
}

.dash-tag-punkt[b-y71ampeo55] {
    width: 6px;
    height: 6px;
    flex: none;
}

.dash-tag-status[b-y71ampeo55] {
    font-size: 12px;
    font-weight: 600;
}

/* Nebenbei */
.dash-neben[b-y71ampeo55] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 0;
    border-top: 1px solid var(--color-border);
    color: inherit;
}

.dash-neben-text[b-y71ampeo55] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.dash-neben-titel[b-y71ampeo55] {
    font-size: 13px;
}

.dash-neben-sub[b-y71ampeo55] {
    font-size: 12px;
    color: var(--color-text-tertiary);
}

.dash-neben-aktion[b-y71ampeo55] {
    font-size: 13px;
    color: var(--color-link);
    flex: none;
}

@media (max-width: 900px) {
    .dash-spalten[b-y71ampeo55] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Plan.razor.rz.scp.css */
.plan-zuweisen[b-yzra0fagpj] {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    margin: var(--space-3) 0;
}

.plan-loeschen[b-yzra0fagpj] {
    margin-top: var(--space-4);
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.plan-detail-zeiten[b-yzra0fagpj] {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    flex-wrap: wrap;
}

/* Analog VerwaltungSchichtvorlageFormular.razor.css — Blazor Scoped-CSS gilt nur
   für Elemente der eigenen Komponente, daher hier dupliziert statt geteilt. */
.bedarf-zeile[b-yzra0fagpj] {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    margin-bottom: var(--space-2);
}

.bedarf-zeile select[b-yzra0fagpj] {
    flex: 2;
}

.bedarf-zeile input[type="number"][b-yzra0fagpj] {
    width: 5rem;
}

.plan-verfuegbarkeit-dialog[b-yzra0fagpj] {
    margin-top: var(--space-3);
}

/* Vorschlags-Ansicht: tages-gruppiertes Raster statt flacher Liste (überblickbar). */
.plan-vorschlag-kopf[b-yzra0fagpj] {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    margin-bottom: var(--space-2);
}

.plan-vorschlag-raster[b-yzra0fagpj] {
    display: flex;
    gap: var(--space-2);
    overflow-x: auto;
    padding-bottom: var(--space-2);
}

.plan-vorschlag-tag[b-yzra0fagpj] {
    min-width: 12rem;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
}

.plan-vorschlag-tag h3[b-yzra0fagpj] {
    margin: 0 0 var(--space-1) 0;
    font-size: var(--font-size-sm);
    text-transform: capitalize;
}

.plan-vorschlag-karte[b-yzra0fagpj] {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 0 var(--space-2);
    padding: var(--space-2);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: var(--color-bg);
    cursor: pointer;
}

.plan-vorschlag-karte input[type="checkbox"][b-yzra0fagpj] {
    grid-row: 1 / span 3;
    align-self: center;
}

.plan-vorschlag-karte.ausgewaehlt[b-yzra0fagpj] {
    border-color: var(--status-ok);
    background: color-mix(in srgb, var(--status-ok) 8%, white);
}

.plan-vorschlag-karte .pv-schicht[b-yzra0fagpj] {
    font-weight: 600;
}

.plan-vorschlag-karte .pv-bereich[b-yzra0fagpj] {
    font-size: var(--font-size-sm);
    color: var(--color-text-muted);
}

.plan-vorschlag-aktionen[b-yzra0fagpj] {
    display: flex;
    gap: var(--space-2);
    margin-top: var(--space-2);
}

/* Kompakte Status-Zeile statt Panel — der Vorschlag lebt jetzt inline im Kalender. */
.plan-vorschlag-status[b-yzra0fagpj] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-2);
}

.plan-vorschlag-tage[b-yzra0fagpj],
.plan-vorschlag-aktionen[b-yzra0fagpj] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
    align-items: center;
}

.plan-vorschlag-aktionen[b-yzra0fagpj] {
    justify-content: flex-end;
}

.plan-vorschlag-hint-box[b-yzra0fagpj] {
    background: #e3f2fd;
    border: 1px solid #64b5f6;
    border-radius: 0;
    padding: 0 0.3rem;
}
/* /Components/Pages/Verwaltung.razor.rz.scp.css */
/* .verwaltung-kacheln/.verwaltung-kachel wurden nach wwwroot/app.css verschoben
   (PLAN-0006 Phase 0/4): Blazor Scoped-CSS gilt nur für Elemente der eigenen
   Komponente — Home.razor nutzt dieselben Klassen und braucht sie global. */
/* /Components/Pages/VerwaltungMitarbeiterFormular.razor.rz.scp.css */
fieldset[b-v3tl5iirmr] {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    padding: var(--space-3);
    margin: var(--space-3) 0;
}

.job-rolle-checkbox[b-v3tl5iirmr] {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    font-weight: normal;
    margin-bottom: var(--space-1);
}

.inkomp-zeile[b-v3tl5iirmr] {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    margin-bottom: 0.2rem;
}

.kontingent-zeile[b-v3tl5iirmr] {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    margin-bottom: var(--space-1);
}

.bereich-auswahl-zeile[b-v3tl5iirmr] {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    margin-bottom: var(--space-1);
}

.bereich-notfall[b-v3tl5iirmr] {
    color: var(--color-text-muted, inherit);
}
/* /Components/Pages/VerwaltungSchichtvorlageFormular.razor.rz.scp.css */
.bedarf-zeile[b-hugo4rlw1v] {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    margin-bottom: var(--space-2);
}

.bedarf-zeile select[b-hugo4rlw1v] {
    flex: 2;
}

.bedarf-zeile input[type="number"][b-hugo4rlw1v] {
    width: 5rem;
}

.wochentage-auswahl[b-hugo4rlw1v] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-2);
}

.wochentag-checkbox[b-hugo4rlw1v] {
    display: inline-flex;
    align-items: center;
    gap: var(--space-1);
}
/* /Components/Plan/ListenAnsicht.razor.rz.scp.css */
.plan-liste-tabelle[b-1daaqqs7ks] {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    overflow: hidden;
}

.plan-liste-zeile[b-1daaqqs7ks] {
    cursor: pointer;
}

    .plan-liste-zeile:hover[b-1daaqqs7ks] {
        background: var(--color-bg);
    }

.plan-liste-zeile-meine[b-1daaqqs7ks] {
    box-shadow: inset 3px 0 0 var(--status-meine);
}
/* /Components/Plan/TagesAnsicht.razor.rz.scp.css */
.plan-tag-liste[b-luatmnngmc] {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.plan-tag-bereich h3[b-luatmnngmc] {
    margin-top: 0;
}

.plan-tag-schichten[b-luatmnngmc] {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
    margin-bottom: var(--space-3);
    max-width: 24rem;
}
/* /Components/Plan/ZusatzschichtDialog.razor.rz.scp.css */
.zs-overlay[b-bealqdz593] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.zs-dialog[b-bealqdz593] {
    width: min(440px, 94vw);
    max-height: 90vh;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.zs-dialog h2[b-bealqdz593] {
    margin: 0;
}

.zs-dialog label[b-bealqdz593] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.9rem;
}

.zs-zeit[b-bealqdz593] {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.zs-zeit label[b-bealqdz593] {
    flex: 1 1 6rem;
}

.zs-aktionen[b-bealqdz593] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.3rem;
}
