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

/* _content/Admin/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fnszu11yml] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fnszu11yml] {
    flex: 1;
}

.userinfo[b-fnszu11yml]{
    font-size: .7rem;
}

/* Entferne den Farbverlauf der Sidebar, da dieser jetzt in modern-theme.css definiert ist */
.sidebar[b-fnszu11yml] {
    background-color: var(--surface-1);
    background-image: none; /* Entfernt den lilanen Farbverlauf */
    box-shadow: var(--box-shadow);
    z-index: 1;
    width: 100%;
}

.top-row[b-fnszu11yml] {
    background-color: var(--surface-1);
    border-bottom: 1px solid var(--border-color);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fnszu11yml]  a, .top-row[b-fnszu11yml]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fnszu11yml]  a:hover, .top-row[b-fnszu11yml]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fnszu11yml]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fnszu11yml] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-fnszu11yml] {
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fnszu11yml] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fnszu11yml]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fnszu11yml], article[b-fnszu11yml] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-fnszu11yml] {
    background: var(--danger-color);
    color: var(--gray-900);
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fnszu11yml] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Admin/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-w7x6jp4gc4] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: var(--text-muted);
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 32pt;
}

.navbar-toggler:checked[b-w7x6jp4gc4] {
    color: var(--text-secondary);
}

.top-row[b-w7x6jp4gc4] {
    min-height: 3.5rem;
    background-color: var(--surface-1);
    border-bottom: 1px solid var(--border-color);
}

.navbar-brand[b-w7x6jp4gc4] {
    font-size: 1.1rem;
}

.bi[b-w7x6jp4gc4] {
    display: inline-block;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    color: var(--text-secondary);
}

.bi-house-door-fill-nav-menu[b-w7x6jp4gc4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-w7x6jp4gc4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-w7x6jp4gc4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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");
}

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

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

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

    .nav-item[b-w7x6jp4gc4]  .nav-link {
        color: var(--text-secondary);
        background: none;
        border: none;
        border-radius: 8px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        font-weight: 500;
        transition: all 0.2s ease;
    }

.nav-item[b-w7x6jp4gc4]  a.active {
    background-color: var(--surface-3);
    color: var(--text-primary);
    border-left: 3px solid var(--accent-color);
    font-weight: 600;
}

.nav-item[b-w7x6jp4gc4]  .nav-link:hover {
    background-color: var(--surface-2);
    color: var(--text-primary);
}

.nav-scrollable[b-w7x6jp4gc4] {
    display: none;
}

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

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

    .nav-scrollable[b-w7x6jp4gc4] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 5.5rem);
        overflow-y: auto;
    }
}

.nav-section[b-w7x6jp4gc4] {
    padding-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.nav-section-header[b-w7x6jp4gc4] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-muted);
    letter-spacing: 0.05em;
    padding-left: 0.75rem;
}

/* Logo-Wechsel je nach Theme:
   - Standard/Light: Original-Logo (schwarze Formelemente)
   - Dark: Dark-Logo (helle graue Formelemente) */
.brand-logo-dark[b-w7x6jp4gc4] {
    display: none;
}

[data-theme="dark"] .brand-logo-light[b-w7x6jp4gc4] {
    display: none;
}

[data-theme="dark"] .brand-logo-dark[b-w7x6jp4gc4] {
    display: block;
}

@media (prefers-color-scheme: dark) {
    :root:not([data-theme="light"]) .brand-logo-light[b-w7x6jp4gc4] {
        display: none;
    }

    :root:not([data-theme="light"]) .brand-logo-dark[b-w7x6jp4gc4] {
        display: block;
    }
}
/* _content/Admin/Components/Pages/AiConfig/AiConfigDetail.razor.rz.scp.css */
/* Tabs styling */
.nav-tabs[b-67ybh78krv] {
    margin-top: 1rem;
    border: none;
}

.nav-tabs .nav-link[b-67ybh78krv] {
    color: var(--text-secondary);
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0.75rem 1.5rem;
    transition: all 0.2s ease;
    border-radius: 0 !important;
}

.nav-tabs .nav-link:hover[b-67ybh78krv] {
    border-bottom-color: var(--border-color-strong);
    color: var(--text-primary);
}

.nav-tabs .nav-link.active[b-67ybh78krv] {
    border-bottom-color: #94bcae;
    font-weight: 500;
    background-color: transparent;
}

.nav-item i[b-67ybh78krv]{
    font-size: 1rem;
}


/* Ensure prompt container card stretches to fill available height */
#prompt-container[b-67ybh78krv] {
    display: flex;
    flex-direction: column;
    min-height: 600px;
}

/* Ensure card body of prompt container fills available space */
#prompt-container .card-body[b-67ybh78krv] {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* For DynamicPromptManager - ensure it uses full height */
#prompt-container[b-67ybh78krv]  .card {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#prompt-container[b-67ybh78krv]  .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Ensure the dynamic prompts content area stretches */
#prompt-container[b-67ybh78krv]  .row.g-3 {
    flex: 1;
}

/* Ensure the prompt editor row stretches full height */
.prompt-editor-row[b-67ybh78krv] {
    flex: 1;
    min-height: 0;
}

.prompt-editor-row > .col-lg-8[b-67ybh78krv],
.prompt-editor-row > .col-lg-4[b-67ybh78krv] {
    display: flex;
    flex-direction: column;
}

/* Monaco Editor styling */
.monaco-editor-container[b-67ybh78krv] {
    min-height: 500px;
    height: 100%;
    border: 1px solid var(--border-color);
    border-radius: 0.375rem;
}

[b-67ybh78krv] #prompt-editor {
    min-height: 500px;
    height: 100%;
}

/* Expert settings styling */
.expert-settings[b-67ybh78krv] {
    padding: 1rem;
    background-color: var(--surface-2);
    border-radius: 0.375rem;
    margin-top: 1rem;
}

.expert-settings h5[b-67ybh78krv] {
    color: var(--text-secondary);
    font-weight: 600;
}

/* Tools container styling */
.tools-container[b-67ybh78krv] {
    padding: 1.5rem;
}

