/* /Components/Layout/AuthLayout.razor.rz.scp.css */
/* ==============================
   AuthLayout.css � nur Layout
   ============================== */

/* Gesamtes Auth Layout (Fullscreen, Aurora, etc.) */
.auth-layout[b-x4u1plz8s5] {
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(180deg, #052767 0%, #3a0647 70%);
    box-shadow: inset 0 0 140px rgba(0, 0, 0, 0.35), inset 0 0 320px rgba(0, 0, 0, 0.25);
}

    /* Aurora-/Glow-Layer */
    .auth-layout[b-x4u1plz8s5]::before {
        content: "";
        position: absolute;
        inset: -20% -10% -20% -10%;
        background: radial-gradient(48rem 36rem at 14% 16%, rgba(255, 255, 255, 0.10), transparent 60%), radial-gradient(40rem 32rem at 24% 84%, rgba(0, 204, 255, 0.12), transparent 60%), radial-gradient(46rem 34rem at 82% 18%, rgba(106, 17, 203, 0.16), transparent 60%), radial-gradient(38rem 30rem at 86% 58%, rgba(37, 117, 252, 0.14), transparent 60%), conic-gradient(from 210deg at 60% 40%, rgba(37, 117, 252, 0.10), rgba(106, 17, 203, 0.08), transparent 72%);
        filter: blur(42px) saturate(120%);
        opacity: 0.9;
        pointer-events: none;
        transform: translate3d(0, 0, 0);
    }

.grid-overlay[b-x4u1plz8s5] {
    position: absolute;
    inset: -35%;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 26px 26px;
    z-index: 1;
    transform: rotate(20deg);
    transform-origin: center;
}

.auth-shell[b-x4u1plz8s5] {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Layout/ChatProgressLayout.razor.rz.scp.css */
:root[b-2mvds12omg] {
    /* Höhe der Topbar zentral festlegen */
    --topbar-h: 10.5rem;
}

/* Gesamter Bereich unter der Topbar (2-Spalten-Layout) */
.page[b-2mvds12omg] {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: calc(100vh - var(--topbar-h));
    overflow: hidden;
}

    /* Aurora-/Glow-Layer (falls genutzt) */
    .page[b-2mvds12omg]::before {
        content: ""
;
        position: absolute;
        inset: -20% -10% -20% -10%;
        opacity: 0.9;
        pointer-events: none;
        transform: translate3d(0,0,0);
        z-index: 0;
    }

    /* Inhalte über Background-Layer halten */
    .page > *[b-2mvds12omg] {
        position: relative;
        z-index: 1;
    }

/* Hauptbereich (rechts) */
main[b-2mvds12omg] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: calc(100vh - var(--topbar-h));
}

/* Content füllt den Rest unterhalb der Topbar */
.content[b-2mvds12omg] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

    .content > .container-fluid[b-2mvds12omg] {
        flex: 1 1 auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
    }

        .content > .container-fluid > .row[b-2mvds12omg] {
            flex: 1 1 auto;
            min-height: 0;
        }

    .content .container-fluid[b-2mvds12omg] {
        height: 100%;
    }

    .content .row[b-2mvds12omg] {
        min-height: 0;
    }

/* Topbar: volle Breite oben */
.top-row[b-2mvds12omg] {
    background: linear-gradient(90deg, var(--color-blue-dark) 0%, var(--color-purple-dark) 150%);
    border-bottom: 0.5px solid rgba(0,0,0,0.15);
    /* FIX: keine feste Höhe, sondern Mindesthöhe */
    height: auto !important;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 3;
}

    /* Links und Buttons in der Top-Bar */
    .top-row[b-2mvds12omg]  a, .top-row[b-2mvds12omg]  .btn-link {
        color: rgba(255,255,255,0.85);
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        transition: color .2s, text-shadow .2s;
    }

        .top-row[b-2mvds12omg]  a:hover, .top-row[b-2mvds12omg]  .btn-link:hover {
            color: #fff;
            text-shadow: 0 0 6px rgba(255,255,255,0.3);
        }

.top-row-grid[b-2mvds12omg] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 0.75rem;
}

