/* /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;
    flex: 0 1 auto;
}

.top-row__app-logo[b-7ong2el6zu] {
    width: 2.3rem;
    height: 2.3rem;
    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__partner-name[b-7ong2el6zu] {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.15;
    color: var(--app-color-text);
}

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

.top-row__environment[b-7ong2el6zu] {
    align-self: flex-start;
    padding: 0.13rem 0.45rem 0.16rem;
    border: 1px solid var(--app-color-primary-border);
    border-radius: 999px;
    background: var(--app-color-primary-soft);
    color: var(--app-color-primary-active);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
}

.top-row__search[b-7ong2el6zu] {
    flex: 1 1 20rem;
    max-width: 30rem;
    min-width: 12rem;
    height: 2.35rem;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding-inline: 0.8rem;
    border: 1px solid var(--app-color-border);
    border-radius: var(--app-radius-sm);
    background: var(--app-color-surface);
    color: var(--app-color-text-subtle);
}

    .top-row__search .bi[b-7ong2el6zu] {
        flex: 0 0 auto;
        font-size: 0.95rem;
    }

    .top-row__search input[b-7ong2el6zu] {
        min-width: 0;
        flex: 1 1 auto;
        border: 0;
        outline: 0;
        background: transparent;
        color: var(--app-color-text-muted);
        font: inherit;
    }

        .top-row__search input[b-7ong2el6zu]::placeholder {
            color: var(--app-color-text-subtle);
        }

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

.top-row__system-status[b-7ong2el6zu] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--app-color-text-muted);
    font-size: 0.84rem;
    font-weight: 600;
}

.top-row__system-status-dot[b-7ong2el6zu] {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--app-color-primary);
    box-shadow: 0 0 0 0.18rem var(--app-color-primary-soft);
}

.top-row__actions[b-7ong2el6zu] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.top-row__action[b-7ong2el6zu],
.top-row__profile[b-7ong2el6zu] {
    width: 2.2rem;
    height: 2.2rem;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.2rem;
    color: var(--app-color-text-muted);
    background: transparent;
    line-height: 1;
    transition: background-color 140ms ease, color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

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

    .top-row__action .bi[b-7ong2el6zu] {
        font-size: 1.08rem;
        line-height: 1;
    }

.top-row__settings-button[b-7ong2el6zu] {
    flex: 0 0 auto;
}

    .top-row__settings-button[b-7ong2el6zu]  .k-button {
        width: 2.2rem;
        height: 2.2rem;
        min-width: 2.2rem;
        padding: 0;
        border: 0;
        border-radius: 50%;
        color: var(--app-color-text-muted);
        background: transparent;
        box-shadow: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: background-color 140ms ease, color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
    }

        .top-row__settings-button[b-7ong2el6zu]  .k-button:hover,
        .top-row__settings-button[b-7ong2el6zu]  .k-button:focus-visible,
        .top-row__settings-button[b-7ong2el6zu]  .k-button.k-focus {
            color: var(--app-color-primary-active);
            background: var(--app-color-primary-softer);
            box-shadow: 0 0 0 1px var(--app-color-primary-border);
            transform: translateY(-1px);
        }

    .top-row__settings-button[b-7ong2el6zu]  .bi {
        font-size: 1.08rem;
        line-height: 1;
    }

.top-row__profile[b-7ong2el6zu] {
    color: #ffffff;
    background: linear-gradient(135deg, var(--app-color-primary) 0%, #4c8fc6 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45), 0 3px 8px rgba(30, 68, 48, 0.18);
    font-size: 0.72rem;
    font-weight: 700;
}

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: 0.5rem !important;
    padding-right: 1rem !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__app-logo[b-7ong2el6zu] {
        width: 2.05rem;
        height: 2.05rem;
    }

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

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

    .top-row__search[b-7ong2el6zu],
    .top-row__system-status[b-7ong2el6zu] {
        display: none;
    }

    .top-row__actions[b-7ong2el6zu] {
        gap: 0.15rem;
    }

    .top-row__action[b-7ong2el6zu],
    .top-row__profile[b-7ong2el6zu],
    .top-row__settings-button[b-7ong2el6zu]  .k-button {
        width: 2rem;
        height: 2rem;
        min-width: 2rem;
        flex-basis: 2rem;
    }
}

#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);
    overflow: hidden;
}

.navbar-brand__mark-image[b-jw23ls7qdq] {
    display: block;
    width: 1.72rem;
    height: auto;
    max-height: 1.72rem;
    object-fit: contain;
}

.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-item .nav-link--disabled[b-jw23ls7qdq] {
        color: rgba(247, 251, 248, 0.46);
        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;
        cursor: default;
    }

.nav-section[b-jw23ls7qdq] {
    margin-top: 0.35rem;
}

.nav-section--favorites[b-jw23ls7qdq] {
    padding-bottom: 0.35rem;
}

.nav-section__header[b-jw23ls7qdq] {
    width: calc(100% - 1.1rem);
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0 0.55rem;
    padding: 0.55rem 1.45rem 0.4rem 1.45rem;
    border: 0;
    border-radius: 0.7rem;
    background: transparent;
    color: rgba(247, 251, 248, 0.68);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: left;
    transition: background-color 140ms ease, color 140ms ease;
}

    .nav-section__header--static[b-jw23ls7qdq] {
        cursor: default;
    }

    .nav-section__header--static:hover[b-jw23ls7qdq],
    .nav-section__header--static:focus-visible[b-jw23ls7qdq] {
        background: transparent;
        color: rgba(247, 251, 248, 0.68);
    }

    .nav-section__header:hover[b-jw23ls7qdq],
    .nav-section__header:focus-visible[b-jw23ls7qdq] {
        background-color: rgba(255, 255, 255, 0.08);
        color: rgba(247, 251, 248, 0.9);
    }

    .nav-section__header--disabled[b-jw23ls7qdq] {
        color: rgba(247, 251, 248, 0.44);
    }

    .nav-section__header .bi[b-jw23ls7qdq] {
        width: 1.25rem;
        flex: 0 0 1.25rem;
        font-size: 0.95rem;
        text-align: center;
    }

.nav-section__chevron[b-jw23ls7qdq] {
    margin-left: auto;
    opacity: 0.82;
}

.nav-section__hint[b-jw23ls7qdq] {
    margin: -0.2rem 1rem 0.45rem 3.25rem;
    color: rgba(247, 251, 248, 0.52);
    font-size: 0.76rem;
    line-height: 1.25;
}

.nav-favorites-remove-zone[b-jw23ls7qdq] {
    min-height: 2.35rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0.25rem 1rem 0.2rem;
    padding: 0.55rem 0.75rem;
    border: 1px dashed rgba(247, 251, 248, 0.28);
    border-radius: 0.7rem;
    color: rgba(247, 251, 248, 0.72);
    background: rgba(0, 0, 0, 0.12);
    font-size: 0.78rem;
    font-weight: 600;
}

.nav-item--child[b-jw23ls7qdq] {
    font-size: 0.88rem;
    padding-bottom: 0.35rem;
}

    .nav-item--child[b-jw23ls7qdq]  a {
        min-height: 2.55rem;
        margin-left: 0.55rem;
        padding-inline: 0.7rem 0.85rem;
        border-radius: 0.7rem;
    }

    .nav-item--child .nav-link--disabled[b-jw23ls7qdq] {
        min-height: 2.55rem;
        margin-left: 0.55rem;
        padding-inline: 0.7rem 0.85rem;
        border-radius: 0.7rem;
    }

    .nav-item--child a .bi[b-jw23ls7qdq] {
        font-size: 1.05rem;
        width: 1.45rem;
        flex-basis: 1.45rem;
    }

.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 .nav-link--disabled[b-jw23ls7qdq] {
        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-version-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-version-panel[b-jw23ls7qdq] {
    display: flex;
    justify-content: center;
    padding: 0.8rem 0.45rem;
}

.nav-version-panel__text[b-jw23ls7qdq] {
    display: inline-block;
    max-width: 100%;
    color: rgba(247, 251, 248, 0.76);
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-version-panel__mini-mark[b-jw23ls7qdq] {
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(247, 251, 248, 0.86);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 700;
    font-style: normal;
}
/* /Components/Layout/WorkspaceTabs.razor.rz.scp.css */
.workspace-tabs-shell[b-3k9nxoypds] {
    flex: 0 0 auto;
    min-width: 0;
    height: 2.85rem;
    padding: 0.35rem 1rem 0 0.5rem;
    background: var(--app-color-surface-alt);
    border-bottom: 1px solid var(--app-color-border);
    overflow: hidden;
}

@media print {
    .workspace-tabs-shell[b-3k9nxoypds] {
        display: none;
    }
}

.workspace-tabs-shell[b-3k9nxoypds]  .workspace-tabs {
    height: 100%;
    background: transparent;
    border: 0;
}

.workspace-tabs-shell[b-3k9nxoypds]  .k-tabstrip-items-wrapper {
    height: 100%;
    border: 0;
}

.workspace-tabs-shell[b-3k9nxoypds]  .k-tabstrip-items {
    height: 100%;
    align-items: end;
    gap: 0.25rem;
}

.workspace-tabs-shell[b-3k9nxoypds]  .k-tabstrip-item {
    flex: 0 0 auto;
    max-width: 15rem;
    height: 2.5rem;
    border: 1px solid transparent;
    border-bottom: 0;
    border-radius: 0.4rem 0.4rem 0 0;
    color: var(--app-color-text-muted);
    background: transparent;
}

.workspace-tabs-shell[b-3k9nxoypds]  .k-tabstrip-item:hover {
    background: color-mix(in srgb, var(--app-color-primary-softer) 55%, transparent);
}

.workspace-tabs-shell[b-3k9nxoypds]  .k-tabstrip-item.k-active {
    background: var(--app-color-surface);
    border-color: var(--app-color-border);
    color: var(--app-color-text);
    box-shadow: 0 -2px 0 var(--app-color-primary);
}

.workspace-tabs-shell[b-3k9nxoypds]  .k-link {
    min-width: 0;
    height: 100%;
    padding: 0 0.45rem 0 0.7rem;
    color: inherit;
}

.workspace-tabs-shell[b-3k9nxoypds]  .k-tabstrip-item .k-button {
    width: 1.65rem;
    height: 1.65rem;
    padding: 0;
    color: inherit;
    opacity: 0.62;
}

.workspace-tabs-shell[b-3k9nxoypds]  .k-tabstrip-item .k-button:hover,
.workspace-tabs-shell[b-3k9nxoypds]  .k-tabstrip-item .k-button:focus-visible {
    opacity: 1;
    color: var(--bs-danger);
}

.workspace-tabs-shell[b-3k9nxoypds]  .k-content,
.workspace-tabs-shell[b-3k9nxoypds]  .k-tabstrip-content {
    display: none;
}

.workspace-tab__header[b-3k9nxoypds] {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.workspace-tab__header .bi[b-3k9nxoypds] {
    flex: 0 0 auto;
    font-size: 0.95rem;
}

.workspace-tab__title[b-3k9nxoypds] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.82rem;
    font-weight: 600;
}

.workspace-tab__dirty[b-3k9nxoypds] {
    flex: 0 0 auto;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--app-color-primary);
}

@media (max-width: 640.98px) {
    .workspace-tabs-shell[b-3k9nxoypds] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .workspace-tabs-shell[b-3k9nxoypds]  .k-tabstrip-item {
        max-width: 11rem;
    }
}
/* /Components/Pages/Administration/DatabaseConnection.razor.rz.scp.css */
.admin-db-page[b-zlog8miwym] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.admin-db-page__hero[b-zlog8miwym] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 1rem;
    background: var(--bs-body-bg);
    box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.06);
}

.admin-db-page__eyebrow[b-zlog8miwym] {
    margin-bottom: 0.25rem;
    color: var(--bs-secondary-color);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-db-page__title[b-zlog8miwym] {
    margin: 0;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 700;
}

.admin-db-page__subtitle[b-zlog8miwym] {
    margin-top: 0.35rem;
    color: var(--bs-secondary-color);
}

.admin-db-page__storage-badge[b-zlog8miwym] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    white-space: nowrap;
    padding: 0.45rem 0.7rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 999px;
    color: var(--bs-secondary-color);
    background: var(--bs-tertiary-bg);
    font-size: 0.85rem;
    font-weight: 600;
}

.admin-db-card[b-zlog8miwym],
.admin-db-note[b-zlog8miwym] {
    padding: 1.25rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 1rem;
    background: var(--bs-body-bg);
    box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.06);
}

.admin-db-card__header[b-zlog8miwym] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.admin-db-card__title[b-zlog8miwym],
.admin-db-note h2[b-zlog8miwym] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
}

.admin-db-card__text[b-zlog8miwym],
.admin-db-note p[b-zlog8miwym] {
    margin: 0.3rem 0 0;
    color: var(--bs-secondary-color);
}

.admin-db-state[b-zlog8miwym] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
    padding: 0.4rem 0.65rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
}

.admin-db-state--active[b-zlog8miwym] {
    color: var(--bs-success-text-emphasis);
    background: var(--bs-success-bg-subtle);
    border: 1px solid var(--bs-success-border-subtle);
}

.admin-db-state--empty[b-zlog8miwym] {
    color: var(--bs-secondary-color);
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
}

.admin-db-loading[b-zlog8miwym] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--bs-secondary-color);
}

.admin-db-label[b-zlog8miwym] {
    font-weight: 700;
}

.admin-db-textarea[b-zlog8miwym] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    min-height: 9rem;
    resize: vertical;
}

.admin-db-actions[b-zlog8miwym] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.admin-db-actions .btn[b-zlog8miwym] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.admin-db-alert[b-zlog8miwym] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    border-radius: 1rem;
    margin-bottom: 0;
}

.admin-db-alert__icon[b-zlog8miwym] {
    font-size: 1.15rem;
    line-height: 1.4;
}

.admin-db-alert__title[b-zlog8miwym] {
    font-weight: 700;
}

.admin-db-alert__meta[b-zlog8miwym] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 0.45rem;
    font-size: 0.88rem;
}

.admin-db-note[b-zlog8miwym] {
    background: var(--bs-tertiary-bg);
}

@media (max-width: 768px) {
    .admin-db-page__hero[b-zlog8miwym],
    .admin-db-card__header[b-zlog8miwym] {
        flex-direction: column;
    }

    .admin-db-actions .ms-auto[b-zlog8miwym] {
        margin-left: 0 !important;
    }
}
/* /Components/Pages/Administration/DatabaseScripts.razor.rz.scp.css */
.admin-scripts-page[b-4sb92dlyux] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.admin-scripts-page__hero[b-4sb92dlyux] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 1rem;
    background: var(--bs-body-bg);
    box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.06);
}

.admin-scripts-page__eyebrow[b-4sb92dlyux] {
    margin-bottom: 0.25rem;
    color: var(--bs-secondary-color);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-scripts-page__title[b-4sb92dlyux] {
    margin: 0;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 700;
}

.admin-scripts-page__subtitle[b-4sb92dlyux] {
    margin-top: 0.35rem;
    color: var(--bs-secondary-color);
}

.admin-scripts-page__badge[b-4sb92dlyux],
.admin-scripts-state[b-4sb92dlyux] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    white-space: nowrap;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 700;
}

.admin-scripts-page__badge[b-4sb92dlyux] {
    color: var(--bs-secondary-color);
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
}

.admin-scripts-card[b-4sb92dlyux],
.admin-scripts-result[b-4sb92dlyux] {
    padding: 1.25rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 1rem;
    background: var(--bs-body-bg);
    box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.06);
}

.admin-scripts-card__header[b-4sb92dlyux] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.admin-scripts-card__title[b-4sb92dlyux] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
}

.admin-scripts-card__text[b-4sb92dlyux] {
    margin: 0.3rem 0 0;
    color: var(--bs-secondary-color);
}

.admin-scripts-state--active[b-4sb92dlyux] {
    color: var(--bs-success-text-emphasis);
    background: var(--bs-success-bg-subtle);
    border: 1px solid var(--bs-success-border-subtle);
}

.admin-scripts-state--empty[b-4sb92dlyux] {
    color: var(--bs-secondary-color);
    background: var(--bs-tertiary-bg);
    border: 1px solid var(--bs-border-color);
}

.admin-scripts-loading[b-4sb92dlyux],
.admin-scripts-actions[b-4sb92dlyux],
.admin-scripts-alert[b-4sb92dlyux] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.admin-scripts-loading[b-4sb92dlyux] {
    color: var(--bs-secondary-color);
}

.admin-scripts-confirmation[b-4sb92dlyux] {
    margin: 1rem 0;
}

.admin-scripts-actions[b-4sb92dlyux] {
    flex-wrap: wrap;
}

.admin-scripts-actions .btn[b-4sb92dlyux] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.admin-scripts-alert[b-4sb92dlyux] {
    align-items: flex-start;
    border-radius: 1rem;
    margin-bottom: 0;
}

.admin-scripts-alert__title[b-4sb92dlyux] {
    font-weight: 700;
}

.admin-scripts-alert__meta[b-4sb92dlyux] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 0.45rem;
    font-size: 0.88rem;
}

.admin-scripts-steps[b-4sb92dlyux] {
    display: grid;
    gap: 0.5rem;
    margin-top: 1rem;
}

.admin-scripts-steps__header[b-4sb92dlyux],
.admin-scripts-step[b-4sb92dlyux] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 8rem 5rem;
    gap: 0.75rem;
    align-items: center;
}

.admin-scripts-steps__header[b-4sb92dlyux] {
    color: var(--bs-secondary-color);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.admin-scripts-step[b-4sb92dlyux] {
    padding: 0.8rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    background: var(--bs-tertiary-bg);
}

.admin-scripts-step__title[b-4sb92dlyux] {
    font-weight: 700;
}

.admin-scripts-step__id[b-4sb92dlyux],
.admin-scripts-step__message[b-4sb92dlyux],
.admin-scripts-step__duration[b-4sb92dlyux] {
    color: var(--bs-secondary-color);
    font-size: 0.88rem;
}

.admin-scripts-step__state[b-4sb92dlyux] {
    justify-self: start;
    padding: 0.25rem 0.5rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
}

.admin-scripts-step__state--succeeded[b-4sb92dlyux] {
    color: var(--bs-success-text-emphasis);
    background: var(--bs-success-bg-subtle);
}

.admin-scripts-step__state--applied[b-4sb92dlyux] {
    color: var(--bs-primary-text-emphasis);
    background: var(--bs-primary-bg-subtle);
}

.admin-scripts-step__state--failed[b-4sb92dlyux] {
    color: var(--bs-danger-text-emphasis);
    background: var(--bs-danger-bg-subtle);
}

.admin-scripts-step__state--unknown[b-4sb92dlyux] {
    color: var(--bs-secondary-color);
    background: var(--bs-secondary-bg);
}

@media (max-width: 768px) {
    .admin-scripts-page__hero[b-4sb92dlyux],
    .admin-scripts-card__header[b-4sb92dlyux] {
        flex-direction: column;
    }

    .admin-scripts-steps__header[b-4sb92dlyux] {
        display: none;
    }

    .admin-scripts-step[b-4sb92dlyux] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Administration/Navigation.razor.rz.scp.css */
.admin-navigation-page[b-64bi0hu72z] {
    min-height: 0;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.admin-navigation-page__hero[b-64bi0hu72z] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 1rem;
    background: var(--bs-body-bg);
    box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.06);
}

.admin-navigation-page__eyebrow[b-64bi0hu72z] {
    margin-bottom: 0.25rem;
    color: var(--bs-secondary-color);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-navigation-page__title[b-64bi0hu72z] {
    margin: 0;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 700;
}

.admin-navigation-page__subtitle[b-64bi0hu72z] {
    margin-top: 0.35rem;
    color: var(--bs-secondary-color);
}

.admin-navigation-page__storage-badge[b-64bi0hu72z] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    white-space: nowrap;
    padding: 0.45rem 0.7rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 999px;
    color: var(--bs-secondary-color);
    background: var(--bs-tertiary-bg);
    font-size: 0.85rem;
    font-weight: 600;
}

.admin-navigation-card[b-64bi0hu72z] {
    padding: 1.25rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 1rem;
    background: var(--bs-body-bg);
    box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.06);
}

.admin-navigation-card__header[b-64bi0hu72z] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.admin-navigation-card__title[b-64bi0hu72z] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
}

.admin-navigation-card__text[b-64bi0hu72z] {
    margin: 0.3rem 0 0;
    color: var(--bs-secondary-color);
}

.admin-navigation-card__header .btn[b-64bi0hu72z] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    white-space: nowrap;
}

.admin-navigation-loading[b-64bi0hu72z] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--bs-secondary-color);
}

.admin-navigation-list[b-64bi0hu72z] {
    display: grid;
    gap: 1rem;
}

.admin-navigation-group[b-64bi0hu72z] {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.85rem;
    overflow: hidden;
}

.admin-navigation-group__title[b-64bi0hu72z],
.admin-navigation-row[b-64bi0hu72z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1rem;
}