.tools-section[b-67ybh78krv] {
    margin-bottom: 3rem;
}

.section-title[b-67ybh78krv] {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--text-primary);
}

/* Tools grid layout */
.tools-grid[b-67ybh78krv] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1rem;
}

/* Tool card base */
.tool-card[b-67ybh78krv] {
    /* Default-Werte; werden per Inline-Style aus AdminToolInfo überschrieben */
    --tool-start: #a18cd1;
    --tool-end: #fbc2eb;
    --tool-ring: rgba(161,140,209,0.25);
    background: var(--surface-1);
    border: 2px solid var(--tool-ring);
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    display: flex;
    flex-direction: column;
    min-height: 240px;
}

.tool-card.assigned-tool[b-67ybh78krv] { cursor: pointer; }
.tool-card.disabled[b-67ybh78krv] { opacity: 0.6; }
.tool-card.disabled:hover[b-67ybh78krv] { transform: none; box-shadow: none; border-color: var(--tool-ring); }

.tool-card:hover[b-67ybh78krv] {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

/* Top media (about half height) */
.tool-media[b-67ybh78krv] {
    position: relative;
    height: 48%;
    min-height: 110px;
    background: linear-gradient(135deg, var(--tool-start), var(--tool-end));
    display: flex;
    align-items: center;
    justify-content: center;
}

.tool-media i[b-67ybh78krv] {
    font-size: 3.25rem;
    color: #ffffff;
    opacity: 0.95;
}

/* Bilddarstellung in der Tool-Media Sektion */
.tool-media-img[b-67ybh78krv] {
    max-height: 64px;
    max-width: 64px;
    object-fit: contain;
    opacity: 0.95;
}

/* Body content */
.tool-body[b-67ybh78krv] {
    flex: 1;
    padding: 1rem 1.25rem 0.5rem 1.25rem;
    display: flex;
    flex-direction: column;
}

.tool-card-content[b-67ybh78krv] { flex: 1; }

.tool-card-title[b-67ybh78krv] {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.35rem 0;
    color: var(--text-primary);
}

.tool-card-type[b-67ybh78krv], .tool-card-description[b-67ybh78krv] {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin: 0;
}

/* Footer */
.tool-card-footer[b-67ybh78krv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem 1rem 1.25rem;
}

.available-tool .tool-card-footer[b-67ybh78krv] { justify-content: center; }
.available-tool .tool-card-footer .btn[b-67ybh78krv] { width: 100%; }

/* Child tool marker */
.tool-card.child-tool[b-67ybh78krv] { border-left-width: 6px; }


/* Assigned emphasis */
.tool-card.assigned-tool[b-67ybh78krv] { border-color: var(--tool-ring); }
.tool-card.assigned-tool:hover[b-67ybh78krv] { border-color: var(--tool-end); box-shadow: 0 10px 24px rgba(0,0,0,0.1); }

/* Responsive tweaks */
@media (max-width: 480px) {
    .tools-grid[b-67ybh78krv] { grid-template-columns: 1fr; }
    .tool-media i[b-67ybh78krv] { font-size: 2.6rem; }
    .tool-media-img[b-67ybh78krv] { max-height: 52px; max-width: 52px; }
}
/* _content/Admin/Components/Pages/AiConfig/Tools/Mcp/McpCallToolEditor.razor.rz.scp.css */
[b-2pbi9b41vf] .editor {
    /* Explizite Größe für Monaco-Editor */
    width: 100%;
    height: 500px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
}
/* _content/Admin/Components/Pages/AiConfig/Tools/Rest/RestCallToolEditor.razor.rz.scp.css */

/* Modern tab container styling */
.rest-tool-editor[b-hyqacbvotl]  .fluent-tabs {
    background: var(--surface-1);
    border-radius: 8px;
}

.rest-tool-editor[b-hyqacbvotl]  .fluent-tab {
    font-weight: 500;
    padding: 12px 20px;
}

/* Tab content panels with light, modern styling */
.tab-content-panel[b-hyqacbvotl] {
    padding: 24px;
    background: var(--surface-2);
    border-radius: 0 0 8px 8px;
    min-height: 400px;
}

/* FluentUI label styling */
.fluent-label[b-hyqacbvotl] {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--text-secondary);
    font-size: 14px;
}

/* Monaco Editor styling - compact for headers */
[b-hyqacbvotl] #headers-editor {
    height: 180px;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    overflow: hidden;
    background: var(--surface-1);
    margin-top: 8px;
}

/* Monaco Editor styling - medium for body */
[b-hyqacbvotl] #body-editor {
    height: 280px;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    overflow: hidden;
    background: var(--surface-1);
    margin-top: 8px;
}

/* Monaco Editor styling - large for variables schema */
[b-hyqacbvotl] #variables-schema-editor {
    height: 450px;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    overflow: hidden;
    background: var(--surface-1);
    margin-top: 8px;
}

.editor-compact[b-hyqacbvotl] {
    margin-bottom: 16px;
}

.editor-medium[b-hyqacbvotl] {
    margin-bottom: 16px;
}

.editor-large[b-hyqacbvotl] {
    margin-bottom: 16px;
}

/* Modern table styling */
.modern-table[b-hyqacbvotl] {
    background: var(--surface-1);
    border-radius: 8px;
    border: 1px solid var(--border-color);
    overflow: hidden;
}

.modern-table table[b-hyqacbvotl] {
    margin-bottom: 0;
}

.modern-table .table-light[b-hyqacbvotl] {
    background-color: var(--surface-2);
    border-bottom: 2px solid var(--border-color);
}

.modern-table thead th[b-hyqacbvotl] {
    font-weight: 600;
    color: var(--text-secondary);
    padding: 12px 16px;
}

.modern-table tbody td[b-hyqacbvotl] {
    padding: 12px 16px;
    vertical-align: middle;
}

.modern-table tbody tr:hover[b-hyqacbvotl] {
    background-color: var(--surface-2);
}

.variable-name[b-hyqacbvotl] {
    color: var(--link-color);
    background: var(--surface-2);
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 13px;
}