.top-row-center[b-2mvds12omg] {
    justify-self: center;
}

.layout-env-banner[b-2mvds12omg] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(251, 21, 36, 0.55);
    background: rgba(251, 41, 36, 0.30);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

/* Hauptinhalt */
article.content[b-2mvds12omg] {
    padding: 1.5rem 2rem;
    color: var(--color-text);
}

/* Sidebar (links), sticky unter der Topbar */
.sidebar[b-2mvds12omg] {
    background: var(--color-white);
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
}

#blazor-error-ui[b-2mvds12omg] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
    display: none;
    left: 0;
    padding: .6rem 1.25rem .7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-2mvds12omg] {
        cursor: pointer;
        position: absolute;
        right: .75rem;
        top: .5rem;
    }

/* Responsive */
@media (max-width: 640.98px) {
    .top-row.auth[b-2mvds12omg] {
        justify-content: space-between;
    }

    .top-row a[b-2mvds12omg], .top-row .btn-link[b-2mvds12omg] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-2mvds12omg] {
        flex-direction: row;
    }

    .sidebar[b-2mvds12omg] {
        width: 250px;
        position: sticky;
        top: var(--topbar-h);
        height: calc(100vh - var(--topbar-h));
    }
}
/* /Components/Layout/DashboardTile.razor.rz.scp.css */
:host[b-9a7ix4f62z] {
    display: block;
    height: 100%; /* füllt den Wrapper (flex-fill) */
}

/* Kachel: Glas-Optik + Flex-Container */
.dashboard-tile[b-9a7ix4f62z] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    height: 100%;      /* wichtig: füllt den :host */
    padding: 1rem;
    color: #111;
}

/* Header oben */
.dashboard-tile-header[b-9a7ix4f62z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    margin-bottom: .5rem;
}

.dashboard-tile-title[b-9a7ix4f62z] {
    font-size: 1.1rem;
    font-weight: 600;
}

/* Optionaler Button rechts oben */
.dashboard-tile-btn[b-9a7ix4f62z] {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    color: #111;
    padding: .25rem .5rem;
    border-radius: 6px;
    transition: background-color .15s ease, color .15s ease;
}

.dashboard-tile-btn:hover[b-9a7ix4f62z] {
    background: rgba(0,0,0,0.05);
    color: #333;
}

/* Contentbereich füllt Resthöhe, darf scrollen */
.dashboard-tile-content[b-9a7ix4f62z] {
    flex: 1 1 auto; /* füllt den verbleibenden Platz */
    min-height: 0;  /* nötig, damit overflow korrekt funktioniert */
    overflow: auto;
    color: #111;
}

/* optionale Scrollbar-Optik */
.dashboard-tile-content[b-9a7ix4f62z]::-webkit-scrollbar { width: 6px; }
.dashboard-tile-content[b-9a7ix4f62z]::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 3px;
}
/* /Components/Layout/FunnelLayout.razor.rz.scp.css */
:root[b-69ishje69b] {
    /* H�he der Topbar zentral festlegen */
    --topbar-h: 10.5rem;
}

/* Gesamter Bereich unter der Topbar (2-Spalten-Layout) */
.page[b-69ishje69b] {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: calc(100vh - var(--topbar-h));
    overflow: hidden;
}

/* Aurora-/Glow-Layer (falls genutzt) */
.page[b-69ishje69b]::before {
    content: "";
    position: absolute;
    inset: -20% -10% -20% -10%;
    opacity: 0.9;
    pointer-events: none;
    transform: translate3d(0,0,0);
    z-index: 0;
}

/* Inhalte �ber Background-Layer halten */
.page > *[b-69ishje69b] {
    position: relative;
    z-index: 1;
}

/* Hauptbereich (rechts) */
main[b-69ishje69b] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: calc(100vh - var(--topbar-h));
}

/* Content f�llt den Rest unterhalb der Topbar */
.content[b-69ishje69b] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.content > .container-fluid[b-69ishje69b] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.content > .container-fluid > .row[b-69ishje69b] {
    flex: 1 1 auto;
    min-height: 0;
}