.admin-navigation-group__title[b-64bi0hu72z] {
    color: var(--bs-secondary-color);
    background: var(--bs-tertiary-bg);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-navigation-group__items[b-64bi0hu72z] {
    border-top: 1px solid var(--bs-border-color);
}

.admin-navigation-row + .admin-navigation-row[b-64bi0hu72z],
.admin-navigation-group__items .admin-navigation-row + .admin-navigation-row[b-64bi0hu72z] {
    border-top: 1px solid var(--bs-border-color);
}

.admin-navigation-row--section[b-64bi0hu72z] {
    background: var(--bs-tertiary-bg);
}

.admin-navigation-row__label[b-64bi0hu72z] {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.admin-navigation-row__label > .bi[b-64bi0hu72z] {
    width: 1.4rem;
    flex: 0 0 1.4rem;
    color: var(--app-color-primary-active);
    font-size: 1.1rem;
    text-align: center;
}

.admin-navigation-row__label label[b-64bi0hu72z] {
    display: block;
    font-weight: 700;
}

.admin-navigation-row__route[b-64bi0hu72z] {
    margin-top: 0.15rem;
    color: var(--bs-secondary-color);
    font-size: 0.85rem;
}

.admin-navigation-row__switch[b-64bi0hu72z] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.2rem;
    flex: 0 0 auto;
    min-width: 12rem;
    margin: 0;
}

.admin-navigation-row__switch .form-check[b-64bi0hu72z] {
    min-width: 5rem;
    margin: 0;
}

.admin-navigation-row__switch .form-check-label[b-64bi0hu72z] {
    font-weight: 600;
    color: var(--bs-secondary-color);
}

.admin-navigation-alert[b-64bi0hu72z] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    border-radius: 1rem;
    margin-bottom: 0;
}

.admin-navigation-alert__title[b-64bi0hu72z] {
    font-weight: 700;
}

