/* _content/AI.ART/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-kp33ofet26] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-kp33ofet26] {
    flex: 1;
}

.sidebar[b-kp33ofet26] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-kp33ofet26] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kp33ofet26]  a, .top-row[b-kp33ofet26]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-kp33ofet26]  a:hover, .top-row[b-kp33ofet26]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-kp33ofet26]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-kp33ofet26] {
        justify-content: space-between;
    }

    .top-row[b-kp33ofet26]  a, .top-row[b-kp33ofet26]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-kp33ofet26] {
        flex-direction: row;
    }

    .sidebar[b-kp33ofet26] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kp33ofet26] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-kp33ofet26]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-kp33ofet26], article[b-kp33ofet26] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-kp33ofet26] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-kp33ofet26] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AI.ART/Components/Layout/NavMenu.razor.rz.scp.css */
/* --- Top-Leiste mit zentriertem AI‑Logo ------------------------------- */

.top-row[b-xq6e6ut14s] {
    height: 3.8rem;
    background: radial-gradient(circle at 0 0, rgba(0, 102, 255, 0.32), transparent 60%), radial-gradient(circle at 100% 100%, rgba(0, 0, 0, 0.6), transparent 60%), linear-gradient(180deg, #02030a, #041330);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

    /* Brand-Container: Logo mittig */
    .top-row .container-fluid[b-xq6e6ut14s] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

/* AI.ARTISTS – größer + KI-Effekt in Schwarz / Blau / Weiß */
.navbar-brand.ai-brand[b-xq6e6ut14s] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 1.9rem;
    margin: 0 auto;
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-decoration: none;
    /* Schriftfarbe als animierter Verlauf: weiß → blau → fast schwarz → weiß */
    color: transparent;
    background-image: linear-gradient( 120deg, #ffffff, #a9d6ff, #0b6bff, #02132c, #ffffff );
    background-size: 240% 240%;
    background-clip: text;
    -webkit-background-clip: text;
    animation: brand-shift-b-xq6e6ut14s 10s ease-in-out infinite;
    text-shadow: 0 0 10px rgba(0,0,0,0.75);
}

    /* Glow-Halo hinter dem Text in Blau/Weiß */
    .navbar-brand.ai-brand[b-xq6e6ut14s]::before {
        content: "";
        position: absolute;
        inset: 0.1rem;
        border-radius: 999px;
        background: radial-gradient(circle at 0 0, rgba(75, 151, 255, 0.75), transparent 60%), radial-gradient(circle at 100% 100%, rgba(0, 0, 0, 0.7), transparent 60%);
        filter: blur(9px);
        opacity: 0.65;
        z-index: -1;
        animation: brand-glow-b-xq6e6ut14s 6s ease-in-out infinite alternate;
    }

    /* Kleiner "Datenpunkt", weiß/blau – AI-Scan-Effekt */
    .navbar-brand.ai-brand[b-xq6e6ut14s]::after {
        content: "";
        position: absolute;
        width: 0.45rem;
        height: 0.45rem;
        border-radius: 999px;
        background: #ffffff;
        box-shadow: 0 0 6px rgba(255,255,255,0.9), 0 0 18px rgba(99, 176, 255, 0.95);
        top: 50%;
        left: 0;
        transform: translate(-60%, -50%);
        animation: brand-orbit-b-xq6e6ut14s 7s ease-in-out infinite;
    }

/* --- Allgemeines Layout --------------------------------------------------- */

.navbar-toggler[b-xq6e6ut14s] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.65rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    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.8%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(0, 0, 0, 0.35);
    border-radius: .375rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
}

    .navbar-toggler:checked[b-xq6e6ut14s] {
        background-color: rgba(255, 255, 255, 0.18);
        border-color: rgba(255,255,255,0.6);
    }

    .navbar-toggler:focus-visible[b-xq6e6ut14s] {
        outline: 2px solid rgba(255,255,255,0.85);
        outline-offset: 2px;
    }

/* Sidebar-Hintergrund */
.nav-scrollable[b-xq6e6ut14s] {
    display: none;
    background: linear-gradient(180deg, #041330, #120423);
}

/* Desktop: Sidebar dauerhaft sichtbar */
@media (min-width: 641px) {
    .navbar-toggler[b-xq6e6ut14s] {
        display: none;
    }

    .nav-scrollable[b-xq6e6ut14s] {
        display: block;
        height: calc(100vh - 3.8rem);
        overflow-y: auto;
    }
}

/* Mobile: ein-/ausklappbar */
.navbar-toggler:checked ~ .nav-scrollable[b-xq6e6ut14s] {
    display: block;
}

/* Grundlayout: Icons linksbündig */
.nav-scrollable nav[b-xq6e6ut14s] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: .6rem 0 .7rem .75rem;
}

/* Icon – größer + sanftes Schweben */
.icon[b-xq6e6ut14s] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.8rem;
    line-height: 1;
    text-shadow: 0 0 1px rgba(0,0,0,0.45), 0 1px 0 rgba(0,0,0,0.25);
    animation: icon-float-b-xq6e6ut14s 4s ease-in-out infinite;
}

.chevron[b-xq6e6ut14s] {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* Texte ausblenden – reine Icon-Navigation */
.nav-text[b-xq6e6ut14s],
.section-title[b-xq6e6ut14s] {
    display: none;
}

/* Haupt‑Icons */
.nav-item[b-xq6e6ut14s] {
    font-size: 0.9rem;
    padding: 0.1rem 0;
}

    .nav-item:first-of-type[b-xq6e6ut14s] {
        padding-top: 0.7rem;
    }

    .nav-item[b-xq6e6ut14s]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 999px;
        width: 2.6rem;
        height: 2.6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: .4rem 0;
        transition: background-color .2s ease-out, transform .2s ease-out;
    }

    /* Home-Icon zentriert */
    .nav-item.home-item[b-xq6e6ut14s] {
        width: 100%;
        display: flex;
        justify-content: center;
    }

        .nav-item.home-item[b-xq6e6ut14s]  .nav-link {
            margin: .4rem auto 0 auto;
            transform: translateX(-12px); /* leicht nach links, gleiche Höhe wie andere Icons */
        }

/* Neben-/Unter-Icons: noch weiter nach rechts eingerückt */
.group-items .nav-item[b-xq6e6ut14s]  .nav-link {
    margin-left: 3.6rem; /* wieder ein Stück weiter rechts */
}

/* Aktiver Link */
.nav-item[b-xq6e6ut14s]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

/* Hover-Effekt */
.nav-item[b-xq6e6ut14s]  .nav-link:hover {
    background-color: rgba(255,255,255,0.12);
    color: white;
}

    /* Zusätzliche kleine Bewegung beim Hover */
    .nav-item[b-xq6e6ut14s]  .nav-link:hover .icon,
    .nav-group > summary:hover .icon[b-xq6e6ut14s] {
        animation: icon-hover-b-xq6e6ut14s 0.5s ease-out;
    }

/* Tastaturfokus */
.nav-item[b-xq6e6ut14s]  .nav-link:focus-visible {
    outline: 2px solid rgba(255,255,255,0.75);
    outline-offset: 2px;
}

/* Auf/zu klappbare Gruppen */
.nav-group[b-xq6e6ut14s] {
    border-top: 1px solid rgba(255,255,255,0.12);
    padding-top: .35rem;
    margin-top: .25rem;
}

    .nav-group:first-of-type[b-xq6e6ut14s] {
        border-top: none;
        margin-top: 1.2rem; /* erster Abschnitt weiter nach unten */
    }

    .nav-group > summary[b-xq6e6ut14s] {
        list-style: none;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        gap: .25rem;
        padding: .25rem .5rem .25rem 0;
        color: rgba(255,255,255,0.85);
        text-transform: uppercase;
        letter-spacing: .06em;
        font-size: .72rem;
        user-select: none;
        border-radius: 4px;
    }

        .nav-group > summary[b-xq6e6ut14s]::-webkit-details-marker {
            display: none;
        }

    /* Chevron dreht bei geöffnetem Abschnitt */
    .nav-group[open] > summary .chevron[b-xq6e6ut14s] {
        transform: rotate(90deg);
    }