.content .container-fluid[b-69ishje69b] { height: 100%; }
.content .row[b-69ishje69b] { min-height: 0; }

/* Topbar: volle Breite oben */
.top-row[b-69ishje69b] {
    background: linear-gradient(90deg, var(--color-blue-dark) 0%, var(--color-purple-dark) 150%);
    border-bottom: 0.5px solid rgba(0,0,0,0.15);

    /* FIX: keine feste H�he, sondern Mindesth�he */
    height: auto !important;
    min-height: 3.5rem;

    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 3;
}

/* Links und Buttons in der Top-Bar */
.top-row[b-69ishje69b]  a, .top-row[b-69ishje69b]  .btn-link {
    color: rgba(255,255,255,0.85);
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    transition: color .2s, text-shadow .2s;
}

.top-row[b-69ishje69b]  a:hover, .top-row[b-69ishje69b]  .btn-link:hover {
    color: #fff;
    text-shadow: 0 0 6px rgba(255,255,255,0.3);
}

/* Hauptinhalt */
article.content[b-69ishje69b] {
    padding: 1.5rem 2rem;
    color: var(--color-text);
}

/* Sidebar (links), sticky unter der Topbar */
.sidebar[b-69ishje69b] {
    background: var(--color-white);
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
}

#blazor-error-ui[b-69ishje69b] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
    display: none;
    left: 0;
    padding: .6rem 1.25rem .7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-69ishje69b] {
    cursor: pointer;
    position: absolute;
    right: .75rem;
    top: .5rem;
}

/* -------------------------------------------------------------------------- */
/*                               Funnel Layout                                 */
/* -------------------------------------------------------------------------- */

