/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-7ong2el6zu] {
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
    background: transparent;
}

    .app-shell[b-7ong2el6zu]  .app-shell-drawer,
    .app-shell[b-7ong2el6zu]  .k-drawer-container {
        height: 100dvh;
        min-height: 100dvh;
        background: transparent;
    }

    .app-shell[b-7ong2el6zu]  .k-drawer {
        background: linear-gradient(180deg, var(--app-color-sidebar-top) 0%, var(--app-color-sidebar-bottom) 100%);
        box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.05);
        border-right: 0;
        color: #ffffff;
        overflow: hidden;
    }

    .app-shell[b-7ong2el6zu]  .k-drawer-wrapper {
        height: 100dvh;
        min-height: 100dvh;
        overflow: hidden;
    }

    .app-shell[b-7ong2el6zu]  .k-drawer-content {
        min-width: 0;
        height: 100dvh;
        min-height: 100dvh;
        overflow: hidden;
        background: transparent;
    }

.page[b-7ong2el6zu] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100dvh;
    min-height: 100dvh;
    background: transparent;
}

main[b-7ong2el6zu] {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    height: 100dvh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.top-row[b-7ong2el6zu] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 248, 0.96) 100%);
    border-bottom: 1px solid var(--app-color-border);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85), 0 10px 28px rgba(22, 39, 26, 0.04);
    height: 4.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    flex: 0 0 auto;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    position: sticky;
    top: 0;
    z-index: 100;
}

.top-row__branding[b-7ong2el6zu] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 0;
}

.top-row__nav-toggle[b-7ong2el6zu] {
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid var(--app-color-border);
    border-radius: 0.85rem;
    background: linear-gradient(180deg, #ffffff 0%, var(--app-color-surface-alt) 100%);
    color: var(--app-color-text-muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 14px rgba(26, 47, 31, 0.06);
    transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, transform 140ms ease;
}

    .top-row__nav-toggle:hover[b-7ong2el6zu],
    .top-row__nav-toggle:focus-visible[b-7ong2el6zu] {
        border-color: var(--app-color-primary-border);
        color: var(--app-color-primary-active);
        background: var(--app-color-primary-softer);
        transform: translateY(-1px);
    }

    .top-row__nav-toggle .bi[b-7ong2el6zu] {
        font-size: 1.15rem;
        line-height: 1;
    }

.top-row__partner-logo[b-7ong2el6zu] {
    height: 2.7rem;
    width: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 3px 8px rgba(24, 54, 32, 0.10));
}

.top-row__branding-text[b-7ong2el6zu] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.top-row__eyebrow[b-7ong2el6zu] {
    font-size: 0.72rem;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--app-color-text-subtle);
}

.top-row__partner-name[b-7ong2el6zu] {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.15;
    color: var(--app-color-text);
}

.top-row__status[b-7ong2el6zu] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: auto;
    white-space: nowrap;
}

.top-row__app-name[b-7ong2el6zu] {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--app-color-text-muted);
}

article[b-7ong2el6zu] {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

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

@media (max-width: 640.98px) {
    .top-row[b-7ong2el6zu] {
        gap: 0.75rem;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .top-row__branding[b-7ong2el6zu] {
        gap: 0.65rem;
    }

    .top-row__branding-text[b-7ong2el6zu] {
        display: none;
    }

    .top-row__partner-logo[b-7ong2el6zu] {
        height: 2.35rem;
    }

    .top-row__status[b-7ong2el6zu] {
        gap: 0.6rem;
    }

    .top-row__app-name[b-7ong2el6zu] {
        display: none;
    }
}

#blazor-error-ui[b-7ong2el6zu] {
    background: #fff7d6;
    color: #463400;
    border-top: 1px solid #f0d37a;
    bottom: 0;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.12);
    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-7ong2el6zu] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-jw23ls7qdq] {
    height: 100dvh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    overflow: hidden;
}

.nav-brand-row[b-jw23ls7qdq] {
    min-height: 3.75rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.85rem;
    background-color: rgba(0, 0, 0, 0.18);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand[b-jw23ls7qdq] {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: #ffffff;
}

.navbar-brand__mark[b-jw23ls7qdq] {
    flex: 0 0 auto;
    width: 2.15rem;
    height: 2.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
    font-weight: 800;
    letter-spacing: 0.01em;
}

.navbar-brand__text[b-jw23ls7qdq] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.navbar-brand__title[b-jw23ls7qdq] {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #ffffff;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar-brand__subtitle[b-jw23ls7qdq] {
    font-size: 0.72rem;
    color: rgba(247, 251, 248, 0.75);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-collapse-button[b-jw23ls7qdq] {
    width: 2.2rem;
    height: 2.2rem;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(247, 251, 248, 0.92);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 140ms ease, border-color 140ms ease, transform 140ms ease;
}

    .nav-collapse-button:hover[b-jw23ls7qdq],
    .nav-collapse-button:focus-visible[b-jw23ls7qdq] {
        background: rgba(255, 255, 255, 0.16);
        border-color: rgba(255, 255, 255, 0.28);
        transform: translateY(-1px);
    }

.nav-shell--collapsed .nav-brand-row[b-jw23ls7qdq] {
    justify-content: center;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
}

.nav-shell--collapsed .navbar-brand[b-jw23ls7qdq] {
    display: none;
}

.nav-scrollable[b-jw23ls7qdq] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.nav-links[b-jw23ls7qdq] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding-block: 1rem 0.5rem;
}

    .nav-links[b-jw23ls7qdq]::-webkit-scrollbar {
        width: 0.65rem;
    }

    .nav-links[b-jw23ls7qdq]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.16);
        border-radius: 999px;
        border: 2px solid transparent;
        background-clip: padding-box;
    }

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

    .nav-item[b-jw23ls7qdq]  a {
        color: rgba(247, 251, 248, 0.9);
        border-radius: 0.85rem;
        min-height: 3rem;
        display: flex;
        align-items: center;
        gap: 0.45rem;
        line-height: 1.2;
        padding-inline: 0.8rem 0.9rem;
        transition: background-color 140ms ease, transform 140ms ease, color 140ms ease;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    }

        .nav-item[b-jw23ls7qdq]  a.active {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(237, 245, 239, 0.16) 100%);
            color: #ffffff;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
            font-weight: 600;
        }

        .nav-item[b-jw23ls7qdq]  a:hover {
            background-color: rgba(255, 255, 255, 0.09);
            color: #ffffff;
            transform: translateX(1px);
        }

    .nav-item a .bi[b-jw23ls7qdq] {
        font-size: 1.2rem;
        width: 1.75rem;
        flex: 0 0 1.75rem;
        text-align: center;
        filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.35));
    }

.nav-link__text[b-jw23ls7qdq] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-shell--collapsed .nav-item[b-jw23ls7qdq] {
    padding-left: 0.45rem !important;
    padding-right: 0.45rem !important;
}

    .nav-shell--collapsed .nav-item[b-jw23ls7qdq]  a {
        justify-content: center;
        padding-inline: 0;
        width: 3rem;
        min-height: 3rem;
        margin-inline: auto;
    }

    .nav-shell--collapsed .nav-item a .bi[b-jw23ls7qdq] {
        width: auto;
        flex-basis: auto;
    }