/* Unterpunkte einer Gruppe */
.group-items[b-xq6e6ut14s] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: .25rem;
}

/* --- Animationen ---------------------------------------------------------- */

@keyframes brand-shift-b-xq6e6ut14s {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes brand-glow-b-xq6e6ut14s {
    0% {
        opacity: 0.25;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        opacity: 0.4;
    }
}

@keyframes brand-orbit-b-xq6e6ut14s {
    0% {
        transform: translate(-60%, -50%);
    }

    50% {
        transform: translate(160%, -50%);
    }

    100% {
        transform: translate(-60%, -50%);
    }
}

/* Sanftes "Schweben" der Icons */
@keyframes icon-float-b-xq6e6ut14s {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-2px);
    }

    100% {
        transform: translateY(0);
    }
}

/* Kleiner Lift beim Hover */
@keyframes icon-hover-b-xq6e6ut14s {
    0% {
        transform: translateY(0) scale(1);
    }

    30% {
        transform: translateY(-2px) scale(1.05);
    }

    100% {
        transform: translateY(0) scale(1);
    }
}

/* Bewegungen respektieren Barrierefreiheit */
@media (prefers-reduced-motion: reduce) {
    .navbar-brand.ai-brand[b-xq6e6ut14s],
    .navbar-brand.ai-brand[b-xq6e6ut14s]::before,
    .navbar-brand.ai-brand[b-xq6e6ut14s]::after,
    .icon[b-xq6e6ut14s] {
        animation: none !important;
    }
}
/* _content/AI.ART/Components/Pages/Cookies.razor.rz.scp.css */
.info-page[b-wjrjeag519] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1.5rem 3rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.info-header h1[b-wjrjeag519] {
    font-size: 2rem;
    margin-bottom: 0.45rem;
}

.info-lead[b-wjrjeag519] {
    font-size: 1.02rem;
    color: #4b5563;
    max-width: 44rem;
}

.info-section[b-wjrjeag519] {
    margin-top: 2rem;
}

    .info-section h2[b-wjrjeag519] {
        font-size: 1.35rem;
        margin-bottom: 0.45rem;
    }

    .info-section > p[b-wjrjeag519] {
        color: #4b5563;
        max-width: 46rem;
    }

/* Listen, Notizen */

.info-list[b-wjrjeag519] {
    margin: 0.4rem 0 0.4rem;
    padding-left: 1.2rem;
    color: #374151;
    font-size: 0.96rem;
}

    .info-list li + li[b-wjrjeag519] {
        margin-top: 0.22rem;
    }

.info-note[b-wjrjeag519] {
    margin-top: 0.6rem;
    font-size: 0.92rem;
    color: #6b7280;
}

/* Karten / Grid-Layout */

.info-section.grid[b-wjrjeag519] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-top: 1.4rem;
}

.info-card[b-wjrjeag519] {
    background: #ffffff;
    border-radius: 0.75rem;
    padding: 1.35rem 1.3rem 1.45rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

    .info-card h3[b-wjrjeag519] {
        margin-top: 0;
        font-size: 1.15rem;
        margin-bottom: 0.35rem;
    }

.info-grid-2col[b-wjrjeag519] {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: 1.4rem;
    margin-top: 0.8rem;
}

/* Schritte-Liste */

.info-steps[b-wjrjeag519] {
    margin: 0.4rem 0 0.4rem;
    padding-left: 1.2rem;
    color: #374151;
    font-size: 0.96rem;
}

    .info-steps li + li[b-wjrjeag519] {
        margin-top: 0.35rem;
    }

/* Links & Buttons */

.info-link[b-wjrjeag519] {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

    .info-link:hover[b-wjrjeag519] {
        text-decoration: underline;
    }

.info-footer[b-wjrjeag519] {
    margin-top: 2.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 1.4rem;
}

    .info-footer h2[b-wjrjeag519] {
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
    }

.info-footer-links[b-wjrjeag519] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.info-btn[b-wjrjeag519] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.15rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.94rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.3);
    transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease, border-color 0.15s ease;
}

    .info-btn:hover[b-wjrjeag519] {
        background: #1d4ed8;
        box-shadow: 0 10px 22px rgba(30, 64, 175, 0.35);
        transform: translateY(-1px);
    }

    .info-btn.ghost[b-wjrjeag519] {
        background: transparent;
        color: #111827;
        border-color: rgba(15, 23, 42, 0.2);
        box-shadow: none;
    }

        .info-btn.ghost:hover[b-wjrjeag519] {
            background: rgba(15, 23, 42, 0.03);
        }

/* Dark-Mode */

@media (prefers-color-scheme: dark) {
    .info-page[b-wjrjeag519] {
        color: #e5e7eb;
    }

    .info-lead[b-wjrjeag519],
    .info-section > p[b-wjrjeag519],
    .info-list[b-wjrjeag519],
    .info-note[b-wjrjeag519],
    .info-steps[b-wjrjeag519] {
        color: #9ca3af;
    }

    .info-card[b-wjrjeag519] {
        background: #020617;
        border-color: rgba(148, 163, 184, 0.25);
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.75);
    }

    .info-footer[b-wjrjeag519] {
        border-top-color: rgba(148, 163, 184, 0.25);
    }

    .info-btn.ghost[b-wjrjeag519] {
        color: #e5e7eb;
        border-color: rgba(148, 163, 184, 0.5);
    }

        .info-btn.ghost:hover[b-wjrjeag519] {
            background: rgba(148, 163, 184, 0.08);
        }

    .info-link[b-wjrjeag519] {
        color: #60a5fa;
    }
}

/* Mobile */

@media (max-width: 768px) {
    .info-page[b-wjrjeag519] {
        padding: 1.6rem 1.1rem 2.5rem;
    }

    .info-header h1[b-wjrjeag519] {
        font-size: 1.7rem;
    }

    .info-grid-2col[b-wjrjeag519] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 480px) {
    .info-footer-links[b-wjrjeag519] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/AI.ART/Components/Pages/Counter.razor.rz.scp.css */
/* Weather.razor.css
   Zentrale Styles für die Wetter-Komponente.
   Ziel: übersichtlich, nicht-invasiv (Bootstrap-Variablen nutzen) und gut lesbar, inkl. Dark-Mode-Support durch Variablen.
*/

/* 1) Sektionen (Details/Accordion) */
details.section[b-wb7s226fsb] {
    /* Abstand zwischen Abschnitten */
    margin: 0.5rem 0;
    border: 1px solid var(--bs-border-color, rgba(0,0,0,.125));
    border-radius: 0.375rem; /* ~ .rounded */
    background: var(--bs-body-bg);
}

    /* Summary-Kopfzeile: klickbarer Header */
    details.section > summary[b-wb7s226fsb] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .5rem;
        padding: .5rem .75rem;
        cursor: pointer;
        user-select: none;
        /* Standard-Marker des Browsers ausblenden, wir nutzen eine eigene Chevrone */
        list-style: none;
    }

        /* Einige Browser benötigen diese Marker-Entfernung explizit */
        details.section > summary[b-wb7s226fsb]::-webkit-details-marker {
            display: none;
        }

        /* Hover/Focus-Zustände für bessere Erkennbarkeit */
        details.section > summary:hover[b-wb7s226fsb] {
            background-color: var(--bs-secondary-bg, rgba(0,0,0,.03));
        }

        details.section > summary:focus[b-wb7s226fsb] {
            outline: 2px solid var(--bs-primary);
            outline-offset: 2px;
        }

    /* Chevrone rechts: dreht sich beim Öffnen */
    details.section .chev[b-wb7s226fsb] {
        transition: transform .2s ease;
        display: inline-block;
        line-height: 1;
        color: var(--bs-body-color);
        opacity: .8;
    }

    details.section[open] .chev[b-wb7s226fsb] {
        transform: rotate(90deg);
    }

    /* Inhalt der Sektion */
    details.section .section-body[b-wb7s226fsb] {
        padding: .75rem;
        border-top: 1px solid var(--bs-border-color, rgba(0,0,0,.125));
    }