.funnel-layout[b-69ishje69b] {
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(180deg, #052767 0%, #3a0647 70%);
    box-shadow: inset 0 0 140px rgba(0, 0, 0, 0.35), inset 0 0 320px rgba(0, 0, 0, 0.25);
}

.funnel-layout[b-69ishje69b]::before {
    content: "";
    position: absolute;
    inset: -20% -10% -20% -10%;
    background: radial-gradient(48rem 36rem at 14% 16%, rgba(255, 255, 255, 0.10), transparent 60%),
                radial-gradient(40rem 32rem at 24% 84%, rgba(0, 204, 255, 0.12), transparent 60%),
                radial-gradient(46rem 34rem at 82% 18%, rgba(106, 17, 203, 0.16), transparent 60%),
                radial-gradient(38rem 30rem at 86% 58%, rgba(37, 117, 252, 0.14), transparent 60%),
                conic-gradient(from 210deg at 60% 40%, rgba(37, 117, 252, 0.10), rgba(106, 17, 203, 0.08), transparent 72%);
    filter: blur(42px) saturate(120%);
    opacity: 0.9;
    pointer-events: none;
    transform: translate3d(0, 0, 0);
}

.grid-overlay[b-69ishje69b] {
    position: absolute;
    inset: -35%;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 26px 26px;
    z-index: 1;
    transform: rotate(20deg);
    transform-origin: center;
}

.funnel-shell[b-69ishje69b] {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.top-row[b-69ishje69b] {
    background: linear-gradient(90deg, rgba(5, 39, 103, 0.88) 0%, rgba(58, 6, 71, 0.88) 150%);
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.14);
    min-height: 3.5rem;
    position: sticky;
    top: 0;
    z-index: 20;
    overflow: visible;
}

.top-row[b-69ishje69b]::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.funnel-content[b-69ishje69b] {
    flex: 1 1 auto;
}
/* /Components/Layout/LandingPageLayout.razor.rz.scp.css */
/* Landing-spezifisches Layout: stabiler Fullscreen-Background beim Scrollen */
.landing-bg[b-9nb7i7iebb] {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: linear-gradient(180deg, #052767 0%, #3a0647 70%);
    box-shadow: inset 0 0 140px rgba(0, 0, 0, 0.35), inset 0 0 320px rgba(0, 0, 0, 0.25);
}

.landing-bg[b-9nb7i7iebb]::before {
    content: "";
    position: absolute;
    inset: -20% -10% -20% -10%;
    background:
        radial-gradient(48rem 36rem at 14% 16%, rgba(255, 255, 255, 0.10), transparent 60%),
        radial-gradient(40rem 32rem at 24% 84%, rgba(0, 204, 255, 0.12), transparent 60%),
        radial-gradient(46rem 34rem at 82% 18%, rgba(106, 17, 203, 0.16), transparent 60%),
        radial-gradient(38rem 30rem at 86% 58%, rgba(37, 117, 252, 0.14), transparent 60%),
        conic-gradient(from 210deg at 60% 40%, rgba(37, 117, 252, 0.10), rgba(106, 17, 203, 0.08), transparent 72%);
    filter: blur(42px) saturate(120%);
    opacity: 0.9;
    pointer-events: none;
}

/* Content-Layer */
.landing-layout[b-9nb7i7iebb] {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: clip; /* verhindert seitlichen/zus�tzlichen Overflow */
}

.landing-grid-overlay[b-9nb7i7iebb] {
    position: fixed; /* statt absolute */
    inset: -35%;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 26px 26px;
    transform: rotate(20deg);
    transform-origin: center;
    z-index: 1;
}

.landing-shell[b-9nb7i7iebb] {
    position: relative;
    z-index: 2;
    width: 100%;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
:root[b-oxfotg9fzb] {
    /* H�he der Topbar zentral festlegen */
    --topbar-h: 10.5rem;
}

/* Gesamter Bereich unter der Topbar (2-Spalten-Layout) */
.page[b-oxfotg9fzb] {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: calc(100vh - var(--topbar-h));
    overflow: hidden;
}

/* Aurora-/Glow-Layer (falls genutzt) */
.page[b-oxfotg9fzb]::before {
    content: "";
    position: absolute;
    inset: -20% -10% -20% -10%;
    opacity: 0.9;
    pointer-events: none;
    transform: translate3d(0,0,0);
    z-index: 0;
}

/* Inhalte �ber Background-Layer halten */
.page > *[b-oxfotg9fzb] {
    position: relative;
    z-index: 1;
}

/* Hauptbereich (rechts) */
main[b-oxfotg9fzb] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: calc(100vh - var(--topbar-h));
}

/* Content f�llt den Rest unterhalb der Topbar */
.content[b-oxfotg9fzb] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.content > .container-fluid[b-oxfotg9fzb] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.content > .container-fluid > .row[b-oxfotg9fzb] {
    flex: 1 1 auto;
    min-height: 0;
}

.content .container-fluid[b-oxfotg9fzb] { height: 100%; }
.content .row[b-oxfotg9fzb] { min-height: 0; }

/* Topbar: volle Breite oben */
.top-row[b-oxfotg9fzb] {
    background: linear-gradient(90deg, var(--color-blue-dark) 0%, var(--color-purple-dark) 150%);
    border-bottom: 0.5px solid rgba(0,0,0,0.15);

    /* FIX: keine feste H�he, sondern Mindesth�he */
    height: auto !important;
    min-height: 3.5rem;

    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 3;
}

/* Links und Buttons in der Top-Bar */
.top-row[b-oxfotg9fzb]  a, .top-row[b-oxfotg9fzb]  .btn-link {
    color: rgba(255,255,255,0.85);
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
    transition: color .2s, text-shadow .2s;
}

.top-row[b-oxfotg9fzb]  a:hover, .top-row[b-oxfotg9fzb]  .btn-link:hover {
    color: #fff;
    text-shadow: 0 0 6px rgba(255,255,255,0.3);
}

/* Hauptinhalt */
article.content[b-oxfotg9fzb] {
    padding: 1.5rem 2rem;
    color: var(--color-text);
}

/* Sidebar (links), sticky unter der Topbar */
.sidebar[b-oxfotg9fzb] {
    background: var(--color-white);
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
}

#blazor-error-ui[b-oxfotg9fzb] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
    display: none;
    left: 0;
    padding: .6rem 1.25rem .7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-oxfotg9fzb] {
    cursor: pointer;
    position: absolute;
    right: .75rem;
    top: .5rem;
}

/* Top bar center elements */
.top-row-center[b-oxfotg9fzb] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

/* Layout environment banner */
.layout-env-banner[b-oxfotg9fzb] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(251, 21, 36, 0.55);
    background: rgba(251, 41, 36, 0.30);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

/* Responsive */
@media (max-width: 640.98px) {
    .top-row.auth[b-oxfotg9fzb] {
        justify-content: space-between;
    }

    .top-row a[b-oxfotg9fzb], .top-row .btn-link[b-oxfotg9fzb] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-oxfotg9fzb] {
        flex-direction: row;
    }

    .sidebar[b-oxfotg9fzb] {
        width: 250px;
        position: sticky;
        top: var(--topbar-h);
        height: calc(100vh - var(--topbar-h));
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-akva5wysml] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-akva5wysml] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-akva5wysml] {
    height: 3.5rem;
    background-color: var(--color-blue-dark);
}

