@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /Components/Blocks/BlockPreview.razor.rz.scp.css */
.preview-placeholder[b-3kqt7rrp8d] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--osram-grey);
    opacity: 0.55;
    font-size: 0.9rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-834p8qvh3t] {
    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-834p8qvh3t] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-bl1d2i1xx1],
.components-reconnect-repeated-attempt-visible[b-bl1d2i1xx1],
.components-reconnect-failed-visible[b-bl1d2i1xx1],
.components-pause-visible[b-bl1d2i1xx1],
.components-resume-failed-visible[b-bl1d2i1xx1],
.components-rejoining-animation[b-bl1d2i1xx1] {
    display: none;
}

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


#components-reconnect-modal[b-bl1d2i1xx1] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    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-bl1d2i1xx1 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-bl1d2i1xx1 {
    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/Besuchsnachbereitung.razor.rz.scp.css */
.demo-notizen[b-difi64xyh5] {
    margin: 12px 0;
    max-width: 360px;
}

.nachbereitung-rahmen[b-difi64xyh5] {
    margin: 16px 0;
}

.rahmen-checkliste[b-difi64xyh5] {
    list-style: none;
    padding: 0;
    margin: 8px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
}

.rahmen-erfasst[b-difi64xyh5] {
    color: #107C10;
}

.rahmen-fehlt[b-difi64xyh5] {
    color: var(--osram-orange);
    font-weight: 600;
}

.rahmen-offen[b-difi64xyh5] {
    color: var(--osram-grey);
}

.nachbereitung-nacherfassung[b-difi64xyh5] {
    margin: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 640px;
}

[b-difi64xyh5] .vorschlag-karte {
    display: block;
    height: auto;
    padding: 16px;
    margin: 12px 0;
    max-width: 720px;
}

.vorschlag-felder[b-difi64xyh5] {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 4px 16px;
    margin: 0;
}

.vorschlag-felder dt[b-difi64xyh5] {
    color: var(--osram-grey);
}

.vorschlag-felder dd[b-difi64xyh5] {
    margin: 0;
}

.nachbereitung-erfolg[b-difi64xyh5] {
    color: #107C10;
    font-weight: 600;
}
/* /Components/Pages/Komponenten.razor.rz.scp.css */
.katalog-filter[b-jtwnho0hud] {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-block: 1rem;
}

.katalog-grid[b-jtwnho0hud] {
    overflow-x: auto;
}

.status-implemented[b-jtwnho0hud] {
    color: var(--osram-blue);
    font-weight: 600;
}

.status-planned[b-jtwnho0hud] {
    color: var(--osram-grey);
}

/* RowClass is applied on markup rendered by the FluentDataGrid child component,
   so it must cross the scoped-CSS boundary with ::deep. */
[b-jtwnho0hud] .row-planned {
    color: var(--osram-grey);
    opacity: 0.7;
}

.karten-raster[b-jtwnho0hud] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    padding: 0.5rem 0 1rem;
}

.komponenten-karte[b-jtwnho0hud] {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--osram-grey);
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.karte-vorschau[b-jtwnho0hud] {
    height: 280px;
    padding: 1rem;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--osram-grey);
}

/* Watermark layer: anchored bottom-right, slightly bleeding out of the card and reaching up
   behind the vertically centered preview text (which sits above it via .karte-inhalt). */
.karte-deko[b-jtwnho0hud] {
    position: absolute;
    right: -24px;
    bottom: -18px;
    width: 230px;
    height: 230px;
    opacity: 0.13;
    pointer-events: none;
}

.karte-inhalt[b-jtwnho0hud] {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
}

/* The block previews render inside a FluentCard whose opaque fill would cover the watermark
   layer below; inside the card preview that surface must stay see-through. Scoped here so the
   same components keep their normal card look elsewhere (e.g. the Text-Demo application). */
.karte-inhalt[b-jtwnho0hud]  fluent-card {
    background: transparent;
    box-shadow: none;
    border: none;
}

/* Bottom third mirrors the FluentHeader look with inverted content, following the dark card
   variant in docs/ui-guide/figma-style-guide/10-cards-news-fragments.png. Deliberately the
   same token the header uses (accent-fill-rest, derived from CustomColor #FD5000) rather than
   --osram-orange: Fluent darkens the accent until white text has enough contrast, so the raw
   brand orange would visibly differ from the header. The .status-* classes are shared with
   the list view, so the inversion must stay scoped to .karte-meta. */
.karte-meta[b-jtwnho0hud] {
    height: 140px;
    padding: 0.75rem 1rem;
    background: var(--accent-fill-rest, var(--osram-orange));
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.karte-name[b-jtwnho0hud] {
    font-weight: 600;
}

.karte-zeile[b-jtwnho0hud] {
    display: flex;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.85);
}

.karte-meta .status-implemented[b-jtwnho0hud] {
    color: #fff;
}

.karte-meta .status-planned[b-jtwnho0hud] {
    color: rgba(255, 255, 255, 0.75);
}

.karte-meta a[b-jtwnho0hud] {
    color: #fff;
    text-decoration: underline;
}

.karte-geplant .karte-vorschau[b-jtwnho0hud] {
    background: var(--osram-cream);
}
/* /Components/Pages/Vertraege.razor.rz.scp.css */
/* Scoped stylesheet for Vertraege.razor */

/* Grid layout for category tiles — mirrors .karten-raster from Komponenten.razor.css */
.kategorie-kacheln[b-32wi6tycq8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    padding: 0.5rem 0 1rem;
}

/* Light spacing for card content to avoid visual cramping */
[b-32wi6tycq8] .kategorie-kacheln h3 {
    margin: 0 0 0.5rem 0;
    color: var(--osram-ink);
}

[b-32wi6tycq8] .kategorie-kacheln p {
    margin: 0 0 0.75rem 0;
    color: var(--osram-grey);
    font-size: 0.9rem;
}

[b-32wi6tycq8] .kategorie-kacheln ul {
    margin: 0;
    padding-left: 1.5rem;
}

[b-32wi6tycq8] .kategorie-kacheln li {
    margin: 0.25rem 0;
    color: var(--osram-ink);
}

[b-32wi6tycq8] .kategorie-kacheln a {
    color: var(--osram-orange);
    text-decoration: none;
}

[b-32wi6tycq8] .kategorie-kacheln a:hover {
    text-decoration: underline;
}