/* Form select styling */
.form-select[b-hyqacbvotl] {
    padding: 8px 12px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 14px;
    background-color: var(--surface-1);
    color: var(--text-primary);
}

.form-select:focus[b-hyqacbvotl] {
    border-color: var(--accent-color);
    outline: none;
    box-shadow: 0 0 0 1px var(--accent-color);
}

/* FluentUI components spacing */
.rest-tool-editor[b-hyqacbvotl]  .fluent-text-field,
.rest-tool-editor[b-hyqacbvotl]  .fluent-text-area,
.rest-tool-editor[b-hyqacbvotl]  .fluent-select {
    margin-bottom: 8px;
}

/* Form text styling */
.form-text[b-hyqacbvotl] {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: var(--text-muted);
}

/* Badge styling */
.badge[b-hyqacbvotl] {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 4px;
}

.bg-secondary[b-hyqacbvotl] {
    background-color: #8a8886 !important;
}

/* Alert styling */
.alert[b-hyqacbvotl] {
    padding: 12px 16px;
    border-radius: 6px;
    border: 1px solid;
}

.alert-info[b-hyqacbvotl] {
    background-color: var(--surface-2);
    border-color: var(--border-color);
    color: var(--text-secondary);
}

/* Spacing adjustments */
.mb-4[b-hyqacbvotl] {
    margin-bottom: 24px;
}

.mb-3[b-hyqacbvotl] {
    margin-bottom: 16px;
}

.mb-2[b-hyqacbvotl] {
    margin-bottom: 12px;
}

.mb-1[b-hyqacbvotl] {
    margin-bottom: 8px;
}

/* Validation message styling */
[b-hyqacbvotl] .validation-message {
    color: #a4262c;
    font-size: 12px;
    margin-top: 4px;
}
/* _content/Admin/Components/Pages/CallDetail.razor.rz.scp.css */
.audio-player[b-wbo7y5gh5z]{
    width: 100%;
}


#warning_icon[b-wbo7y5gh5z]{
    padding-right: 0.5rem;
}
/* _content/Admin/Components/Pages/Customer/Customer.razor.rz.scp.css */
/* Styling für die Kundenliste */

h1[b-bztky18mkr] {
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

.table thead th[b-bztky18mkr] {
    background-color: var(--surface-2);
    color: var(--text-secondary);
    font-weight: 600;
}

.table tbody tr > td[b-bztky18mkr] {
    background-color: var(--surface-1);
    color: var(--text-primary);
}

.table tbody tr:hover > td[b-bztky18mkr] {
    background-color: var(--table-hover-bg) !important;
    color: var(--text-primary) !important;
}

.table.table-striped > tbody > tr:nth-of-type(odd):hover > td[b-bztky18mkr],
.table.table-striped > tbody > tr:nth-of-type(even):hover > td[b-bztky18mkr] {
    background-color: var(--table-hover-bg) !important;
    color: var(--text-primary) !important;
}

.table tbody tr:hover[b-bztky18mkr] {
    --bs-table-bg-state: var(--table-hover-bg);
    --bs-table-color-state: var(--text-primary);
    --bs-table-bg-type: var(--table-hover-bg);
    --bs-table-color-type: var(--text-primary);
}

.page-link[b-bztky18mkr] {
    color: var(--text-secondary);
}

.page-item.active .page-link[b-bztky18mkr] {
    background-color: var(--surface-3);
    border-color: var(--border-color-strong);
    color: var(--text-primary);
}

.customer-job-status[b-bztky18mkr] {
    max-width: 460px;
}

.customer-job-status small[b-bztky18mkr] {
    line-height: 1.25;
}

/* Verbesserte Eingabefelder */
.form-control:focus[b-bztky18mkr] {
    border-color: var(--gray-600);
    box-shadow: 0 0 0 0.2rem rgba(63, 74, 86, 0.15);
}

/* Anpassungen für mobile Ansicht */
@media (max-width: 768px) {
    .card-body[b-bztky18mkr] {
        padding: 1rem;
    }
    
    h1[b-bztky18mkr] {
        font-size: 1.8rem;
    }
}
/* _content/Admin/Components/Pages/Customer/CustomerDetail.razor.rz.scp.css */
/* Anpassungen für die Detailseite eines Kunden */

/* Verbessere die Sichtbarkeit der Kundendetails */
.customer-header h1[b-k4i1kp3pss] {
    color: var(--text-primary);
}

.customer-header .text-muted[b-k4i1kp3pss] {
    color: var(--text-muted) !important;
}

/* Meta info panel styling */
.meta-info-panel[b-k4i1kp3pss] {
    background-color: var(--surface-2);
    border: 1px solid var(--border-color);
    border-radius: 0.375rem;
    font-size: 0.875rem;
    color: var(--text-primary);
}

.list-group-item[b-k4i1kp3pss] {
    background-color: var(--surface-1);
    border-color: var(--border-color);
    color: var(--text-primary);
}

.list-group-item:hover[b-k4i1kp3pss] {
    background-color: var(--surface-2);
}

.list-group-item h5[b-k4i1kp3pss] {
    color: var(--text-primary);
}

/* Aktive Listenelement-Hervorhebung */
.list-group-item.active[b-k4i1kp3pss] {
    background-color: var(--surface-3) !important;
    color: var(--text-primary) !important;
    border-left: 3px solid var(--accent-color);
}


/* Anruf-Tabelle */
.calls-table th[b-k4i1kp3pss] {
    background-color: var(--surface-2);
    color: var(--text-secondary);
}

.calls-table td[b-k4i1kp3pss] {
    color: var(--text-primary);
}

/* Dunkelmodus-taugliche Aktionen in der KI-Konfigurations-Kopfzeile */
.ki-config-actions .btn-primary[b-k4i1kp3pss] {
    background-color: var(--surface-3);
    color: var(--text-primary);
    border: 1px solid var(--border-color-strong);
}

.ki-config-actions .btn-primary:hover[b-k4i1kp3pss],
.ki-config-actions .btn-primary:focus[b-k4i1kp3pss] {
    background-color: var(--surface-2);
    color: var(--text-primary);
}

.ki-config-actions .btn-success[b-k4i1kp3pss] {
    color: #13201b;
}

/* Aktionen-Buttons in der KI-Konfigurationsliste */
.action-buttons .btn[b-k4i1kp3pss] {
    padding: 0.25rem 0.5rem;
    margin-left: 0.25rem;
}

/* Verbesserung der Lesbarkeit des Config-Editors */
.config-editor .form-label[b-k4i1kp3pss] {
    font-weight: 500;
    color: var(--text-secondary);
}

.config-editor textarea[b-k4i1kp3pss] {
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.9rem;
}
/* _content/Admin/Components/Pages/CustomerCallDetail.razor.rz.scp.css */
.audio-player[b-j2exu1siay]{
    width: 100%;
}
/* _content/Admin/Components/Pages/Home.razor.rz.scp.css */
.dashboard-grid[b-x09logssqb] { display:grid; gap:1rem; grid-template-columns:repeat(auto-fill,minmax(220px,1fr)); align-items:stretch; margin-bottom:2rem; }
@media (min-width:1400px){ .dashboard-grid[b-x09logssqb] { grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); }}
/* _content/Admin/Components/Pages/Newsletter.razor.rz.scp.css */
[b-3nvblhpym3] fluent-text-area::part(control) {
    height: 530px;
    min-height: 530px;
}