.bi[b-akva5wysml] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    margin-left: .125rem;
    margin-right: .75rem;
    color: #555;
    position: static;
    filter: none;
}

.bi-list-nested-nav-menu[b-akva5wysml] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.admin-indicator[b-akva5wysml] {
    font-weight: 600;
    color: #dc3545;
    cursor: default;
}

.nav-item[b-akva5wysml] {
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-akva5wysml] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-akva5wysml] {
    padding-bottom: 1rem;
}

.nav-item[b-akva5wysml]  .nav-link {
    color: #333;
    background: none;
    border: none;
    border-radius: 4px;
    height: auto;
    min-height: 3.25rem;
    padding: .25rem 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
    width: 100%;
}

.nav-item[b-akva5wysml]  a.active {
    background-color: rgba(0, 0, 0, 0.07);
}

.nav-item[b-akva5wysml]  .nav-link:hover {
    background-color: rgba(0, 0, 100, 0.07);
}

/* Neuer Chat wie NavLink, aber ohne Active-Highlight */
.nav-button[b-akva5wysml] {
    color: #333;
    background: none;
    border: none;
    border-radius: 4px;
    height: auto;
    min-height: 3.25rem;
    padding: .25rem 0;
    line-height: 1.2;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    font: inherit;
    cursor: pointer;
}

.nav-button:hover[b-akva5wysml] {
    background-color: rgba(0, 0, 100, 0.07);
}

.nav-separator[b-akva5wysml] {
    height: 1px;
    background: rgba(0, 0, 0, 0.10);
    margin: .35rem .75rem .65rem;
    border-radius: 2px;
}

.nav-header[b-akva5wysml] {
    font-size: .8rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: .04em;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.nav-scrollable[b-akva5wysml] {
    display: none;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.navbar-toggler:checked ~ .nav-scrollable[b-akva5wysml] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-akva5wysml] {
        display: none;
    }

    .nav-scrollable[b-akva5wysml] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow: hidden;
    }
}

/* Scroll-Bereich + Sticky Footer */
.nav-shell[b-akva5wysml] {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.nav-main[b-akva5wysml] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}

.nav-footer[b-akva5wysml] {
    position: sticky;
    bottom: 0;
    z-index: 5;
    background: #fff;
    padding-bottom: .75rem;
    box-shadow: none;
}

.footer-item[b-akva5wysml] {
    color: #6c757d;
    font-size: .95rem;
    padding-top: .2rem;
    padding-bottom: .2rem;
}