/* 2) Sticky-Aktionsleiste (Import/Export/Help) */
.sticky-actions[b-wb7s226fsb] {
    position: sticky;
    top: 0; /* ggf. an Header-Höhe anpassen */
    z-index: 1020; /* über Inhalt, unter Offcanvas/Modals */
    background: var(--bs-body-bg);
    padding: .5rem .5rem;
    border-bottom: 1px solid var(--bs-border-color, rgba(0,0,0,.125));
}

/* 3) Selections-Box und -Einträge (Markierungen) */
.selections-box[b-wb7s226fsb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: .5rem;
}

/* Einzelne Auswahl-Badges (hier auf Basis von .alert) */
.selection-entry[b-wb7s226fsb] {
    padding: .5rem .75rem;
    margin: 0; /* Grid übernimmt die Abstände */
    border-color: var(--bs-border-color, rgba(0,0,0,.125));
    background: var(--bs-tertiary-bg, rgba(0,0,0,.02));
}

/* 4) Chat-Bereich */
.chat-box[b-wb7s226fsb] {
    background: var(--bs-tertiary-bg, rgba(0,0,0,.02));
    max-height: 40vh; /* begrenzte Höhe für viel Verlauf */
    overflow: auto;
}

/* Erhaltung von Zeilenumbrüchen für Chat- und Hilfetexte */
.prewrap[b-wb7s226fsb] {
    white-space: pre-wrap;
    word-break: break-word;
}

/* 5) Floating KI-Chat-Button (FAB)  Positionierung */
.chat-fab[b-wb7s226fsb] {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1060; /* wie Weather */
}

    .chat-fab .btn[b-wb7s226fsb] {
        width: 3rem;
        height: 3rem;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 1.25rem;
        border-radius: 50% !important; /* macht ihn rund */
    }

/* 6) Tabellen-Feinschliff (bewusst minimal, Bootstrap respektierend) */
/* Kopfzeile leicht hervorheben (für lange Tabellen in der Tagesübersicht nützlich) */
.table thead th[b-wb7s226fsb] {
    vertical-align: middle;
    white-space: nowrap;
}
/* Zellen: lange Texte sauber umbrechen */
.table td[b-wb7s226fsb], .table th[b-wb7s226fsb] {
    word-break: break-word;
}

/* 7) Responsives Feintuning */
@media (max-width: 576px) {
    .chat-box[b-wb7s226fsb] {
        max-height: 50vh;
    }
    /* mehr Platz auf kleinen Displays */
    .selections-box[b-wb7s226fsb] {
        grid-template-columns: 1fr;
    }
    /* eine Spalte auf XS */
}

/* 8) Druck-Optimierung (optional) */
@media print {
    .sticky-actions[b-wb7s226fsb],
    .chat-fab[b-wb7s226fsb] {
        display: none !important;
    }

    details.section[b-wb7s226fsb] {
        border: 1px solid #000;
    }
}

/* Counter-spezifische Ergänzungen */
.preview-box .placeholder[b-wb7s226fsb] {
    height: 240px;
    background: var(--bs-tertiary-bg, rgba(0,0,0,.02));
}

.prompt-box[b-wb7s226fsb] {
    min-height: 8rem;
    resize: vertical;
}

.image-tabs[b-wb7s226fsb] {
    overflow-x: auto;
    white-space: nowrap;
}

    .image-tabs .nav-link[b-wb7s226fsb] {
        display: inline-flex;
        align-items: center;
        gap: .5rem;
        padding: .35rem .5rem;
    }

        .image-tabs .nav-link:focus-visible[b-wb7s226fsb] {
            outline: 2px solid var(--bs-primary, #0d6efd);
            outline-offset: 2px;
            border-radius: .25rem;
        }

        .image-tabs .nav-link.active[b-wb7s226fsb] {
            font-weight: 600;
        }

    .image-tabs .thumb[b-wb7s226fsb] {
        width: 36px;
        height: 24px;
        background-size: cover;
        background-position: center center;
        border-radius: .25rem;
        border: 1px solid var(--bs-border-color, rgba(0,0,0,.125));
        background-color: var(--bs-tertiary-bg, rgba(0,0,0,.02));
    }

    .image-tabs .label[b-wb7s226fsb] {
        font-size: .9rem;
    }

input#fileInput[type="file"][b-wb7s226fsb] {
    display: none !important;
}