.nav-theme-panel[b-jw23ls7qdq] {
    flex: 0 0 auto;
    padding: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);
}

.nav-shell--collapsed .nav-theme-panel[b-jw23ls7qdq] {
    display: flex;
    justify-content: center;
    padding: 0.8rem 0.45rem;
}

.nav-theme-panel__label[b-jw23ls7qdq] {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(247, 251, 248, 0.76);
}

.nav-theme-panel__select[b-jw23ls7qdq] {
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background-color: rgba(255, 255, 255, 0.10);
    color: #ffffff;
    box-shadow: none;
}

    .nav-theme-panel__select:focus[b-jw23ls7qdq] {
        border-color: rgba(255, 255, 255, 0.28);
        box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.10);
    }

    .nav-theme-panel__select option[b-jw23ls7qdq] {
        color: #1f2b22;
    }

.nav-theme-panel__mini-button[b-jw23ls7qdq] {
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(247, 251, 248, 0.92);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .nav-theme-panel__mini-button:hover[b-jw23ls7qdq],
    .nav-theme-panel__mini-button:focus-visible[b-jw23ls7qdq] {
        background: rgba(255, 255, 255, 0.16);
        border-color: rgba(255, 255, 255, 0.28);
    }
/* /Components/Pages/Common/Statistik/Statistik.razor.rz.scp.css */
.statistik-shell[b-u7g8av4z87] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

.statistik-content[b-u7g8av4z87] {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.statistik-sticky-top[b-u7g8av4z87] {
    position: sticky;
    top: 0;
    z-index: 30;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid var(--app-color-border);
    background: linear-gradient(180deg, rgba(246, 248, 245, 0.98) 0%, rgba(246, 248, 245, 0.94) 100%);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.statistik-results-scroll[b-u7g8av4z87] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    padding-top: 0.3rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.statistik-grid-host[b-u7g8av4z87] {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
}

.statistik-executed-at[b-u7g8av4z87] {
    position: absolute;
    left: 18.5rem;
    bottom: 0.55rem;
    z-index: 50;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    width: max-content;
    max-width: calc(100% - 34rem);
    min-height: 1.65rem;
    padding: 0.15rem 0.55rem;
    color: var(--app-color-text-muted);
    background: color-mix(in srgb, var(--app-color-surface-alt) 94%, transparent);
    border: 1px solid var(--app-color-border-soft);
    border-radius: 999px;
    box-shadow: 0 0.1rem 0.35rem rgba(15, 23, 42, 0.05);
    font-size: 0.78rem;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
}

.statistik-executed-at .bi[b-u7g8av4z87] {
    font-size: 0.9rem;
}

@media (max-width: 1100px) {
    .statistik-executed-at[b-u7g8av4z87] {
        left: 0.75rem;
        right: auto;
        bottom: 2.8rem;
        max-width: calc(100% - 1.5rem);
    }
}

.statistik-content--busy[b-u7g8av4z87] {
    pointer-events: none;
    user-select: none;
}

.statistik-busy-overlay[b-u7g8av4z87] {
    position: absolute;
    inset: 0;
    z-index: 21000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.38);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.statistik-busy-overlay--telerik[b-u7g8av4z87] {
    background: rgba(255, 255, 255, 0.38);
}

.statistik-page-notification[b-u7g8av4z87] {
    z-index: 21010;
}

:deep(.statistik-page-notification .k-notification-container)[b-u7g8av4z87] {
    inset-block-start: 1rem;
    inset-inline-end: 1rem;
}

:deep(.statistik-page-notification .k-notification)[b-u7g8av4z87] {
    border-radius: var(--app-radius-md);
    border: 1px solid rgba(47, 125, 87, 0.08);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    overflow: hidden;
}

:deep(.statistik-page-notification .k-notification::before)[b-u7g8av4z87] {
    content: "";
    display: block;
    height: 3px;
    background: var(--app-color-primary);
}

:deep(.statistik-page-notification .k-notification-content)[b-u7g8av4z87] {
    padding: 0.8rem 0.95rem 0.9rem;
    color: var(--app-color-text);
    font-weight: 500;
}

:deep(.statistik-page-notification .k-notification-actions)[b-u7g8av4z87] {
    padding-inline-end: 0.55rem;
}

:deep(.statistik-page-notification .k-notification .k-button)[b-u7g8av4z87] {
    border-radius: 0.45rem;
}

.statistik-busy-box[b-u7g8av4z87] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.3rem;
    background: var(--app-color-surface);
    border: 1px solid var(--app-color-border);
    border-radius: var(--app-radius-md);
    box-shadow: 0 16px 40px var(--app-color-shadow-strong);
    font-weight: 600;
    color: var(--app-color-text);
    min-width: 320px;
    justify-content: center;
    text-align: center;
}

.statistik-busy-box--telerik[b-u7g8av4z87] {
    min-width: 320px;
}

.statistik-busy-spinner[b-u7g8av4z87] {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    border: 0.28rem solid rgba(47, 125, 87, 0.16);
    border-top-color: var(--app-color-primary);
    animation: statistik-busy-spin-b-u7g8av4z87 0.9s linear infinite;
}

.statistik-busy-spinner--telerik[b-u7g8av4z87] {
    box-shadow: inset 0 0 0 1px rgba(47, 125, 87, 0.03);
}

.statistik-busy-box__headline[b-u7g8av4z87] {
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.35;
}

.statistik-busy-progress[b-u7g8av4z87] {
    width: min(34rem, 82vw);
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.statistik-busy-progress__bar--html[b-u7g8av4z87] {
    width: 100%;
}

.statistik-busy-progress__bar[b-u7g8av4z87] {
    height: 0.7rem;
    background: var(--app-color-surface-strong);
    border-radius: 999px;
    overflow: hidden;
}

.statistik-busy-progress__value[b-u7g8av4z87] {
    display: block;
    height: 100%;
    min-width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--app-color-primary) 0%, #63b37d 100%);
    transition: width 0.18s linear;
}

.statistik-busy-progress__meta[b-u7g8av4z87] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.84rem;
    font-weight: 500;
    color: var(--app-color-text-muted);
}

.statistik-busy-actions[b-u7g8av4z87] {
    display: flex;
    justify-content: center;
}

.statistik-busy-actions__button[b-u7g8av4z87] {
    min-width: 8.75rem;
    border-radius: 0.65rem;
    border: 1px solid var(--app-color-border-strong, var(--app-color-border));
    background: var(--app-color-surface);
    color: var(--app-color-text);
    font-weight: 600;
    padding: 0.58rem 1rem;
    transition: background-color 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
}

.statistik-busy-actions__button:hover:not(:disabled)[b-u7g8av4z87] {
    background: var(--app-color-surface-strong);
    border-color: var(--app-color-primary);
}

.statistik-busy-actions__button:disabled[b-u7g8av4z87] {
    opacity: 0.55;
    cursor: not-allowed;
}

@keyframes statistik-busy-spin-b-u7g8av4z87 {
    to {
        transform: rotate(360deg);
    }
}

:deep(.statistik-grid .k-grid-header .k-table-th)[b-u7g8av4z87] {
    font-weight: 600;
}

:deep(.statistik-grid-cell--right)[b-u7g8av4z87],
:deep(.statistik-grid-header--right)[b-u7g8av4z87] {
    text-align: right;
}

@media (max-width: 720px) {
    .statistik-busy-progress[b-u7g8av4z87] {
        width: min(100%, 26rem);
    }

    .statistik-busy-progress__meta[b-u7g8av4z87] {
        flex-direction: column;
        align-items: flex-start;
    }
}


.statistik-filter-view-settings[b-u7g8av4z87] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
    min-height: 2.15rem;
    padding: 0.22rem 0.35rem 0.22rem 0.55rem;
    border: 1px solid var(--app-color-border);
    border-radius: 999px;
    background: color-mix(in srgb, var(--app-color-surface) 92%, var(--app-color-primary-soft));
    box-shadow: 0 0.25rem 0.75rem rgba(15, 23, 42, 0.05);
}