@media (max-width: 768px) {
    .admin-navigation-page__hero[b-64bi0hu72z],
    .admin-navigation-card__header[b-64bi0hu72z],
    .admin-navigation-row[b-64bi0hu72z] {
        flex-direction: column;
        align-items: stretch;
    }

    .admin-navigation-row__switch[b-64bi0hu72z] {
        align-self: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}
/* /Components/Pages/Common/Statistik/Dashboard/Dashboard.razor.rz.scp.css */
.dashboard-page[b-k1uhbf4ywi] {
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5rem 1rem 0.75rem 0.5rem;
    background:
        radial-gradient(circle at 10% 10%, var(--app-color-primary-soft-glow, rgba(47, 125, 87, 0.16)), transparent 32rem),
        linear-gradient(180deg, var(--app-color-surface-alt, #fbfdfb) 0%, var(--app-color-body, #f6f8f5) 100%);
    color: var(--app-color-text, #1f2d25);
}

.dashboard-hero[b-k1uhbf4ywi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.dashboard-eyebrow[b-k1uhbf4ywi] {
    color: var(--app-color-primary, #2f7d57);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dashboard-title[b-k1uhbf4ywi] {
    margin: 0;
    color: var(--app-color-text, #1f2d25);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 750;
}

.dashboard-subtitle[b-k1uhbf4ywi] {
    margin-top: 0.25rem;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.98rem;
}

.dashboard-subtitle__hint[b-k1uhbf4ywi] {
    display: block;
    margin-top: 0.18rem;
    color: var(--app-color-text-subtle, #7b897e);
    font-size: 0.82rem;
}

.dashboard-logo-wrap[b-k1uhbf4ywi] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
}

.dashboard-logo[b-k1uhbf4ywi] {
    max-width: 190px;
    max-height: 66px;
    object-fit: contain;
}

[b-k1uhbf4ywi] .dashboard-tile-layout {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: visible;
    padding: 0.7rem 0.7rem 1.25rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: var(--app-radius-lg, 1.1rem);
    background:
        radial-gradient(circle at 0% 0%, var(--app-color-primary-soft-glow, rgba(47, 125, 87, 0.16)), transparent 26rem),
        linear-gradient(180deg, var(--app-color-surface-alt, #fbfdfb) 0%, var(--app-color-primary-softer, #f4faf6) 100%);
    box-shadow: inset 0 1px 0 color-mix(in srgb, var(--app-color-surface, #ffffff) 82%, transparent);
}

[b-k1uhbf4ywi] .dashboard-tile-viewport {
    min-height: 0;
    max-height: calc(100vh - 15rem);
    overflow: auto;
    padding-right: 0.2rem;
}

[b-k1uhbf4ywi] .dashboard-tile-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: row dense;
    gap: 0.75rem;
    align-items: stretch;
    min-width: 0;
}

[b-k1uhbf4ywi] .dashboard-tile-grid__item {
    min-width: 0;
}

[b-k1uhbf4ywi] .dashboard-tile-shell {
    height: 100%;
    min-width: 0;
    min-height: inherit;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--app-radius-lg, 1.1rem);
    background: transparent;
    box-shadow: 0 18px 48px var(--app-color-shadow, rgba(26, 47, 31, 0.08));
}

[b-k1uhbf4ywi] .dashboard-tile-header {
    min-height: 2.35rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.85rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-bottom: 0;
    border-top-left-radius: var(--app-radius-lg, 1.1rem);
    border-top-right-radius: var(--app-radius-lg, 1.1rem);
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 90%, var(--app-color-primary, #2f7d57) 10%);
    color: var(--app-color-text, #1f2d25);
    font-size: 0.84rem;
    font-weight: 750;
    user-select: none;
}

[b-k1uhbf4ywi] .dashboard-tile-header__drag-button {
    flex: 0 0 auto;
    width: 1.55rem;
    height: 1.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0.45rem;
    background: transparent;
    color: var(--app-color-text-subtle, #7b897e);
    cursor: grab;
}

[b-k1uhbf4ywi] .dashboard-tile-header__drag-button:active {
    cursor: grabbing;
}

[b-k1uhbf4ywi] .dashboard-tile-header__title {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex: 1 1 auto;
}

[b-k1uhbf4ywi] .dashboard-tile-header__title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-k1uhbf4ywi] .dashboard-tile-header__layout {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    flex: 0 0 auto;
}

[b-k1uhbf4ywi] .dashboard-tile-header__size-button {
    min-width: 2.25rem;
    height: 1.6rem;
    border: 1px solid transparent;
    border-radius: 0.45rem;
    background: transparent;
    color: var(--app-color-text-muted, #5f6f63);
    cursor: pointer;
    font-size: 0.72rem;
    font-weight: 750;
}

[b-k1uhbf4ywi] .dashboard-tile-header__size-button:hover,
[b-k1uhbf4ywi] .dashboard-tile-header__size-button:focus-visible,
[b-k1uhbf4ywi] .dashboard-tile-header__size-button--active {
    border-color: var(--app-color-primary-border, #cfe4d5);
    background: var(--app-color-primary-softer, #f4faf6);
    color: var(--app-color-primary-active, #1c4e37);
}

[b-k1uhbf4ywi] .dashboard-tile-header__button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid transparent;
    border-radius: 0.45rem;
    background: transparent;
    color: var(--app-color-text-subtle, #7b897e);
    cursor: pointer;
}

[b-k1uhbf4ywi] .dashboard-tile-header__button:hover,
[b-k1uhbf4ywi] .dashboard-tile-header__button:focus-visible {
    border-color: var(--app-color-border, #d9e6db);
    background: var(--app-color-surface, #ffffff);
    color: var(--app-color-primary-active, #1c4e37);
}


[b-k1uhbf4ywi] .dashboard-tile-layout-menu {
    position: relative;
    flex: 0 0 auto;
}

[b-k1uhbf4ywi] .dashboard-tile-layout-menu > summary {
    list-style: none;
}

[b-k1uhbf4ywi] .dashboard-tile-layout-menu > summary::marker,
[b-k1uhbf4ywi] .dashboard-tile-layout-menu > summary::-webkit-details-marker {
    display: none;
    content: "";
}

[b-k1uhbf4ywi] .dashboard-tile-layout-menu[open] > summary {
    border-color: var(--app-color-primary-border, #cfe4d5);
    background: var(--app-color-primary-softer, #f4faf6);
    color: var(--app-color-primary-active, #1c4e37);
}

[b-k1uhbf4ywi] .dashboard-tile-layout-menu__panel {
    position: absolute;
    top: calc(100% + 0.4rem);
    right: 0;
    z-index: 25;
    min-width: 13.5rem;
    display: grid;
    gap: 0.2rem;
    padding: 0.45rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: var(--app-radius-md, 0.9rem);
    background: var(--app-color-surface, #ffffff);
    box-shadow: 0 1rem 2.5rem rgba(26, 47, 31, 0.16);
}

[b-k1uhbf4ywi] .dashboard-tile-layout-menu__panel button {
    width: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.55rem;
    border: 0;
    border-radius: 0.65rem;
    padding: 0.48rem 0.6rem;
    background: transparent;
    color: var(--app-color-text, #1f2d25);
    text-align: left;
    font-size: 0.82rem;
    font-weight: 650;
    cursor: pointer;
}

[b-k1uhbf4ywi] .dashboard-tile-layout-menu__panel button:hover,
[b-k1uhbf4ywi] .dashboard-tile-layout-menu__panel button:focus-visible {
    background: var(--app-color-primary-softer, #f4faf6);
    color: var(--app-color-primary-active, #1c4e37);
}

[b-k1uhbf4ywi] .dashboard-tile-shell__body {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

[b-k1uhbf4ywi] .dashboard-tile--weather .dashboard-tile-shell__body {
    overflow: auto;
}

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

[b-k1uhbf4ywi] .statistik-catalog-sortable-placeholder {
    min-height: 12rem;
    border: 1px dashed color-mix(in srgb, var(--app-color-primary, #2f7d57) 55%, var(--app-color-border, #d9e6db));
    border-radius: var(--app-radius-lg, 1.1rem);
    background: color-mix(in srgb, var(--app-color-primary-softer, #f4faf6) 72%, transparent);
    box-shadow: inset 0 0 0 0.15rem color-mix(in srgb, var(--app-color-primary, #2f7d57) 12%, transparent);
}

[b-k1uhbf4ywi] .statistik-catalog-sortable-drag-clone {
    position: fixed;
    z-index: 3000;
    pointer-events: none;
    transform: rotate(0.4deg);
    opacity: 0.98;
}

[b-k1uhbf4ywi] .dashboard-tile-layout .k-tilelayout {
    background: transparent;
}

[b-k1uhbf4ywi] .dashboard-tile-layout .k-tilelayout-item {
    min-width: 0;
    border: 0;
    border-radius: var(--app-radius-lg, 1.1rem);
    background: transparent;
    box-shadow: 0 18px 48px var(--app-color-shadow, rgba(26, 47, 31, 0.08));
    overflow: hidden;
}

[b-k1uhbf4ywi] .dashboard-tile-layout .k-tilelayout-item-header {
    min-height: 2.35rem;
    padding: 0.55rem 0.85rem;
    border-color: var(--app-color-border, #d9e6db);
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 90%, var(--app-color-primary, #2f7d57) 10%);
    color: var(--app-color-text, #1f2d25);
    cursor: grab;
    font-size: 0.84rem;
    font-weight: 750;
    user-select: none;
}

[b-k1uhbf4ywi] .dashboard-tile-layout .k-tilelayout-item-header:active {
    cursor: grabbing;
}

[b-k1uhbf4ywi] .dashboard-tile-layout .k-tilelayout-item-header .dashboard-tile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    min-width: 0;
}

[b-k1uhbf4ywi] .dashboard-tile-layout .k-tilelayout-item-header .dashboard-tile-header__title {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 0;
}

[b-k1uhbf4ywi] .dashboard-tile-layout .k-tilelayout-item-header .dashboard-tile-header__drag-icon {
    color: var(--app-color-text-subtle, #7b897e);
    font-size: 1rem;
    line-height: 1;
}

[b-k1uhbf4ywi] .dashboard-tile-layout .k-tilelayout-item-header .dashboard-tile-header__title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-k1uhbf4ywi] .dashboard-tile-layout .k-tilelayout-item-header .dashboard-tile-header__button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid transparent;
    border-radius: 0.45rem;
    background: transparent;
    color: var(--app-color-text-subtle, #7b897e);
    cursor: pointer;
}

[b-k1uhbf4ywi] .dashboard-tile-layout .k-tilelayout-item-header .dashboard-tile-header__button:hover,
[b-k1uhbf4ywi] .dashboard-tile-layout .k-tilelayout-item-header .dashboard-tile-header__button:focus-visible {
    border-color: var(--app-color-border, #d9e6db);
    background: var(--app-color-surface, #ffffff);
    color: var(--app-color-danger, #b42318);
}

[b-k1uhbf4ywi] .dashboard-tile-layout .k-tilelayout-item-body {
    min-height: 0;
    padding: 0;
    overflow: hidden;
}

[b-k1uhbf4ywi] .dashboard-tile-layout .dashboard-tile--weather .k-tilelayout-item-body {
    overflow: auto;
}

.dashboard-card[b-k1uhbf4ywi] {
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: var(--app-radius-lg, 1.1rem);
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 94%, transparent);
    box-shadow: 0 18px 48px var(--app-color-shadow, rgba(26, 47, 31, 0.08));
}

.dashboard-card--tile[b-k1uhbf4ywi] {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    box-shadow: none;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dashboard-card--chart[b-k1uhbf4ywi],
.dashboard-card--weather[b-k1uhbf4ywi] {
    container-type: inline-size;
    padding: 1rem;
}

.dashboard-card__header[b-k1uhbf4ywi] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.dashboard-card__header--compact[b-k1uhbf4ywi] {
    margin-bottom: 0.75rem;
}

.dashboard-card__title[b-k1uhbf4ywi] {
    margin: 0;
    color: var(--app-color-text, #1f2d25);
    font-size: 1.2rem;
    font-weight: 750;
}

.dashboard-card__meta[b-k1uhbf4ywi] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.25rem;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.86rem;
}

.dashboard-card__refreshing[b-k1uhbf4ywi] {
    color: var(--app-color-primary, #2f7d57);
    font-weight: 650;
}

.dashboard-color-menu[b-k1uhbf4ywi] {
    position: relative;
}

.dashboard-color-menu__summary[b-k1uhbf4ywi] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    min-height: 1.45rem;
    padding: 0.08rem 0.55rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 999px;
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 92%, var(--app-color-primary, #2f7d57) 8%);
    color: var(--app-color-text-muted, #5f6f63);
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    list-style: none;
    user-select: none;
}

.dashboard-color-menu__summary[b-k1uhbf4ywi]::marker,
.dashboard-color-menu__summary[b-k1uhbf4ywi]::-webkit-details-marker {
    display: none;
    content: "";
}

.dashboard-color-menu[open] .dashboard-color-menu__summary[b-k1uhbf4ywi] {
    border-color: var(--app-color-primary-border, #cfe4d5);
    background: var(--app-color-primary-softer, #f4faf6);
    color: var(--app-color-primary-active, #1c4e37);
}

.dashboard-color-menu__panel[b-k1uhbf4ywi] {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 0;
    z-index: 20;
    display: grid;
    width: 15rem;
    gap: 0.5rem;
    padding: 0.65rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: var(--app-radius-md, 0.9rem);
    background: var(--app-color-surface, #ffffff);
    box-shadow: 0 14px 34px var(--app-color-shadow, rgba(26, 47, 31, 0.14));
}

.dashboard-color-option[b-k1uhbf4ywi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    color: var(--app-color-text, #1f2d25);
    font-size: 0.82rem;
    font-weight: 650;
}

.dashboard-color-option__input[b-k1uhbf4ywi] {
    width: 2.25rem;
    height: 1.8rem;
    padding: 0.16rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 0.55rem;
    background: var(--app-color-surface-alt, #fbfdfb);
    cursor: pointer;
}

.dashboard-color-option__input:disabled[b-k1uhbf4ywi] {
    cursor: not-allowed;
    opacity: 0.6;
}

.dashboard-color-option__input[b-k1uhbf4ywi]::-webkit-color-swatch-wrapper {
    padding: 0;
}

.dashboard-color-option__input[b-k1uhbf4ywi]::-webkit-color-swatch {
    border: 0;
    border-radius: 0.35rem;
}

.dashboard-color-option__input[b-k1uhbf4ywi]::-moz-color-swatch {
    border: 0;
    border-radius: 0.35rem;
}

.dashboard-controls[b-k1uhbf4ywi] {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: flex-end;
    gap: 0.65rem;
}

.dashboard-control[b-k1uhbf4ywi] {
    display: grid;
    gap: 0.25rem;
    min-width: 118px;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.78rem;
    font-weight: 650;
}

.dashboard-control--interval[b-k1uhbf4ywi] {
    min-width: 148px;
}

.dashboard-interval-input[b-k1uhbf4ywi] {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: start;
    gap: 0.35rem;
}

.dashboard-interval-input > span[b-k1uhbf4ywi] {
    color: var(--app-color-text-subtle, #7b897e);
    font-size: 0.78rem;
    font-weight: 600;
}

.dashboard-interval-field[b-k1uhbf4ywi] {
    width: 5.25rem;
    text-align: right;
}

.dashboard-refresh[b-k1uhbf4ywi] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 31px;
}

.dashboard-alert[b-k1uhbf4ywi] {
    margin-bottom: 1rem;
}

.dashboard-summary-grid[b-k1uhbf4ywi] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.dashboard-summary-card[b-k1uhbf4ywi] {
    min-width: 0;
    border: 1px solid var(--app-color-border-strong, #bfd4c3);
    border-radius: var(--app-radius-md, 0.9rem);
    padding: 0.8rem 0.9rem;
    background: linear-gradient(180deg, var(--app-color-surface, #ffffff) 0%, var(--app-color-surface-alt, #fbfdfb) 100%);
}

.dashboard-summary-card__label[b-k1uhbf4ywi] {
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.035em;
}

.dashboard-summary-card__value[b-k1uhbf4ywi] {
    margin-top: 0.25rem;
    color: var(--app-color-text, #1f2d25);
    font-size: clamp(1.2rem, 2.5vw, 1.75rem);
    font-weight: 780;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.dashboard-summary-card__hint[b-k1uhbf4ywi] {
    margin-top: 0.25rem;
    color: var(--app-color-text-subtle, #7b897e);
    font-size: 0.8rem;
}

.dashboard-summary-card--current[b-k1uhbf4ywi] {
    border-color: var(--app-color-primary-border, #cfe4d5);
    background: linear-gradient(180deg, var(--app-color-primary-softer, #f4faf6) 0%, var(--app-color-surface, #ffffff) 100%);
}

.dashboard-summary-card--current .dashboard-summary-card__label[b-k1uhbf4ywi],
.dashboard-summary-card--current .dashboard-summary-card__value[b-k1uhbf4ywi] {
    color: var(--app-color-primary-active, #1c4e37);
}

.dashboard-chart-wrap[b-k1uhbf4ywi] {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: var(--app-radius-md, 0.9rem);
    padding: 0.75rem;
    background: var(--app-color-surface, #ffffff);
}

.dashboard-chart-wrap--loading[b-k1uhbf4ywi] {
    pointer-events: none;
}


.dashboard-initializing[b-k1uhbf4ywi] {
    min-height: 18rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: var(--app-radius-lg, 1.1rem);
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 94%, transparent);
    color: var(--app-color-text-muted, #5f6f63);
    font-weight: 650;
    box-shadow: 0 18px 48px var(--app-color-shadow, rgba(26, 47, 31, 0.08));
}

.dashboard-loading[b-k1uhbf4ywi],
.dashboard-weather-loading[b-k1uhbf4ywi] {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 78%, transparent);
    color: var(--app-color-text, #1f2d25);
    font-weight: 650;
    backdrop-filter: blur(2px);
}

.dashboard-spinner[b-k1uhbf4ywi] {
    width: 2rem;
    height: 2rem;
    border: 3px solid var(--app-color-primary-border, #cfe4d5);
    border-top-color: var(--app-color-primary, #2f7d57);
    border-radius: 50%;
    animation: dashboard-spin-b-k1uhbf4ywi 0.8s linear infinite;
}

.dashboard-empty-state[b-k1uhbf4ywi] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    color: var(--app-color-text-muted, #5f6f63);
    font-weight: 650;
    text-align: center;
}

.dashboard-empty-state--compact[b-k1uhbf4ywi] {
    min-height: 10rem;
    padding: 1rem;
}

.dashboard-weather-body[b-k1uhbf4ywi] {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding-right: 0.1rem;
}

.dashboard-weather-body--loading[b-k1uhbf4ywi] {
    overflow: hidden;
}

.dashboard-weather-current[b-k1uhbf4ywi] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.85rem;
    padding: 0.95rem;
    border: 1px solid var(--app-color-primary-border, #cfe4d5);
    border-radius: var(--app-radius-md, 0.9rem);
    background: linear-gradient(135deg, var(--app-color-primary-softer, #f4faf6) 0%, var(--app-color-surface, #ffffff) 100%);
}

.dashboard-weather-current__icon[b-k1uhbf4ywi] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 1rem;
    background: color-mix(in srgb, var(--app-color-primary, #2f7d57) 12%, var(--app-color-surface, #ffffff));
    color: var(--app-color-primary-active, #1c4e37);
    font-size: 1.85rem;
}

.dashboard-weather-current__icon .dashboard-weather-icon--sun[b-k1uhbf4ywi] {
    color: #f59e0b;
    text-shadow: 0 0 18px rgba(245, 158, 11, 0.24);
}

.dashboard-weather-current__icon .dashboard-weather-icon--rain[b-k1uhbf4ywi] {
    color: #0284c7;
    text-shadow: 0 0 16px rgba(2, 132, 199, 0.2);
}

.dashboard-weather-current__icon .dashboard-weather-icon--cloud[b-k1uhbf4ywi],
.dashboard-weather-current__icon .dashboard-weather-icon--fog[b-k1uhbf4ywi] {
    color: #64748b;
}

.dashboard-weather-current__icon .dashboard-weather-icon--snow[b-k1uhbf4ywi],
.dashboard-weather-current__icon .dashboard-weather-icon--sleet[b-k1uhbf4ywi] {
    color: #38bdf8;
    text-shadow: 0 0 16px rgba(56, 189, 248, 0.22);
}

.dashboard-weather-current__icon .dashboard-weather-icon--thunderstorm[b-k1uhbf4ywi] {
    color: #7c3aed;
    text-shadow: 0 0 16px rgba(124, 58, 237, 0.24);
}

.dashboard-weather-current__icon .dashboard-weather-icon--mixed[b-k1uhbf4ywi] {
    color: #0f766e;
}

.dashboard-weather-symbol[b-k1uhbf4ywi] {
    --weather-sun: #fbbf24;
    --weather-sun-deep: #f97316;
    --weather-cloud: #cbd5e1;
    --weather-cloud-edge: #64748b;
    --weather-rain: #0284c7;
    --weather-snow: #38bdf8;
    --weather-storm: #7c3aed;
    position: relative;
    display: inline-block;
    width: 2.35rem;
    height: 2.35rem;
    flex: 0 0 auto;
}

.dashboard-weather-current__icon .dashboard-weather-symbol[b-k1uhbf4ywi] {
    width: 3.2rem;
    height: 3.2rem;
}

.dashboard-weather-day__values .dashboard-weather-symbol[b-k1uhbf4ywi],
.dashboard-weather-hour .dashboard-weather-symbol[b-k1uhbf4ywi] {
    width: 1.45rem;
    height: 1.45rem;
}

.dashboard-weather-symbol[b-k1uhbf4ywi]::before,
.dashboard-weather-symbol[b-k1uhbf4ywi]::after {
    position: absolute;
    content: "";
    display: block;
}

.dashboard-weather-symbol--sun[b-k1uhbf4ywi]::before {
    inset: 19%;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #fde68a 0 20%, var(--weather-sun) 42%, var(--weather-sun-deep) 100%);
    box-shadow: 0 0 0.8rem rgba(251, 191, 36, 0.36);
}

.dashboard-weather-symbol--sun[b-k1uhbf4ywi]::after {
    inset: 7%;
    border-radius: 50%;
    background: conic-gradient(from 0deg, transparent 0 8%, rgba(251, 191, 36, 0.82) 8% 13%, transparent 13% 25%, rgba(251, 191, 36, 0.82) 25% 30%, transparent 30% 42%, rgba(251, 191, 36, 0.82) 42% 47%, transparent 47% 58%, rgba(251, 191, 36, 0.82) 58% 63%, transparent 63% 75%, rgba(251, 191, 36, 0.82) 75% 80%, transparent 80% 92%, rgba(251, 191, 36, 0.82) 92% 97%, transparent 97%);
    -webkit-mask: radial-gradient(circle, transparent 0 45%, #000 47%);
    mask: radial-gradient(circle, transparent 0 45%, #000 47%);
}

.dashboard-weather-symbol--cloud[b-k1uhbf4ywi]::before,
.dashboard-weather-symbol--rain[b-k1uhbf4ywi]::before,
.dashboard-weather-symbol--snow[b-k1uhbf4ywi]::before,
.dashboard-weather-symbol--sleet[b-k1uhbf4ywi]::before,
.dashboard-weather-symbol--thunderstorm[b-k1uhbf4ywi]::before,
.dashboard-weather-symbol--fog[b-k1uhbf4ywi]::before,
.dashboard-weather-symbol--mixed[b-k1uhbf4ywi]::before {
    left: 13%;
    right: 8%;
    bottom: 28%;
    height: 38%;
    border-radius: 999px;
    background:
        radial-gradient(circle at 32% 18%, var(--weather-cloud) 0 31%, transparent 32%),
        radial-gradient(circle at 58% 3%, #e2e8f0 0 37%, transparent 38%),
        linear-gradient(180deg, #e2e8f0 0%, var(--weather-cloud) 100%);
    border: 1px solid rgba(100, 116, 139, 0.32);
    box-shadow: inset 0 0.18rem 0 rgba(255, 255, 255, 0.58), 0 0.12rem 0.18rem rgba(15, 23, 42, 0.12);
}

.dashboard-weather-symbol--rain[b-k1uhbf4ywi]::after,
.dashboard-weather-symbol--sleet[b-k1uhbf4ywi]::after {
    left: 31%;
    top: 62%;
    width: 0.34rem;
    height: 0.78rem;
    border-radius: 50% 50% 55% 55%;
    background: var(--weather-rain);
    box-shadow: 0.62rem 0.12rem 0 -0.02rem var(--weather-rain);
    transform: rotate(18deg);
}

.dashboard-weather-symbol--snow[b-k1uhbf4ywi]::after {
    left: 25%;
    top: 65%;
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    background: var(--weather-snow);
    box-shadow: 0.62rem -0.02rem 0 var(--weather-snow), 1.18rem 0.1rem 0 var(--weather-snow);
}

.dashboard-weather-symbol--thunderstorm[b-k1uhbf4ywi]::after {
    left: 42%;
    top: 54%;
    width: 0.74rem;
    height: 1.05rem;
    background: var(--weather-storm);
    clip-path: polygon(42% 0, 100% 0, 62% 42%, 100% 42%, 28% 100%, 44% 55%, 0 55%);
    filter: drop-shadow(0 0.16rem 0.12rem rgba(124, 58, 237, 0.28));
}

.dashboard-weather-symbol--fog[b-k1uhbf4ywi]::after {
    left: 12%;
    right: 8%;
    top: 68%;
    height: 0.5rem;
    border-top: 0.12rem solid #94a3b8;
    border-bottom: 0.12rem solid #94a3b8;
    opacity: 0.82;
}

.dashboard-weather-symbol--mixed[b-k1uhbf4ywi]::after {
    left: 6%;
    top: 7%;
    width: 43%;
    height: 43%;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #fde68a 0 20%, var(--weather-sun) 42%, var(--weather-sun-deep) 100%);
    box-shadow: 0 0 0.55rem rgba(251, 191, 36, 0.28);
    z-index: -1;
}

.dashboard-weather-current__temperature[b-k1uhbf4ywi] {
    color: var(--app-color-text, #1f2d25);
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    font-weight: 800;
    line-height: 1.05;
}

.dashboard-weather-current__condition[b-k1uhbf4ywi] {
    margin-top: 0.2rem;
    color: var(--app-color-text, #1f2d25);
    font-size: 0.95rem;
    font-weight: 700;
}

.dashboard-weather-current__time[b-k1uhbf4ywi] {
    margin-top: 0.1rem;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.82rem;
}

.dashboard-weather-metrics[b-k1uhbf4ywi] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 0.75rem;
}

.dashboard-weather-metric[b-k1uhbf4ywi] {
    min-width: 0;
    padding: 0.65rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 0.75rem;
    background: var(--app-color-surface-alt, #fbfdfb);
}

.dashboard-weather-metric span[b-k1uhbf4ywi] {
    display: block;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.035em;
}

.dashboard-weather-metric strong[b-k1uhbf4ywi] {
    display: block;
    margin-top: 0.2rem;
    color: var(--app-color-text, #1f2d25);
    font-size: 0.94rem;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.dashboard-weather-section-title[b-k1uhbf4ywi] {
    margin: 0.95rem 0 0.45rem;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.dashboard-weather-day-list[b-k1uhbf4ywi] {
    display: grid;
    gap: 0.45rem;
}

.dashboard-weather-day[b-k1uhbf4ywi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    padding: 0.65rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 0.75rem;
    background: var(--app-color-surface, #ffffff);
}

.dashboard-weather-day__date[b-k1uhbf4ywi] {
    color: var(--app-color-text, #1f2d25);
    font-weight: 750;
}

.dashboard-weather-day__condition[b-k1uhbf4ywi] {
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.78rem;
}

.dashboard-weather-day__values[b-k1uhbf4ywi] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--app-color-primary-active, #1c4e37);
    font-weight: 800;
    white-space: nowrap;
}

.dashboard-weather-day__values i[b-k1uhbf4ywi],
.dashboard-weather-hour i[b-k1uhbf4ywi] {
    font-size: 1.15rem;
}

.dashboard-weather-hourly-strip[b-k1uhbf4ywi] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(4.75rem, 1fr);
    gap: 0.45rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.dashboard-weather-hour[b-k1uhbf4ywi] {
    min-width: 0;
    display: grid;
    place-items: center;
    gap: 0.15rem;
    padding: 0.55rem 0.45rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 0.75rem;
    background: var(--app-color-surface-alt, #fbfdfb);
    color: var(--app-color-text, #1f2d25);
}

.dashboard-weather-hour i[b-k1uhbf4ywi] {
    font-size: 1.2rem;
}

.dashboard-weather-icon--sun[b-k1uhbf4ywi] {
    color: #f59e0b;
}

.dashboard-weather-icon--rain[b-k1uhbf4ywi] {
    color: #0284c7;
}

.dashboard-weather-icon--cloud[b-k1uhbf4ywi],
.dashboard-weather-icon--fog[b-k1uhbf4ywi] {
    color: #64748b;
}

.dashboard-weather-icon--snow[b-k1uhbf4ywi],
.dashboard-weather-icon--sleet[b-k1uhbf4ywi] {
    color: #38bdf8;
}

.dashboard-weather-icon--thunderstorm[b-k1uhbf4ywi] {
    color: #7c3aed;
}

.dashboard-weather-icon--mixed[b-k1uhbf4ywi] {
    color: #0f766e;
}

.dashboard-weather-hour__time[b-k1uhbf4ywi],
.dashboard-weather-hour__rain[b-k1uhbf4ywi] {
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.72rem;
    font-weight: 700;
}

.dashboard-weather-hour__temperature[b-k1uhbf4ywi] {
    font-size: 0.86rem;
    font-weight: 800;
    white-space: nowrap;
}

.dashboard-weather-source[b-k1uhbf4ywi] {
    margin-top: 0.9rem;
    color: var(--app-color-text-subtle, #7b897e);
    font-size: 0.74rem;
    line-height: 1.35;
}

.dashboard-card--weather-modern[b-k1uhbf4ywi] {
    background:
        radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--app-color-primary, #2f7d57) 24%, transparent), transparent 9rem),
        radial-gradient(circle at 10% 4%, rgba(255, 196, 0, 0.14), transparent 7rem),
        linear-gradient(160deg, color-mix(in srgb, var(--app-color-surface, #ffffff) 86%, var(--app-color-primary, #2f7d57) 14%) 0%, var(--app-color-surface, #ffffff) 58%, var(--app-color-surface-alt, #fbfdfb) 100%);
}

.dashboard-card--weather-modern .dashboard-weather-current[b-k1uhbf4ywi] {
    grid-template-columns: auto minmax(0, 1fr);
    border: 0;
    background: transparent;
    padding: 0.4rem 0 0.9rem;
    border-bottom: 2px solid color-mix(in srgb, var(--app-color-primary, #2f7d57) 18%, transparent);
    border-radius: 0;
}

.dashboard-card--weather-modern .dashboard-weather-current__icon[b-k1uhbf4ywi] {
    width: 4rem;
    height: 4rem;
    border-radius: 1.2rem;
    background: color-mix(in srgb, var(--app-color-primary, #2f7d57) 13%, var(--app-color-surface, #ffffff));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
    font-size: 2.2rem;
}

.dashboard-card--weather-modern .dashboard-weather-current__temperature[b-k1uhbf4ywi] {
    font-size: clamp(2rem, 5vw, 3.1rem);
    letter-spacing: 0;
}

.dashboard-card--weather-modern .dashboard-weather-metrics[b-k1uhbf4ywi] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 2px solid color-mix(in srgb, #ffc400 76%, var(--app-color-primary, #2f7d57) 24%);
    padding-bottom: 0.7rem;
}

.dashboard-card--weather-modern .dashboard-weather-metric[b-k1uhbf4ywi] {
    border: 0;
    border-radius: 0;
    padding: 0.1rem 0.35rem;
    background: transparent;
}

.dashboard-card--weather-modern .dashboard-weather-day-list[b-k1uhbf4ywi] {
    grid-template-columns: repeat(auto-fit, minmax(4.6rem, 1fr));
}

.dashboard-card--weather-modern .dashboard-weather-day[b-k1uhbf4ywi] {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 0.2rem;
    min-height: 5.7rem;
    border: 0;
    border-radius: 0.9rem;
    background: color-mix(in srgb, var(--app-color-surface-alt, #fbfdfb) 82%, transparent);
}

.dashboard-card--weather-modern .dashboard-weather-day__values[b-k1uhbf4ywi] {
    color: var(--app-color-text, #1f2d25);
}

.dashboard-card--weather-sky[b-k1uhbf4ywi] {
    border-color: color-mix(in srgb, #38bdf8 36%, var(--app-color-border, #d9e6db));
    background:
        radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.9), transparent 8rem),
        linear-gradient(145deg, #e0f2fe 0%, #f0f9ff 42%, #ffffff 100%);
}

.dashboard-card--weather-sky .dashboard-weather-current[b-k1uhbf4ywi] {
    border: 0;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.14), rgba(255, 255, 255, 0.72));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.dashboard-card--weather-sky .dashboard-weather-current__icon[b-k1uhbf4ywi] {
    background: linear-gradient(145deg, #dbeafe 0%, #bae6fd 100%);
    color: #0369a1;
}

.dashboard-card--weather-sky .dashboard-weather-metric[b-k1uhbf4ywi],
.dashboard-card--weather-sky .dashboard-weather-day[b-k1uhbf4ywi],
.dashboard-card--weather-sky .dashboard-weather-hour[b-k1uhbf4ywi] {
    border-color: rgba(14, 165, 233, 0.2);
    background: rgba(255, 255, 255, 0.68);
}

.dashboard-card--weather-sunset[b-k1uhbf4ywi] {
    border-color: rgba(251, 146, 60, 0.32);
    background:
        radial-gradient(circle at 88% 2%, rgba(251, 191, 36, 0.45), transparent 9rem),
        linear-gradient(145deg, #fff7ed 0%, #ffedd5 42%, #ffffff 100%);
}

.dashboard-card--weather-sunset .dashboard-weather-current[b-k1uhbf4ywi] {
    border: 0;
    background: linear-gradient(135deg, rgba(251, 146, 60, 0.22), rgba(255, 255, 255, 0.7));
}

.dashboard-card--weather-sunset .dashboard-weather-current__icon[b-k1uhbf4ywi] {
    background: linear-gradient(145deg, #fed7aa 0%, #fde68a 100%);
    color: #c2410c;
}

.dashboard-card--weather-sunset .dashboard-weather-metrics[b-k1uhbf4ywi] {
    border-bottom: 2px solid rgba(249, 115, 22, 0.42);
    padding-bottom: 0.7rem;
}

.dashboard-card--weather-sunset .dashboard-weather-metric[b-k1uhbf4ywi],
.dashboard-card--weather-sunset .dashboard-weather-day[b-k1uhbf4ywi],
.dashboard-card--weather-sunset .dashboard-weather-hour[b-k1uhbf4ywi] {
    border-color: rgba(251, 146, 60, 0.22);
    background: rgba(255, 255, 255, 0.62);
}

.dashboard-card--weather-aurora[b-k1uhbf4ywi] {
    border-color: rgba(20, 184, 166, 0.34);
    background:
        radial-gradient(circle at 8% 8%, rgba(20, 184, 166, 0.24), transparent 9rem),
        radial-gradient(circle at 96% 4%, rgba(168, 85, 247, 0.18), transparent 9rem),
        linear-gradient(145deg, #ecfdf5 0%, #f5f3ff 54%, #ffffff 100%);
}

.dashboard-card--weather-aurora .dashboard-weather-current[b-k1uhbf4ywi] {
    border: 0;
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.18), rgba(168, 85, 247, 0.1));
}

.dashboard-card--weather-aurora .dashboard-weather-current__icon[b-k1uhbf4ywi] {
    background: linear-gradient(145deg, #ccfbf1 0%, #ddd6fe 100%);
    color: #0f766e;
}

.dashboard-card--weather-aurora .dashboard-weather-metric[b-k1uhbf4ywi],
.dashboard-card--weather-aurora .dashboard-weather-day[b-k1uhbf4ywi],
.dashboard-card--weather-aurora .dashboard-weather-hour[b-k1uhbf4ywi] {
    border-color: rgba(20, 184, 166, 0.22);
    background: rgba(255, 255, 255, 0.64);
}

.dashboard-card--weather-ocean[b-k1uhbf4ywi] {
    border-color: rgba(6, 95, 70, 0.28);
    background:
        radial-gradient(circle at 88% 10%, rgba(34, 211, 238, 0.23), transparent 9rem),
        linear-gradient(145deg, #ecfeff 0%, #e0f2fe 44%, #ffffff 100%);
}

.dashboard-card--weather-ocean .dashboard-weather-current[b-k1uhbf4ywi] {
    border: 0;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.18), rgba(16, 185, 129, 0.11));
}

.dashboard-card--weather-ocean .dashboard-weather-current__icon[b-k1uhbf4ywi] {
    background: linear-gradient(145deg, #cffafe 0%, #a7f3d0 100%);
    color: #0f766e;
}

.dashboard-card--weather-ocean .dashboard-weather-metric[b-k1uhbf4ywi],
.dashboard-card--weather-ocean .dashboard-weather-day[b-k1uhbf4ywi],
.dashboard-card--weather-ocean .dashboard-weather-hour[b-k1uhbf4ywi] {
    border-color: rgba(6, 182, 212, 0.2);
    background: rgba(255, 255, 255, 0.66);
}

.dashboard-card--weather-forecast[b-k1uhbf4ywi] {
    background: linear-gradient(180deg, var(--app-color-surface, #ffffff) 0%, color-mix(in srgb, var(--app-color-surface-alt, #fbfdfb) 86%, #eef3ff 14%) 100%);
}

.dashboard-card--weather-forecast .dashboard-weather-current[b-k1uhbf4ywi] {
    grid-template-columns: minmax(0, 1fr) auto;
    direction: rtl;
    border: 0;
    background: transparent;
    border-bottom: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 0;
}

.dashboard-card--weather-forecast .dashboard-weather-current > *[b-k1uhbf4ywi] {
    direction: ltr;
}

.dashboard-card--weather-forecast .dashboard-weather-current__icon[b-k1uhbf4ywi] {
    width: 5rem;
    height: 5rem;
    background: transparent;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 3.1rem;
}

.dashboard-card--weather-forecast .dashboard-weather-current__temperature[b-k1uhbf4ywi] {
    font-size: clamp(2.3rem, 5vw, 3.4rem);
    font-weight: 650;
}

.dashboard-card--weather-forecast .dashboard-weather-hourly-strip[b-k1uhbf4ywi] {
    position: relative;
    margin-top: 0.8rem;
    padding-top: 0.65rem;
    border-top: 3px solid color-mix(in srgb, #ffc400 82%, var(--app-color-primary, #2f7d57) 18%);
}

.dashboard-card--weather-forecast .dashboard-weather-day[b-k1uhbf4ywi] {
    border: 0;
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 92%, #eef3ff 8%);
}

.dashboard-card--weather-glass[b-k1uhbf4ywi] {
    border-color: color-mix(in srgb, var(--app-color-primary-border, #cfe4d5) 58%, transparent);
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--app-color-primary, #2f7d57) 18%, transparent), transparent 42%),
        color-mix(in srgb, var(--app-color-surface, #ffffff) 78%, transparent);
    backdrop-filter: blur(10px);
}

.dashboard-card--weather-glass .dashboard-weather-current[b-k1uhbf4ywi],
.dashboard-card--weather-glass .dashboard-weather-metric[b-k1uhbf4ywi],
.dashboard-card--weather-glass .dashboard-weather-day[b-k1uhbf4ywi],
.dashboard-card--weather-glass .dashboard-weather-hour[b-k1uhbf4ywi] {
    border-color: color-mix(in srgb, var(--app-color-surface, #ffffff) 50%, var(--app-color-primary-border, #cfe4d5));
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 62%, transparent);
    box-shadow: inset 0 1px 0 color-mix(in srgb, var(--app-color-surface, #ffffff) 70%, transparent);
}

.dashboard-card--weather-glass .dashboard-weather-current__icon[b-k1uhbf4ywi] {
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 52%, var(--app-color-primary, #2f7d57) 18%);
}

.dashboard-card--weather-compact[b-k1uhbf4ywi] {
    padding: 0.75rem;
}

.dashboard-card--weather-compact .dashboard-card__header[b-k1uhbf4ywi] {
    margin-bottom: 0.5rem;
}

.dashboard-card--weather-compact .dashboard-weather-current[b-k1uhbf4ywi] {
    padding: 0.65rem;
}

.dashboard-card--weather-compact .dashboard-weather-current__icon[b-k1uhbf4ywi] {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.55rem;
}

.dashboard-card--weather-compact .dashboard-weather-current__temperature[b-k1uhbf4ywi] {
    font-size: 1.45rem;
}

.dashboard-card--weather-compact .dashboard-weather-metrics[b-k1uhbf4ywi] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem;
}

.dashboard-card--weather-compact .dashboard-weather-metric[b-k1uhbf4ywi] {
    padding: 0.45rem;
}

.dashboard-card--weather-compact .dashboard-weather-day-list[b-k1uhbf4ywi] {
    grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
}

.dashboard-card--weather-compact .dashboard-weather-hourly-strip[b-k1uhbf4ywi] {
    grid-auto-columns: minmax(4.25rem, 1fr);
}

.dashboard-card--weather-classic[b-k1uhbf4ywi] {
    background: var(--app-color-surface, #ffffff);
}

.dashboard-card--weather-classic .dashboard-weather-current[b-k1uhbf4ywi],
.dashboard-card--weather-classic .dashboard-weather-metric[b-k1uhbf4ywi],
.dashboard-card--weather-classic .dashboard-weather-day[b-k1uhbf4ywi],
.dashboard-card--weather-classic .dashboard-weather-hour[b-k1uhbf4ywi] {
    border-radius: 0;
    box-shadow: none;
}

.dashboard-card--weather-classic .dashboard-weather-current[b-k1uhbf4ywi] {
    border-left: 0;
    border-right: 0;
    background: var(--app-color-surface-alt, #fbfdfb);
}

@keyframes dashboard-spin-b-k1uhbf4ywi {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {
    [b-k1uhbf4ywi] .dashboard-tile-layout {
        padding-bottom: 0.5rem;
    }
}

@container (max-width: 29rem) {
    .dashboard-weather-header__summary[b-k1uhbf4ywi] {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    .dashboard-weather-current-summary[b-k1uhbf4ywi] {
        justify-self: start;
    }

    .dashboard-weather-actions[b-k1uhbf4ywi] {
        justify-self: start;
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    .dashboard-card__header[b-k1uhbf4ywi],
    .dashboard-hero[b-k1uhbf4ywi] {
        flex-direction: column;
        align-items: stretch;
    }

    .dashboard-controls[b-k1uhbf4ywi] {
        justify-content: flex-start;
    }

    .dashboard-logo-wrap[b-k1uhbf4ywi] {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .dashboard-page[b-k1uhbf4ywi] {
        padding: 0.75rem;
    }

    [b-k1uhbf4ywi] .dashboard-tile-grid__item {
        grid-column: 1 / -1 !important;
    }

    [b-k1uhbf4ywi] .dashboard-tile-header {
        flex-wrap: wrap;
    }

    [b-k1uhbf4ywi] .dashboard-tile-header__layout {
        width: 100%;
        flex-wrap: wrap;
    }

    .dashboard-summary-grid[b-k1uhbf4ywi],
    .dashboard-weather-metrics[b-k1uhbf4ywi] {
        grid-template-columns: 1fr;
    }

    .dashboard-card--weather-modern .dashboard-weather-metrics[b-k1uhbf4ywi],
    .dashboard-card--weather-compact .dashboard-weather-metrics[b-k1uhbf4ywi] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dashboard-control[b-k1uhbf4ywi],
    .dashboard-control--interval[b-k1uhbf4ywi] {
        min-width: 100%;
    }

    .dashboard-refresh[b-k1uhbf4ywi] {
        width: 100%;
        justify-content: center;
    }

    .dashboard-color-menu__panel[b-k1uhbf4ywi] {
        width: min(15rem, calc(100vw - 2rem));
    }
}

.dashboard-hero-side[b-k1uhbf4ywi] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
    min-width: min(34rem, 100%);
}

.dashboard-hero-actions[b-k1uhbf4ywi] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
}

.dashboard-tile-catalog[b-k1uhbf4ywi] {
    position: relative;
}

.dashboard-tile-catalog__panel[b-k1uhbf4ywi] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    z-index: 30;
    display: grid;
    width: min(21rem, calc(100vw - 2rem));
    gap: 0.35rem;
    padding: 0.55rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: var(--app-radius-md, 0.9rem);
    background: var(--app-color-surface, #ffffff);
    box-shadow: 0 16px 38px var(--app-color-shadow, rgba(26, 47, 31, 0.16));
}

.dashboard-tile-catalog__item[b-k1uhbf4ywi] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    padding: 0.65rem;
    border: 1px solid transparent;
    border-radius: 0.7rem;
    background: transparent;
    color: var(--app-color-text, #1f2d25);
    text-align: left;
    cursor: pointer;
}

.dashboard-tile-catalog__item:hover[b-k1uhbf4ywi],
.dashboard-tile-catalog__item:focus-visible[b-k1uhbf4ywi] {
    border-color: var(--app-color-primary-border, #cfe4d5);
    background: var(--app-color-primary-softer, #f4faf6);
}

.dashboard-tile-catalog__item:disabled[b-k1uhbf4ywi] {
    cursor: not-allowed;
    opacity: 0.58;
}

.dashboard-tile-catalog__item:disabled:hover[b-k1uhbf4ywi] {
    border-color: transparent;
    background: transparent;
}

.dashboard-tile-catalog__icon[b-k1uhbf4ywi] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.6rem;
    background: color-mix(in srgb, var(--app-color-primary, #2f7d57) 12%, var(--app-color-surface, #ffffff));
    color: var(--app-color-primary-active, #1c4e37);
    font-size: 1rem;
}

.dashboard-tile-catalog__text[b-k1uhbf4ywi] {
    display: grid;
    gap: 0.1rem;
    min-width: 0;
}

.dashboard-tile-catalog__text span[b-k1uhbf4ywi] {
    color: var(--app-color-text, #1f2d25);
    font-size: 0.88rem;
    font-weight: 750;
}

.dashboard-tile-catalog__text small[b-k1uhbf4ywi] {
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.76rem;
    line-height: 1.25;
}

.dashboard-hero-action[b-k1uhbf4ywi],
.dashboard-weather-action[b-k1uhbf4ywi] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    white-space: nowrap;
}

.dashboard-weather-header[b-k1uhbf4ywi] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 0.55rem;
}

.dashboard-weather-header__summary[b-k1uhbf4ywi] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.dashboard-weather-location-block[b-k1uhbf4ywi] {
    min-width: 0;
}

.dashboard-card--weather .dashboard-card__title[b-k1uhbf4ywi] {
    line-height: 1.08;
}

.dashboard-weather-location-meta[b-k1uhbf4ywi] {
    gap: 0.28rem 0.55rem;
    font-size: 0.82rem;
    line-height: 1.25;
}

.dashboard-weather-current-summary[b-k1uhbf4ywi] {
    justify-self: end;
    display: inline-grid;
    grid-template-columns: auto minmax(0, max-content);
    align-items: center;
    gap: 0.65rem;
    max-width: 100%;
    padding: 0.32rem 0.65rem 0.32rem 0.4rem;
    border: 1px solid color-mix(in srgb, var(--app-color-primary-border, #cfe4d5) 72%, transparent);
    border-radius: 1rem;
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 84%, var(--app-color-primary, #2f7d57) 7%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.dashboard-weather-current-summary__icon[b-k1uhbf4ywi] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    flex: 0 0 auto;
    border-radius: 0.95rem;
    background: color-mix(in srgb, var(--app-color-primary, #2f7d57) 11%, var(--app-color-surface, #ffffff));
}

.dashboard-weather-current-summary__icon .dashboard-weather-symbol[b-k1uhbf4ywi] {
    width: 2.35rem;
    height: 2.35rem;
}

.dashboard-weather-current-summary__values[b-k1uhbf4ywi] {
    display: grid;
    min-width: 0;
    gap: 0.05rem;
}

.dashboard-weather-current-summary__temperature[b-k1uhbf4ywi] {
    color: var(--app-color-text, #1f2d25);
    font-size: clamp(1.55rem, 2.8vw, 1.9rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.dashboard-weather-current-summary__condition[b-k1uhbf4ywi] {
    color: var(--app-color-text, #1f2d25);
    font-size: 0.82rem;
    font-weight: 760;
    line-height: 1.15;
    white-space: nowrap;
}

.dashboard-weather-current-summary__time[b-k1uhbf4ywi] {
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.74rem;
    font-weight: 650;
    line-height: 1.15;
    white-space: nowrap;
}

.dashboard-weather-actions[b-k1uhbf4ywi] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    gap: 0.4rem;
    min-width: 0;
}

.dashboard-weather-style-select[b-k1uhbf4ywi] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 12rem;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.76rem;
    font-weight: 750;
}

.dashboard-weather-style-select .form-select[b-k1uhbf4ywi] {
    width: 8.25rem;
    min-height: 1.85rem;
    padding-top: 0.18rem;
    padding-bottom: 0.18rem;
    font-size: 0.78rem;
    font-weight: 650;
}


.dashboard-weather-action[b-k1uhbf4ywi] {
    min-height: 1.85rem;
    padding: 0.18rem 0.55rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 999px;
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 92%, var(--app-color-primary, #2f7d57) 8%);
    color: var(--app-color-text-muted, #5f6f63);
    cursor: pointer;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1;
    user-select: none;
}

.dashboard-weather-action--active[b-k1uhbf4ywi] {
    border-color: var(--app-color-primary-border, #cfe4d5);
    background: var(--app-color-primary-softer, #f4faf6);
    color: var(--app-color-primary-active, #1c4e37);
}

.dashboard-weather-settings-panel[b-k1uhbf4ywi] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    margin: -0.25rem 0 0.75rem;
    padding: 0.75rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: var(--app-radius-md, 0.9rem);
    background: color-mix(in srgb, var(--app-color-surface-alt, #fbfdfb) 92%, var(--app-color-primary, #2f7d57) 8%);
    box-shadow: inset 0 1px 0 color-mix(in srgb, var(--app-color-surface, #ffffff) 85%, transparent);
    position: relative;
    z-index: 2;
}

.dashboard-weather-setting[b-k1uhbf4ywi] {
    display: grid;
    gap: 0.25rem;
    min-width: 0;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.76rem;
    font-weight: 700;
}


.dashboard-weather-location-search[b-k1uhbf4ywi] {
    position: relative;
}

.dashboard-weather-location-search__input-wrap[b-k1uhbf4ywi] {
    position: relative;
}

.dashboard-weather-location-search__input-wrap .form-control[b-k1uhbf4ywi] {
    padding-right: 4.25rem;
}

.dashboard-weather-location-search__loading[b-k1uhbf4ywi] {
    position: absolute;
    top: 50%;
    right: 0.55rem;
    transform: translateY(-50%);
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.72rem;
    font-weight: 700;
    pointer-events: none;
}

.dashboard-weather-location-search__hint[b-k1uhbf4ywi] {
    color: var(--app-color-text-subtle, #7b897e);
    font-size: 0.72rem;
    font-weight: 600;
}

.dashboard-weather-location-search__results[b-k1uhbf4ywi] {
    display: grid;
    gap: 0.25rem;
    max-height: 15rem;
    overflow: auto;
    padding: 0.35rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 0.75rem;
    background: var(--app-color-surface, #ffffff);
    box-shadow: 0 14px 36px var(--app-color-shadow, rgba(26, 47, 31, 0.12));
}

.dashboard-weather-location-search__result[b-k1uhbf4ywi] {
    display: grid;
    gap: 0.12rem;
    width: 100%;
    border: 0;
    border-radius: 0.55rem;
    padding: 0.45rem 0.55rem;
    background: transparent;
    color: var(--app-color-text, #1f2d25);
    text-align: left;
    cursor: pointer;
}

.dashboard-weather-location-search__result:hover[b-k1uhbf4ywi],
.dashboard-weather-location-search__result:focus-visible[b-k1uhbf4ywi] {
    outline: none;
    background: var(--app-color-primary-softer, #f4faf6);
}

.dashboard-weather-location-search__result-main[b-k1uhbf4ywi] {
    color: var(--app-color-text, #1f2d25);
    font-size: 0.82rem;
    font-weight: 760;
}

.dashboard-weather-location-search__result-sub[b-k1uhbf4ywi] {
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.72rem;
    font-weight: 600;
}

.dashboard-weather-advanced-setting[b-k1uhbf4ywi] {
    display: block;
    padding: 0.45rem 0.55rem;
    border: 1px dashed var(--app-color-border, #d9e6db);
    border-radius: 0.75rem;
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 82%, var(--app-color-primary, #2f7d57) 4%);
}

.dashboard-weather-advanced-setting summary[b-k1uhbf4ywi] {
    color: var(--app-color-primary-active, #1c4e37);
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 760;
}

.dashboard-weather-advanced-grid[b-k1uhbf4ywi] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    padding-top: 0.55rem;
}

.dashboard-weather-setting--wide[b-k1uhbf4ywi],
.dashboard-weather-setting-checks[b-k1uhbf4ywi],
.dashboard-weather-settings__actions[b-k1uhbf4ywi] {
    grid-column: 1 / -1;
}

.dashboard-weather-setting-checks[b-k1uhbf4ywi] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem 0.75rem;
    padding: 0.55rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 0.75rem;
    background: var(--app-color-surface-alt, #fbfdfb);
}

.dashboard-weather-setting-checks label[b-k1uhbf4ywi] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
    color: var(--app-color-text, #1f2d25);
    font-size: 0.8rem;
    font-weight: 650;
}

.dashboard-weather-settings__actions[b-k1uhbf4ywi] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.45rem;
    padding-top: 0.15rem;
}

.dashboard-card--weather .dashboard-weather-body[b-k1uhbf4ywi] {
    padding-top: 0.05rem;
}

.dashboard-card--weather .dashboard-weather-metrics[b-k1uhbf4ywi] {
    margin-top: 0.45rem;
}

.dashboard-card--weather-modern .dashboard-weather-metrics[b-k1uhbf4ywi] {
    margin-top: 0.45rem;
    padding-bottom: 0.5rem;
}

.dashboard-card--weather .dashboard-weather-section-title[b-k1uhbf4ywi] {
    margin-top: 0.65rem;
    margin-bottom: 0.35rem;
}

.dashboard-card--weather-modern .dashboard-weather-day[b-k1uhbf4ywi] {
    min-height: 4.9rem;
}

.dashboard-card--weather .dashboard-weather-day[b-k1uhbf4ywi] {
    padding: 0.5rem;
}

.dashboard-card--weather .dashboard-weather-hour[b-k1uhbf4ywi] {
    padding: 0.45rem 0.38rem;
}

@media (max-width: 992px) {
    .dashboard-hero-side[b-k1uhbf4ywi] {
        align-items: flex-start;
        justify-content: flex-start;
        min-width: 0;
        width: 100%;
    }

    .dashboard-hero-actions[b-k1uhbf4ywi] {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .dashboard-hero-side[b-k1uhbf4ywi] {
        flex-direction: column-reverse;
        gap: 0.75rem;
    }

    .dashboard-hero-action[b-k1uhbf4ywi] {
        width: 100%;
    }

    .dashboard-weather-header__summary[b-k1uhbf4ywi] {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    .dashboard-weather-current-summary[b-k1uhbf4ywi] {
        justify-self: stretch;
        border-radius: 0.9rem;
    }

    .dashboard-weather-actions[b-k1uhbf4ywi] {
        justify-content: flex-start;
        justify-self: stretch;
        flex-wrap: wrap;
    }

    .dashboard-weather-style-select[b-k1uhbf4ywi] {
        flex: 1 1 10rem;
    }

    .dashboard-weather-style-select .form-select[b-k1uhbf4ywi] {
        width: 100%;
    }

    .dashboard-weather-settings-panel[b-k1uhbf4ywi],
    .dashboard-weather-advanced-grid[b-k1uhbf4ywi] {
        grid-template-columns: 1fr;
    }

    .dashboard-weather-setting-checks[b-k1uhbf4ywi] {
        grid-template-columns: 1fr;
    }

    .dashboard-weather-settings__actions[b-k1uhbf4ywi] {
        justify-content: stretch;
    }

    .dashboard-weather-settings__actions .btn[b-k1uhbf4ywi] {
        flex: 1 1 100%;
    }
}

/* Docking dashboard layout ------------------------------------------------- */
[b-k1uhbf4ywi] .dashboard-tile-grid {
    grid-auto-rows: 5rem;
    grid-auto-flow: row dense;
    align-items: stretch;
}

[b-k1uhbf4ywi] .dashboard-tile-grid__item {
    position: relative;
    min-width: 0;
    min-height: 0;
    transition: box-shadow 140ms ease, transform 140ms ease, opacity 140ms ease;
}

[b-k1uhbf4ywi] .dashboard-tile-shell {
    position: relative;
    min-height: 0;
}

[b-k1uhbf4ywi] .dashboard-tile-header {
    cursor: default;
}

[b-k1uhbf4ywi] .dashboard-tile-header__drag-button {
    color: var(--app-color-primary-active, #1c4e37);
}

[b-k1uhbf4ywi] .dashboard-tile-header__dock-hint {
    flex: 0 0 auto;
    color: var(--app-color-text-subtle, #7b897e);
    font-size: 0.72rem;
    font-weight: 650;
    opacity: 0.82;
}

[b-k1uhbf4ywi] .dashboard-tile-header__button--danger:hover,
[b-k1uhbf4ywi] .dashboard-tile-header__button--danger:focus-visible {
    color: var(--app-color-danger, #b42318);
}

[b-k1uhbf4ywi] .dashboard-tile-resize-handle {
    position: absolute;
    right: 0.55rem;
    bottom: 0.55rem;
    z-index: 5;
    width: 1.9rem;
    height: 1.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid color-mix(in srgb, var(--app-color-primary, #2f7d57) 24%, var(--app-color-border, #d9e6db));
    border-radius: 0.65rem;
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 86%, transparent);
    color: var(--app-color-primary-active, #1c4e37);
    box-shadow: 0 0.55rem 1.4rem rgba(26, 47, 31, 0.08);
    cursor: nwse-resize;
    opacity: 0;
    transform: translate(0.15rem, 0.15rem);
    transition: opacity 140ms ease, transform 140ms ease, background 140ms ease;
}

[b-k1uhbf4ywi] .dashboard-tile-shell:hover .dashboard-tile-resize-handle,
[b-k1uhbf4ywi] .dashboard-tile-resize-handle:focus-visible,
[b-k1uhbf4ywi] .dashboard-tile-grid__item--resizing .dashboard-tile-resize-handle {
    opacity: 1;
    transform: translate(0, 0);
}

[b-k1uhbf4ywi] .dashboard-tile-resize-handle:hover,
[b-k1uhbf4ywi] .dashboard-tile-resize-handle:focus-visible {
    background: var(--app-color-primary-softer, #f4faf6);
}

[b-k1uhbf4ywi] .dashboard-tile-grid__item--dragging {
    opacity: 0.28;
    pointer-events: none;
}

[b-k1uhbf4ywi] .dashboard-tile-grid__item--resizing {
    z-index: 4;
    box-shadow: 0 0 0 0.16rem color-mix(in srgb, var(--app-color-primary, #2f7d57) 32%, transparent);
}

[b-k1uhbf4ywi] .dashboard-tile-grid .statistik-catalog-sortable-placeholder,
[b-k1uhbf4ywi] .dashboard-tile-docking-placeholder {
    min-height: 0;
    height: auto;
    border: 2px dashed color-mix(in srgb, var(--app-color-primary, #2f7d57) 58%, var(--app-color-border, #d9e6db));
    border-radius: var(--app-radius-lg, 1.1rem);
    background:
        repeating-linear-gradient(
            -45deg,
            color-mix(in srgb, var(--app-color-primary, #2f7d57) 10%, transparent) 0 0.75rem,
            color-mix(in srgb, var(--app-color-primary-softer, #f4faf6) 74%, transparent) 0.75rem 1.5rem);
    box-shadow:
        inset 0 0 0 0.2rem color-mix(in srgb, var(--app-color-primary, #2f7d57) 9%, transparent),
        0 1rem 2rem rgba(26, 47, 31, 0.08);
}

[b-k1uhbf4ywi] .dashboard-tile-docking-placeholder::after {
    content: "Hier andocken";
    height: 100%;
    display: grid;
    place-items: center;
    color: var(--app-color-primary-active, #1c4e37);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}


[b-k1uhbf4ywi] .dashboard-tile-docking-placeholder--full-row {
    grid-column: 1 / -1 !important;
    display: grid;
    place-items: center;
    min-height: 8rem;
}

[b-k1uhbf4ywi] .dashboard-tile-docking-placeholder--full-row::after {
    content: "Als ganze Zeile andocken";
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 86%, transparent);
    color: var(--app-color-primary-active, #1c4e37);
    font-size: 0.82rem;
    font-weight: 760;
    box-shadow: 0 0.55rem 1.4rem rgba(26, 47, 31, 0.08);
}

[b-k1uhbf4ywi] .dashboard-tile-docking-placeholder--before::after {
    content: "Ganze Zeile oberhalb andocken";
}

[b-k1uhbf4ywi] .dashboard-tile-docking-placeholder--after::after {
    content: "Ganze Zeile unterhalb andocken";
}

[b-k1uhbf4ywi] .dashboard-tile-drag-clone,
[b-k1uhbf4ywi] .statistik-catalog-sortable-drag-clone {
    border-radius: var(--app-radius-lg, 1.1rem);
    box-shadow: 0 1.4rem 3.5rem rgba(26, 47, 31, 0.24);
    opacity: 0.94;
}

.dashboard-empty-state--dashboard[b-k1uhbf4ywi] {
    min-height: min(33rem, calc(100vh - 18rem));
    display: grid;
    place-items: center;
    padding: clamp(1rem, 3vw, 2rem);
    border: 0;
    background:
        radial-gradient(circle at 15% 18%, color-mix(in srgb, var(--app-color-primary, #2f7d57) 12%, transparent), transparent 12rem),
        radial-gradient(circle at 86% 78%, color-mix(in srgb, var(--app-color-primary, #2f7d57) 9%, transparent), transparent 13rem),
        linear-gradient(135deg, var(--app-color-surface, #ffffff) 0%, var(--app-color-surface-alt, #fbfdfb) 100%);
}

.dashboard-empty-state__card[b-k1uhbf4ywi] {
    width: min(100%, 48rem);
    display: grid;
    justify-items: center;
    gap: 0.9rem;
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 1.35rem;
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 92%, transparent);
    box-shadow: 0 1.4rem 4rem rgba(26, 47, 31, 0.12);
    text-align: center;
}

.dashboard-empty-state__logo[b-k1uhbf4ywi] {
    width: min(15rem, 70vw);
    max-height: 7rem;
    object-fit: contain;
}

.dashboard-empty-state__card h2[b-k1uhbf4ywi] {
    margin: 0.25rem 0 0;
    color: var(--app-color-text, #1f2d25);
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    font-weight: 800;
}

.dashboard-empty-state__card p[b-k1uhbf4ywi] {
    max-width: 36rem;
    margin: 0;
    color: var(--app-color-text-muted, #5f6f63);
}

.dashboard-empty-state__actions[b-k1uhbf4ywi] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
    margin-top: 0.25rem;
}

.dashboard-empty-state__suggestions[b-k1uhbf4ywi] {
    width: min(100%, 34rem);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 0.85rem;
}

.dashboard-empty-state__suggestion[b-k1uhbf4ywi] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 0.1rem 0.7rem;
    padding: 0.85rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 0.9rem;
    background: var(--app-color-surface, #ffffff);
    color: var(--app-color-text, #1f2d25);
    text-align: left;
}

.dashboard-empty-state__suggestion span[b-k1uhbf4ywi] {
    grid-row: 1 / span 2;
    width: 2.65rem;
    height: 2.65rem;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: var(--app-color-primary-softer, #f4faf6);
    color: var(--app-color-primary-active, #1c4e37);
    font-size: 1.25rem;
}

.dashboard-empty-state__suggestion strong[b-k1uhbf4ywi] {
    font-weight: 800;
}

.dashboard-empty-state__suggestion small[b-k1uhbf4ywi] {
    color: var(--app-color-text-muted, #5f6f63);
}

@media (max-width: 768px) {
    [b-k1uhbf4ywi] .dashboard-tile-grid {
        grid-auto-rows: minmax(4.5rem, auto);
    }

    [b-k1uhbf4ywi] .dashboard-tile-grid__item {
        grid-column: 1 / -1 !important;
        grid-row: auto !important;
    }

    [b-k1uhbf4ywi] .dashboard-tile-header__dock-hint {
        display: none;
    }

    .dashboard-empty-state__suggestions[b-k1uhbf4ywi] {
        grid-template-columns: 1fr;
    }
}

/* Dashboard button layout -------------------------------------------------- */
[b-k1uhbf4ywi] .dashboard-tile-viewport {
    max-height: none;
    overflow: visible;
    padding-right: 0;
}

[b-k1uhbf4ywi] .dashboard-tile-grid {
    grid-auto-flow: row;
    grid-auto-rows: 5rem;
}

[b-k1uhbf4ywi] .dashboard-tile-header {
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
    cursor: default;
}

[b-k1uhbf4ywi] .dashboard-tile-header__move-group,
[b-k1uhbf4ywi] .dashboard-tile-header__layout {
    display: inline-flex;
    align-items: center;
    gap: 0.18rem;
    flex: 0 0 auto;
}

[b-k1uhbf4ywi] .dashboard-tile-header__move-group {
    padding-right: 0.28rem;
    border-right: 1px solid color-mix(in srgb, var(--app-color-border, #d9e6db) 82%, transparent);
}

[b-k1uhbf4ywi] .dashboard-tile-header__move-button {
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 0.42rem;
    color: var(--app-color-text-subtle, #7b897e);
}

[b-k1uhbf4ywi] .dashboard-tile-header__move-button i {
    font-size: 1rem;
    line-height: 1;
}

[b-k1uhbf4ywi] .dashboard-tile-header__title {
    min-width: 8rem;
}

[b-k1uhbf4ywi] .dashboard-tile-header__layout {
    margin-left: auto;
}

[b-k1uhbf4ywi] .dashboard-tile-header__size-button {
    min-width: 2.1rem;
    height: 1.55rem;
    padding: 0 0.42rem;
    border: 1px solid transparent;
    border-radius: 0.45rem;
    background: transparent;
    color: var(--app-color-text-muted, #5f6f63);
    cursor: pointer;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
}

[b-k1uhbf4ywi] .dashboard-tile-header__size-button:hover,
[b-k1uhbf4ywi] .dashboard-tile-header__size-button:focus-visible,
[b-k1uhbf4ywi] .dashboard-tile-header__size-button--active {
    border-color: var(--app-color-primary-border, #cfe4d5);
    background: var(--app-color-primary-softer, #f4faf6);
    color: var(--app-color-primary-active, #1c4e37);
}

[b-k1uhbf4ywi] .dashboard-tile-header__dock-hint,
[b-k1uhbf4ywi] .dashboard-tile-layout-menu,
[b-k1uhbf4ywi] .dashboard-tile-resize-handle,
[b-k1uhbf4ywi] .dashboard-tile-docking-placeholder {
    display: none !important;
}

[b-k1uhbf4ywi] .dashboard-tile-grid__item--dragging,
[b-k1uhbf4ywi] .statistik-catalog-sortable-item--dragging {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 992px) {
    [b-k1uhbf4ywi] .dashboard-tile-header__title {
        order: -1;
        flex-basis: 100%;
    }

    [b-k1uhbf4ywi] .dashboard-tile-header__layout {
        margin-left: 0;
    }
}

/* Dashboard button layout click safety -------------------------------------- */
[b-k1uhbf4ywi] .dashboard-tile-grid {
    pointer-events: auto;
}

[b-k1uhbf4ywi] .dashboard-tile-grid__item,
[b-k1uhbf4ywi] .dashboard-tile-shell,
[b-k1uhbf4ywi] .dashboard-tile-header,
[b-k1uhbf4ywi] .dashboard-tile-header button {
    pointer-events: auto;
}

[b-k1uhbf4ywi] .dashboard-tile-docking-placeholder,
[b-k1uhbf4ywi] .statistik-catalog-sortable-placeholder,
[b-k1uhbf4ywi] .dashboard-tile-drag-clone,
[b-k1uhbf4ywi] .statistik-catalog-sortable-drag-clone {
    display: none !important;
}
/* /Components/Pages/Common/Statistik/Dashboard/DashboardRevenueTile.razor.rz.scp.css */
.dashboard-page[b-vxvmm5g0br] {
    height: 100%;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1.25rem;
    background:
        radial-gradient(circle at 10% 10%, var(--app-color-primary-soft-glow, rgba(47, 125, 87, 0.16)), transparent 32rem),
        linear-gradient(180deg, var(--app-color-surface-alt, #fbfdfb) 0%, var(--app-color-body, #f6f8f5) 100%);
    color: var(--app-color-text, #1f2d25);
}

.dashboard-hero[b-vxvmm5g0br] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.dashboard-eyebrow[b-vxvmm5g0br] {
    color: var(--app-color-primary, #2f7d57);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dashboard-title[b-vxvmm5g0br] {
    margin: 0;
    color: var(--app-color-text, #1f2d25);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 750;
}

.dashboard-subtitle[b-vxvmm5g0br] {
    margin-top: 0.25rem;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.98rem;
}

.dashboard-subtitle__hint[b-vxvmm5g0br] {
    display: block;
    margin-top: 0.18rem;
    color: var(--app-color-text-subtle, #7b897e);
    font-size: 0.82rem;
}

.dashboard-logo-wrap[b-vxvmm5g0br] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
}

.dashboard-logo[b-vxvmm5g0br] {
    max-width: 190px;
    max-height: 66px;
    object-fit: contain;
}

[b-vxvmm5g0br] .dashboard-tile-layout {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: visible;
    padding: 0.7rem 0.7rem 1.25rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: var(--app-radius-lg, 1.1rem);
    background:
        radial-gradient(circle at 0% 0%, var(--app-color-primary-soft-glow, rgba(47, 125, 87, 0.16)), transparent 26rem),
        linear-gradient(180deg, var(--app-color-surface-alt, #fbfdfb) 0%, var(--app-color-primary-softer, #f4faf6) 100%);
    box-shadow: inset 0 1px 0 color-mix(in srgb, var(--app-color-surface, #ffffff) 82%, transparent);
}

[b-vxvmm5g0br] .dashboard-tile-sortable-viewport {
    min-height: 0;
    max-height: calc(100vh - 15rem);
    overflow: auto;
    padding-right: 0.2rem;
}

[b-vxvmm5g0br] .dashboard-tile-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: row dense;
    gap: 0.75rem;
    align-items: stretch;
    min-width: 0;
}

[b-vxvmm5g0br] .dashboard-tile-grid__item {
    min-width: 0;
}

[b-vxvmm5g0br] .dashboard-tile-shell {
    height: 100%;
    min-width: 0;
    min-height: inherit;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: var(--app-radius-lg, 1.1rem);
    background: transparent;
    box-shadow: 0 18px 48px var(--app-color-shadow, rgba(26, 47, 31, 0.08));
}

[b-vxvmm5g0br] .dashboard-tile-header {
    min-height: 2.35rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.85rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-bottom: 0;
    border-top-left-radius: var(--app-radius-lg, 1.1rem);
    border-top-right-radius: var(--app-radius-lg, 1.1rem);
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 90%, var(--app-color-primary, #2f7d57) 10%);
    color: var(--app-color-text, #1f2d25);
    font-size: 0.84rem;
    font-weight: 750;
    user-select: none;
}

[b-vxvmm5g0br] .dashboard-tile-header__drag-button {
    flex: 0 0 auto;
    width: 1.55rem;
    height: 1.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0.45rem;
    background: transparent;
    color: var(--app-color-text-subtle, #7b897e);
    cursor: grab;
}

[b-vxvmm5g0br] .dashboard-tile-header__drag-button:active {
    cursor: grabbing;
}

[b-vxvmm5g0br] .dashboard-tile-header__title {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex: 1 1 auto;
}

[b-vxvmm5g0br] .dashboard-tile-header__title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-vxvmm5g0br] .dashboard-tile-header__layout {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    flex: 0 0 auto;
}

[b-vxvmm5g0br] .dashboard-tile-header__size-button {
    min-width: 2.25rem;
    height: 1.6rem;
    border: 1px solid transparent;
    border-radius: 0.45rem;
    background: transparent;
    color: var(--app-color-text-muted, #5f6f63);
    cursor: pointer;
    font-size: 0.72rem;
    font-weight: 750;
}

[b-vxvmm5g0br] .dashboard-tile-header__size-button:hover,
[b-vxvmm5g0br] .dashboard-tile-header__size-button:focus-visible,
[b-vxvmm5g0br] .dashboard-tile-header__size-button--active {
    border-color: var(--app-color-primary-border, #cfe4d5);
    background: var(--app-color-primary-softer, #f4faf6);
    color: var(--app-color-primary-active, #1c4e37);
}

[b-vxvmm5g0br] .dashboard-tile-header__button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid transparent;
    border-radius: 0.45rem;
    background: transparent;
    color: var(--app-color-text-subtle, #7b897e);
    cursor: pointer;
}

[b-vxvmm5g0br] .dashboard-tile-header__button:hover,
[b-vxvmm5g0br] .dashboard-tile-header__button:focus-visible {
    border-color: var(--app-color-border, #d9e6db);
    background: var(--app-color-surface, #ffffff);
    color: var(--app-color-primary-active, #1c4e37);
}

[b-vxvmm5g0br] .dashboard-tile-shell__body {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

[b-vxvmm5g0br] .dashboard-tile--weather .dashboard-tile-shell__body {
    overflow: auto;
}

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

[b-vxvmm5g0br] .statistik-catalog-sortable-placeholder {
    min-height: 12rem;
    border: 1px dashed color-mix(in srgb, var(--app-color-primary, #2f7d57) 55%, var(--app-color-border, #d9e6db));
    border-radius: var(--app-radius-lg, 1.1rem);
    background: color-mix(in srgb, var(--app-color-primary-softer, #f4faf6) 72%, transparent);
    box-shadow: inset 0 0 0 0.15rem color-mix(in srgb, var(--app-color-primary, #2f7d57) 12%, transparent);
}

[b-vxvmm5g0br] .statistik-catalog-sortable-drag-clone {
    position: fixed;
    z-index: 3000;
    pointer-events: none;
    transform: rotate(0.4deg);
    opacity: 0.98;
}

[b-vxvmm5g0br] .dashboard-tile-layout .k-tilelayout {
    background: transparent;
}

[b-vxvmm5g0br] .dashboard-tile-layout .k-tilelayout-item {
    min-width: 0;
    border: 0;
    border-radius: var(--app-radius-lg, 1.1rem);
    background: transparent;
    box-shadow: 0 18px 48px var(--app-color-shadow, rgba(26, 47, 31, 0.08));
    overflow: hidden;
}

[b-vxvmm5g0br] .dashboard-tile-layout .k-tilelayout-item-header {
    min-height: 2.35rem;
    padding: 0.55rem 0.85rem;
    border-color: var(--app-color-border, #d9e6db);
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 90%, var(--app-color-primary, #2f7d57) 10%);
    color: var(--app-color-text, #1f2d25);
    cursor: grab;
    font-size: 0.84rem;
    font-weight: 750;
    user-select: none;
}

[b-vxvmm5g0br] .dashboard-tile-layout .k-tilelayout-item-header:active {
    cursor: grabbing;
}

[b-vxvmm5g0br] .dashboard-tile-layout .k-tilelayout-item-header .dashboard-tile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
    min-width: 0;
}

[b-vxvmm5g0br] .dashboard-tile-layout .k-tilelayout-item-header .dashboard-tile-header__title {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    min-width: 0;
}

[b-vxvmm5g0br] .dashboard-tile-layout .k-tilelayout-item-header .dashboard-tile-header__drag-icon {
    color: var(--app-color-text-subtle, #7b897e);
    font-size: 1rem;
    line-height: 1;
}

[b-vxvmm5g0br] .dashboard-tile-layout .k-tilelayout-item-header .dashboard-tile-header__title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-vxvmm5g0br] .dashboard-tile-layout .k-tilelayout-item-header .dashboard-tile-header__button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    border: 1px solid transparent;
    border-radius: 0.45rem;
    background: transparent;
    color: var(--app-color-text-subtle, #7b897e);
    cursor: pointer;
}

[b-vxvmm5g0br] .dashboard-tile-layout .k-tilelayout-item-header .dashboard-tile-header__button:hover,
[b-vxvmm5g0br] .dashboard-tile-layout .k-tilelayout-item-header .dashboard-tile-header__button:focus-visible {
    border-color: var(--app-color-border, #d9e6db);
    background: var(--app-color-surface, #ffffff);
    color: var(--app-color-danger, #b42318);
}

[b-vxvmm5g0br] .dashboard-tile-layout .k-tilelayout-item-body {
    min-height: 0;
    padding: 0;
    overflow: hidden;
}

[b-vxvmm5g0br] .dashboard-tile-layout .dashboard-tile--weather .k-tilelayout-item-body {
    overflow: auto;
}

.dashboard-card[b-vxvmm5g0br] {
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: var(--app-radius-lg, 1.1rem);
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 94%, transparent);
    box-shadow: 0 18px 48px var(--app-color-shadow, rgba(26, 47, 31, 0.08));
}

.dashboard-card--tile[b-vxvmm5g0br] {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    box-shadow: none;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dashboard-card--chart[b-vxvmm5g0br],
.dashboard-card--weather[b-vxvmm5g0br] {
    padding: 1rem;
}

.dashboard-card__header[b-vxvmm5g0br] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.dashboard-card__header--compact[b-vxvmm5g0br] {
    margin-bottom: 0.75rem;
}

.dashboard-card__title[b-vxvmm5g0br] {
    margin: 0;
    color: var(--app-color-text, #1f2d25);
    font-size: 1.2rem;
    font-weight: 750;
}

.dashboard-card__meta[b-vxvmm5g0br] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.25rem;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.86rem;
}

.dashboard-card__refreshing[b-vxvmm5g0br] {
    color: var(--app-color-primary, #2f7d57);
    font-weight: 650;
}

.dashboard-color-menu[b-vxvmm5g0br] {
    position: relative;
}

.dashboard-color-menu__summary[b-vxvmm5g0br] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    min-height: 1.45rem;
    padding: 0.08rem 0.55rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 999px;
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 92%, var(--app-color-primary, #2f7d57) 8%);
    color: var(--app-color-text-muted, #5f6f63);
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    list-style: none;
    user-select: none;
}

.dashboard-color-menu__summary[b-vxvmm5g0br]::marker,
.dashboard-color-menu__summary[b-vxvmm5g0br]::-webkit-details-marker {
    display: none;
    content: "";
}

.dashboard-color-menu[open] .dashboard-color-menu__summary[b-vxvmm5g0br] {
    border-color: var(--app-color-primary-border, #cfe4d5);
    background: var(--app-color-primary-softer, #f4faf6);
    color: var(--app-color-primary-active, #1c4e37);
}

.dashboard-color-menu__panel[b-vxvmm5g0br] {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 0;
    z-index: 20;
    display: grid;
    width: 15rem;
    gap: 0.5rem;
    padding: 0.65rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: var(--app-radius-md, 0.9rem);
    background: var(--app-color-surface, #ffffff);
    box-shadow: 0 14px 34px var(--app-color-shadow, rgba(26, 47, 31, 0.14));
}

.dashboard-color-option[b-vxvmm5g0br] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    color: var(--app-color-text, #1f2d25);
    font-size: 0.82rem;
    font-weight: 650;
}

.dashboard-color-option__input[b-vxvmm5g0br] {
    width: 2.25rem;
    height: 1.8rem;
    padding: 0.16rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 0.55rem;
    background: var(--app-color-surface-alt, #fbfdfb);
    cursor: pointer;
}

.dashboard-color-option__input:disabled[b-vxvmm5g0br] {
    cursor: not-allowed;
    opacity: 0.6;
}

.dashboard-color-option__input[b-vxvmm5g0br]::-webkit-color-swatch-wrapper {
    padding: 0;
}

.dashboard-color-option__input[b-vxvmm5g0br]::-webkit-color-swatch {
    border: 0;
    border-radius: 0.35rem;
}

.dashboard-color-option__input[b-vxvmm5g0br]::-moz-color-swatch {
    border: 0;
    border-radius: 0.35rem;
}

.dashboard-controls[b-vxvmm5g0br] {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: flex-end;
    gap: 0.65rem;
}

.dashboard-control[b-vxvmm5g0br] {
    display: grid;
    gap: 0.25rem;
    min-width: 118px;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.78rem;
    font-weight: 650;
}

.dashboard-control--interval[b-vxvmm5g0br] {
    min-width: 148px;
}

.dashboard-interval-input[b-vxvmm5g0br] {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: start;
    gap: 0.35rem;
}

.dashboard-interval-input > span[b-vxvmm5g0br] {
    color: var(--app-color-text-subtle, #7b897e);
    font-size: 0.78rem;
    font-weight: 600;
}

.dashboard-interval-field[b-vxvmm5g0br] {
    width: 5.25rem;
    text-align: right;
}

.dashboard-refresh[b-vxvmm5g0br] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 31px;
}

.dashboard-alert[b-vxvmm5g0br] {
    margin-bottom: 1rem;
}

.dashboard-summary-grid[b-vxvmm5g0br] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.dashboard-summary-card[b-vxvmm5g0br] {
    min-width: 0;
    border: 1px solid var(--app-color-border-strong, #bfd4c3);
    border-radius: var(--app-radius-md, 0.9rem);
    padding: 0.8rem 0.9rem;
    background: linear-gradient(180deg, var(--app-color-surface, #ffffff) 0%, var(--app-color-surface-alt, #fbfdfb) 100%);
}

.dashboard-summary-card__label[b-vxvmm5g0br] {
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.035em;
}

.dashboard-summary-card__value[b-vxvmm5g0br] {
    margin-top: 0.25rem;
    color: var(--app-color-text, #1f2d25);
    font-size: clamp(1.2rem, 2.5vw, 1.75rem);
    font-weight: 780;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.dashboard-summary-card__hint[b-vxvmm5g0br] {
    margin-top: 0.25rem;
    color: var(--app-color-text-subtle, #7b897e);
    font-size: 0.8rem;
}

.dashboard-summary-card--current[b-vxvmm5g0br] {
    border-color: var(--app-color-primary-border, #cfe4d5);
    background: linear-gradient(180deg, var(--app-color-primary-softer, #f4faf6) 0%, var(--app-color-surface, #ffffff) 100%);
}

.dashboard-summary-card--current .dashboard-summary-card__label[b-vxvmm5g0br],
.dashboard-summary-card--current .dashboard-summary-card__value[b-vxvmm5g0br] {
    color: var(--app-color-primary-active, #1c4e37);
}

.dashboard-chart-wrap[b-vxvmm5g0br] {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: var(--app-radius-md, 0.9rem);
    padding: 0.75rem;
    background: var(--app-color-surface, #ffffff);
}

.dashboard-chart-wrap--loading[b-vxvmm5g0br] {
    pointer-events: none;
}


.dashboard-initializing[b-vxvmm5g0br] {
    min-height: 18rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: var(--app-radius-lg, 1.1rem);
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 94%, transparent);
    color: var(--app-color-text-muted, #5f6f63);
    font-weight: 650;
    box-shadow: 0 18px 48px var(--app-color-shadow, rgba(26, 47, 31, 0.08));
}

.dashboard-loading[b-vxvmm5g0br],
.dashboard-weather-loading[b-vxvmm5g0br] {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 78%, transparent);
    color: var(--app-color-text, #1f2d25);
    font-weight: 650;
    backdrop-filter: blur(2px);
}

.dashboard-spinner[b-vxvmm5g0br] {
    width: 2rem;
    height: 2rem;
    border: 3px solid var(--app-color-primary-border, #cfe4d5);
    border-top-color: var(--app-color-primary, #2f7d57);
    border-radius: 50%;
    animation: dashboard-spin-b-vxvmm5g0br 0.8s linear infinite;
}

.dashboard-empty-state[b-vxvmm5g0br] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    color: var(--app-color-text-muted, #5f6f63);
    font-weight: 650;
    text-align: center;
}

.dashboard-empty-state--compact[b-vxvmm5g0br] {
    min-height: 10rem;
    padding: 1rem;
}

.dashboard-weather-body[b-vxvmm5g0br] {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding-right: 0.1rem;
}

.dashboard-weather-body--loading[b-vxvmm5g0br] {
    overflow: hidden;
}

.dashboard-weather-current[b-vxvmm5g0br] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.85rem;
    padding: 0.95rem;
    border: 1px solid var(--app-color-primary-border, #cfe4d5);
    border-radius: var(--app-radius-md, 0.9rem);
    background: linear-gradient(135deg, var(--app-color-primary-softer, #f4faf6) 0%, var(--app-color-surface, #ffffff) 100%);
}

.dashboard-weather-current__icon[b-vxvmm5g0br] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 1rem;
    background: color-mix(in srgb, var(--app-color-primary, #2f7d57) 12%, var(--app-color-surface, #ffffff));
    color: var(--app-color-primary-active, #1c4e37);
    font-size: 1.85rem;
}

.dashboard-weather-current__icon .dashboard-weather-icon--sun[b-vxvmm5g0br] {
    color: #f59e0b;
    text-shadow: 0 0 18px rgba(245, 158, 11, 0.24);
}

.dashboard-weather-current__icon .dashboard-weather-icon--rain[b-vxvmm5g0br] {
    color: #0284c7;
    text-shadow: 0 0 16px rgba(2, 132, 199, 0.2);
}

.dashboard-weather-current__icon .dashboard-weather-icon--cloud[b-vxvmm5g0br],
.dashboard-weather-current__icon .dashboard-weather-icon--fog[b-vxvmm5g0br] {
    color: #64748b;
}

.dashboard-weather-current__icon .dashboard-weather-icon--snow[b-vxvmm5g0br],
.dashboard-weather-current__icon .dashboard-weather-icon--sleet[b-vxvmm5g0br] {
    color: #38bdf8;
    text-shadow: 0 0 16px rgba(56, 189, 248, 0.22);
}

.dashboard-weather-current__icon .dashboard-weather-icon--thunderstorm[b-vxvmm5g0br] {
    color: #7c3aed;
    text-shadow: 0 0 16px rgba(124, 58, 237, 0.24);
}

.dashboard-weather-current__icon .dashboard-weather-icon--mixed[b-vxvmm5g0br] {
    color: #0f766e;
}

.dashboard-weather-symbol[b-vxvmm5g0br] {
    --weather-sun: #fbbf24;
    --weather-sun-deep: #f97316;
    --weather-cloud: #cbd5e1;
    --weather-cloud-edge: #64748b;
    --weather-rain: #0284c7;
    --weather-snow: #38bdf8;
    --weather-storm: #7c3aed;
    position: relative;
    display: inline-block;
    width: 2.35rem;
    height: 2.35rem;
    flex: 0 0 auto;
}

.dashboard-weather-current__icon .dashboard-weather-symbol[b-vxvmm5g0br] {
    width: 3.2rem;
    height: 3.2rem;
}

.dashboard-weather-day__values .dashboard-weather-symbol[b-vxvmm5g0br],
.dashboard-weather-hour .dashboard-weather-symbol[b-vxvmm5g0br] {
    width: 1.45rem;
    height: 1.45rem;
}

.dashboard-weather-symbol[b-vxvmm5g0br]::before,
.dashboard-weather-symbol[b-vxvmm5g0br]::after {
    position: absolute;
    content: "";
    display: block;
}

.dashboard-weather-symbol--sun[b-vxvmm5g0br]::before {
    inset: 19%;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #fde68a 0 20%, var(--weather-sun) 42%, var(--weather-sun-deep) 100%);
    box-shadow: 0 0 0.8rem rgba(251, 191, 36, 0.36);
}

.dashboard-weather-symbol--sun[b-vxvmm5g0br]::after {
    inset: 7%;
    border-radius: 50%;
    background: conic-gradient(from 0deg, transparent 0 8%, rgba(251, 191, 36, 0.82) 8% 13%, transparent 13% 25%, rgba(251, 191, 36, 0.82) 25% 30%, transparent 30% 42%, rgba(251, 191, 36, 0.82) 42% 47%, transparent 47% 58%, rgba(251, 191, 36, 0.82) 58% 63%, transparent 63% 75%, rgba(251, 191, 36, 0.82) 75% 80%, transparent 80% 92%, rgba(251, 191, 36, 0.82) 92% 97%, transparent 97%);
    -webkit-mask: radial-gradient(circle, transparent 0 45%, #000 47%);
    mask: radial-gradient(circle, transparent 0 45%, #000 47%);
}

.dashboard-weather-symbol--cloud[b-vxvmm5g0br]::before,
.dashboard-weather-symbol--rain[b-vxvmm5g0br]::before,
.dashboard-weather-symbol--snow[b-vxvmm5g0br]::before,
.dashboard-weather-symbol--sleet[b-vxvmm5g0br]::before,
.dashboard-weather-symbol--thunderstorm[b-vxvmm5g0br]::before,
.dashboard-weather-symbol--fog[b-vxvmm5g0br]::before,
.dashboard-weather-symbol--mixed[b-vxvmm5g0br]::before {
    left: 13%;
    right: 8%;
    bottom: 28%;
    height: 38%;
    border-radius: 999px;
    background:
        radial-gradient(circle at 32% 18%, var(--weather-cloud) 0 31%, transparent 32%),
        radial-gradient(circle at 58% 3%, #e2e8f0 0 37%, transparent 38%),
        linear-gradient(180deg, #e2e8f0 0%, var(--weather-cloud) 100%);
    border: 1px solid rgba(100, 116, 139, 0.32);
    box-shadow: inset 0 0.18rem 0 rgba(255, 255, 255, 0.58), 0 0.12rem 0.18rem rgba(15, 23, 42, 0.12);
}

.dashboard-weather-symbol--rain[b-vxvmm5g0br]::after,
.dashboard-weather-symbol--sleet[b-vxvmm5g0br]::after {
    left: 31%;
    top: 62%;
    width: 0.34rem;
    height: 0.78rem;
    border-radius: 50% 50% 55% 55%;
    background: var(--weather-rain);
    box-shadow: 0.62rem 0.12rem 0 -0.02rem var(--weather-rain);
    transform: rotate(18deg);
}

.dashboard-weather-symbol--snow[b-vxvmm5g0br]::after {
    left: 25%;
    top: 65%;
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    background: var(--weather-snow);
    box-shadow: 0.62rem -0.02rem 0 var(--weather-snow), 1.18rem 0.1rem 0 var(--weather-snow);
}

.dashboard-weather-symbol--thunderstorm[b-vxvmm5g0br]::after {
    left: 42%;
    top: 54%;
    width: 0.74rem;
    height: 1.05rem;
    background: var(--weather-storm);
    clip-path: polygon(42% 0, 100% 0, 62% 42%, 100% 42%, 28% 100%, 44% 55%, 0 55%);
    filter: drop-shadow(0 0.16rem 0.12rem rgba(124, 58, 237, 0.28));
}

.dashboard-weather-symbol--fog[b-vxvmm5g0br]::after {
    left: 12%;
    right: 8%;
    top: 68%;
    height: 0.5rem;
    border-top: 0.12rem solid #94a3b8;
    border-bottom: 0.12rem solid #94a3b8;
    opacity: 0.82;
}

.dashboard-weather-symbol--mixed[b-vxvmm5g0br]::after {
    left: 6%;
    top: 7%;
    width: 43%;
    height: 43%;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #fde68a 0 20%, var(--weather-sun) 42%, var(--weather-sun-deep) 100%);
    box-shadow: 0 0 0.55rem rgba(251, 191, 36, 0.28);
    z-index: -1;
}

.dashboard-weather-current__temperature[b-vxvmm5g0br] {
    color: var(--app-color-text, #1f2d25);
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    font-weight: 800;
    line-height: 1.05;
}

.dashboard-weather-current__condition[b-vxvmm5g0br] {
    margin-top: 0.2rem;
    color: var(--app-color-text, #1f2d25);
    font-size: 0.95rem;
    font-weight: 700;
}

.dashboard-weather-current__time[b-vxvmm5g0br] {
    margin-top: 0.1rem;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.82rem;
}

.dashboard-weather-metrics[b-vxvmm5g0br] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 0.75rem;
}

.dashboard-weather-metric[b-vxvmm5g0br] {
    min-width: 0;
    padding: 0.65rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 0.75rem;
    background: var(--app-color-surface-alt, #fbfdfb);
}

.dashboard-weather-metric span[b-vxvmm5g0br] {
    display: block;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.035em;
}

.dashboard-weather-metric strong[b-vxvmm5g0br] {
    display: block;
    margin-top: 0.2rem;
    color: var(--app-color-text, #1f2d25);
    font-size: 0.94rem;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.dashboard-weather-section-title[b-vxvmm5g0br] {
    margin: 0.95rem 0 0.45rem;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.dashboard-weather-day-list[b-vxvmm5g0br] {
    display: grid;
    gap: 0.45rem;
}

.dashboard-weather-day[b-vxvmm5g0br] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.7rem;
    padding: 0.65rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 0.75rem;
    background: var(--app-color-surface, #ffffff);
}

.dashboard-weather-day__date[b-vxvmm5g0br] {
    color: var(--app-color-text, #1f2d25);
    font-weight: 750;
}

.dashboard-weather-day__condition[b-vxvmm5g0br] {
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.78rem;
}

.dashboard-weather-day__values[b-vxvmm5g0br] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--app-color-primary-active, #1c4e37);
    font-weight: 800;
    white-space: nowrap;
}

.dashboard-weather-day__values i[b-vxvmm5g0br],
.dashboard-weather-hour i[b-vxvmm5g0br] {
    font-size: 1.15rem;
}

.dashboard-weather-hourly-strip[b-vxvmm5g0br] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(4.75rem, 1fr);
    gap: 0.45rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.dashboard-weather-hour[b-vxvmm5g0br] {
    min-width: 0;
    display: grid;
    place-items: center;
    gap: 0.15rem;
    padding: 0.55rem 0.45rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 0.75rem;
    background: var(--app-color-surface-alt, #fbfdfb);
    color: var(--app-color-text, #1f2d25);
}

.dashboard-weather-hour i[b-vxvmm5g0br] {
    font-size: 1.2rem;
}

.dashboard-weather-icon--sun[b-vxvmm5g0br] {
    color: #f59e0b;
}

.dashboard-weather-icon--rain[b-vxvmm5g0br] {
    color: #0284c7;
}

.dashboard-weather-icon--cloud[b-vxvmm5g0br],
.dashboard-weather-icon--fog[b-vxvmm5g0br] {
    color: #64748b;
}

.dashboard-weather-icon--snow[b-vxvmm5g0br],
.dashboard-weather-icon--sleet[b-vxvmm5g0br] {
    color: #38bdf8;
}

.dashboard-weather-icon--thunderstorm[b-vxvmm5g0br] {
    color: #7c3aed;
}

.dashboard-weather-icon--mixed[b-vxvmm5g0br] {
    color: #0f766e;
}

.dashboard-weather-hour__time[b-vxvmm5g0br],
.dashboard-weather-hour__rain[b-vxvmm5g0br] {
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.72rem;
    font-weight: 700;
}

.dashboard-weather-hour__temperature[b-vxvmm5g0br] {
    font-size: 0.86rem;
    font-weight: 800;
    white-space: nowrap;
}

.dashboard-weather-source[b-vxvmm5g0br] {
    margin-top: 0.9rem;
    color: var(--app-color-text-subtle, #7b897e);
    font-size: 0.74rem;
    line-height: 1.35;
}

.dashboard-card--weather-modern[b-vxvmm5g0br] {
    background:
        radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--app-color-primary, #2f7d57) 24%, transparent), transparent 9rem),
        radial-gradient(circle at 10% 4%, rgba(255, 196, 0, 0.14), transparent 7rem),
        linear-gradient(160deg, color-mix(in srgb, var(--app-color-surface, #ffffff) 86%, var(--app-color-primary, #2f7d57) 14%) 0%, var(--app-color-surface, #ffffff) 58%, var(--app-color-surface-alt, #fbfdfb) 100%);
}

.dashboard-card--weather-modern .dashboard-weather-current[b-vxvmm5g0br] {
    grid-template-columns: auto minmax(0, 1fr);
    border: 0;
    background: transparent;
    padding: 0.4rem 0 0.9rem;
    border-bottom: 2px solid color-mix(in srgb, var(--app-color-primary, #2f7d57) 18%, transparent);
    border-radius: 0;
}

.dashboard-card--weather-modern .dashboard-weather-current__icon[b-vxvmm5g0br] {
    width: 4rem;
    height: 4rem;
    border-radius: 1.2rem;
    background: color-mix(in srgb, var(--app-color-primary, #2f7d57) 13%, var(--app-color-surface, #ffffff));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
    font-size: 2.2rem;
}

.dashboard-card--weather-modern .dashboard-weather-current__temperature[b-vxvmm5g0br] {
    font-size: clamp(2rem, 5vw, 3.1rem);
    letter-spacing: 0;
}

.dashboard-card--weather-modern .dashboard-weather-metrics[b-vxvmm5g0br] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 2px solid color-mix(in srgb, #ffc400 76%, var(--app-color-primary, #2f7d57) 24%);
    padding-bottom: 0.7rem;
}

.dashboard-card--weather-modern .dashboard-weather-metric[b-vxvmm5g0br] {
    border: 0;
    border-radius: 0;
    padding: 0.1rem 0.35rem;
    background: transparent;
}

.dashboard-card--weather-modern .dashboard-weather-day-list[b-vxvmm5g0br] {
    grid-template-columns: repeat(auto-fit, minmax(4.6rem, 1fr));
}

.dashboard-card--weather-modern .dashboard-weather-day[b-vxvmm5g0br] {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 0.2rem;
    min-height: 5.7rem;
    border: 0;
    border-radius: 0.9rem;
    background: color-mix(in srgb, var(--app-color-surface-alt, #fbfdfb) 82%, transparent);
}

.dashboard-card--weather-modern .dashboard-weather-day__values[b-vxvmm5g0br] {
    color: var(--app-color-text, #1f2d25);
}

.dashboard-card--weather-sky[b-vxvmm5g0br] {
    border-color: color-mix(in srgb, #38bdf8 36%, var(--app-color-border, #d9e6db));
    background:
        radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.9), transparent 8rem),
        linear-gradient(145deg, #e0f2fe 0%, #f0f9ff 42%, #ffffff 100%);
}

.dashboard-card--weather-sky .dashboard-weather-current[b-vxvmm5g0br] {
    border: 0;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.14), rgba(255, 255, 255, 0.72));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.dashboard-card--weather-sky .dashboard-weather-current__icon[b-vxvmm5g0br] {
    background: linear-gradient(145deg, #dbeafe 0%, #bae6fd 100%);
    color: #0369a1;
}

.dashboard-card--weather-sky .dashboard-weather-metric[b-vxvmm5g0br],
.dashboard-card--weather-sky .dashboard-weather-day[b-vxvmm5g0br],
.dashboard-card--weather-sky .dashboard-weather-hour[b-vxvmm5g0br] {
    border-color: rgba(14, 165, 233, 0.2);
    background: rgba(255, 255, 255, 0.68);
}

.dashboard-card--weather-sunset[b-vxvmm5g0br] {
    border-color: rgba(251, 146, 60, 0.32);
    background:
        radial-gradient(circle at 88% 2%, rgba(251, 191, 36, 0.45), transparent 9rem),
        linear-gradient(145deg, #fff7ed 0%, #ffedd5 42%, #ffffff 100%);
}

.dashboard-card--weather-sunset .dashboard-weather-current[b-vxvmm5g0br] {
    border: 0;
    background: linear-gradient(135deg, rgba(251, 146, 60, 0.22), rgba(255, 255, 255, 0.7));
}

.dashboard-card--weather-sunset .dashboard-weather-current__icon[b-vxvmm5g0br] {
    background: linear-gradient(145deg, #fed7aa 0%, #fde68a 100%);
    color: #c2410c;
}

.dashboard-card--weather-sunset .dashboard-weather-metrics[b-vxvmm5g0br] {
    border-bottom: 2px solid rgba(249, 115, 22, 0.42);
    padding-bottom: 0.7rem;
}

.dashboard-card--weather-sunset .dashboard-weather-metric[b-vxvmm5g0br],
.dashboard-card--weather-sunset .dashboard-weather-day[b-vxvmm5g0br],
.dashboard-card--weather-sunset .dashboard-weather-hour[b-vxvmm5g0br] {
    border-color: rgba(251, 146, 60, 0.22);
    background: rgba(255, 255, 255, 0.62);
}

.dashboard-card--weather-aurora[b-vxvmm5g0br] {
    border-color: rgba(20, 184, 166, 0.34);
    background:
        radial-gradient(circle at 8% 8%, rgba(20, 184, 166, 0.24), transparent 9rem),
        radial-gradient(circle at 96% 4%, rgba(168, 85, 247, 0.18), transparent 9rem),
        linear-gradient(145deg, #ecfdf5 0%, #f5f3ff 54%, #ffffff 100%);
}

.dashboard-card--weather-aurora .dashboard-weather-current[b-vxvmm5g0br] {
    border: 0;
    background: linear-gradient(135deg, rgba(20, 184, 166, 0.18), rgba(168, 85, 247, 0.1));
}

.dashboard-card--weather-aurora .dashboard-weather-current__icon[b-vxvmm5g0br] {
    background: linear-gradient(145deg, #ccfbf1 0%, #ddd6fe 100%);
    color: #0f766e;
}

.dashboard-card--weather-aurora .dashboard-weather-metric[b-vxvmm5g0br],
.dashboard-card--weather-aurora .dashboard-weather-day[b-vxvmm5g0br],
.dashboard-card--weather-aurora .dashboard-weather-hour[b-vxvmm5g0br] {
    border-color: rgba(20, 184, 166, 0.22);
    background: rgba(255, 255, 255, 0.64);
}

.dashboard-card--weather-ocean[b-vxvmm5g0br] {
    border-color: rgba(6, 95, 70, 0.28);
    background:
        radial-gradient(circle at 88% 10%, rgba(34, 211, 238, 0.23), transparent 9rem),
        linear-gradient(145deg, #ecfeff 0%, #e0f2fe 44%, #ffffff 100%);
}

.dashboard-card--weather-ocean .dashboard-weather-current[b-vxvmm5g0br] {
    border: 0;
    background: linear-gradient(135deg, rgba(6, 182, 212, 0.18), rgba(16, 185, 129, 0.11));
}

.dashboard-card--weather-ocean .dashboard-weather-current__icon[b-vxvmm5g0br] {
    background: linear-gradient(145deg, #cffafe 0%, #a7f3d0 100%);
    color: #0f766e;
}

.dashboard-card--weather-ocean .dashboard-weather-metric[b-vxvmm5g0br],
.dashboard-card--weather-ocean .dashboard-weather-day[b-vxvmm5g0br],
.dashboard-card--weather-ocean .dashboard-weather-hour[b-vxvmm5g0br] {
    border-color: rgba(6, 182, 212, 0.2);
    background: rgba(255, 255, 255, 0.66);
}

.dashboard-card--weather-forecast[b-vxvmm5g0br] {
    background: linear-gradient(180deg, var(--app-color-surface, #ffffff) 0%, color-mix(in srgb, var(--app-color-surface-alt, #fbfdfb) 86%, #eef3ff 14%) 100%);
}

.dashboard-card--weather-forecast .dashboard-weather-current[b-vxvmm5g0br] {
    grid-template-columns: minmax(0, 1fr) auto;
    direction: rtl;
    border: 0;
    background: transparent;
    border-bottom: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 0;
}

.dashboard-card--weather-forecast .dashboard-weather-current > *[b-vxvmm5g0br] {
    direction: ltr;
}

.dashboard-card--weather-forecast .dashboard-weather-current__icon[b-vxvmm5g0br] {
    width: 5rem;
    height: 5rem;
    background: transparent;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 3.1rem;
}

.dashboard-card--weather-forecast .dashboard-weather-current__temperature[b-vxvmm5g0br] {
    font-size: clamp(2.3rem, 5vw, 3.4rem);
    font-weight: 650;
}

.dashboard-card--weather-forecast .dashboard-weather-hourly-strip[b-vxvmm5g0br] {
    position: relative;
    margin-top: 0.8rem;
    padding-top: 0.65rem;
    border-top: 3px solid color-mix(in srgb, #ffc400 82%, var(--app-color-primary, #2f7d57) 18%);
}

.dashboard-card--weather-forecast .dashboard-weather-day[b-vxvmm5g0br] {
    border: 0;
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 92%, #eef3ff 8%);
}

.dashboard-card--weather-glass[b-vxvmm5g0br] {
    border-color: color-mix(in srgb, var(--app-color-primary-border, #cfe4d5) 58%, transparent);
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--app-color-primary, #2f7d57) 18%, transparent), transparent 42%),
        color-mix(in srgb, var(--app-color-surface, #ffffff) 78%, transparent);
    backdrop-filter: blur(10px);
}

.dashboard-card--weather-glass .dashboard-weather-current[b-vxvmm5g0br],
.dashboard-card--weather-glass .dashboard-weather-metric[b-vxvmm5g0br],
.dashboard-card--weather-glass .dashboard-weather-day[b-vxvmm5g0br],
.dashboard-card--weather-glass .dashboard-weather-hour[b-vxvmm5g0br] {
    border-color: color-mix(in srgb, var(--app-color-surface, #ffffff) 50%, var(--app-color-primary-border, #cfe4d5));
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 62%, transparent);
    box-shadow: inset 0 1px 0 color-mix(in srgb, var(--app-color-surface, #ffffff) 70%, transparent);
}

.dashboard-card--weather-glass .dashboard-weather-current__icon[b-vxvmm5g0br] {
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 52%, var(--app-color-primary, #2f7d57) 18%);
}

.dashboard-card--weather-compact[b-vxvmm5g0br] {
    padding: 0.75rem;
}

.dashboard-card--weather-compact .dashboard-card__header[b-vxvmm5g0br] {
    margin-bottom: 0.5rem;
}

.dashboard-card--weather-compact .dashboard-weather-current[b-vxvmm5g0br] {
    padding: 0.65rem;
}

.dashboard-card--weather-compact .dashboard-weather-current__icon[b-vxvmm5g0br] {
    width: 2.75rem;
    height: 2.75rem;
    font-size: 1.55rem;
}

.dashboard-card--weather-compact .dashboard-weather-current__temperature[b-vxvmm5g0br] {
    font-size: 1.45rem;
}

.dashboard-card--weather-compact .dashboard-weather-metrics[b-vxvmm5g0br] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem;
}

.dashboard-card--weather-compact .dashboard-weather-metric[b-vxvmm5g0br] {
    padding: 0.45rem;
}

.dashboard-card--weather-compact .dashboard-weather-day-list[b-vxvmm5g0br] {
    grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
}

.dashboard-card--weather-compact .dashboard-weather-hourly-strip[b-vxvmm5g0br] {
    grid-auto-columns: minmax(4.25rem, 1fr);
}

.dashboard-card--weather-classic[b-vxvmm5g0br] {
    background: var(--app-color-surface, #ffffff);
}

.dashboard-card--weather-classic .dashboard-weather-current[b-vxvmm5g0br],
.dashboard-card--weather-classic .dashboard-weather-metric[b-vxvmm5g0br],
.dashboard-card--weather-classic .dashboard-weather-day[b-vxvmm5g0br],
.dashboard-card--weather-classic .dashboard-weather-hour[b-vxvmm5g0br] {
    border-radius: 0;
    box-shadow: none;
}

.dashboard-card--weather-classic .dashboard-weather-current[b-vxvmm5g0br] {
    border-left: 0;
    border-right: 0;
    background: var(--app-color-surface-alt, #fbfdfb);
}

@keyframes dashboard-spin-b-vxvmm5g0br {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {
    [b-vxvmm5g0br] .dashboard-tile-layout {
        padding-bottom: 0.5rem;
    }
}

@media (max-width: 992px) {
    .dashboard-card__header[b-vxvmm5g0br],
    .dashboard-hero[b-vxvmm5g0br] {
        flex-direction: column;
        align-items: stretch;
    }

    .dashboard-controls[b-vxvmm5g0br] {
        justify-content: flex-start;
    }

    .dashboard-logo-wrap[b-vxvmm5g0br] {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .dashboard-page[b-vxvmm5g0br] {
        padding: 0.75rem;
    }

    [b-vxvmm5g0br] .dashboard-tile-grid__item {
        grid-column: 1 / -1 !important;
    }

    [b-vxvmm5g0br] .dashboard-tile-header {
        flex-wrap: wrap;
    }

    [b-vxvmm5g0br] .dashboard-tile-header__layout {
        width: 100%;
        flex-wrap: wrap;
    }

    .dashboard-summary-grid[b-vxvmm5g0br],
    .dashboard-weather-metrics[b-vxvmm5g0br] {
        grid-template-columns: 1fr;
    }

    .dashboard-card--weather-modern .dashboard-weather-metrics[b-vxvmm5g0br],
    .dashboard-card--weather-compact .dashboard-weather-metrics[b-vxvmm5g0br] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dashboard-control[b-vxvmm5g0br],
    .dashboard-control--interval[b-vxvmm5g0br] {
        min-width: 100%;
    }

    .dashboard-refresh[b-vxvmm5g0br] {
        width: 100%;
        justify-content: center;
    }

    .dashboard-color-menu__panel[b-vxvmm5g0br] {
        width: min(15rem, calc(100vw - 2rem));
    }
}

.dashboard-hero-side[b-vxvmm5g0br] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.25rem;
    min-width: min(34rem, 100%);
}

.dashboard-hero-actions[b-vxvmm5g0br] {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
}

.dashboard-tile-catalog[b-vxvmm5g0br] {
    position: relative;
}

.dashboard-tile-catalog__panel[b-vxvmm5g0br] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    z-index: 30;
    display: grid;
    width: min(21rem, calc(100vw - 2rem));
    gap: 0.35rem;
    padding: 0.55rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: var(--app-radius-md, 0.9rem);
    background: var(--app-color-surface, #ffffff);
    box-shadow: 0 16px 38px var(--app-color-shadow, rgba(26, 47, 31, 0.16));
}

.dashboard-tile-catalog__item[b-vxvmm5g0br] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 0.65rem;
    width: 100%;
    padding: 0.65rem;
    border: 1px solid transparent;
    border-radius: 0.7rem;
    background: transparent;
    color: var(--app-color-text, #1f2d25);
    text-align: left;
    cursor: pointer;
}

.dashboard-tile-catalog__item:hover[b-vxvmm5g0br],
.dashboard-tile-catalog__item:focus-visible[b-vxvmm5g0br] {
    border-color: var(--app-color-primary-border, #cfe4d5);
    background: var(--app-color-primary-softer, #f4faf6);
}

.dashboard-tile-catalog__item:disabled[b-vxvmm5g0br] {
    cursor: not-allowed;
    opacity: 0.58;
}

.dashboard-tile-catalog__item:disabled:hover[b-vxvmm5g0br] {
    border-color: transparent;
    background: transparent;
}

.dashboard-tile-catalog__icon[b-vxvmm5g0br] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.6rem;
    background: color-mix(in srgb, var(--app-color-primary, #2f7d57) 12%, var(--app-color-surface, #ffffff));
    color: var(--app-color-primary-active, #1c4e37);
    font-size: 1rem;
}

.dashboard-tile-catalog__text[b-vxvmm5g0br] {
    display: grid;
    gap: 0.1rem;
    min-width: 0;
}

.dashboard-tile-catalog__text span[b-vxvmm5g0br] {
    color: var(--app-color-text, #1f2d25);
    font-size: 0.88rem;
    font-weight: 750;
}

.dashboard-tile-catalog__text small[b-vxvmm5g0br] {
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.76rem;
    line-height: 1.25;
}

.dashboard-hero-action[b-vxvmm5g0br],
.dashboard-weather-action[b-vxvmm5g0br] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    white-space: nowrap;
}

.dashboard-weather-header[b-vxvmm5g0br] {
    position: relative;
}

.dashboard-weather-actions[b-vxvmm5g0br] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0.4rem;
}

.dashboard-weather-style-select[b-vxvmm5g0br] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 12rem;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.76rem;
    font-weight: 750;
}

.dashboard-weather-style-select .form-select[b-vxvmm5g0br] {
    width: 8.25rem;
    min-height: 1.85rem;
    padding-top: 0.18rem;
    padding-bottom: 0.18rem;
    font-size: 0.78rem;
    font-weight: 650;
}


.dashboard-weather-action[b-vxvmm5g0br] {
    min-height: 1.85rem;
    padding: 0.18rem 0.55rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 999px;
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 92%, var(--app-color-primary, #2f7d57) 8%);
    color: var(--app-color-text-muted, #5f6f63);
    cursor: pointer;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1;
    user-select: none;
}

.dashboard-weather-action--active[b-vxvmm5g0br] {
    border-color: var(--app-color-primary-border, #cfe4d5);
    background: var(--app-color-primary-softer, #f4faf6);
    color: var(--app-color-primary-active, #1c4e37);
}

.dashboard-weather-settings-panel[b-vxvmm5g0br] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    margin: -0.25rem 0 0.75rem;
    padding: 0.75rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: var(--app-radius-md, 0.9rem);
    background: color-mix(in srgb, var(--app-color-surface-alt, #fbfdfb) 92%, var(--app-color-primary, #2f7d57) 8%);
    box-shadow: inset 0 1px 0 color-mix(in srgb, var(--app-color-surface, #ffffff) 85%, transparent);
    position: relative;
    z-index: 2;
}

.dashboard-weather-setting[b-vxvmm5g0br] {
    display: grid;
    gap: 0.25rem;
    min-width: 0;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.76rem;
    font-weight: 700;
}


.dashboard-weather-location-search[b-vxvmm5g0br] {
    position: relative;
}

.dashboard-weather-location-search__input-wrap[b-vxvmm5g0br] {
    position: relative;
}

.dashboard-weather-location-search__input-wrap .form-control[b-vxvmm5g0br] {
    padding-right: 4.25rem;
}

.dashboard-weather-location-search__loading[b-vxvmm5g0br] {
    position: absolute;
    top: 50%;
    right: 0.55rem;
    transform: translateY(-50%);
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.72rem;
    font-weight: 700;
    pointer-events: none;
}

.dashboard-weather-location-search__hint[b-vxvmm5g0br] {
    color: var(--app-color-text-subtle, #7b897e);
    font-size: 0.72rem;
    font-weight: 600;
}

.dashboard-weather-location-search__results[b-vxvmm5g0br] {
    display: grid;
    gap: 0.25rem;
    max-height: 15rem;
    overflow: auto;
    padding: 0.35rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 0.75rem;
    background: var(--app-color-surface, #ffffff);
    box-shadow: 0 14px 36px var(--app-color-shadow, rgba(26, 47, 31, 0.12));
}

.dashboard-weather-location-search__result[b-vxvmm5g0br] {
    display: grid;
    gap: 0.12rem;
    width: 100%;
    border: 0;
    border-radius: 0.55rem;
    padding: 0.45rem 0.55rem;
    background: transparent;
    color: var(--app-color-text, #1f2d25);
    text-align: left;
    cursor: pointer;
}

.dashboard-weather-location-search__result:hover[b-vxvmm5g0br],
.dashboard-weather-location-search__result:focus-visible[b-vxvmm5g0br] {
    outline: none;
    background: var(--app-color-primary-softer, #f4faf6);
}

.dashboard-weather-location-search__result-main[b-vxvmm5g0br] {
    color: var(--app-color-text, #1f2d25);
    font-size: 0.82rem;
    font-weight: 760;
}

.dashboard-weather-location-search__result-sub[b-vxvmm5g0br] {
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.72rem;
    font-weight: 600;
}

.dashboard-weather-advanced-setting[b-vxvmm5g0br] {
    display: block;
    padding: 0.45rem 0.55rem;
    border: 1px dashed var(--app-color-border, #d9e6db);
    border-radius: 0.75rem;
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 82%, var(--app-color-primary, #2f7d57) 4%);
}

.dashboard-weather-advanced-setting summary[b-vxvmm5g0br] {
    color: var(--app-color-primary-active, #1c4e37);
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 760;
}

.dashboard-weather-advanced-grid[b-vxvmm5g0br] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    padding-top: 0.55rem;
}

.dashboard-weather-setting--wide[b-vxvmm5g0br],
.dashboard-weather-setting-checks[b-vxvmm5g0br],
.dashboard-weather-settings__actions[b-vxvmm5g0br] {
    grid-column: 1 / -1;
}

.dashboard-weather-setting-checks[b-vxvmm5g0br] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem 0.75rem;
    padding: 0.55rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 0.75rem;
    background: var(--app-color-surface-alt, #fbfdfb);
}

.dashboard-weather-setting-checks label[b-vxvmm5g0br] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
    color: var(--app-color-text, #1f2d25);
    font-size: 0.8rem;
    font-weight: 650;
}

.dashboard-weather-settings__actions[b-vxvmm5g0br] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.45rem;
    padding-top: 0.15rem;
}

@media (max-width: 992px) {
    .dashboard-hero-side[b-vxvmm5g0br] {
        align-items: flex-start;
        justify-content: flex-start;
        min-width: 0;
        width: 100%;
    }

    .dashboard-hero-actions[b-vxvmm5g0br] {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .dashboard-hero-side[b-vxvmm5g0br] {
        flex-direction: column-reverse;
        gap: 0.75rem;
    }

    .dashboard-hero-action[b-vxvmm5g0br] {
        width: 100%;
    }

    .dashboard-weather-header[b-vxvmm5g0br] {
        flex-direction: column;
        align-items: stretch;
    }

    .dashboard-weather-actions[b-vxvmm5g0br] {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .dashboard-weather-style-select[b-vxvmm5g0br] {
        flex: 1 1 10rem;
    }

    .dashboard-weather-style-select .form-select[b-vxvmm5g0br] {
        width: 100%;
    }

    .dashboard-weather-settings-panel[b-vxvmm5g0br],
    .dashboard-weather-advanced-grid[b-vxvmm5g0br] {
        grid-template-columns: 1fr;
    }

    .dashboard-weather-setting-checks[b-vxvmm5g0br] {
        grid-template-columns: 1fr;
    }

    .dashboard-weather-settings__actions[b-vxvmm5g0br] {
        justify-content: stretch;
    }

    .dashboard-weather-settings__actions .btn[b-vxvmm5g0br] {
        flex: 1 1 100%;
    }
}
/* /Components/Pages/Common/Statistik/Dashboard/DashboardWeatherTile.razor.rz.scp.css */
.dashboard-card--weather[b-jan5oz5wwc] {
    container-type: inline-size;
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 0.95rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: var(--app-radius-lg, 1.1rem);
    border-bottom-left-radius: var(--app-radius-lg, 1.1rem);
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 94%, transparent);
    box-shadow: none;
    overflow: hidden;
}

.dashboard-card--weather-modern[b-jan5oz5wwc] {
    background:
        radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--app-color-primary, #2f7d57) 20%, transparent), transparent 8.5rem),
        radial-gradient(circle at 10% 4%, rgba(255, 196, 0, 0.12), transparent 6.5rem),
        linear-gradient(160deg, color-mix(in srgb, var(--app-color-surface, #ffffff) 86%, var(--app-color-primary, #2f7d57) 14%) 0%, var(--app-color-surface, #ffffff) 58%, var(--app-color-surface-alt, #fbfdfb) 100%);
}

.dashboard-card__header[b-jan5oz5wwc] {
    display: grid;
    gap: 0.55rem;
    margin-bottom: 0.7rem;
}

.dashboard-card__header--compact[b-jan5oz5wwc] {
    margin-bottom: 0.65rem;
}

.dashboard-card__title[b-jan5oz5wwc] {
    margin: 0;
    color: var(--app-color-text, #1f2d25);
    font-size: clamp(1.18rem, 2.2vw, 1.45rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.01em;
}

.dashboard-card__meta[b-jan5oz5wwc] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.18rem 0.55rem;
    margin-top: 0.24rem;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.82rem;
    line-height: 1.25;
}

.dashboard-weather-header[b-jan5oz5wwc] {
    position: relative;
    align-items: start;
}

.dashboard-weather-header__summary[b-jan5oz5wwc] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.dashboard-weather-location-block[b-jan5oz5wwc] {
    min-width: 0;
}

.dashboard-weather-location-meta span[b-jan5oz5wwc] {
    min-width: 0;
    overflow-wrap: anywhere;
}

.dashboard-weather-current-summary[b-jan5oz5wwc] {
    justify-self: end;
    display: inline-grid;
    grid-template-columns: auto minmax(0, max-content);
    align-items: center;
    gap: 0.65rem;
    max-width: 100%;
    padding: 0.38rem 0.72rem 0.38rem 0.45rem;
    border: 1px solid color-mix(in srgb, var(--app-color-primary-border, #cfe4d5) 72%, transparent);
    border-radius: 1rem;
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 86%, var(--app-color-primary, #2f7d57) 7%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.dashboard-weather-current-summary__icon[b-jan5oz5wwc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.35rem;
    height: 3.35rem;
    flex: 0 0 auto;
    border-radius: 0.95rem;
    background: color-mix(in srgb, var(--app-color-primary, #2f7d57) 11%, var(--app-color-surface, #ffffff));
}

.dashboard-weather-current-summary__icon .dashboard-weather-symbol[b-jan5oz5wwc] {
    width: 2.65rem;
    height: 2.65rem;
}

.dashboard-weather-current-summary__values[b-jan5oz5wwc] {
    display: grid;
    min-width: 0;
    gap: 0.04rem;
}

.dashboard-weather-current-summary__temperature[b-jan5oz5wwc] {
    color: var(--app-color-text, #1f2d25);
    font-size: clamp(1.8rem, 3vw, 2.1rem);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.025em;
    white-space: nowrap;
}

.dashboard-weather-current-summary__condition[b-jan5oz5wwc] {
    color: var(--app-color-text, #1f2d25);
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1.12;
    white-space: nowrap;
}

.dashboard-weather-current-summary__time[b-jan5oz5wwc] {
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.74rem;
    font-weight: 650;
    line-height: 1.12;
    white-space: nowrap;
}

.dashboard-weather-actions[b-jan5oz5wwc] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    gap: 0.45rem;
    min-width: 0;
}

.dashboard-weather-style-select[b-jan5oz5wwc] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 12rem;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.76rem;
    font-weight: 750;
}

.dashboard-weather-style-select .form-select[b-jan5oz5wwc] {
    width: 8.25rem;
    min-height: 1.85rem;
    padding-top: 0.18rem;
    padding-bottom: 0.18rem;
    font-size: 0.78rem;
    font-weight: 650;
}

.dashboard-weather-action[b-jan5oz5wwc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 1.85rem;
    padding: 0.18rem 0.55rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 999px;
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 92%, var(--app-color-primary, #2f7d57) 8%);
    color: var(--app-color-text-muted, #5f6f63);
    cursor: pointer;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1;
    user-select: none;
    white-space: nowrap;
}

.dashboard-weather-action:hover[b-jan5oz5wwc],
.dashboard-weather-action:focus-visible[b-jan5oz5wwc],
.dashboard-weather-action--active[b-jan5oz5wwc] {
    border-color: var(--app-color-primary-border, #cfe4d5);
    background: var(--app-color-primary-softer, #f4faf6);
    color: var(--app-color-primary-active, #1c4e37);
}

.dashboard-weather-body[b-jan5oz5wwc] {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding: 0.05rem 0.1rem 0 0;
}

.dashboard-weather-body--loading[b-jan5oz5wwc] {
    overflow: hidden;
}

.dashboard-weather-loading[b-jan5oz5wwc] {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 78%, transparent);
    color: var(--app-color-text, #1f2d25);
    font-weight: 650;
    backdrop-filter: blur(2px);
}

.dashboard-spinner[b-jan5oz5wwc] {
    width: 2rem;
    height: 2rem;
    border: 3px solid var(--app-color-primary-border, #cfe4d5);
    border-top-color: var(--app-color-primary, #2f7d57);
    border-radius: 50%;
    animation: dashboard-spin-b-jan5oz5wwc 0.8s linear infinite;
}

.dashboard-alert[b-jan5oz5wwc] {
    margin: 0;
}

.dashboard-empty-state[b-jan5oz5wwc] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    color: var(--app-color-text-muted, #5f6f63);
    font-weight: 650;
    text-align: center;
}

.dashboard-empty-state--compact[b-jan5oz5wwc] {
    min-height: 10rem;
    padding: 1rem;
}

.dashboard-weather-metrics[b-jan5oz5wwc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5.3rem, 1fr));
    gap: 0.48rem;
    margin-top: 0.45rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid color-mix(in srgb, #ffc400 76%, var(--app-color-primary, #2f7d57) 24%);
}

.dashboard-weather-metric[b-jan5oz5wwc] {
    min-width: 0;
    padding: 0.1rem 0.25rem;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.dashboard-weather-metric span[b-jan5oz5wwc] {
    display: block;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.035em;
}

.dashboard-weather-metric strong[b-jan5oz5wwc] {
    display: block;
    margin-top: 0.18rem;
    color: var(--app-color-text, #1f2d25);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.dashboard-weather-section-title[b-jan5oz5wwc] {
    margin: 0.65rem 0 0.35rem;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.dashboard-weather-day-list[b-jan5oz5wwc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
    gap: 0.45rem;
}

.dashboard-weather-day[b-jan5oz5wwc] {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 0.2rem;
    min-height: 4.9rem;
    padding: 0.5rem;
    border: 0;
    border-radius: 0.9rem;
    background: color-mix(in srgb, var(--app-color-surface-alt, #fbfdfb) 82%, transparent);
}

.dashboard-weather-day__date[b-jan5oz5wwc] {
    color: var(--app-color-text, #1f2d25);
    font-weight: 750;
    line-height: 1.2;
}

.dashboard-weather-day__condition[b-jan5oz5wwc] {
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.78rem;
    line-height: 1.2;
}

.dashboard-weather-day__values[b-jan5oz5wwc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.42rem;
    color: var(--app-color-text, #1f2d25);
    font-weight: 800;
    line-height: 1.15;
    white-space: nowrap;
}

.dashboard-weather-hourly-strip[b-jan5oz5wwc] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(4.4rem, 1fr);
    gap: 0.45rem;
    overflow-x: auto;
    padding-bottom: 0.25rem;
}

.dashboard-weather-hour[b-jan5oz5wwc] {
    min-width: 0;
    display: grid;
    place-items: center;
    gap: 0.14rem;
    padding: 0.45rem 0.38rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 0.75rem;
    background: var(--app-color-surface-alt, #fbfdfb);
    color: var(--app-color-text, #1f2d25);
}

.dashboard-weather-hour__time[b-jan5oz5wwc],
.dashboard-weather-hour__rain[b-jan5oz5wwc] {
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.15;
}

.dashboard-weather-hour__temperature[b-jan5oz5wwc] {
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.15;
    white-space: nowrap;
}

.dashboard-weather-source[b-jan5oz5wwc] {
    margin-top: 0.7rem;
    color: var(--app-color-text-subtle, #7b897e);
    font-size: 0.74rem;
    line-height: 1.35;
}

.dashboard-weather-symbol[b-jan5oz5wwc] {
    --weather-sun: #fbbf24;
    --weather-sun-deep: #f97316;
    --weather-cloud: #cbd5e1;
    --weather-cloud-edge: #64748b;
    --weather-rain: #0284c7;
    --weather-snow: #38bdf8;
    --weather-storm: #7c3aed;
    position: relative;
    display: inline-block;
    width: 2.35rem;
    height: 2.35rem;
    flex: 0 0 auto;
}

.dashboard-weather-day__values .dashboard-weather-symbol[b-jan5oz5wwc],
.dashboard-weather-hour .dashboard-weather-symbol[b-jan5oz5wwc] {
    width: 1.45rem;
    height: 1.45rem;
}

.dashboard-weather-symbol[b-jan5oz5wwc]::before,
.dashboard-weather-symbol[b-jan5oz5wwc]::after {
    position: absolute;
    content: "";
    display: block;
}

.dashboard-weather-symbol--sun[b-jan5oz5wwc]::before {
    inset: 19%;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #fde68a 0 20%, var(--weather-sun) 42%, var(--weather-sun-deep) 100%);
    box-shadow: 0 0 0.8rem rgba(251, 191, 36, 0.36);
}

.dashboard-weather-symbol--sun[b-jan5oz5wwc]::after {
    inset: 7%;
    border-radius: 50%;
    background: conic-gradient(from 0deg, transparent 0 8%, rgba(251, 191, 36, 0.82) 8% 13%, transparent 13% 25%, rgba(251, 191, 36, 0.82) 25% 30%, transparent 30% 42%, rgba(251, 191, 36, 0.82) 42% 47%, transparent 47% 58%, rgba(251, 191, 36, 0.82) 58% 63%, transparent 63% 75%, rgba(251, 191, 36, 0.82) 75% 80%, transparent 80% 92%, rgba(251, 191, 36, 0.82) 92% 97%, transparent 97%);
    -webkit-mask: radial-gradient(circle, transparent 0 45%, #000 47%);
    mask: radial-gradient(circle, transparent 0 45%, #000 47%);
}

.dashboard-weather-symbol--cloud[b-jan5oz5wwc]::before,
.dashboard-weather-symbol--rain[b-jan5oz5wwc]::before,
.dashboard-weather-symbol--snow[b-jan5oz5wwc]::before,
.dashboard-weather-symbol--sleet[b-jan5oz5wwc]::before,
.dashboard-weather-symbol--thunderstorm[b-jan5oz5wwc]::before,
.dashboard-weather-symbol--fog[b-jan5oz5wwc]::before,
.dashboard-weather-symbol--mixed[b-jan5oz5wwc]::before {
    left: 13%;
    right: 8%;
    bottom: 28%;
    height: 38%;
    border-radius: 999px;
    background:
        radial-gradient(circle at 32% 18%, var(--weather-cloud) 0 31%, transparent 32%),
        radial-gradient(circle at 58% 3%, #e2e8f0 0 37%, transparent 38%),
        linear-gradient(180deg, #e2e8f0 0%, var(--weather-cloud) 100%);
    border: 1px solid rgba(100, 116, 139, 0.32);
    box-shadow: inset 0 0.18rem 0 rgba(255, 255, 255, 0.58), 0 0.12rem 0.18rem rgba(15, 23, 42, 0.12);
}

.dashboard-weather-symbol--rain[b-jan5oz5wwc]::after,
.dashboard-weather-symbol--sleet[b-jan5oz5wwc]::after {
    left: 31%;
    top: 62%;
    width: 0.34rem;
    height: 0.78rem;
    border-radius: 50% 50% 55% 55%;
    background: var(--weather-rain);
    box-shadow: 0.62rem 0.12rem 0 -0.02rem var(--weather-rain);
    transform: rotate(18deg);
}

.dashboard-weather-symbol--snow[b-jan5oz5wwc]::after {
    left: 25%;
    top: 65%;
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    background: var(--weather-snow);
    box-shadow: 0.62rem -0.02rem 0 var(--weather-snow), 1.18rem 0.1rem 0 var(--weather-snow);
}

.dashboard-weather-symbol--thunderstorm[b-jan5oz5wwc]::after {
    left: 42%;
    top: 54%;
    width: 0.74rem;
    height: 1.05rem;
    background: var(--weather-storm);
    clip-path: polygon(42% 0, 100% 0, 62% 42%, 100% 42%, 28% 100%, 44% 55%, 0 55%);
    filter: drop-shadow(0 0.16rem 0.12rem rgba(124, 58, 237, 0.28));
}

.dashboard-weather-symbol--fog[b-jan5oz5wwc]::after {
    left: 12%;
    right: 8%;
    top: 68%;
    height: 0.5rem;
    border-top: 0.12rem solid #94a3b8;
    border-bottom: 0.12rem solid #94a3b8;
    opacity: 0.82;
}

.dashboard-weather-symbol--mixed[b-jan5oz5wwc]::after {
    left: 6%;
    top: 7%;
    width: 43%;
    height: 43%;
    border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #fde68a 0 20%, var(--weather-sun) 42%, var(--weather-sun-deep) 100%);
    box-shadow: 0 0 0.55rem rgba(251, 191, 36, 0.28);
    z-index: 0;
}

.dashboard-weather-symbol--mixed[b-jan5oz5wwc]::before {
    z-index: 1;
}

.dashboard-weather-settings-panel[b-jan5oz5wwc] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    margin: -0.15rem 0 0.75rem;
    padding: 0.75rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: var(--app-radius-md, 0.9rem);
    background: color-mix(in srgb, var(--app-color-surface-alt, #fbfdfb) 92%, var(--app-color-primary, #2f7d57) 8%);
    box-shadow: inset 0 1px 0 color-mix(in srgb, var(--app-color-surface, #ffffff) 85%, transparent);
    position: relative;
    z-index: 2;
}

.dashboard-weather-setting[b-jan5oz5wwc] {
    display: grid;
    gap: 0.25rem;
    min-width: 0;
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.76rem;
    font-weight: 700;
}

.dashboard-weather-location-search[b-jan5oz5wwc] {
    position: relative;
}

.dashboard-weather-location-search__input-wrap[b-jan5oz5wwc] {
    position: relative;
}

.dashboard-weather-location-search__input-wrap .form-control[b-jan5oz5wwc] {
    padding-right: 4.25rem;
}

.dashboard-weather-location-search__loading[b-jan5oz5wwc] {
    position: absolute;
    top: 50%;
    right: 0.55rem;
    transform: translateY(-50%);
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.72rem;
    font-weight: 700;
    pointer-events: none;
}

.dashboard-weather-location-search__hint[b-jan5oz5wwc] {
    color: var(--app-color-text-subtle, #7b897e);
    font-size: 0.72rem;
    font-weight: 600;
}

.dashboard-weather-location-search__results[b-jan5oz5wwc] {
    display: grid;
    gap: 0.25rem;
    max-height: 15rem;
    overflow: auto;
    padding: 0.35rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 0.75rem;
    background: var(--app-color-surface, #ffffff);
    box-shadow: 0 14px 36px var(--app-color-shadow, rgba(26, 47, 31, 0.12));
}

.dashboard-weather-location-search__result[b-jan5oz5wwc] {
    display: grid;
    gap: 0.12rem;
    width: 100%;
    border: 0;
    border-radius: 0.55rem;
    padding: 0.45rem 0.55rem;
    background: transparent;
    color: var(--app-color-text, #1f2d25);
    text-align: left;
    cursor: pointer;
}

.dashboard-weather-location-search__result:hover[b-jan5oz5wwc],
.dashboard-weather-location-search__result:focus-visible[b-jan5oz5wwc] {
    outline: none;
    background: var(--app-color-primary-softer, #f4faf6);
}

.dashboard-weather-location-search__result-main[b-jan5oz5wwc] {
    color: var(--app-color-text, #1f2d25);
    font-size: 0.82rem;
    font-weight: 760;
}

.dashboard-weather-location-search__result-sub[b-jan5oz5wwc] {
    color: var(--app-color-text-muted, #5f6f63);
    font-size: 0.72rem;
    font-weight: 600;
}

.dashboard-weather-advanced-setting[b-jan5oz5wwc] {
    display: block;
    padding: 0.45rem 0.55rem;
    border: 1px dashed var(--app-color-border, #d9e6db);
    border-radius: 0.75rem;
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 82%, var(--app-color-primary, #2f7d57) 4%);
}

.dashboard-weather-advanced-setting summary[b-jan5oz5wwc] {
    color: var(--app-color-primary-active, #1c4e37);
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 760;
}

.dashboard-weather-advanced-grid[b-jan5oz5wwc] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    padding-top: 0.55rem;
}

.dashboard-weather-setting--wide[b-jan5oz5wwc],
.dashboard-weather-setting-checks[b-jan5oz5wwc],
.dashboard-weather-settings__actions[b-jan5oz5wwc] {
    grid-column: 1 / -1;
}

.dashboard-weather-setting-checks[b-jan5oz5wwc] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem 0.75rem;
    padding: 0.55rem;
    border: 1px solid var(--app-color-border, #d9e6db);
    border-radius: 0.75rem;
    background: var(--app-color-surface-alt, #fbfdfb);
}

.dashboard-weather-setting-checks label[b-jan5oz5wwc] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
    color: var(--app-color-text, #1f2d25);
    font-size: 0.8rem;
    font-weight: 650;
}

.dashboard-weather-settings__actions[b-jan5oz5wwc] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.45rem;
    padding-top: 0.15rem;
}

.dashboard-interval-input[b-jan5oz5wwc] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.dashboard-interval-field[b-jan5oz5wwc] {
    max-width: 5.25rem;
}

.dashboard-card--weather-sky[b-jan5oz5wwc] {
    border-color: color-mix(in srgb, #38bdf8 36%, var(--app-color-border, #d9e6db));
    background:
        radial-gradient(circle at 16% 14%, rgba(255, 255, 255, 0.9), transparent 8rem),
        linear-gradient(145deg, #e0f2fe 0%, #f0f9ff 42%, #ffffff 100%);
}

.dashboard-card--weather-sky .dashboard-weather-metric[b-jan5oz5wwc],
.dashboard-card--weather-sky .dashboard-weather-day[b-jan5oz5wwc],
.dashboard-card--weather-sky .dashboard-weather-hour[b-jan5oz5wwc] {
    border-color: rgba(14, 165, 233, 0.2);
    background: rgba(255, 255, 255, 0.68);
}

.dashboard-card--weather-sunset[b-jan5oz5wwc] {
    border-color: rgba(251, 146, 60, 0.32);
    background:
        radial-gradient(circle at 88% 2%, rgba(251, 191, 36, 0.45), transparent 9rem),
        linear-gradient(145deg, #fff7ed 0%, #ffedd5 42%, #ffffff 100%);
}

.dashboard-card--weather-sunset .dashboard-weather-metrics[b-jan5oz5wwc] {
    border-bottom-color: rgba(249, 115, 22, 0.42);
}

.dashboard-card--weather-sunset .dashboard-weather-metric[b-jan5oz5wwc],
.dashboard-card--weather-sunset .dashboard-weather-day[b-jan5oz5wwc],
.dashboard-card--weather-sunset .dashboard-weather-hour[b-jan5oz5wwc] {
    border-color: rgba(251, 146, 60, 0.22);
    background: rgba(255, 255, 255, 0.62);
}

.dashboard-card--weather-aurora[b-jan5oz5wwc] {
    border-color: rgba(20, 184, 166, 0.34);
    background:
        radial-gradient(circle at 8% 8%, rgba(20, 184, 166, 0.24), transparent 9rem),
        radial-gradient(circle at 96% 4%, rgba(168, 85, 247, 0.18), transparent 9rem),
        linear-gradient(145deg, #ecfdf5 0%, #f5f3ff 54%, #ffffff 100%);
}

.dashboard-card--weather-aurora .dashboard-weather-metric[b-jan5oz5wwc],
.dashboard-card--weather-aurora .dashboard-weather-day[b-jan5oz5wwc],
.dashboard-card--weather-aurora .dashboard-weather-hour[b-jan5oz5wwc] {
    border-color: rgba(20, 184, 166, 0.22);
    background: rgba(255, 255, 255, 0.64);
}

.dashboard-card--weather-ocean[b-jan5oz5wwc] {
    border-color: rgba(6, 95, 70, 0.28);
    background:
        radial-gradient(circle at 88% 10%, rgba(34, 211, 238, 0.23), transparent 9rem),
        linear-gradient(145deg, #ecfeff 0%, #e0f2fe 44%, #ffffff 100%);
}

.dashboard-card--weather-ocean .dashboard-weather-metric[b-jan5oz5wwc],
.dashboard-card--weather-ocean .dashboard-weather-day[b-jan5oz5wwc],
.dashboard-card--weather-ocean .dashboard-weather-hour[b-jan5oz5wwc] {
    border-color: rgba(6, 182, 212, 0.2);
    background: rgba(255, 255, 255, 0.66);
}

.dashboard-card--weather-forecast[b-jan5oz5wwc] {
    background: linear-gradient(180deg, var(--app-color-surface, #ffffff) 0%, color-mix(in srgb, var(--app-color-surface-alt, #fbfdfb) 86%, #eef3ff 14%) 100%);
}

.dashboard-card--weather-forecast .dashboard-weather-hourly-strip[b-jan5oz5wwc] {
    position: relative;
    margin-top: 0.8rem;
    padding-top: 0.65rem;
    border-top: 3px solid color-mix(in srgb, #ffc400 82%, var(--app-color-primary, #2f7d57) 18%);
}

.dashboard-card--weather-glass[b-jan5oz5wwc] {
    border-color: color-mix(in srgb, var(--app-color-primary-border, #cfe4d5) 58%, transparent);
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--app-color-primary, #2f7d57) 18%, transparent), transparent 42%),
        color-mix(in srgb, var(--app-color-surface, #ffffff) 78%, transparent);
    backdrop-filter: blur(10px);
}

.dashboard-card--weather-glass .dashboard-weather-current-summary[b-jan5oz5wwc],
.dashboard-card--weather-glass .dashboard-weather-metric[b-jan5oz5wwc],
.dashboard-card--weather-glass .dashboard-weather-day[b-jan5oz5wwc],
.dashboard-card--weather-glass .dashboard-weather-hour[b-jan5oz5wwc] {
    border-color: color-mix(in srgb, var(--app-color-surface, #ffffff) 50%, var(--app-color-primary-border, #cfe4d5));
    background: color-mix(in srgb, var(--app-color-surface, #ffffff) 62%, transparent);
    box-shadow: inset 0 1px 0 color-mix(in srgb, var(--app-color-surface, #ffffff) 70%, transparent);
}

.dashboard-card--weather-compact[b-jan5oz5wwc] {
    padding: 0.75rem;
}

.dashboard-card--weather-compact .dashboard-weather-current-summary__icon[b-jan5oz5wwc] {
    width: 3rem;
    height: 3rem;
}

.dashboard-card--weather-compact .dashboard-weather-current-summary__temperature[b-jan5oz5wwc] {
    font-size: 1.55rem;
}

.dashboard-card--weather-compact .dashboard-weather-hourly-strip[b-jan5oz5wwc] {
    grid-auto-columns: minmax(4.25rem, 1fr);
}

.dashboard-card--weather-classic[b-jan5oz5wwc] {
    background: var(--app-color-surface, #ffffff);
}

.dashboard-card--weather-classic .dashboard-weather-current-summary[b-jan5oz5wwc],
.dashboard-card--weather-classic .dashboard-weather-metric[b-jan5oz5wwc],
.dashboard-card--weather-classic .dashboard-weather-day[b-jan5oz5wwc],
.dashboard-card--weather-classic .dashboard-weather-hour[b-jan5oz5wwc] {
    border-radius: 0;
    box-shadow: none;
}

@keyframes dashboard-spin-b-jan5oz5wwc {
    to {
        transform: rotate(360deg);
    }
}

@container (max-width: 30rem) {
    .dashboard-weather-header__summary[b-jan5oz5wwc] {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 0.6rem;
    }

    .dashboard-card__title[b-jan5oz5wwc] {
        font-size: 1.26rem;
    }

    .dashboard-weather-current-summary[b-jan5oz5wwc] {
        gap: 0.52rem;
        padding: 0.32rem 0.58rem 0.32rem 0.38rem;
    }

    .dashboard-weather-current-summary__icon[b-jan5oz5wwc] {
        width: 3rem;
        height: 3rem;
    }

    .dashboard-weather-current-summary__icon .dashboard-weather-symbol[b-jan5oz5wwc] {
        width: 2.35rem;
        height: 2.35rem;
    }

    .dashboard-weather-current-summary__temperature[b-jan5oz5wwc] {
        font-size: 1.8rem;
    }

    .dashboard-weather-actions[b-jan5oz5wwc] {
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .dashboard-weather-style-select[b-jan5oz5wwc] {
        min-width: 10.5rem;
    }

    .dashboard-weather-style-select .form-select[b-jan5oz5wwc] {
        width: 7.4rem;
    }
}

@container (max-width: 24rem) {
    .dashboard-weather-header__summary[b-jan5oz5wwc] {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    .dashboard-weather-current-summary[b-jan5oz5wwc] {
        justify-self: start;
    }

    .dashboard-weather-actions[b-jan5oz5wwc] {
        justify-content: flex-start;
        justify-self: stretch;
    }

    .dashboard-weather-style-select[b-jan5oz5wwc] {
        flex: 1 1 10rem;
    }

    .dashboard-weather-style-select .form-select[b-jan5oz5wwc] {
        width: 100%;
    }

    .dashboard-weather-settings-panel[b-jan5oz5wwc],
    .dashboard-weather-advanced-grid[b-jan5oz5wwc] {
        grid-template-columns: 1fr;
    }

    .dashboard-weather-setting--wide[b-jan5oz5wwc],
    .dashboard-weather-setting-checks[b-jan5oz5wwc],
    .dashboard-weather-settings__actions[b-jan5oz5wwc] {
        grid-column: auto;
    }
}

@media (max-width: 768px) {
    .dashboard-weather-header__summary[b-jan5oz5wwc] {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    .dashboard-weather-current-summary[b-jan5oz5wwc] {
        justify-self: stretch;
        border-radius: 0.9rem;
    }

    .dashboard-weather-actions[b-jan5oz5wwc] {
        justify-content: flex-start;
        justify-self: stretch;
        flex-wrap: wrap;
    }

    .dashboard-weather-style-select[b-jan5oz5wwc] {
        flex: 1 1 10rem;
    }

    .dashboard-weather-style-select .form-select[b-jan5oz5wwc] {
        width: 100%;
    }

    .dashboard-weather-settings-panel[b-jan5oz5wwc],
    .dashboard-weather-advanced-grid[b-jan5oz5wwc] {
        grid-template-columns: 1fr;
    }
}
/* /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;
    height: 100%;
    min-height: 320px;
}

.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: 1px solid var(--app-color-border-strong, var(--app-color-border));
    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);
    border-color: var(--app-color-border-strong, var(--app-color-border)) !important;
    text-align: center;
}

:deep(.statistik-grid .k-grid-header)[b-jq7xc0ym7b] {
    border-bottom: 1px solid var(--app-color-border-strong, var(--app-color-border)) !important;
}

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

:deep(.statistik-grid .k-grid-content .k-table-row)[b-jq7xc0ym7b] {
    border-bottom: 1px solid var(--app-color-border-soft);
}

:deep(.statistik-grid .k-grid-content .k-table-row:nth-child(even))[b-jq7xc0ym7b] {
    background: color-mix(in srgb, var(--app-color-surface-alt) 38%, var(--app-color-surface));
}

:deep(.statistik-grid .k-table-th)[b-jq7xc0ym7b],
:deep(.statistik-grid .k-table-td)[b-jq7xc0ym7b] {
    border-inline-end: 1px solid var(--app-color-border-soft) !important;
}

:deep(.statistik-grid .k-table-th:last-child)[b-jq7xc0ym7b],
:deep(.statistik-grid .k-table-td:last-child)[b-jq7xc0ym7b] {
    border-inline-end: 0 !important;
}


: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;
    border-color: var(--app-color-border-soft) !important;
    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/StatistikTabellen.razor.rz.scp.css */
.statistik-catalog-page[b-cqnq7q32ah] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    min-height: 0;
}

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

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

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

.statistik-catalog-busy-region[b-cqnq7q32ah] {
    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-cqnq7q32ah] {
    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-cqnq7q32ah] {
    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-cqnq7q32ah 0.9s linear infinite;
}

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

.statistik-catalog-busy-box__text[b-cqnq7q32ah] {
    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-cqnq7q32ah {
    to {
        transform: rotate(360deg);
    }
}

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

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

.statistik-catalog-card[b-cqnq7q32ah] {
    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-cqnq7q32ah] {
    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-cqnq7q32ah] {
    justify-content: space-between;
    gap: 1rem;
}

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


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

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

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

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

.statistik-catalog-tree__button[b-cqnq7q32ah] {
    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-cqnq7q32ah] {
        background: var(--bs-tertiary-bg);
    }

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

.statistik-catalog-list[b-cqnq7q32ah] {
    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-cqnq7q32ah] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

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

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

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

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

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

    .statistik-catalog-sortable-item--dragging .statistik-catalog-entry[b-cqnq7q32ah] {
        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-cqnq7q32ah] {
    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-cqnq7q32ah] {
    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-cqnq7q32ah] {
        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-cqnq7q32ah] {
    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-cqnq7q32ah] {
    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-cqnq7q32ah] {
        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-cqnq7q32ah] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

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

.statistik-catalog-entry__drag-handle[b-cqnq7q32ah] {
    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-cqnq7q32ah] {
        color: var(--bs-primary);
        background: color-mix(in srgb, var(--bs-primary-bg-subtle) 55%, transparent);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .statistik-catalog-entry__actions[b-cqnq7q32ah] {
        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%;
    }
}