.preview-box img.preview-half[b-wb7s226fsb] {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.placeholder-glow .placeholder[b-wb7s226fsb] {
    border-radius: .25rem;
}

/* Force chat button bottom-right (override any earlier rules) */
.chat-fab[b-wb7s226fsb] {
    position: fixed !important;
    left: auto !important;
    right: 20px !important;
    bottom: 20px !important;
    z-index: 1060 !important;
}


/* Globale Statusanzeige für Hintergrundaktionen */
.global-status[b-wb7s226fsb] {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1080;
    background-color: rgba(33, 37, 41, 0.92);
    color: #f8f9fa;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    max-width: 320px;
}

    .global-status .spinner-border[b-wb7s226fsb] {
        width: 1rem;
        height: 1rem;
        border-width: 0.15rem;
    }
/* _content/AI.ART/Components/Pages/Datenschutz.razor.rz.scp.css */
.info-page[b-qx86z597o2] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1.5rem 3rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.info-header h1[b-qx86z597o2] {
    font-size: 2rem;
    margin-bottom: 0.45rem;
}

.info-lead[b-qx86z597o2] {
    font-size: 1.02rem;
    color: #4b5563;
    max-width: 44rem;
}

.info-section[b-qx86z597o2] {
    margin-top: 2rem;
}

    .info-section h2[b-qx86z597o2] {
        font-size: 1.35rem;
        margin-bottom: 0.45rem;
    }

    .info-section > p[b-qx86z597o2] {
        color: #4b5563;
        max-width: 46rem;
    }

/* Listen, Notizen */

.info-list[b-qx86z597o2] {
    margin: 0.4rem 0 0.4rem;
    padding-left: 1.2rem;
    color: #374151;
    font-size: 0.96rem;
}

    .info-list li + li[b-qx86z597o2] {
        margin-top: 0.22rem;
    }

.info-note[b-qx86z597o2] {
    margin-top: 0.6rem;
    font-size: 0.92rem;
    color: #6b7280;
}

/* Karten / Grid-Layout */

.info-section.grid[b-qx86z597o2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-top: 1.4rem;
}

.info-card[b-qx86z597o2] {
    background: #ffffff;
    border-radius: 0.75rem;
    padding: 1.35rem 1.3rem 1.45rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

    .info-card h3[b-qx86z597o2] {
        margin-top: 0;
        font-size: 1.15rem;
        margin-bottom: 0.35rem;
    }

.info-grid-2col[b-qx86z597o2] {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: 1.4rem;
    margin-top: 0.8rem;
}

/* Schritte-Liste */

.info-steps[b-qx86z597o2] {
    margin: 0.4rem 0 0.4rem;
    padding-left: 1.2rem;
    color: #374151;
    font-size: 0.96rem;
}

    .info-steps li + li[b-qx86z597o2] {
        margin-top: 0.35rem;
    }

/* Links & Buttons */

.info-link[b-qx86z597o2] {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

    .info-link:hover[b-qx86z597o2] {
        text-decoration: underline;
    }

.info-footer[b-qx86z597o2] {
    margin-top: 2.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 1.4rem;
}

    .info-footer h2[b-qx86z597o2] {
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
    }

.info-footer-links[b-qx86z597o2] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.info-btn[b-qx86z597o2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.15rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.94rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.3);
    transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease, border-color 0.15s ease;
}

    .info-btn:hover[b-qx86z597o2] {
        background: #1d4ed8;
        box-shadow: 0 10px 22px rgba(30, 64, 175, 0.35);
        transform: translateY(-1px);
    }

    .info-btn.ghost[b-qx86z597o2] {
        background: transparent;
        color: #111827;
        border-color: rgba(15, 23, 42, 0.2);
        box-shadow: none;
    }

        .info-btn.ghost:hover[b-qx86z597o2] {
            background: rgba(15, 23, 42, 0.03);
        }

/* Dark-Mode */

@media (prefers-color-scheme: dark) {
    .info-page[b-qx86z597o2] {
        color: #e5e7eb;
    }

    .info-lead[b-qx86z597o2],
    .info-section > p[b-qx86z597o2],
    .info-list[b-qx86z597o2],
    .info-note[b-qx86z597o2],
    .info-steps[b-qx86z597o2] {
        color: #9ca3af;
    }

    .info-card[b-qx86z597o2] {
        background: #020617;
        border-color: rgba(148, 163, 184, 0.25);
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.75);
    }

    .info-footer[b-qx86z597o2] {
        border-top-color: rgba(148, 163, 184, 0.25);
    }

    .info-btn.ghost[b-qx86z597o2] {
        color: #e5e7eb;
        border-color: rgba(148, 163, 184, 0.5);
    }

        .info-btn.ghost:hover[b-qx86z597o2] {
            background: rgba(148, 163, 184, 0.08);
        }

    .info-link[b-qx86z597o2] {
        color: #60a5fa;
    }
}

/* Mobile */

@media (max-width: 768px) {
    .info-page[b-qx86z597o2] {
        padding: 1.6rem 1.1rem 2.5rem;
    }

    .info-header h1[b-qx86z597o2] {
        font-size: 1.7rem;
    }

    .info-grid-2col[b-qx86z597o2] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 480px) {
    .info-footer-links[b-qx86z597o2] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/AI.ART/Components/Pages/Home.razor.rz.scp.css */
.home-page[b-q703s6df0r] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1.5rem 3rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.home-header h1[b-q703s6df0r] {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
}

.home-lead[b-q703s6df0r] {
    font-size: 1.05rem;
    color: #555;
    max-width: 42rem;
}

.home-intro[b-q703s6df0r] {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

    .home-intro h2[b-q703s6df0r] {
        font-size: 1.4rem;
        margin-bottom: 0.25rem;
    }

    .home-intro p[b-q703s6df0r] {
        color: #555;
    }

/* Karten-Layout */

.home-grid[b-q703s6df0r] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

.home-card[b-q703s6df0r] {
    background: #ffffff;
    border-radius: 0.75rem;
    padding: 1.5rem 1.4rem 1.6rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

    .home-card h3[b-q703s6df0r] {
        margin: 0;
        font-size: 1.25rem;
    }

    .home-card p[b-q703s6df0r] {
        margin: 0;
        color: #444;
    }

.home-list[b-q703s6df0r] {
    margin: 0.25rem 0 0.75rem;
    padding-left: 1.1rem;
    color: #444;
    font-size: 0.95rem;
}

    .home-list li + li[b-q703s6df0r] {
        margin-top: 0.25rem;
    }

/* Buttons */

.home-btn[b-q703s6df0r] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.2rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease, border-color 0.15s ease;
    user-select: none;
}

    .home-btn.primary[b-q703s6df0r] {
        background: linear-gradient(135deg, #2563eb, #1d4ed8);
        color: #fff;
        box-shadow: 0 8px 18px rgba(37, 99, 235, 0.35);
    }

        .home-btn.primary:hover[b-q703s6df0r] {
            background: linear-gradient(135deg, #1d4ed8, #1e40af);
            box-shadow: 0 10px 24px rgba(30, 64, 175, 0.4);
            transform: translateY(-1px);
        }

    .home-btn.secondary[b-q703s6df0r] {
        background: #f97316;
        color: #fff;
        box-shadow: 0 8px 18px rgba(249, 115, 22, 0.35);
    }

        .home-btn.secondary:hover[b-q703s6df0r] {
            background: #ea580c;
            box-shadow: 0 10px 24px rgba(234, 88, 12, 0.4);
            transform: translateY(-1px);
        }

    .home-btn.ghost[b-q703s6df0r] {
        background: transparent;
        border-color: rgba(15, 23, 42, 0.2);
        color: #111827;
    }

        .home-btn.ghost:hover[b-q703s6df0r] {
            background: rgba(15, 23, 42, 0.03);
        }

/* Hinweise unter den Buttons */

.home-hint[b-q703s6df0r] {
    margin-top: 0.4rem;
    font-size: 0.9rem;
    color: #6b7280;
}

    .home-hint em[b-q703s6df0r] {
        font-style: italic;
        color: #4b5563;
    }

/* Footer-Bereich */

.home-footer[b-q703s6df0r] {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 1.5rem;
    max-width: 44rem;
}

    .home-footer h2[b-q703s6df0r] {
        font-size: 1.2rem;
        margin-bottom: 0.4rem;
    }

    .home-footer p[b-q703s6df0r] {
        margin-bottom: 0.7rem;
        color: #4b5563;
    }

/* Basic Dark-Mode-Anpassung, falls global ein Dark-Theme aktiv ist */

@media (prefers-color-scheme: dark) {
    .home-page[b-q703s6df0r] {
        color: #e5e7eb;
    }

    .home-card[b-q703s6df0r] {
        background: #020617;
        border-color: rgba(148, 163, 184, 0.2);
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.7);
    }

        .home-lead[b-q703s6df0r],
        .home-intro p[b-q703s6df0r],
        .home-card p[b-q703s6df0r],
        .home-list[b-q703s6df0r],
        .home-footer p[b-q703s6df0r],
        .home-hint[b-q703s6df0r] {
            color: #9ca3af;
        }

    .home-btn.ghost[b-q703s6df0r] {
        border-color: rgba(148, 163, 184, 0.5);
        color: #e5e7eb;
    }

        .home-btn.ghost:hover[b-q703s6df0r] {
            background: rgba(148, 163, 184, 0.08);
        }

    .home-footer[b-q703s6df0r] {
        border-top-color: rgba(148, 163, 184, 0.2);
    }
}

/* Mobile Feintuning */

@media (max-width: 640px) {
    .home-page[b-q703s6df0r] {
        padding: 1.5rem 1.1rem 2.5rem;
    }

    .home-header h1[b-q703s6df0r] {
        font-size: 1.8rem;
    }
}
/* _content/AI.ART/Components/Pages/Impressum.razor.rz.scp.css */
.info-page[b-3lkcpsax4r] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1.5rem 3rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.info-header h1[b-3lkcpsax4r] {
    font-size: 2rem;
    margin-bottom: 0.45rem;
}

.info-lead[b-3lkcpsax4r] {
    font-size: 1.02rem;
    color: #4b5563;
    max-width: 44rem;
}

.info-section[b-3lkcpsax4r] {
    margin-top: 2rem;
}

    .info-section h2[b-3lkcpsax4r] {
        font-size: 1.35rem;
        margin-bottom: 0.45rem;
    }

    .info-section > p[b-3lkcpsax4r] {
        color: #4b5563;
        max-width: 46rem;
    }

/* Listen, Notizen */

.info-list[b-3lkcpsax4r] {
    margin: 0.4rem 0 0.4rem;
    padding-left: 1.2rem;
    color: #374151;
    font-size: 0.96rem;
}

    .info-list li + li[b-3lkcpsax4r] {
        margin-top: 0.22rem;
    }

.info-note[b-3lkcpsax4r] {
    margin-top: 0.6rem;
    font-size: 0.92rem;
    color: #6b7280;
}

/* Karten / Grid-Layout */

.info-section.grid[b-3lkcpsax4r] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-top: 1.4rem;
}

.info-card[b-3lkcpsax4r] {
    background: #ffffff;
    border-radius: 0.75rem;
    padding: 1.35rem 1.3rem 1.45rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

    .info-card h3[b-3lkcpsax4r] {
        margin-top: 0;
        font-size: 1.15rem;
        margin-bottom: 0.35rem;
    }

.info-grid-2col[b-3lkcpsax4r] {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: 1.4rem;
    margin-top: 0.8rem;
}

/* Schritte-Liste */

.info-steps[b-3lkcpsax4r] {
    margin: 0.4rem 0 0.4rem;
    padding-left: 1.2rem;
    color: #374151;
    font-size: 0.96rem;
}

    .info-steps li + li[b-3lkcpsax4r] {
        margin-top: 0.35rem;
    }

/* Links & Buttons */

.info-link[b-3lkcpsax4r] {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

    .info-link:hover[b-3lkcpsax4r] {
        text-decoration: underline;
    }

.info-footer[b-3lkcpsax4r] {
    margin-top: 2.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 1.4rem;
}

    .info-footer h2[b-3lkcpsax4r] {
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
    }

.info-footer-links[b-3lkcpsax4r] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.info-btn[b-3lkcpsax4r] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.15rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.94rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.3);
    transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease, border-color 0.15s ease;
}

    .info-btn:hover[b-3lkcpsax4r] {
        background: #1d4ed8;
        box-shadow: 0 10px 22px rgba(30, 64, 175, 0.35);
        transform: translateY(-1px);
    }

    .info-btn.ghost[b-3lkcpsax4r] {
        background: transparent;
        color: #111827;
        border-color: rgba(15, 23, 42, 0.2);
        box-shadow: none;
    }

        .info-btn.ghost:hover[b-3lkcpsax4r] {
            background: rgba(15, 23, 42, 0.03);
        }

/* Dark-Mode */

@media (prefers-color-scheme: dark) {
    .info-page[b-3lkcpsax4r] {
        color: #e5e7eb;
    }

    .info-lead[b-3lkcpsax4r],
    .info-section > p[b-3lkcpsax4r],
    .info-list[b-3lkcpsax4r],
    .info-note[b-3lkcpsax4r],
    .info-steps[b-3lkcpsax4r] {
        color: #9ca3af;
    }

    .info-card[b-3lkcpsax4r] {
        background: #020617;
        border-color: rgba(148, 163, 184, 0.25);
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.75);
    }

    .info-footer[b-3lkcpsax4r] {
        border-top-color: rgba(148, 163, 184, 0.25);
    }

    .info-btn.ghost[b-3lkcpsax4r] {
        color: #e5e7eb;
        border-color: rgba(148, 163, 184, 0.5);
    }

        .info-btn.ghost:hover[b-3lkcpsax4r] {
            background: rgba(148, 163, 184, 0.08);
        }

    .info-link[b-3lkcpsax4r] {
        color: #60a5fa;
    }
}

/* Mobile */

@media (max-width: 768px) {
    .info-page[b-3lkcpsax4r] {
        padding: 1.6rem 1.1rem 2.5rem;
    }

    .info-header h1[b-3lkcpsax4r] {
        font-size: 1.7rem;
    }

    .info-grid-2col[b-3lkcpsax4r] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 480px) {
    .info-footer-links[b-3lkcpsax4r] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/AI.ART/Components/Pages/Information.razor.rz.scp.css */
.info-page[b-i6c14w4aim] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1.5rem 3rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.info-header h1[b-i6c14w4aim] {
    font-size: 2rem;
    margin-bottom: 0.45rem;
}

.info-lead[b-i6c14w4aim] {
    font-size: 1.02rem;
    color: #4b5563;
    max-width: 44rem;
}

.info-section[b-i6c14w4aim] {
    margin-top: 2rem;
}

    .info-section h2[b-i6c14w4aim] {
        font-size: 1.35rem;
        margin-bottom: 0.45rem;
    }

    .info-section > p[b-i6c14w4aim] {
        color: #4b5563;
        max-width: 46rem;
    }

/* Listen, Notizen */

.info-list[b-i6c14w4aim] {
    margin: 0.4rem 0 0.4rem;
    padding-left: 1.2rem;
    color: #374151;
    font-size: 0.96rem;
}

    .info-list li + li[b-i6c14w4aim] {
        margin-top: 0.22rem;
    }

.info-note[b-i6c14w4aim] {
    margin-top: 0.6rem;
    font-size: 0.92rem;
    color: #6b7280;
}

/* Karten / Grid-Layout */

.info-section.grid[b-i6c14w4aim] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-top: 1.4rem;
}

.info-card[b-i6c14w4aim] {
    background: #ffffff;
    border-radius: 0.75rem;
    padding: 1.35rem 1.3rem 1.45rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

    .info-card h3[b-i6c14w4aim] {
        margin-top: 0;
        font-size: 1.15rem;
        margin-bottom: 0.35rem;
    }

.info-grid-2col[b-i6c14w4aim] {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: 1.4rem;
    margin-top: 0.8rem;
}

/* Schritte-Liste */

.info-steps[b-i6c14w4aim] {
    margin: 0.4rem 0 0.4rem;
    padding-left: 1.2rem;
    color: #374151;
    font-size: 0.96rem;
}

    .info-steps li + li[b-i6c14w4aim] {
        margin-top: 0.35rem;
    }

/* Links & Buttons */

.info-link[b-i6c14w4aim] {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

    .info-link:hover[b-i6c14w4aim] {
        text-decoration: underline;
    }

.info-footer[b-i6c14w4aim] {
    margin-top: 2.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 1.4rem;
}

    .info-footer h2[b-i6c14w4aim] {
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
    }

.info-footer-links[b-i6c14w4aim] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.info-btn[b-i6c14w4aim] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.15rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.94rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.3);
    transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease, border-color 0.15s ease;
}

    .info-btn:hover[b-i6c14w4aim] {
        background: #1d4ed8;
        box-shadow: 0 10px 22px rgba(30, 64, 175, 0.35);
        transform: translateY(-1px);
    }

    .info-btn.ghost[b-i6c14w4aim] {
        background: transparent;
        color: #111827;
        border-color: rgba(15, 23, 42, 0.2);
        box-shadow: none;
    }

        .info-btn.ghost:hover[b-i6c14w4aim] {
            background: rgba(15, 23, 42, 0.03);
        }

/* Dark-Mode */

@media (prefers-color-scheme: dark) {
    .info-page[b-i6c14w4aim] {
        color: #e5e7eb;
    }

    .info-lead[b-i6c14w4aim],
    .info-section > p[b-i6c14w4aim],
    .info-list[b-i6c14w4aim],
    .info-note[b-i6c14w4aim],
    .info-steps[b-i6c14w4aim] {
        color: #9ca3af;
    }

    .info-card[b-i6c14w4aim] {
        background: #020617;
        border-color: rgba(148, 163, 184, 0.25);
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.75);
    }

    .info-footer[b-i6c14w4aim] {
        border-top-color: rgba(148, 163, 184, 0.25);
    }

    .info-btn.ghost[b-i6c14w4aim] {
        color: #e5e7eb;
        border-color: rgba(148, 163, 184, 0.5);
    }

        .info-btn.ghost:hover[b-i6c14w4aim] {
            background: rgba(148, 163, 184, 0.08);
        }

    .info-link[b-i6c14w4aim] {
        color: #60a5fa;
    }
}

/* Mobile */

@media (max-width: 768px) {
    .info-page[b-i6c14w4aim] {
        padding: 1.6rem 1.1rem 2.5rem;
    }

    .info-header h1[b-i6c14w4aim] {
        font-size: 1.7rem;
    }

    .info-grid-2col[b-i6c14w4aim] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 480px) {
    .info-footer-links[b-i6c14w4aim] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/AI.ART/Components/Pages/Login.razor.rz.scp.css */
.info-page[b-ioj5zr4dvh] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1.5rem 3rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.info-header h1[b-ioj5zr4dvh] {
    font-size: 2rem;
    margin-bottom: 0.45rem;
}

.info-lead[b-ioj5zr4dvh] {
    font-size: 1.02rem;
    color: #4b5563;
    max-width: 44rem;
}

.info-section[b-ioj5zr4dvh] {
    margin-top: 2rem;
}

    .info-section h2[b-ioj5zr4dvh] {
        font-size: 1.35rem;
        margin-bottom: 0.45rem;
    }

    .info-section > p[b-ioj5zr4dvh] {
        color: #4b5563;
        max-width: 46rem;
    }

/* Listen, Notizen */

.info-list[b-ioj5zr4dvh] {
    margin: 0.4rem 0 0.4rem;
    padding-left: 1.2rem;
    color: #374151;
    font-size: 0.96rem;
}

    .info-list li + li[b-ioj5zr4dvh] {
        margin-top: 0.22rem;
    }

.info-note[b-ioj5zr4dvh] {
    margin-top: 0.6rem;
    font-size: 0.92rem;
    color: #6b7280;
}

/* Karten / Grid-Layout */

.info-section.grid[b-ioj5zr4dvh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-top: 1.4rem;
}

.info-card[b-ioj5zr4dvh] {
    background: #ffffff;
    border-radius: 0.75rem;
    padding: 1.35rem 1.3rem 1.45rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

    .info-card h3[b-ioj5zr4dvh] {
        margin-top: 0;
        font-size: 1.15rem;
        margin-bottom: 0.35rem;
    }

.info-grid-2col[b-ioj5zr4dvh] {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: 1.4rem;
    margin-top: 0.8rem;
}

/* Schritte-Liste */

.info-steps[b-ioj5zr4dvh] {
    margin: 0.4rem 0 0.4rem;
    padding-left: 1.2rem;
    color: #374151;
    font-size: 0.96rem;
}

    .info-steps li + li[b-ioj5zr4dvh] {
        margin-top: 0.35rem;
    }

/* Links & Buttons */

.info-link[b-ioj5zr4dvh] {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

    .info-link:hover[b-ioj5zr4dvh] {
        text-decoration: underline;
    }

.info-footer[b-ioj5zr4dvh] {
    margin-top: 2.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 1.4rem;
}

    .info-footer h2[b-ioj5zr4dvh] {
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
    }

.info-footer-links[b-ioj5zr4dvh] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.info-btn[b-ioj5zr4dvh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.15rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.94rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.3);
    transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease, border-color 0.15s ease;
}

    .info-btn:hover[b-ioj5zr4dvh] {
        background: #1d4ed8;
        box-shadow: 0 10px 22px rgba(30, 64, 175, 0.35);
        transform: translateY(-1px);
    }

    .info-btn.ghost[b-ioj5zr4dvh] {
        background: transparent;
        color: #111827;
        border-color: rgba(15, 23, 42, 0.2);
        box-shadow: none;
    }

        .info-btn.ghost:hover[b-ioj5zr4dvh] {
            background: rgba(15, 23, 42, 0.03);
        }

/* Dark-Mode */

@media (prefers-color-scheme: dark) {
    .info-page[b-ioj5zr4dvh] {
        color: #e5e7eb;
    }

    .info-lead[b-ioj5zr4dvh],
    .info-section > p[b-ioj5zr4dvh],
    .info-list[b-ioj5zr4dvh],
    .info-note[b-ioj5zr4dvh],
    .info-steps[b-ioj5zr4dvh] {
        color: #9ca3af;
    }

    .info-card[b-ioj5zr4dvh] {
        background: #020617;
        border-color: rgba(148, 163, 184, 0.25);
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.75);
    }

    .info-footer[b-ioj5zr4dvh] {
        border-top-color: rgba(148, 163, 184, 0.25);
    }

    .info-btn.ghost[b-ioj5zr4dvh] {
        color: #e5e7eb;
        border-color: rgba(148, 163, 184, 0.5);
    }

        .info-btn.ghost:hover[b-ioj5zr4dvh] {
            background: rgba(148, 163, 184, 0.08);
        }

    .info-link[b-ioj5zr4dvh] {
        color: #60a5fa;
    }
}

/* Mobile */

@media (max-width: 768px) {
    .info-page[b-ioj5zr4dvh] {
        padding: 1.6rem 1.1rem 2.5rem;
    }

    .info-header h1[b-ioj5zr4dvh] {
        font-size: 1.7rem;
    }

    .info-grid-2col[b-ioj5zr4dvh] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 480px) {
    .info-footer-links[b-ioj5zr4dvh] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/AI.ART/Components/Pages/Register.razor.rz.scp.css */
.info-page[b-0rx195j67e] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1.5rem 3rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.info-header h1[b-0rx195j67e] {
    font-size: 2rem;
    margin-bottom: 0.45rem;
}

.info-lead[b-0rx195j67e] {
    font-size: 1.02rem;
    color: #4b5563;
    max-width: 44rem;
}

.info-section[b-0rx195j67e] {
    margin-top: 2rem;
}

    .info-section h2[b-0rx195j67e] {
        font-size: 1.35rem;
        margin-bottom: 0.45rem;
    }

    .info-section > p[b-0rx195j67e] {
        color: #4b5563;
        max-width: 46rem;
    }

/* Listen, Notizen */

.info-list[b-0rx195j67e] {
    margin: 0.4rem 0 0.4rem;
    padding-left: 1.2rem;
    color: #374151;
    font-size: 0.96rem;
}

    .info-list li + li[b-0rx195j67e] {
        margin-top: 0.22rem;
    }

.info-note[b-0rx195j67e] {
    margin-top: 0.6rem;
    font-size: 0.92rem;
    color: #6b7280;
}

/* Karten / Grid-Layout */

.info-section.grid[b-0rx195j67e] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-top: 1.4rem;
}

.info-card[b-0rx195j67e] {
    background: #ffffff;
    border-radius: 0.75rem;
    padding: 1.35rem 1.3rem 1.45rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

    .info-card h3[b-0rx195j67e] {
        margin-top: 0;
        font-size: 1.15rem;
        margin-bottom: 0.35rem;
    }

.info-grid-2col[b-0rx195j67e] {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: 1.4rem;
    margin-top: 0.8rem;
}

/* Schritte-Liste */

.info-steps[b-0rx195j67e] {
    margin: 0.4rem 0 0.4rem;
    padding-left: 1.2rem;
    color: #374151;
    font-size: 0.96rem;
}

    .info-steps li + li[b-0rx195j67e] {
        margin-top: 0.35rem;
    }

/* Links & Buttons */

.info-link[b-0rx195j67e] {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

    .info-link:hover[b-0rx195j67e] {
        text-decoration: underline;
    }

.info-footer[b-0rx195j67e] {
    margin-top: 2.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 1.4rem;
}

    .info-footer h2[b-0rx195j67e] {
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
    }

.info-footer-links[b-0rx195j67e] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.info-btn[b-0rx195j67e] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.15rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.94rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.3);
    transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease, border-color 0.15s ease;
}

    .info-btn:hover[b-0rx195j67e] {
        background: #1d4ed8;
        box-shadow: 0 10px 22px rgba(30, 64, 175, 0.35);
        transform: translateY(-1px);
    }

    .info-btn.ghost[b-0rx195j67e] {
        background: transparent;
        color: #111827;
        border-color: rgba(15, 23, 42, 0.2);
        box-shadow: none;
    }

        .info-btn.ghost:hover[b-0rx195j67e] {
            background: rgba(15, 23, 42, 0.03);
        }

/* Dark-Mode */

@media (prefers-color-scheme: dark) {
    .info-page[b-0rx195j67e] {
        color: #e5e7eb;
    }

    .info-lead[b-0rx195j67e],
    .info-section > p[b-0rx195j67e],
    .info-list[b-0rx195j67e],
    .info-note[b-0rx195j67e],
    .info-steps[b-0rx195j67e] {
        color: #9ca3af;
    }

    .info-card[b-0rx195j67e] {
        background: #020617;
        border-color: rgba(148, 163, 184, 0.25);
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.75);
    }

    .info-footer[b-0rx195j67e] {
        border-top-color: rgba(148, 163, 184, 0.25);
    }

    .info-btn.ghost[b-0rx195j67e] {
        color: #e5e7eb;
        border-color: rgba(148, 163, 184, 0.5);
    }

        .info-btn.ghost:hover[b-0rx195j67e] {
            background: rgba(148, 163, 184, 0.08);
        }

    .info-link[b-0rx195j67e] {
        color: #60a5fa;
    }
}

/* Mobile */

@media (max-width: 768px) {
    .info-page[b-0rx195j67e] {
        padding: 1.6rem 1.1rem 2.5rem;
    }

    .info-header h1[b-0rx195j67e] {
        font-size: 1.7rem;
    }

    .info-grid-2col[b-0rx195j67e] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 480px) {
    .info-footer-links[b-0rx195j67e] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/AI.ART/Components/Pages/Settings.razor.rz.scp.css */
.info-page[b-brk3ca7qkb] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 2rem 1.5rem 3rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.info-header h1[b-brk3ca7qkb] {
    font-size: 2rem;
    margin-bottom: 0.45rem;
}

.info-lead[b-brk3ca7qkb] {
    font-size: 1.02rem;
    color: #4b5563;
    max-width: 44rem;
}

.info-section[b-brk3ca7qkb] {
    margin-top: 2rem;
}

    .info-section h2[b-brk3ca7qkb] {
        font-size: 1.35rem;
        margin-bottom: 0.45rem;
    }

    .info-section > p[b-brk3ca7qkb] {
        color: #4b5563;
        max-width: 46rem;
    }

/* Listen, Notizen */

.info-list[b-brk3ca7qkb] {
    margin: 0.4rem 0 0.4rem;
    padding-left: 1.2rem;
    color: #374151;
    font-size: 0.96rem;
}

    .info-list li + li[b-brk3ca7qkb] {
        margin-top: 0.22rem;
    }

.info-note[b-brk3ca7qkb] {
    margin-top: 0.6rem;
    font-size: 0.92rem;
    color: #6b7280;
}

/* Karten / Grid-Layout */

.info-section.grid[b-brk3ca7qkb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-top: 1.4rem;
}

.info-card[b-brk3ca7qkb] {
    background: #ffffff;
    border-radius: 0.75rem;
    padding: 1.35rem 1.3rem 1.45rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

    .info-card h3[b-brk3ca7qkb] {
        margin-top: 0;
        font-size: 1.15rem;
        margin-bottom: 0.35rem;
    }

.info-grid-2col[b-brk3ca7qkb] {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: 1.4rem;
    margin-top: 0.8rem;
}

/* Schritte-Liste */

.info-steps[b-brk3ca7qkb] {
    margin: 0.4rem 0 0.4rem;
    padding-left: 1.2rem;
    color: #374151;
    font-size: 0.96rem;
}

    .info-steps li + li[b-brk3ca7qkb] {
        margin-top: 0.35rem;
    }

/* Links & Buttons */

.info-link[b-brk3ca7qkb] {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

    .info-link:hover[b-brk3ca7qkb] {
        text-decoration: underline;
    }

.info-footer[b-brk3ca7qkb] {
    margin-top: 2.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 1.4rem;
}

    .info-footer h2[b-brk3ca7qkb] {
        font-size: 1.2rem;
        margin-bottom: 0.6rem;
    }

.info-footer-links[b-brk3ca7qkb] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.info-btn[b-brk3ca7qkb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.15rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.94rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.3);
    transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease, border-color 0.15s ease;
}

    .info-btn:hover[b-brk3ca7qkb] {
        background: #1d4ed8;
        box-shadow: 0 10px 22px rgba(30, 64, 175, 0.35);
        transform: translateY(-1px);
    }

    .info-btn.ghost[b-brk3ca7qkb] {
        background: transparent;
        color: #111827;
        border-color: rgba(15, 23, 42, 0.2);
        box-shadow: none;
    }

        .info-btn.ghost:hover[b-brk3ca7qkb] {
            background: rgba(15, 23, 42, 0.03);
        }

/* Dark-Mode */

@media (prefers-color-scheme: dark) {
    .info-page[b-brk3ca7qkb] {
        color: #e5e7eb;
    }

    .info-lead[b-brk3ca7qkb],
    .info-section > p[b-brk3ca7qkb],
    .info-list[b-brk3ca7qkb],
    .info-note[b-brk3ca7qkb],
    .info-steps[b-brk3ca7qkb] {
        color: #9ca3af;
    }

    .info-card[b-brk3ca7qkb] {
        background: #020617;
        border-color: rgba(148, 163, 184, 0.25);
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.75);
    }

    .info-footer[b-brk3ca7qkb] {
        border-top-color: rgba(148, 163, 184, 0.25);
    }

    .info-btn.ghost[b-brk3ca7qkb] {
        color: #e5e7eb;
        border-color: rgba(148, 163, 184, 0.5);
    }

        .info-btn.ghost:hover[b-brk3ca7qkb] {
            background: rgba(148, 163, 184, 0.08);
        }

    .info-link[b-brk3ca7qkb] {
        color: #60a5fa;
    }
}

/* Mobile */

@media (max-width: 768px) {
    .info-page[b-brk3ca7qkb] {
        padding: 1.6rem 1.1rem 2.5rem;
    }

    .info-header h1[b-brk3ca7qkb] {
        font-size: 1.7rem;
    }

    .info-grid-2col[b-brk3ca7qkb] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 480px) {
    .info-footer-links[b-brk3ca7qkb] {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* Settings-spezifische Stile */

details.section[b-brk3ca7qkb] {
    margin: 0.75rem 0;
    border-radius: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

    /* Summary-Kopfzeile: klickbarer Header */
    details.section > summary[b-brk3ca7qkb] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.5rem;
        padding: 0.7rem 1rem;
        cursor: pointer;
        user-select: none;
        list-style: none; /* Standard-Marker ausblenden */
        font-weight: 600;
    }

        /* Einige Browser benötigen diese Marker-Entfernung explizit */
        details.section > summary[b-brk3ca7qkb]::-webkit-details-marker {
            display: none;
        }

        /* Hover/Focus-Zustände für bessere Erkennbarkeit */
        details.section > summary:hover[b-brk3ca7qkb] {
            background-color: rgba(15, 23, 42, 0.02);
        }

        details.section > summary:focus[b-brk3ca7qkb] {
            outline: 2px solid #2563eb;
            outline-offset: 2px;
        }

    /* Chevrone rechts: dreht sich beim Öffnen */
    details.section .chev[b-brk3ca7qkb] {
        transition: transform 0.2s ease;
        display: inline-block;
        line-height: 1;
        color: #4b5563;
        opacity: 0.85;
    }

    details.section[open] .chev[b-brk3ca7qkb] {
        transform: rotate(90deg);
    }

    /* Inhalt der Sektion */
    details.section .section-body[b-brk3ca7qkb] {
        padding: 1rem 1.1rem 1.15rem;
        border-top: 1px solid rgba(0, 0, 0, 0.04);
    }

/* Sticky-Aktionsleiste für den Speichern-Button */
.sticky-actions[b-brk3ca7qkb] {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 0.55rem 0.75rem;
    background: linear-gradient(to bottom, rgba(248, 250, 252, 0.96), rgba(248, 250, 252, 0.92));
    border-radius: 0.9rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.07);
}

/* Tabs kleine kosmetische Anpassungen */
.settings-tabs-nav .nav-link[b-brk3ca7qkb] {
    cursor: pointer;
}

/* Dark-Mode-Anpassungen für Settings */

@media (prefers-color-scheme: dark) {
    details.section[b-brk3ca7qkb] {
        background: #020617;
        border-color: rgba(148, 163, 184, 0.25);
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.75);
    }

        details.section > summary:hover[b-brk3ca7qkb] {
            background-color: rgba(148, 163, 184, 0.08);
        }

        details.section .chev[b-brk3ca7qkb] {
            color: #e5e7eb;
            opacity: 0.85;
        }

        details.section .section-body[b-brk3ca7qkb] {
            border-top-color: rgba(148, 163, 184, 0.25);
        }

    .sticky-actions[b-brk3ca7qkb] {
        background: linear-gradient(to bottom, rgba(15, 23, 42, 0.97), rgba(15, 23, 42, 0.93));
        border-color: rgba(148, 163, 184, 0.35);
        box-shadow: 0 14px 32px rgba(15, 23, 42, 0.9);
    }
}

/* Mobile-Feintuning für Settings */
@media (max-width: 768px) {
    details.section > summary[b-brk3ca7qkb] {
        padding: 0.65rem 0.8rem;
    }

    details.section .section-body[b-brk3ca7qkb] {
        padding: 0.85rem 0.9rem 0.95rem;
    }

    .sticky-actions[b-brk3ca7qkb] {
        padding: 0.5rem 0.7rem;
    }
}
/* _content/AI.ART/Components/Pages/Weather.razor.rz.scp.css */
/* Weather.razor.css
   Zentrale Styles für die Wetter-Komponente.
   Ziel: übersichtlich, nicht-invasiv (Bootstrap-Variablen nutzen) und gut lesbar, inkl. Dark-Mode-Support durch Variablen.
*/

/* 1) Sektionen (Details/Accordion) */
details.section[b-1brmknj68p] {
    /* Abstand zwischen Abschnitten */
    margin: 0.5rem 0;
    border: 1px solid var(--bs-border-color, rgba(0,0,0,.125));
    border-radius: 0.375rem; /* ~ .rounded */
    background: var(--bs-body-bg);
}

    /* Summary-Kopfzeile: klickbarer Header */
    details.section > summary[b-1brmknj68p] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: .5rem;
        padding: .5rem .75rem;
        cursor: pointer;
        user-select: none;
        /* Standard-Marker des Browsers ausblenden, wir nutzen eine eigene Chevrone */
        list-style: none;
    }

        /* Einige Browser benötigen diese Marker-Entfernung explizit */
        details.section > summary[b-1brmknj68p]::-webkit-details-marker {
            display: none;
        }

        /* Hover/Focus-Zustände für bessere Erkennbarkeit */
        details.section > summary:hover[b-1brmknj68p] {
            background-color: var(--bs-secondary-bg, rgba(0,0,0,.03));
        }

        details.section > summary:focus[b-1brmknj68p] {
            outline: 2px solid var(--bs-primary);
            outline-offset: 2px;
        }

    /* Chevrone rechts: dreht sich beim Öffnen */
    details.section .chev[b-1brmknj68p] {
        transition: transform .2s ease;
        display: inline-block;
        line-height: 1;
        color: var(--bs-body-color);
        opacity: .8;
    }

    details.section[open] .chev[b-1brmknj68p] {
        transform: rotate(90deg);
    }

    /* Inhalt der Sektion */
    details.section .section-body[b-1brmknj68p] {
        padding: .75rem;
        border-top: 1px solid var(--bs-border-color, rgba(0,0,0,.125));
    }

/* 2) Sticky-Aktionsleiste (Import/Export/Help) */
.sticky-actions[b-1brmknj68p] {
    position: sticky;
    top: 0; /* ggf. an Header-Höhe anpassen */
    z-index: 1020; /* über Inhalt, unter Offcanvas/Modals */
    background: var(--bs-body-bg);
    padding: .5rem .5rem;
    border-bottom: 1px solid var(--bs-border-color, rgba(0,0,0,.125));
}

/* 3) Selections-Box und -Einträge (Markierungen) */
.selections-box[b-1brmknj68p] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: .5rem;
}