.statistik-filter-view-settings__caption[b-u7g8av4z87] {
    flex: 0 0 auto;
    padding-right: 0.45rem;
    border-right: 1px solid var(--app-color-border-soft);
    color: var(--app-color-text-subtle);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    white-space: nowrap;
}

.statistik-grid-demo-switch[b-u7g8av4z87] {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 0.45rem;
    min-height: 2.55rem;
    padding: 0.3rem 0.55rem;
    border: 1px solid var(--app-color-border);
    border-radius: var(--app-radius-md);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 253, 250, 0.98) 100%);
    box-shadow: 0 8px 24px var(--app-color-shadow);
}

.statistik-grid-demo-switch__label[b-u7g8av4z87] {
    margin: 0;
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--app-color-text-muted);
    white-space: nowrap;
}

:deep(.statistik-grid-demo-switch .k-picker)[b-u7g8av4z87] {
    min-height: 2.0rem;
    min-width: 14rem;
    border-radius: 0.6rem;
    background: var(--app-color-surface);
    border-color: var(--app-color-border-strong);
}

:deep(.statistik-grid-demo-switch .k-picker:focus)[b-u7g8av4z87],
:deep(.statistik-grid-demo-switch .k-picker:focus-within)[b-u7g8av4z87] {
    box-shadow: var(--app-focus-ring);
}

.statistik-grid-demo-switch--inline[b-u7g8av4z87] {
    gap: 0.35rem;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.statistik-grid-demo-switch--inline .statistik-grid-demo-switch__label[b-u7g8av4z87] {
    font-size: 0.78rem;
    color: var(--app-color-text-muted);
}

:deep(.statistik-grid-demo-switch--inline .k-picker)[b-u7g8av4z87] {
    min-height: 1.8rem;
    min-width: 10.75rem;
    width: 11.875rem;
    border-radius: 0.55rem;
}

.statistik-grouping-toggle[b-u7g8av4z87] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 1.8rem;
    padding: 0.24rem 0.6rem;
    border: 1px solid var(--app-color-border-strong);
    border-radius: 999px;
    background: var(--app-color-surface);
    color: var(--app-color-text);
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.statistik-grouping-toggle .bi[b-u7g8av4z87] {
    font-size: 0.88rem;
    color: var(--app-color-text-subtle);
}

.statistik-grouping-toggle:hover[b-u7g8av4z87] {
    background: var(--app-color-primary-softer);
    border-color: var(--app-color-primary-border);
}

.statistik-grouping-toggle--active[b-u7g8av4z87] {
    background: var(--app-color-primary-soft);
    border-color: var(--app-color-primary-border);
    color: var(--app-color-primary);
}

.statistik-grouping-toggle--active .bi[b-u7g8av4z87] {
    color: var(--app-color-primary);
}

@media (max-width: 1380px) {
    .statistik-filter-view-settings__caption[b-u7g8av4z87] {
        display: none;
    }

    .statistik-grid-demo-switch--inline .statistik-grid-demo-switch__label[b-u7g8av4z87] {
        display: none;
    }
}

@media (max-width: 680px) {
    .statistik-filter-view-settings[b-u7g8av4z87] {
        width: 100%;
        flex-wrap: wrap;
        border-radius: var(--app-radius-md);
        justify-content: flex-start;
    }

    .statistik-grid-demo-switch[b-u7g8av4z87] {
        width: 100%;
        justify-content: space-between;
    }

    .statistik-grid-demo-switch--inline[b-u7g8av4z87] {
        width: auto;
        justify-content: flex-start;
    }

    :deep(.statistik-grid-demo-switch .k-picker)[b-u7g8av4z87] {
        min-width: 0;
        width: min(100%, 18rem);
    }

    :deep(.statistik-grid-demo-switch--inline .k-picker)[b-u7g8av4z87] {
        width: min(100%, 14rem);
    }
}


.statistik-grid-demo-panel[b-u7g8av4z87] {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.statistik-grid-demo-toggle[b-u7g8av4z87] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0;
    min-height: 2.55rem;
    padding: 0.3rem 0.65rem;
    border: 1px solid var(--app-color-border);
    border-radius: var(--app-radius-md);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 253, 250, 0.98) 100%);
    box-shadow: 0 8px 24px var(--app-color-shadow);
}

.statistik-grid-demo-toggle__label[b-u7g8av4z87] {
    margin: 0;
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--app-color-text-muted);
    white-space: nowrap;
}

.statistik-grid-demo-toggle .form-check-input[b-u7g8av4z87] {
    float: none;
    margin: 0;
    cursor: pointer;
}

.statistik-grid-demo-toggle .form-check-label[b-u7g8av4z87] {
    cursor: pointer;
}

@media (max-width: 680px) {
    .statistik-grid-demo-panel[b-u7g8av4z87] {
        width: 100%;
    }

    .statistik-grid-demo-toggle[b-u7g8av4z87] {
        width: 100%;
        justify-content: flex-start;
    }
}

.statistik-filter-empty[b-u7g8av4z87] {
    display: flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.2rem 0.05rem;
    color: var(--app-color-text-muted);
    font-size: 0.84rem;
}
/* /Components/Pages/Common/Statistik/StatistikBandGrid.razor.rz.scp.css */
.statistik-detail-band[b-jq7xc0ym7b] {
    margin: 0;
    padding: 0;
    background: var(--app-color-surface-alt);
    border-top: 1px solid var(--app-color-border-soft);
}

:deep(.statistik-grid)[b-jq7xc0ym7b] {
    background: var(--app-color-surface);
    border-radius: var(--app-radius-md);
    box-shadow: 0 8px 26px var(--app-color-shadow);
    overflow: hidden;
}

:deep(.statistik-grid tr.statistik-grid-row--leaf td.k-hierarchy-cell *)[b-jq7xc0ym7b],
:deep(.statistik-grid tr.no-children td.k-hierarchy-cell *)[b-jq7xc0ym7b] {
    display: none;
}

:deep(.statistik-grid tr.statistik-grid-row--leaf td.k-hierarchy-cell)[b-jq7xc0ym7b],
:deep(.statistik-grid tr.no-children td.k-hierarchy-cell)[b-jq7xc0ym7b] {
    pointer-events: none;
}