[b-3nvblhpym3] fluent-label,
[b-3nvblhpym3] fluent-card,
[b-3nvblhpym3] fluent-data-grid,
[b-3nvblhpym3] fluent-message-bar {
    --neutral-foreground-rest: var(--text-primary);
    color: var(--text-primary);
}

.newsletter-history-table[b-3nvblhpym3] {
    margin-bottom: 0;
}

.newsletter-history-row[b-3nvblhpym3] {
    cursor: pointer;
}

.newsletter-date-cell[b-3nvblhpym3] {
    white-space: nowrap;
    min-width: 150px;
}

.newsletter-subject-cell[b-3nvblhpym3] {
    min-width: 220px;
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsletter-recipient-count-cell[b-3nvblhpym3] {
    white-space: nowrap;
    min-width: 95px;
}

.newsletter-recipient-count-button[b-3nvblhpym3] {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    color: var(--link-color);
    text-decoration: underline;
    cursor: pointer;
    font: inherit;
}

.newsletter-recipient-count-button:hover[b-3nvblhpym3] {
    color: var(--accent-color);
}

.newsletter-recipients-panel[b-3nvblhpym3] {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    background: var(--surface-2);
    padding: 10px;
}

.newsletter-recipients-panel-header[b-3nvblhpym3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: var(--text-primary);
    font-size: 0.9rem;
}

.newsletter-recipient-groups-list[b-3nvblhpym3] {
    margin-top: 8px;
    max-height: 220px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.newsletter-recipient-group[b-3nvblhpym3] {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    background: var(--surface-1);
    overflow: hidden;
}

.newsletter-recipient-group-summary[b-3nvblhpym3] {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 10px;
    font-size: 0.9rem;
    color: var(--text-primary);
}

.newsletter-recipient-group-summary[b-3nvblhpym3]::-webkit-details-marker {
    display: none;
}

.newsletter-recipient-group-title[b-3nvblhpym3] {
    font-weight: 600;
}

.newsletter-recipient-group-count[b-3nvblhpym3] {
    font-size: 0.8rem;
    color: var(--text-secondary, var(--text-muted));
    white-space: nowrap;
}

.newsletter-recipients-list[b-3nvblhpym3] {
    border-top: 1px solid var(--border-color);
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-height: 160px;
    overflow-y: auto;
}

.newsletter-recipient-item[b-3nvblhpym3] {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    padding: 3px 8px;
    border-radius: 999px;
    border: 1px solid var(--border-color);
    background: var(--surface-1);
    color: var(--text-primary);
    font-size: 0.8rem;
    line-height: 1.3;
}

.newsletter-preview-panel[b-3nvblhpym3] {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    height: 500px;
    background: var(--surface-2);
    overflow: hidden;
    display: flex;
}

.newsletter-preview-frame[b-3nvblhpym3],
.newsletter-modal-frame[b-3nvblhpym3] {
    width: 100%;
    height: 100%;
    min-height: 100%;
    border: none;
    background: #ffffff;
}

.newsletter-empty-preview[b-3nvblhpym3] {
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.newsletter-modal-preview[b-3nvblhpym3] {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 0;
    flex: 1;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    background: var(--surface-1);
    display: flex;
}
/* _content/Admin/Components/SharedComponents/AudioControl.razor.rz.scp.css */
/* AudioControl Component Styles - Bootstrap-based */

.audio-control-wrapper[b-ivr5uk3agf] {
    max-width: 100%;
}

.audio-control-container[b-ivr5uk3agf] {
    display: flex;
    gap: 1rem;
    border-radius: 0.75rem;
    border: 1px solid var(--border-color);
    background-color: var(--surface-1);
    padding: 0.75rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    align-items: center;
}

.audio-control-buttons[b-ivr5uk3agf] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.audio-control-btn[b-ivr5uk3agf] {
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.audio-control-btn:focus[b-ivr5uk3agf] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(251, 146, 60, 0.3);
}

.audio-control-btn-play[b-ivr5uk3agf] {
    background-color: #f97316;
    color: white;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.audio-control-btn-play:hover[b-ivr5uk3agf] {
    background-color: #ea580c;
}

.audio-control-btn-stop[b-ivr5uk3agf] {
    background-color: transparent;
    border: 1px solid #fdba74;
    color: #ea580c;
}

.audio-control-btn-stop:hover[b-ivr5uk3agf] {
    background-color: var(--surface-2);
}

.audio-control-btn-stop:focus[b-ivr5uk3agf] {
    box-shadow: 0 0 0 3px rgba(251, 146, 60, 0.3);
}

.audio-control-icon[b-ivr5uk3agf] {
    height: 1.25rem;
    width: 1.25rem;
}

.audio-control-waveform[b-ivr5uk3agf] {
    width: 100%;
    flex: 1;
}

.audio-control-download[b-ivr5uk3agf] {
    white-space: nowrap;
    text-decoration: none;
    color: #ea580c;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease;
}

.audio-control-download:hover[b-ivr5uk3agf] {
    background-color: var(--surface-2);
    text-decoration: none;
    color: #c2410c;
}
/* _content/Admin/Components/SharedComponents/CallsList.razor.rz.scp.css */
.list-item[b-e77o8nsckp] {
    display: flex;
    align-items: center;
    background: var(--surface-1);
    border-radius: 8px;
    padding: 16px 20px;
    box-shadow: var(--box-shadow);
    gap: 16px;
    flex-wrap: wrap;
}

/* Expand Arrow */
.expand-arrow[b-e77o8nsckp] {
    color: var(--text-muted);
    cursor: pointer;
    flex-shrink: 0;
}

.expand-arrow svg[b-e77o8nsckp] {
    width: 20px;
    height: 20px;
}

/* Time Section */
.time-section[b-e77o8nsckp] {
    display: flex;
    flex-direction: column;
    min-width: 80px;
    flex-shrink: 0;
    margin-left: 1.5rem;
}

.time-start[b-e77o8nsckp] {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-secondary);
}

.time-end[b-e77o8nsckp] {
    font-size: 13px;
    color: var(--text-muted);
}

/* Green Divider */
.divider[b-e77o8nsckp] {
    width: 4px;
    height: 50px;
    background-color: #7c3aed;
    border-radius: 2px;
    flex-shrink: 0;
}

/* Content Section */
.content-section[b-e77o8nsckp] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-width: 150px;
}

.class-title[b-e77o8nsckp] {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
}

.class-description[b-e77o8nsckp] {
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Call Metadata */
.call-metadata[b-e77o8nsckp] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 13px;
    color: var(--text-muted);
}

.call-metadata-item[b-e77o8nsckp] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.call-metadata-item svg[b-e77o8nsckp] {
    width: 14px;
    height: 14px;
    color: var(--text-muted);
}

.call-metadata-link[b-e77o8nsckp] {
    color: var(--link-color);
    text-decoration: none;
    cursor: pointer;
}

.call-metadata-link:hover[b-e77o8nsckp] {
    text-decoration: underline;
}

/* Tags */
.tags[b-e77o8nsckp] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tag[b-e77o8nsckp] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid;
}

.tag-callback[b-e77o8nsckp] {
    color: #84cc16;
    border-color: #84cc16;
    background-color: #f7fee7;
}

.tag-forwarded[b-e77o8nsckp] {
    color: #ca8a04;
    border-color: #ca8a04;
    background-color: #fefce8;
}

.divider-forwarded[b-e77o8nsckp] {
    background-color: #ca8a04;
}

.divider-callback[b-e77o8nsckp] {
    background-color: #84cc16;
}

.divider-cancelled[b-e77o8nsckp] {
    background-color: #dc2626;
}


.divider-regular[b-e77o8nsckp] {
    color: #7c3aed;
}




.tag-cancelled[b-e77o8nsckp] {
    color: #dc2626;
    border-color: #dc2626;
    background-color: #fef2f2;
}

.tag-1st-visit[b-e77o8nsckp] {
    color: #dc2626;
    border-color: #dc2626;
    background-color: #fef2f2;
}

.tag-notes[b-e77o8nsckp] {
    color: var(--text-secondary);
    border-color: var(--border-color-strong);
    background-color: var(--surface-2);
}

.tag-unpaid[b-e77o8nsckp] {
    color: #d97706;
    border-color: #f59e0b;
    background-color: #fffbeb;
}

.tag-cross-club[b-e77o8nsckp] {
    color: #7c3aed;
    border-color: #8b5cf6;
    background-color: #f5f3ff;
}

.tag-class-pass[b-e77o8nsckp] {
    color: #0891b2;
    border-color: #06b6d4;
    background-color: #ecfeff;
}

.tag-more[b-e77o8nsckp] {
    color: var(--text-secondary);
    border-color: var(--border-color);
    background-color: var(--surface-2);
    padding: 4px 8px;
    cursor: pointer;
}

.tag svg[b-e77o8nsckp] {
    width: 14px;
    height: 14px;
}

/* Tags Container with rows */
.tags-container[b-e77o8nsckp] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Instructor Section */
.instructor-section[b-e77o8nsckp] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 140px;
}