.footer-item[b-akva5wysml]  .footer-link {
    color: #6c757d;
    border-radius: 6px;
    min-height: 2.5rem;
    padding: .45rem .5rem;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.footer-item[b-akva5wysml]  .footer-link:hover {
    background-color: rgba(0, 0, 100, 0.07);
    color: #333;
}

.footer-item[b-akva5wysml]  a.footer-link.active {
    background-color: rgba(0, 0, 0, 0.07);
    color: #111;
}

/* Session-Liste */
.session-item[b-akva5wysml] {
    position: relative;
    display: flex;
    align-items: center;
    gap: .5rem;
    cursor: pointer;
    border-radius: .375rem;
    padding-top: .375rem;
    padding-bottom: .375rem;
}

.session-item .bi-chat-dots[b-akva5wysml] {
    color: #6c757d;
}

.session-item.active[b-akva5wysml],
.session-item:hover[b-akva5wysml] {
    background: rgba(0, 0, 0, .04);
}

.session-name[b-akva5wysml] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dots-btn[b-akva5wysml] {
    background: none;
    border: none;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    opacity: 0;
    transition: opacity .15s ease;
}

.session-item:hover .dots-btn[b-akva5wysml] {
    opacity: 1;
}

.dots-btn:hover[b-akva5wysml] {
    background: rgba(0, 0, 0, .06);
    color: #343a40;
}

.session-menu-container[b-akva5wysml] {
    position: relative;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
}

.menu-container[b-akva5wysml] {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: auto;
}

.menu-container > .dropdown[b-akva5wysml] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 180px;
    z-index: 3600;
    background-color: #fff;
    color: #222;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.menu-container .dropdown .dropdown-item[b-akva5wysml] {
    width: 100%;
    border: 0;
    background: transparent;
    color: #222;
    padding: 0.5rem 0.625rem;
    border-radius: 0.375rem;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: .5rem;
}

.menu-container .dropdown .dropdown-item:hover[b-akva5wysml] {
    background-color: rgba(0, 0, 0, 0.06);
}

.dropdown-backdrop[b-akva5wysml] {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 3500;
}

.session-menu[b-akva5wysml] {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: .5rem;
    min-width: 180px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    padding: .25rem;
    z-index: 3600;
}

.session-rename-input[b-akva5wysml] {
    flex: 1 1 auto;
    min-width: 0;
    border: 1px solid rgba(0, 0, 0, .18);
    border-radius: .375rem;
    padding: .2rem .45rem;
    font-size: .92rem;
    line-height: 1.2;
}

.dots-btn .bi[b-akva5wysml] {
    margin: 0;
    width: auto;
    height: auto;
    line-height: 1;
    display: block;
}



/* /Components/Shared/ToastHost.razor.rz.scp.css */
.toast-mm-container[b-eadi858e4k] {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 5000;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    pointer-events: none;
    max-width: min(420px, calc(100vw - 2rem));
}

.toast-mm[b-eadi858e4k] {
    pointer-events: auto;
    border-radius: .75rem;
    padding: .65rem .85rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
    border: 1px solid transparent;
    background: #fff;
    color: #1f2937;
    cursor: pointer;
    transform: translateY(0);
    opacity: 1;
}

.toast-mm.enter[b-eadi858e4k] {
    animation: toast-mm-enter-b-eadi858e4k .18s ease-out;
}

.toast-mm.closing[b-eadi858e4k] {
    animation: toast-mm-exit-b-eadi858e4k .30s ease-in forwards;
}

.toast-mm-body[b-eadi858e4k] {
    font-size: .9rem;
    line-height: 1.35;
}

.toast-mm-info[b-eadi858e4k] {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1e3a8a;
}

.toast-mm-success[b-eadi858e4k] {
    background: #ecfdf5;
    border-color: #a7f3d0;
    color: #065f46;
}

.toast-mm-warning[b-eadi858e4k] {
    background: #fffbeb;
    border-color: #fde68a;
    color: #92400e;
}

.toast-mm-error[b-eadi858e4k] {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
}

@keyframes toast-mm-enter-b-eadi858e4k {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes toast-mm-exit-b-eadi858e4k {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(8px);
    }
}
/* /Components/Shared/TopBarAuth.razor.rz.scp.css */
/* -----------------------
   User-Menü
------------------------- */
.user-name[b-8acv9o6czx] {
    max-width: 200px;
    color: var(--color-white);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topbar-auth[b-8acv9o6czx],
.topbar-auth .text-topbar[b-8acv9o6czx],
.topbar-auth .bi[b-8acv9o6czx] {
    color: var(--color-white);
}

.topbar-pill[b-8acv9o6czx] {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-white);
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.user-menu-container[b-8acv9o6czx] {
    position: relative;
    z-index: 3600;
}

/* Avatar-Button */
.avatar-btn[b-8acv9o6czx] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.14);
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .avatar-btn .bi[b-8acv9o6czx] {
        font-size: 1.1rem;
        line-height: 1;
        color: inherit;
    }

    .avatar-btn:hover[b-8acv9o6czx] {
        background: rgba(255, 255, 255, 0.22);
        box-shadow: 0 0 8px rgba(255, 255, 255, 0.12);
    }

    .avatar-btn:focus[b-8acv9o6czx] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
    }

    .avatar-btn:active[b-8acv9o6czx] {
        transform: scale(0.98);
    }