:deep(.statistik-grid .k-detail-row > td)[b-jq7xc0ym7b] {
    padding: 0 !important;
}

:deep(.statistik-grid .k-detail-cell)[b-jq7xc0ym7b] {
    padding: 0 !important;
}

:deep(.statistik-grid .k-hierarchy-cell)[b-jq7xc0ym7b],
:deep(.statistik-grid .k-grid-header .k-hierarchy-cell)[b-jq7xc0ym7b] {
    width: 1.9rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

:deep(.statistik-grid .k-icon-button)[b-jq7xc0ym7b] {
    min-width: 1.55rem;
    min-height: 1.55rem;
}


:deep(.statistik-grid--detail)[b-jq7xc0ym7b] {
    border-top: 0;
}

:deep(.statistik-grid .k-grouping-header)[b-jq7xc0ym7b] {
    padding: 0.22rem 0.5rem;
    min-height: 1.65rem;
    background: var(--app-color-surface-muted);
    border-bottom: 1px solid var(--app-color-border-soft);
}

:deep(.statistik-grid .k-grouping-header .k-grouping-dropclue)[b-jq7xc0ym7b] {
    min-height: 1.45rem;
}

:deep(.statistik-grid .k-grid-header .k-table-th)[b-jq7xc0ym7b] {
    font-weight: 600;
    font-size: 0.86rem;
    line-height: 1.05;
    padding: 0.24rem 0.42rem;
    background: var(--app-color-surface-alt);
    text-align: center;
}


:deep(.statistik-grid .k-grid-header .k-table-th .k-cell-inner)[b-jq7xc0ym7b] {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
}

:deep(.statistik-grid .k-grid-header .k-table-th .k-cell-inner > .k-link)[b-jq7xc0ym7b] {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    justify-content: center !important;
    text-align: center !important;
}

:deep(.statistik-grid .k-grid-header .k-table-th .k-column-title)[b-jq7xc0ym7b] {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    display: block;
    text-align: center !important;
}

:deep(.statistik-grid .k-grid-header .k-table-th .k-column-title > *)[b-jq7xc0ym7b] {
    margin-left: auto;
    margin-right: auto;
}

:deep(.statistik-grid .k-grid-header .k-table-th .k-column-title > span)[b-jq7xc0ym7b] {
    display: block;
    width: 100%;
    text-align: center !important;
}

:deep(.statistik-grid .k-grid-header .k-table-th .k-grid-header-menu)[b-jq7xc0ym7b],
:deep(.statistik-grid .k-grid-header .k-table-th .k-grid-column-menu)[b-jq7xc0ym7b] {
    flex: 0 0 auto;
}

:deep(.statistik-grid .k-table-td)[b-jq7xc0ym7b] {
    padding: 0.16rem 0.42rem;
    font-size: 0.88rem;
    line-height: 1.05;
}

:deep(.statistik-grid .k-filter-row .k-table-td)[b-jq7xc0ym7b] {
    padding-top: 0.14rem;
    padding-bottom: 0.14rem;
}

:deep(.statistik-grid .k-filter-row .k-input)[b-jq7xc0ym7b],
:deep(.statistik-grid .k-filter-row .k-picker)[b-jq7xc0ym7b],
:deep(.statistik-grid .k-filter-row .k-combobox)[b-jq7xc0ym7b],
:deep(.statistik-grid .k-filter-row .k-datepicker)[b-jq7xc0ym7b] {
    min-height: 1.65rem;
}

:deep(.statistik-grid .k-grid-pager)[b-jq7xc0ym7b] {
    padding: 0.22rem 0.5rem;
    border-top: 1px solid var(--app-color-border-soft);
    background: var(--app-color-surface-alt);
}

:deep(.statistik-grid .k-pager-numbers-wrap .k-button)[b-jq7xc0ym7b],
:deep(.statistik-grid .k-pager-nav)[b-jq7xc0ym7b],
:deep(.statistik-grid .k-pager-refresh)[b-jq7xc0ym7b] {
    border-radius: 0.45rem;
}

:deep(.statistik-grid .k-pager-sizes .k-picker)[b-jq7xc0ym7b] {
    min-height: 1.45rem;
}

:deep(.statistik-grid .k-grid-content td.statistik-grid-cell--right)[b-jq7xc0ym7b],
:deep(.statistik-grid .k-grid-footer td.statistik-grid-footer--right)[b-jq7xc0ym7b] {
    text-align: right !important;
}

:deep(.statistik-grid .k-grid-content td.statistik-grid-cell--center)[b-jq7xc0ym7b],
:deep(.statistik-grid .k-grid-footer td.statistik-grid-footer--center)[b-jq7xc0ym7b] {
    text-align: center !important;
}

:deep(.statistik-grid .k-grid-header .k-table-th.statistik-grid-header--center)[b-jq7xc0ym7b],
:deep(.statistik-grid-header--center)[b-jq7xc0ym7b] {
    text-align: center !important;
}

:deep(.statistik-grid-cell-content)[b-jq7xc0ym7b],
:deep(.statistik-grid-footer)[b-jq7xc0ym7b] {
    display: flex;
    width: 100%;
    min-width: 0;
    font-variant-numeric: tabular-nums;
}

:deep(.statistik-grid-cell-content--right)[b-jq7xc0ym7b],
:deep(.statistik-grid-footer--right)[b-jq7xc0ym7b] {
    justify-content: flex-end;
    text-align: right !important;
}

:deep(.statistik-grid-cell-content--center)[b-jq7xc0ym7b],
:deep(.statistik-grid-footer--center)[b-jq7xc0ym7b] {
    justify-content: center;
    text-align: center !important;
}

:deep(.statistik-grid-cell-content--left)[b-jq7xc0ym7b],
:deep(.statistik-grid-footer--left)[b-jq7xc0ym7b] {
    justify-content: flex-start;
}

:deep(.statistik-grid-cell-value)[b-jq7xc0ym7b],
:deep(.statistik-grid-footer-value)[b-jq7xc0ym7b] {
    display: inline-block;
    white-space: nowrap;
}

:deep(.statistik-grid .statistik-grid-header-content)[b-jq7xc0ym7b] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    text-align: center;
}

:deep(.statistik-grid .statistik-grid-header-text)[b-jq7xc0ym7b] {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.15;
}

:deep(.statistik-grid--demo-compact-filter-row .k-grid-header .k-table-th)[b-jq7xc0ym7b],
:deep(.statistik-grid--demo-presentation .k-grid-header .k-table-th)[b-jq7xc0ym7b] {
    vertical-align: top;
}

:deep(.statistik-grid--demo-compact-filter-row .statistik-grid-header-text)[b-jq7xc0ym7b],
:deep(.statistik-grid--demo-presentation .statistik-grid-header-text)[b-jq7xc0ym7b] {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    word-break: break-word;
}

:deep(.statistik-grid--demo-compact-filter-row .k-grid-header .k-table-th)[b-jq7xc0ym7b] {
    padding-top: 0.55rem;
    padding-bottom: 0.35rem;
}