.instructor-info[b-e77o8nsckp] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.instructor-avatar[b-e77o8nsckp] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: 600;
    flex-shrink: 0;
    position: relative;
}

.instructor-avatar img[b-e77o8nsckp] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.avatar-badge[b-e77o8nsckp] {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 14px;
    height: 14px;
    background-color: #22c55e;
    border-radius: 50%;
    border: 2px solid var(--surface-1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-badge svg[b-e77o8nsckp] {
    width: 8px;
    height: 8px;
    color: white;
}

/* Client Section */
.client-section[b-e77o8nsckp] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 140px;
}

.client-name[b-e77o8nsckp] {
    font-size: 14px;
    color: var(--text-secondary);
}

.instructor-name[b-e77o8nsckp] {
    font-size: 14px;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 4px;
}

.instructor-emoji[b-e77o8nsckp] {
    font-size: 14px;
}

.add-instructor[b-e77o8nsckp] {
    font-size: 13px;
    color: var(--link-color);
    cursor: pointer;
    text-decoration: none;
}

.add-instructor:hover[b-e77o8nsckp] {
    text-decoration: underline;
}

/* Participants Section */
.participants-section[b-e77o8nsckp] {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 60px;
    flex-shrink: 0;
}

.participants-icon svg[b-e77o8nsckp] {
    width: 18px;
    height: 18px;
    color: var(--text-secondary);
}

.participants-count[b-e77o8nsckp] {
    font-size: 14px;
    color: var(--text-secondary);
}

/* Actions Section */
.actions-section[b-e77o8nsckp] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.btn-add[b-e77o8nsckp] {
    width: 40px;
    height: 40px;
    background-color: #65a30d;
    border: none;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

.btn-add:hover[b-e77o8nsckp] {
    background-color: #4d7c0f;
}

.btn-add svg[b-e77o8nsckp] {
    width: 20px;
    height: 20px;
}

.btn-callback[b-e77o8nsckp] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background-color: #0891b2;
    border: none;
    border-radius: 6px;
    color: white;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    white-space: nowrap;
}

.btn-callback:hover[b-e77o8nsckp] {
    background-color: #0e7490;
}

.btn-callback svg[b-e77o8nsckp] {
    width: 16px;
    height: 16px;
}

/* Icon Buttons Group */
.icon-buttons[b-e77o8nsckp] {
    display: flex;
    gap: 4px;
}

.btn-icon[b-e77o8nsckp] {
    min-width: 36px;
    height: 36px;
    background: none;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    color: var(--text-secondary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.btn-icon-text[b-e77o8nsckp] {
    padding: 0 8px;
}

.btn-icon:hover[b-e77o8nsckp] {
    background-color: var(--surface-2);
    color: var(--text-primary);
}

.btn-icon svg[b-e77o8nsckp] {
    width: 18px;
    height: 18px;
}

/* Action Buttons Group */
.action-buttons[b-e77o8nsckp] {
    display: flex;
    gap: 0;
}

.btn-action[b-e77o8nsckp] {
    width: 36px;
    height: 36px;
    border: 1px solid var(--border-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    background: var(--surface-1);
}

.btn-action:first-child[b-e77o8nsckp] {
    border-radius: 6px 0 0 6px;
}

.btn-action:last-child[b-e77o8nsckp] {
    border-radius: 0 6px 6px 0;
}

.btn-action:not(:last-child)[b-e77o8nsckp] {
    border-right: none;
}

.btn-action svg[b-e77o8nsckp] {
    width: 18px;
    height: 18px;
}

.btn-action-check[b-e77o8nsckp] {
    color: #22c55e;
}

.btn-action-check:hover[b-e77o8nsckp] {
    background-color: #f0fdf4;
}

.btn-action-user[b-e77o8nsckp] {
    color: #ca8a04;
}

.btn-action-user:hover[b-e77o8nsckp] {
    background-color: #fefce8;
}

.btn-action-close[b-e77o8nsckp] {
    color: #dc2626;
}

.btn-action-close:hover[b-e77o8nsckp] {
    background-color: #fef2f2;
}

.btn-menu[b-e77o8nsckp] {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-muted);
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-menu:hover[b-e77o8nsckp] {
    color: var(--text-secondary);
}

.btn-menu svg[b-e77o8nsckp] {
    width: 20px;
    height: 20px;
}

.btn-arrow[b-e77o8nsckp] {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-muted);
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-arrow:hover[b-e77o8nsckp] {
    color: var(--text-secondary);
}

.btn-arrow svg[b-e77o8nsckp] {
    width: 20px;
    height: 20px;
}

/* Responsive Styles */
@media (max-width: 1100px) {
    .add-instructor[b-e77o8nsckp] {
        display: none;
    }
}

@media (max-width: 900px) {
    .list-item[b-e77o8nsckp] {
        padding: 12px 16px;
    }

    .tags[b-e77o8nsckp] {
        display: none;
    }

    .btn-arrow[b-e77o8nsckp] {
        display: none;
    }
}

@media (max-width: 700px) {
    .instructor-section[b-e77o8nsckp] {
        display: none;
    }

    .btn-menu[b-e77o8nsckp] {
        display: none;
    }
}

@media (max-width: 500px) {
    .participants-section[b-e77o8nsckp] {
        display: none;
    }

    .time-end[b-e77o8nsckp] {
        display: none;
    }

    .expand-arrow[b-e77o8nsckp] {
        display: none;
    }
}

@media (max-width: 900px) {
    .icon-buttons[b-e77o8nsckp] {
        display: none;
    }
}

@media (max-width: 700px) {
    .client-section[b-e77o8nsckp] {
        display: none;
    }
}

.list-container[b-e77o8nsckp] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/* _content/Admin/Components/SharedComponents/Chat/ChatComponent.razor.rz.scp.css */
.contact[b-w8qcx0vr88] {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 5rem;
    height: 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact .pic[b-w8qcx0vr88] {
    position: absolute;
    left: 0;
}
.contact .name[b-w8qcx0vr88] {
    font-weight: 500;
    margin-bottom: 0.125rem;
}
.contact .message[b-w8qcx0vr88], .contact .seen[b-w8qcx0vr88] {
    font-size: 0.9rem;
    color: var(--text-muted);
}

.chat .messages[b-w8qcx0vr88] {
    padding: 1rem;
    flex-shrink: 2;
    overflow-y: auto;
}
.chat .messages .currentDate[b-w8qcx0vr88] {
    font-size: 0.8rem;
    background: var(--surface-2);
    padding: 0.25rem 1rem;
    border-radius: 2rem;
    color: var(--text-muted);
    width: fit-content;
    margin: 0 auto;
}
.chat .messages .message[b-w8qcx0vr88] {
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    margin: 1rem;
    background: var(--surface-1);
    color: var(--text-primary);
    border-radius: 1.125rem 1.125rem 1.125rem 0;
    min-height: 2.25rem;
    width: fit-content;
    max-width: 66%;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.1);
}
.chat .messages .message.self[b-w8qcx0vr88] {
    margin: 1rem 1rem 1rem auto;
    border-radius: 1.125rem 1.125rem 0 1.125rem;
    background: var(--chat-self-bg);
    color: var(--chat-self-text);
}
.chat .messages .message.system[b-w8qcx0vr88] {
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
    border-radius: 1.125rem;
    background: #850000;
    color: white;
}

.chat .messages .message.system.tool-call[b-w8qcx0vr88] {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: stretch;
    gap: 0;
    padding: 0;
    background: #1a5490;
    overflow: hidden;
}

.chat .messages .message.system.tool-call .tool-call-icon-pane[b-w8qcx0vr88] {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0.75rem;
}

.chat .messages .message.system.tool-call .tool-call-icon[b-w8qcx0vr88] {
    font-size: 2rem;
    line-height: 1;
}

.chat .messages .message.system.tool-call .tool-call-content[b-w8qcx0vr88] {
    flex: 1 1 50%;
    background: var(--surface-1);
    color: var(--text-primary);
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
}

.chat .messages .message.system.tool-call:hover[b-w8qcx0vr88] {
    background: #2a6ab0;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.chat .messages .message .typing[b-w8qcx0vr88] {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0rem;
    box-sizing: border-box;
    background: var(--border-color-strong);
    border-radius: 50%;
}
.chat .messages .message .typing.typing-1[b-w8qcx0vr88] {
    -webkit-animation: typing 3s infinite;
    animation: typing-b-w8qcx0vr88 3s infinite;
}
.chat .messages .message .typing.typing-2[b-w8qcx0vr88] {
    -webkit-animation: typing 3s 250ms infinite;
    animation: typing-b-w8qcx0vr88 3s 250ms infinite;
}
.chat .messages .message .typing.typing-3[b-w8qcx0vr88] {
    -webkit-animation: typing 3s 500ms infinite;
    animation: typing-b-w8qcx0vr88 3s 500ms infinite;
}
.chat .input[b-w8qcx0vr88] {
    box-sizing: border-box;
    flex-basis: 4rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 0.5rem 0 1.5rem;
}
.chat .input i[b-w8qcx0vr88] {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: var(--text-secondary);
    cursor: pointer;
    transition: color 200ms;
}
.chat .input i:hover[b-w8qcx0vr88] {
    color: var(--text-primary);
}
.chat .input input[b-w8qcx0vr88] {
    border: 1px solid var(--border-color);
    background-image: none;
    background-color: var(--surface-1);
    padding: 0.5rem 1rem;
    margin-right: 1rem;
    border-radius: 1.125rem;
    flex-grow: 2;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.2);
    font-family: Red hat Display, sans-serif;
    font-weight: 400;
    letter-spacing: 0.025em;
}
.chat .input input[b-w8qcx0vr88]::placeholder {
    color: var(--text-muted);
}

@-webkit-keyframes typing {
    0%, 75%, 100% {
        transform: translate(0, 0.25rem) scale(0.9);
        opacity: 0.5;
    }
    25% {
        transform: translate(0, -0.25rem) scale(1);
        opacity: 1;
    }
}

@keyframes typing-b-w8qcx0vr88 {
    0%, 75%, 100% {
        transform: translate(0, 0.25rem) scale(0.9);
        opacity: 0.5;
    }
    25% {
        transform: translate(0, -0.25rem) scale(1);
        opacity: 1;
    }
}
/* _content/Admin/Components/SharedComponents/DashboardStatCard.razor.rz.scp.css */
.dash-card[b-jzosa002xi] {
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 100%);
    border: 1px solid #e3e6eb;
    border-radius: 14px;
    padding: 1rem 1.1rem 0.9rem 1.1rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    gap: .35rem;
    transition: box-shadow .18s ease, transform .18s ease, border-color .25s ease;
    overflow: hidden;
}
.dash-card:hover[b-jzosa002xi] {
    box-shadow: 0 4px 18px rgba(0,0,0,0.08), 0 2px 4px rgba(0,0,0,0.08);
}
.dash-card.clickable[b-jzosa002xi] { cursor: pointer; }
.dash-card.clickable:hover[b-jzosa002xi] { transform: translateY(-2px); }
.dash-card-header[b-jzosa002xi] { display:flex; align-items:center; justify-content:space-between; font-size:.8rem; letter-spacing:.5px; text-transform:uppercase; font-weight:600; color:#5a6270; }
.dash-card-header .icon[b-jzosa002xi] { font-size:1.1rem; color:#6366f1; opacity:.9; }
.dash-card-value[b-jzosa002xi] { font-size:1.9rem; font-weight:600; letter-spacing: -.5px; color:#1b2533; line-height:1.2; }
.dash-card-value .suffix[b-jzosa002xi] { font-size:.9rem; font-weight:500; margin-left:.3rem; color:#5a6270; }
.dash-card-sub[b-jzosa002xi] { font-size:.72rem; text-transform:uppercase; letter-spacing:.5px; font-weight:500; color:#768390; }
.trend[b-jzosa002xi] { position:absolute; bottom:.55rem; right:.65rem; font-size:.65rem; display:inline-flex; align-items:center; gap:.15rem; padding:.25rem .45rem; border-radius:50px; font-weight:600; letter-spacing:.5px; }
.trend.up[b-jzosa002xi] { background:rgba(16,185,129,.12); color:#059669; }
.trend.down[b-jzosa002xi] { background:rgba(239,68,68,.14); color:#dc2626; }
.trend i[b-jzosa002xi] { font-size:1rem; line-height:1; }
@media (max-width: 520px){
  .dash-card-value[b-jzosa002xi] { font-size:1.5rem; }
}

/* _content/Admin/Components/SharedComponents/Dialogs/HtmlTemplateEditorDialog.razor.rz.scp.css */
[b-vv7j91f76v] .editor {
    height: 100%;
    border: 1px solid var(--border-color);
}

.editor-loading[b-vv7j91f76v] {
    height: 100%;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    background: var(--surface-2);
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

#layout-container[b-vv7j91f76v] {
    display: grid;
    grid-template-rows: auto 1fr 120px;
    height: 100%;
}

.preview-error-box[b-vv7j91f76v] {
    margin-top: 8px;
    padding: 8px;
    background: var(--danger-soft-bg);
    border: 1px solid var(--danger-soft-border);
    border-radius: 4px;
    color: var(--danger-ink);
    font-size: 13px;
}

.preview-host-wrap[b-vv7j91f76v] {
    height: 100%;
}

.preview-host[b-vv7j91f76v] {
    background: var(--surface-1);
    height: 100%;
    border: 1px solid var(--border-color);
    border-radius: 4px;
}

.placeholder-section[b-vv7j91f76v] {
    padding: 12px;
    border-top: 1px solid var(--border-color);
    background: var(--surface-2);
    max-height: 150px;
    overflow-y: auto;
}

.placeholder-title[b-vv7j91f76v] {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--text-primary);
}

.placeholder-list[b-vv7j91f76v] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.placeholder-chip[b-vv7j91f76v] {
    background: var(--surface-1);
    padding: 4px 8px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    color: var(--text-primary);
}
/* _content/Admin/Components/SharedComponents/Dialogs/ToolCallDetailDialog.razor.rz.scp.css */
[b-h3ots9q5z4] .editor {
    /* Explizite Größe für Monaco-Editor */
    width: 100%;
    height: 500px;
    border: 1px solid var(--border-color);
    border-radius: 4px; 
}

.log-container[b-h3ots9q5z4] {
    max-height: 500px;
    overflow-y: auto;
    background-color: var(--surface-2);
    padding: 1rem;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.875rem;
}

.log-entry[b-h3ots9q5z4] {
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    border-left: 3px solid var(--text-muted);
    background-color: var(--surface-1);
}

.log-entry.log-level-information[b-h3ots9q5z4] {
    border-left-color: #0dcaf0;
}

.log-entry.log-level-warning[b-h3ots9q5z4] {
    border-left-color: #ffc107;
    background-color: var(--warning-soft-bg);
}

.log-entry.log-level-error[b-h3ots9q5z4] {
    border-left-color: #dc3545;
    background-color: var(--danger-soft-bg);
}

.log-entry.log-level-debug[b-h3ots9q5z4] {
    border-left-color: var(--text-muted);
    background-color: var(--surface-2);
}

.log-timestamp[b-h3ots9q5z4] {
    color: var(--text-muted);
    margin-right: 0.5rem;
}

.log-level[b-h3ots9q5z4] {
    font-weight: bold;
    margin-right: 0.5rem;
}

.log-level-information .log-level[b-h3ots9q5z4] {
    color: #0dcaf0;
}

.log-level-warning .log-level[b-h3ots9q5z4] {
    color: var(--warning-color);
}

.log-level-error .log-level[b-h3ots9q5z4] {
    color: var(--danger-ink);
}

.log-level-debug .log-level[b-h3ots9q5z4] {
    color: var(--text-muted);
}

.log-message[b-h3ots9q5z4] {
    color: var(--text-primary);
}

.log-exception[b-h3ots9q5z4] {
    margin-top: 0.5rem;
    padding: 0.5rem;
    background-color: var(--surface-2);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    font-size: 0.8rem;
    white-space: pre-wrap;
    word-break: break-word;
}

.modal-xl[b-h3ots9q5z4] {
    max-width: 90%;
}

.nav-tabs[b-h3ots9q5z4] {
    border-bottom: 1px solid var(--border-color);
}

.nav-tabs .nav-link[b-h3ots9q5z4] {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background: none;
    color: var(--text-secondary);
    cursor: pointer;
    padding: 0.5rem 1rem;
}

.nav-tabs .nav-link:hover[b-h3ots9q5z4] {
    border-color: var(--surface-3) var(--surface-3) var(--border-color);
    isolation: isolate;
}

.nav-tabs .nav-link.active[b-h3ots9q5z4] {
    color: var(--text-primary);
    background-color: var(--surface-1);
    border-color: var(--border-color) var(--border-color) var(--surface-1);
}
/* _content/Admin/Components/SharedComponents/LogList.razor.rz.scp.css */
.log-row-warning > td[b-11dt1o0lpo] {
    background-color: var(--warning-soft-bg) !important;
    color: var(--text-primary) !important;
}

.log-row-error > td[b-11dt1o0lpo] {
    background-color: var(--danger-soft-bg) !important;
    color: var(--text-primary) !important;
}

.log-row-critical > td[b-11dt1o0lpo] {
    background-color: var(--surface-3) !important;
    color: var(--text-primary) !important;
}

.log-badge-trace[b-11dt1o0lpo] {
    background-color: var(--surface-3) !important;
    color: var(--text-primary) !important;
}

.log-badge-debug[b-11dt1o0lpo] {
    background-color: var(--surface-2) !important;
    color: var(--text-primary) !important;
}

.log-badge-info[b-11dt1o0lpo] {
    background-color: var(--surface-2) !important;
    color: var(--text-primary) !important;
    border: 1px solid var(--border-color-strong);
}

.log-badge-warning[b-11dt1o0lpo] {
    background-color: var(--warning-soft-bg) !important;
    color: var(--text-primary) !important;
    border: 1px solid var(--warning-color);
}

.log-badge-error[b-11dt1o0lpo] {
    background-color: var(--danger-soft-bg) !important;
    color: var(--text-primary) !important;
    border: 1px solid var(--danger-color);
}

.log-badge-critical[b-11dt1o0lpo] {
    background-color: var(--surface-3) !important;
    color: var(--text-primary) !important;
    border: 1px solid var(--border-color-strong);
}
/* _content/Admin/Components/SharedComponents/MessageDetailModal.razor.rz.scp.css */
.message-detail-modal[b-50am8w2ft9] {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 0;
}

.message-content[b-50am8w2ft9] {
    min-height: 0;
}

.message-html-preview[b-50am8w2ft9] {
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 0.375rem;
    width: 100%;
    height: 65vh;
    min-height: 420px;
    overflow: hidden;
    background: #fff;
}

.message-html-frame[b-50am8w2ft9] {
    width: 100%;
    height: 100%;
    border: none;
    background: #fff;
}

.message-code-preview[b-50am8w2ft9] {
    max-height: 65vh;
    overflow-y: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
/* _content/Admin/Components/SharedComponents/MessageHistoryList.razor.rz.scp.css */
.message-list[b-359cmxcpl2] {
    max-width: 100%;
}

.message-card[b-359cmxcpl2] {
    transition: all 0.2s ease-in-out;
    border-left: 4px solid #95bcae;
}

.message-card:hover[b-359cmxcpl2] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.message-preview[b-359cmxcpl2] {
    max-height: 3em;
    overflow: hidden;
    line-height: 1.5em;
}

.message-preview p[b-359cmxcpl2] {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8em;
    color: var(--text-muted);
}