.avatar-img[b-8acv9o6czx] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9999px;
    display: block;
}

/* Dropdown über die Backdrop legen */
.user-menu-container > .dropdown[b-8acv9o6czx] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 220px;
    z-index: 3700;
    background-color: #fff;
    color: #222;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 0.25rem;
}

.user-menu-container .dropdown .dropdown-item[b-8acv9o6czx] {
    width: 100%;
    border: 0;
    background: transparent;
    color: #222;
    padding: 0.5rem 0.625rem;
    border-radius: 0.375rem;
    text-align: left;
    cursor: pointer;
}

.user-menu-container .dropdown .dropdown-item:hover[b-8acv9o6czx] {
    background-color: rgba(0, 0, 0, 0.06);
}

.user-menu-container .dropdown .dropdown-item.danger[b-8acv9o6czx] {
    color: #b91c1c;
}

.user-menu-container .dropdown .dropdown-item.danger:hover[b-8acv9o6czx] {
    background-color: rgba(220, 38, 38, 0.08);
}

.dropdown-sep[b-8acv9o6czx] {
    margin: 0.25rem 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

/* Nur die Backdrop in DIESER Komponente anpassen (CSS Isolation) */
.dropdown-backdrop[b-8acv9o6czx] {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 3500; /* unter dem Dropdown, über restlicher Seite */
}


/* /Components/Shared/TopBarOrg.razor.rz.scp.css */
.navbar-logo[b-dy4loybdun] {
    height: 2rem;
    width: auto;
    display: block;
    vertical-align: middle;
    margin-top: 6px;
}

.topbar-org[b-dy4loybdun] {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.topbar-org a[b-dy4loybdun] {
    margin-left: 0 !important;
}

.header-btn[b-dy4loybdun] {
    background: transparent;
    border: none;
    color: var(--color-white);
    padding: 0 0.25rem;
    cursor: pointer;
}

.header-btn:hover[b-dy4loybdun] {
    opacity: 0.9;
}

.menu-container[b-dy4loybdun] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.topbar-icon-btn[b-dy4loybdun] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--color-white);
}

.topbar-icon-btn:hover[b-dy4loybdun] {
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.1);
}

.menu-container > .dropdown[b-dy4loybdun] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 240px;
    max-height: min(60vh, 480px);
    overflow: auto;
    z-index: 3600;
    background-color: #fff;
    color: #222;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.menu-container .dropdown .dropdown-item[b-dy4loybdun] {
    width: 100%;
    border: 0;
    background: transparent;
    color: #222;
    padding: 0.5rem 0.625rem;
    border-radius: 0.375rem;
    text-align: left;
    cursor: pointer;
}

.menu-container .dropdown .dropdown-item:hover[b-dy4loybdun] {
    background-color: rgba(0, 0, 0, 0.06);
}

.menu-container .dropdown .dropdown-item.active[b-dy4loybdun] {
    background-color: rgba(0, 0, 0, 0.08);
    color: #111;
}

.dropdown-sep[b-dy4loybdun] {
    margin: 0.25rem 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.dropdown-backdrop[b-dy4loybdun] {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 3500;
}

.topbar-org[b-dy4loybdun],
.topbar-org .text-topbar[b-dy4loybdun],
.topbar-org .header-btn[b-dy4loybdun],
.topbar-org .header-btn[b-dy4loybdun] ,
.topbar-org .topbar-icon-btn[b-dy4loybdun],
.topbar-org .topbar-icon-btn[b-dy4loybdun]  {
    color: var(--color-white);
}