:deep(.statistik-grid--demo-compact-filter-row .k-filter-row .k-table-td)[b-jq7xc0ym7b] {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
}

:deep(.statistik-grid--demo-compact-filter-row .k-filter-row .k-input)[b-jq7xc0ym7b],
:deep(.statistik-grid--demo-compact-filter-row .k-filter-row .k-picker)[b-jq7xc0ym7b],
:deep(.statistik-grid--demo-compact-filter-row .k-filter-row .k-combobox)[b-jq7xc0ym7b],
:deep(.statistik-grid--demo-compact-filter-row .k-filter-row .k-datepicker)[b-jq7xc0ym7b] {
    min-height: 2.45rem;
}

:deep(.statistik-grid--demo-filter-menu .k-grouping-header)[b-jq7xc0ym7b],
:deep(.statistik-grid--demo-column-menu .k-grouping-header)[b-jq7xc0ym7b],
:deep(.statistik-grid--demo-presentation .k-grouping-header)[b-jq7xc0ym7b] {
    min-height: 2.4rem;
}

:deep(.statistik-grid--demo-presentation .k-grouping-header)[b-jq7xc0ym7b] {
    display: none;
}

:deep(.statistik-grid--demo-presentation .k-grid-header .k-table-th)[b-jq7xc0ym7b] {
    background: var(--app-color-surface);
}

:deep(.statistik-grid--demo-presentation .k-grid-pager)[b-jq7xc0ym7b] {
    background: var(--app-color-surface);
}


:deep(.statistik-grid .k-grid-footer)[b-jq7xc0ym7b] {
    border-top: 1px solid var(--app-color-border-soft);
    background: var(--app-color-surface-alt);
}

:deep(.statistik-grid .k-grid-footer .k-table-td)[b-jq7xc0ym7b] {
    padding: 0.2rem 0.42rem;
    font-size: 0.88rem;
    font-weight: 600;
}

:deep(.statistik-grid-footer)[b-jq7xc0ym7b] {
    display: block;
    width: 100%;
    color: var(--app-color-text);
    font-variant-numeric: tabular-nums;
}


:deep(.statistik-grid .k-grid-pager .k-pager-info)[b-jq7xc0ym7b] {
    font-size: 0.78rem;
    white-space: nowrap;
}

:deep(.statistik-grid .k-pager-numbers-wrap)[b-jq7xc0ym7b] {
    gap: 0.1rem;
}

:deep(.statistik-grid .k-pager-numbers-wrap .k-button)[b-jq7xc0ym7b],
:deep(.statistik-grid .k-pager-nav)[b-jq7xc0ym7b] {
    min-width: 1.65rem;
    min-height: 1.65rem;
    padding-inline: 0.35rem;
}


.statistik-grid-executed-at[b-jq7xc0ym7b] {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    width: max-content;
    max-width: calc(100% - 34rem);
    min-height: 1.65rem;
    margin-top: -2.2rem;
    margin-left: 18.5rem;
    padding: 0.15rem 0.55rem;
    color: var(--app-color-text-muted);
    background: color-mix(in srgb, var(--app-color-surface-alt) 92%, transparent);
    border: 1px solid var(--app-color-border-soft);
    border-radius: 999px;
    font-size: 0.78rem;
    line-height: 1;
    white-space: nowrap;
    pointer-events: none;
}

.statistik-grid-executed-at .bi[b-jq7xc0ym7b] {
    font-size: 0.9rem;
}

@media (max-width: 1100px) {
    .statistik-grid-executed-at[b-jq7xc0ym7b] {
        max-width: calc(100% - 2rem);
        margin-top: 0.35rem;
        margin-left: 0.5rem;
    }
}

:deep(.statistik-grid .k-grid-content tr)[b-jq7xc0ym7b] {
    height: 1.85rem;
}

:deep(.statistik-grid .k-grid-footer tr)[b-jq7xc0ym7b] {
    height: 1.8rem;
}



/* Letzte Eskalationsstufe gegen Telerik-/Theme-Overrides: Inhalt und Zelle ausrichten. */
:deep(.statistik-grid .k-grid-content td.statistik-grid-cell--right > *)[b-jq7xc0ym7b],
:deep(.statistik-grid .k-grid-footer td.statistik-grid-footer--right > *)[b-jq7xc0ym7b] {
    margin-left: auto;
    text-align: right !important;
}

:deep(.statistik-grid .k-grid-content td.statistik-grid-cell--right .statistik-grid-cell-value)[b-jq7xc0ym7b],
:deep(.statistik-grid .k-grid-footer td.statistik-grid-footer--right .statistik-grid-footer-value)[b-jq7xc0ym7b] {
    text-align: right !important;
}
/* /Components/Pages/Common/Statistik/StatistikFilterPanel.razor.rz.scp.css */
.statistik-filter-panel[b-rkzgpb2qut] {
    margin-top: 0.25rem;
}

.statistik-filter-panel[b-rkzgpb2qut]  .k-panelbar {
    border: 1px solid var(--app-color-border);
    border-radius: var(--app-radius-md);
    box-shadow: 0 8px 24px var(--app-color-shadow);
    overflow: hidden;
    background: var(--app-color-surface);
}

.statistik-filter-panel[b-rkzgpb2qut]  .k-panelbar-item > .k-link {
    padding: 0;
    background: transparent;
}

.statistik-filter-panel[b-rkzgpb2qut]  .k-panelbar-item > .k-link:hover {
    background: var(--app-color-primary-softer);
}

.statistik-filter-panel[b-rkzgpb2qut]  .k-panelbar-item > .k-link > .k-link-text,
.statistik-filter-panel[b-rkzgpb2qut]  .k-panelbar-item > .k-link .k-link-text {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    padding: 0;
}

.statistik-filter-panel[b-rkzgpb2qut]  .k-panelbar-item > .k-link > .k-panelbar-toggle {
    display: none;
}

.statistik-filter-panel[b-rkzgpb2qut]  .k-panelbar-content {
    padding: 0.45rem 0.65rem 0.55rem;
    border-top: 1px solid var(--app-color-border-soft);
    background: var(--app-color-surface);
}

.statistik-filter-panel__header[b-rkzgpb2qut] {
    width: 100%;
    display: grid;
    grid-template-columns: 2.45rem minmax(0, 1fr);
    align-items: stretch;
    min-height: 3.05rem;
    padding: 0;
    cursor: pointer;
}

.statistik-filter-panel__gutter[b-rkzgpb2qut] {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    border-right: 1px solid var(--app-color-border-soft);
    background: color-mix(in srgb, var(--app-color-primary-soft) 34%, transparent);
}

.statistik-filter-panel__toggle[b-rkzgpb2qut] {
    width: 100%;
    min-height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--app-color-primary);
}

.statistik-filter-panel__toggle:hover[b-rkzgpb2qut] {
    background: var(--app-color-primary-softer);
}

.statistik-filter-panel__toggle:focus-visible[b-rkzgpb2qut] {
    outline: 0;
    box-shadow: inset var(--app-focus-ring);
}