/* Einzelne Auswahl-Badges (hier auf Basis von .alert) */
.selection-entry[b-1brmknj68p] {
    padding: .5rem .75rem;
    margin: 0; /* Grid übernimmt die Abstände */
    border-color: var(--bs-border-color, rgba(0,0,0,.125));
    background: var(--bs-tertiary-bg, rgba(0,0,0,.02));
}

/* 4) Chat-Bereich */
.chat-box[b-1brmknj68p] {
    background: var(--bs-tertiary-bg, rgba(0,0,0,.02));
    max-height: 40vh; /* begrenzte Höhe für viel Verlauf */
    overflow: auto;
}

/* Erhaltung von Zeilenumbrüchen für Chat- und Hilfetexte */
.prewrap[b-1brmknj68p] {
    white-space: pre-wrap;
    word-break: break-word;
}

/* 5) Floating KI-Chat-Button (FAB)  Positionierung */
.chat-fab[b-1brmknj68p] {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1030; /* über Sticky-Leisten, unter Modals */
}

    .chat-fab .btn[b-1brmknj68p] {
        width: 3rem;
        height: 3rem;
        line-height: 1;
        font-size: 1.25rem;
    }

/* 6) Tabellen-Feinschliff (bewusst minimal, Bootstrap respektierend) */
/* Kopfzeile leicht hervorheben (für lange Tabellen in der Tagesübersicht nützlich) */
.table thead th[b-1brmknj68p] {
    vertical-align: middle;
    white-space: nowrap;
}
/* Zellen: lange Texte sauber umbrechen */
.table td[b-1brmknj68p], .table th[b-1brmknj68p] {
    word-break: break-word;
}

/* 7) Responsives Feintuning */
@media (max-width: 576px) {
    .chat-box[b-1brmknj68p] {
        max-height: 50vh;
    }
    /* mehr Platz auf kleinen Displays */
    .selections-box[b-1brmknj68p] {
        grid-template-columns: 1fr;
    }
    /* eine Spalte auf XS */
}

/* 8) Druck-Optimierung (optional) */
@media print {
    .sticky-actions[b-1brmknj68p],
    .chat-fab[b-1brmknj68p] {
        display: none !important;
    }

    details.section[b-1brmknj68p] {
        border: 1px solid #000;
    }
}


/* Globale Statusanzeige für Hintergrundaktionen */
.global-status[b-1brmknj68p] {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1080;
    background-color: rgba(33, 37, 41, 0.92); /* nahe an bg-dark */
    color: #f8f9fa;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    max-width: 320px;
}

    .global-status .spinner-border[b-1brmknj68p] {
        width: 1rem;
        height: 1rem;
        border-width: 0.15rem;
    }