.statistik-filter-panel__toggle-icon[b-rkzgpb2qut] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid var(--app-color-primary-border);
    border-radius: 0.55rem;
    background: var(--app-color-surface);
    box-shadow: 0 2px 8px var(--app-color-shadow);
    font-size: 1rem;
    line-height: 1;
    transition: transform 0.18s ease, background-color 0.18s ease;
}

.statistik-filter-panel__toggle-icon--expanded[b-rkzgpb2qut] {
    transform: rotate(180deg);
}

.statistik-filter-panel__main[b-rkzgpb2qut] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.42rem 0.65rem 0.42rem 0.65rem;
}

.statistik-filter-panel__header-left[b-rkzgpb2qut] {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 0.45rem;
    min-width: 12rem;
    flex: 0 1 20rem;
}

.statistik-filter-panel__title[b-rkzgpb2qut] {
    font-weight: 700;
    color: var(--app-color-text);
    line-height: 1.2;
    white-space: nowrap;
}

.statistik-filter-panel__subtitle[b-rkzgpb2qut] {
    margin-top: 0;
    font-size: 0.72rem;
    color: var(--app-color-text-subtle);
    line-height: 1.2;
    white-space: nowrap;
}

.statistik-filter-panel__header-actions[b-rkzgpb2qut] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 auto;
    min-width: 0;
}

.statistik-filter-panel__header-right[b-rkzgpb2qut] {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.6rem;
    min-width: 0;
    max-width: 46rem;
}

.statistik-filter-panel__count[b-rkzgpb2qut] {
    flex: 0 0 auto;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    background: var(--app-color-primary-soft);
    border: 1px solid var(--app-color-primary-border);
    color: var(--app-color-text);
    font-size: 0.78rem;
    line-height: 1;
}

.statistik-filter-panel__summary[b-rkzgpb2qut] {
    min-width: 0;
    max-width: 32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--app-color-text-muted);
    font-size: 0.8rem;
}

.statistik-filter-panel__summary--muted[b-rkzgpb2qut] {
    color: var(--app-color-text-subtle);
}

.statistik-filter-panel__content[b-rkzgpb2qut] {
    padding-top: 0;
}

@media (max-width: 1240px) {
    .statistik-filter-panel__main[b-rkzgpb2qut] {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .statistik-filter-panel__header-left[b-rkzgpb2qut] {
        flex: 1 1 18rem;
    }

    .statistik-filter-panel__header-actions[b-rkzgpb2qut] {
        order: 3;
        flex: 1 1 100%;
    }

    .statistik-filter-panel__header-right[b-rkzgpb2qut] {
        margin-left: 0;
        flex: 0 1 auto;
    }
}

@media (max-width: 760px) {
    .statistik-filter-panel__header[b-rkzgpb2qut] {
        grid-template-columns: 2.25rem minmax(0, 1fr);
    }

    .statistik-filter-panel__main[b-rkzgpb2qut] {
        gap: 0.55rem;
        padding: 0.38rem 0.55rem;
    }

    .statistik-filter-panel__header-left[b-rkzgpb2qut] {
        flex-basis: 100%;
        min-width: 0;
        flex-wrap: wrap;
    }

    .statistik-filter-panel__header-right[b-rkzgpb2qut] {
        justify-content: flex-start;
        flex-wrap: wrap;
        max-width: none;
    }

    .statistik-filter-panel__summary[b-rkzgpb2qut] {
        max-width: none;
        white-space: normal;
    }
}
/* /Components/Pages/Common/Statistik/StatistikPageHeader.razor.rz.scp.css */
.statistik-page-header[b-4uwmurzyn2] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.45rem 1rem;
    align-items: center;
    margin-bottom: 0.4rem;
    padding: 0.55rem 0.8rem;
    border: 1px solid var(--app-color-border);
    border-radius: var(--app-radius-md);
    box-shadow: 0 8px 24px var(--app-color-shadow);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 253, 250, 0.98) 100%);
}

.statistik-page-header__text[b-4uwmurzyn2] {
    min-width: 0;
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    overflow: hidden;
}

.statistik-page-header__title[b-4uwmurzyn2] {
    margin: 0;
    font-size: 1.35rem;
    line-height: 1.15;
    font-weight: 700;
    color: var(--app-color-text);
    letter-spacing: -0.02em;
}

.statistik-page-header__description[b-4uwmurzyn2] {
    margin-top: 0;
    font-size: 0.86rem;
    line-height: 1.25;
    color: var(--app-color-text-muted);
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.statistik-page-header__actions[b-4uwmurzyn2] {
    align-self: end;
    justify-self: end;
    width: auto;
    max-width: 100%;
}

@media (max-width: 1200px) {
    .statistik-page-header[b-4uwmurzyn2] {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .statistik-page-header__text[b-4uwmurzyn2] {
        flex-wrap: wrap;
        gap: 0.25rem 0.65rem;
    }

    .statistik-page-header__description[b-4uwmurzyn2] {
        white-space: normal;
    }

    .statistik-page-header__actions[b-4uwmurzyn2] {
        justify-self: stretch;
        width: 100%;
    }
}

:deep(.statistik-actions-stack)[b-4uwmurzyn2] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
    gap: 0.5rem;
    width: auto;
    max-width: 100%;
}

:deep(.statistik-theme-picker)[b-4uwmurzyn2] {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 0.65rem;
    min-height: 3.55rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--app-color-border);
    border-radius: var(--app-radius-md);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 253, 250, 0.98) 100%);
    box-shadow: 0 8px 24px var(--app-color-shadow);
}

:deep(.statistik-theme-picker__label)[b-4uwmurzyn2] {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--app-color-text-muted);
    white-space: nowrap;
}

:deep(.statistik-theme-picker__editor)[b-4uwmurzyn2] {
    min-width: 14rem;
}

:deep(.statistik-theme-picker__select)[b-4uwmurzyn2] {
    min-height: 2.55rem;
    min-width: 14rem;
    border-radius: 0.6rem;
    background-color: var(--app-color-surface);
    border: 1px solid var(--app-color-border-strong);
    color: var(--app-color-text);
    box-shadow: none;
}

:deep(.statistik-theme-picker__select:focus)[b-4uwmurzyn2] {
    border-color: var(--app-color-primary-border);
    box-shadow: var(--app-focus-ring);
    outline: 0;
}


:deep(.statistik-theme-picker--telerik .k-picker)[b-4uwmurzyn2] {
    min-height: 2.4rem;
    border-radius: 0.6rem;
    background: var(--app-color-surface);
    border-color: var(--app-color-border-strong);
}

:deep(.statistik-theme-picker--telerik .k-picker:focus)[b-4uwmurzyn2],
:deep(.statistik-theme-picker--telerik .k-picker:focus-within)[b-4uwmurzyn2] {
    box-shadow: var(--app-focus-ring);
}

@media (max-width: 1200px) {
    :deep(.statistik-actions-stack)[b-4uwmurzyn2] {
        justify-content: flex-start;
    }
}

@media (max-width: 680px) {
    :deep(.statistik-theme-picker)[b-4uwmurzyn2] {
        width: 100%;
        justify-content: space-between;
    }

    :deep(.statistik-theme-picker__editor)[b-4uwmurzyn2] {
        min-width: 0;
        width: min(100%, 18rem);
    }
}
/* /Components/Pages/Common/Statistik/StatistikTabellen.razor.rz.scp.css */
.statistik-catalog-page[b-a1pdauuq0i] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    min-height: 0;
}

.statistik-catalog-page__header[b-a1pdauuq0i] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.statistik-catalog-page__title[b-a1pdauuq0i] {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600;
}

.statistik-catalog-page__subtitle[b-a1pdauuq0i] {
    color: var(--bs-secondary-color);
}

.statistik-catalog-busy-region[b-a1pdauuq0i] {
    position: relative;
    flex: 1 1 auto;
    min-height: 22rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.65rem;
    background: color-mix(in srgb, var(--bs-body-bg) 88%, var(--bs-tertiary-bg));
}

.statistik-catalog-busy-box[b-a1pdauuq0i] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-width: min(320px, 100%);
    padding: 1.1rem 1.35rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.14);
    text-align: center;
}

.statistik-catalog-busy-spinner[b-a1pdauuq0i] {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    border: 0.28rem solid color-mix(in srgb, var(--bs-primary) 18%, transparent);
    border-top-color: var(--bs-primary);
    animation: statistik-catalog-busy-spin-b-a1pdauuq0i 0.9s linear infinite;
}

.statistik-catalog-busy-box__headline[b-a1pdauuq0i] {
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.35;
}

.statistik-catalog-busy-box__text[b-a1pdauuq0i] {
    max-width: 24rem;
    color: var(--bs-secondary-color);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.35;
}

@keyframes statistik-catalog-busy-spin-b-a1pdauuq0i {
    to {
        transform: rotate(360deg);
    }
}

.statistik-catalog-layout[b-a1pdauuq0i] {
    display: grid;
    grid-template-columns: 22rem minmax(0, 1fr);
    gap: 1rem;
    min-height: 0;
    flex: 1 1 auto;
}

.statistik-catalog-layout__tree[b-a1pdauuq0i],
.statistik-catalog-layout__list[b-a1pdauuq0i] {
    min-height: 0;
}

.statistik-catalog-card[b-a1pdauuq0i] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    background: var(--bs-body-bg);
    overflow: hidden;
}

.statistik-catalog-card__header[b-a1pdauuq0i] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    font-weight: 600;
    border-bottom: 1px solid var(--bs-border-color);
    background: color-mix(in srgb, var(--bs-body-bg) 90%, var(--bs-tertiary-bg));
}

.statistik-catalog-card__header--with-meta[b-a1pdauuq0i] {
    justify-content: space-between;
    gap: 1rem;
}

.statistik-catalog-card__meta[b-a1pdauuq0i] {
    color: var(--bs-secondary-color);
    font-weight: 400;
    font-size: 0.9rem;
}


.statistik-catalog-card__body[b-a1pdauuq0i] {
    flex: 1 1 auto;
    min-height: 0;
}

.statistik-catalog-card__body--stretch[b-a1pdauuq0i] {
    display: flex;
    flex-direction: column;
}

.statistik-catalog-card__empty[b-a1pdauuq0i] {
    padding: 1rem;
    color: var(--bs-secondary-color);
}

.statistik-catalog-tree[b-a1pdauuq0i] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding: 0.75rem 0.9rem 1rem;
}

.statistik-catalog-tree__button[b-a1pdauuq0i] {
    display: inline-flex;
    align-items: center;
    width: 100%;
    padding: 0.15rem 0.35rem;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    border-radius: 0.25rem;
}

    .statistik-catalog-tree__button:hover[b-a1pdauuq0i] {
        background: var(--bs-tertiary-bg);
    }

.statistik-catalog-tree__button--selected[b-a1pdauuq0i] {
    background: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
    font-weight: 600;
}

.statistik-catalog-list[b-a1pdauuq0i] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    overflow: hidden;
}


.statistik-catalog-list__hint-row[b-a1pdauuq0i] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.statistik-catalog-list__hint[b-a1pdauuq0i] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--bs-secondary-color);
    font-size: 0.9rem;
}

.statistik-catalog-sortable-viewport[b-a1pdauuq0i] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    overscroll-behavior: contain;
    padding-right: 0.2rem;
}

.statistik-catalog-sortable-list[b-a1pdauuq0i] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 100%;
    padding-bottom: 0.25rem;
}

.statistik-catalog-sortable-item[b-a1pdauuq0i] {
    position: relative;
}

.statistik-catalog-sortable-item--dragging[b-a1pdauuq0i] {
    opacity: 0.38;
    pointer-events: none;
}

    .statistik-catalog-sortable-item--dragging .statistik-catalog-entry[b-a1pdauuq0i] {
        border-style: dashed;
        border-color: color-mix(in srgb, var(--bs-primary) 40%, var(--bs-border-color));
        background: color-mix(in srgb, var(--bs-primary-bg-subtle) 65%, var(--bs-body-bg));
        box-shadow: none;
    }

.statistik-catalog-sortable-placeholder[b-a1pdauuq0i] {
    min-height: 4.75rem;
    border: 1px dashed color-mix(in srgb, var(--bs-primary) 55%, var(--bs-border-color));
    border-radius: 0.65rem;
    background: color-mix(in srgb, var(--bs-primary-bg-subtle) 55%, var(--bs-body-bg));
    box-shadow: inset 0 0 0 0.15rem color-mix(in srgb, var(--bs-primary) 12%, transparent);
}

.statistik-catalog-sortable-drag-clone[b-a1pdauuq0i] {
    position: fixed;
    z-index: 3000;
    pointer-events: none;
    margin: 0;
    transform: rotate(1deg) scale(1.01);
    opacity: 0.98;
}

    .statistik-catalog-sortable-drag-clone .statistik-catalog-entry[b-a1pdauuq0i] {
        border-color: color-mix(in srgb, var(--bs-primary) 55%, var(--bs-border-color));
        background: color-mix(in srgb, var(--bs-body-bg) 90%, var(--bs-primary-bg-subtle));
        box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.22);
    }

.statistik-catalog-entry[b-a1pdauuq0i] {
    border-color: color-mix(in srgb, var(--bs-primary) 45%, var(--bs-border-color));
    background: color-mix(in srgb, var(--bs-body-bg) 88%, var(--bs-primary-bg-subtle));
    box-shadow: 0 0 0 0.15rem color-mix(in srgb, var(--bs-primary) 18%, transparent);
}

.statistik-catalog-entry[b-a1pdauuq0i] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.65rem;
    background: color-mix(in srgb, var(--bs-body-bg) 96%, var(--bs-tertiary-bg));
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

    .statistik-catalog-entry:hover[b-a1pdauuq0i] {
        border-color: color-mix(in srgb, var(--bs-primary) 35%, var(--bs-border-color));
        background: color-mix(in srgb, var(--bs-body-bg) 92%, var(--bs-primary-bg-subtle));
        box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.04);
    }

.statistik-catalog-entry__content[b-a1pdauuq0i] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.statistik-catalog-entry__headline[b-a1pdauuq0i] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}

.statistik-catalog-entry__drag-handle[b-a1pdauuq0i] {
    width: 1.6rem;
    min-width: 1.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--bs-secondary-color);
    cursor: grab;
    border-radius: 0.35rem;
    touch-action: none;
}

    .statistik-catalog-entry__drag-handle:hover[b-a1pdauuq0i] {
        color: var(--bs-primary);
        background: color-mix(in srgb, var(--bs-primary-bg-subtle) 55%, transparent);
    }

    .statistik-catalog-entry__drag-handle:active[b-a1pdauuq0i] {
        cursor: grabbing;
    }

.statistik-catalog-entry__icon-slot[b-a1pdauuq0i] {
    width: 1.4rem;
    min-width: 1.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.statistik-catalog-entry__logo[b-a1pdauuq0i] {
    width: 1.4rem;
    height: 1.4rem;
    object-fit: contain;
}

.statistik-catalog-entry__title[b-a1pdauuq0i] {
    min-width: 0;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
}

.statistik-catalog-entry__description[b-a1pdauuq0i] {
    color: var(--bs-body-color);
    line-height: 1.4;
    padding-left: 3.05rem;
}

.statistik-catalog-entry__description--empty[b-a1pdauuq0i] {
    color: var(--bs-secondary-color);
    font-style: italic;
}

.statistik-catalog-entry__actions[b-a1pdauuq0i] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.statistik-catalog-link-button[b-a1pdauuq0i] {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--bs-link-color);
    text-align: left;
}

    .statistik-catalog-link-button:hover[b-a1pdauuq0i] {
        color: var(--bs-link-hover-color);
    }

@media (max-width: 1100px) {
    .statistik-catalog-layout[b-a1pdauuq0i] {
        grid-template-columns: 1fr;
        grid-template-rows: 18rem minmax(0, 1fr);
    }
}

@media (max-width: 768px) {
    .statistik-catalog-list__hint-row[b-a1pdauuq0i] {
        align-items: stretch;
    }

        .statistik-catalog-list__hint-row .btn[b-a1pdauuq0i] {
            width: 100%;
        }

    .statistik-catalog-entry[b-a1pdauuq0i] {
        flex-direction: column;
        align-items: flex-start;
    }

    .statistik-catalog-entry__description[b-a1pdauuq0i] {
        padding-left: 0;
    }

    .statistik-catalog-entry__actions[b-a1pdauuq0i] {
        width: 100%;
    }
}
/* /Components/Pages/Common/Statistik/StatistikToolbar.razor.rz.scp.css */
.statistik-toolbar[b-wpcx6y0y2o] {
    display: inline-block;
    max-width: 100%;
}

:deep(.statistik-toolbar .k-toolbar)[b-wpcx6y0y2o] {
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.2rem;
    border: 1px solid var(--app-color-border);
    border-radius: var(--app-radius-md);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 253, 250, 0.98) 100%);
    box-shadow: 0 8px 24px var(--app-color-shadow);
    padding: 0.25rem;
}

:deep(.statistik-toolbar .k-button-group)[b-wpcx6y0y2o] {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

:deep(.statistik-toolbar .k-toolbar-separator)[b-wpcx6y0y2o] {
    margin-inline: 0.25rem;
    min-height: 2rem;
    opacity: 0.45;
}

:deep(.statistik-toolbar .k-button)[b-wpcx6y0y2o] {
    min-height: 1.9rem;
    padding-inline: 0.6rem;
    border-radius: 0.5rem;
    font-weight: 500;
}

:deep(.statistik-toolbar .k-button-solid-base)[b-wpcx6y0y2o] {
    background: var(--app-color-surface);
    border-color: var(--app-color-border-strong);
    color: var(--app-color-text);
}

:deep(.statistik-toolbar .k-button-solid-base:hover)[b-wpcx6y0y2o],
:deep(.statistik-toolbar .k-button-solid-base.k-hover)[b-wpcx6y0y2o] {
    background: var(--app-color-primary-softer);
    border-color: var(--app-color-primary-border);
}

:deep(.statistik-toolbar .k-button:focus)[b-wpcx6y0y2o],
:deep(.statistik-toolbar .k-button:focus-visible)[b-wpcx6y0y2o] {
    box-shadow: var(--app-focus-ring);
}

.statistik-toolbar-menu-content[b-wpcx6y0y2o] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    white-space: nowrap;
}

.statistik-toolbar-menu-chevron[b-wpcx6y0y2o] {
    font-size: 0.75rem;
    line-height: 1;
    opacity: 0.72;
    transform: translateY(0.02rem);
}

:deep(.statistik-toolbar .k-button:hover) .statistik-toolbar-menu-chevron[b-wpcx6y0y2o],
:deep(.statistik-toolbar .k-button.k-hover) .statistik-toolbar-menu-chevron[b-wpcx6y0y2o],
:deep(.statistik-toolbar .k-button:focus) .statistik-toolbar-menu-chevron[b-wpcx6y0y2o],
:deep(.statistik-toolbar .k-button:focus-visible) .statistik-toolbar-menu-chevron[b-wpcx6y0y2o] {
    opacity: 1;
}

@media (max-width: 1200px) {
    :deep(.statistik-toolbar .k-toolbar-separator)[b-wpcx6y0y2o] {
        display: none;
    }
}
/* /Components/Shared/ErrorStatePanel.razor.rz.scp.css */
.app-error-state[b-4weo3edcfj] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    padding: 1.25rem 1.35rem;
    border: 1px solid color-mix(in srgb, var(--bs-danger) 18%, var(--bs-border-color));
    border-radius: 0.85rem;
    background: color-mix(in srgb, var(--bs-body-bg) 88%, var(--bs-danger-bg-subtle));
    box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.04);
}

.app-error-state__icon-wrap[b-4weo3edcfj] {
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: color-mix(in srgb, var(--bs-danger-bg-subtle) 82%, var(--bs-body-bg));
    color: var(--bs-danger-text-emphasis);
    font-size: 1.4rem;
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--bs-danger) 18%, transparent);
}

.app-error-state__content[b-4weo3edcfj] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 0;
}

.app-error-state__eyebrow[b-4weo3edcfj] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bs-danger-text-emphasis);
}

.app-error-state__title[b-4weo3edcfj] {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 650;
    line-height: 1.25;
}

.app-error-state__message[b-4weo3edcfj] {
    line-height: 1.5;
}

.app-error-state__details[b-4weo3edcfj] {
    padding: 0.75rem 0.9rem;
    border-radius: 0.65rem;
    background: color-mix(in srgb, var(--bs-body-bg) 94%, var(--bs-danger-bg-subtle));
    color: var(--bs-secondary-color);
    line-height: 1.45;
}

.app-error-state__actions[b-4weo3edcfj] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 0.25rem;
}

@media (max-width: 768px) {
    .app-error-state[b-4weo3edcfj] {
        grid-template-columns: 1fr;
    }

    .app-error-state__icon-wrap[b-4weo3edcfj] {
        width: 2.65rem;
        height: 2.65rem;
    }

    .app-error-state__actions[b-4weo3edcfj] {
        flex-direction: column;
    }

    .app-error-state__actions .btn[b-4weo3edcfj] {
        width: 100%;
    }
}
