/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-y2pawmyjwv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-y2pawmyjwv] {
    flex: 1;
}

.sidebar[b-y2pawmyjwv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-y2pawmyjwv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-y2pawmyjwv]  a, .top-row[b-y2pawmyjwv]  .btn-link {
        white-space: nowrap;
        margin-inline-start: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-y2pawmyjwv]  a:hover, .top-row[b-y2pawmyjwv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-y2pawmyjwv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-y2pawmyjwv] {
        justify-content: space-between;
    }

    .top-row[b-y2pawmyjwv]  a, .top-row[b-y2pawmyjwv]  .btn-link {
        margin-inline-start: 0;
    }
}

@media (min-width: 641px) {
    .page[b-y2pawmyjwv] {
        flex-direction: row;
    }

    .sidebar[b-y2pawmyjwv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-y2pawmyjwv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-y2pawmyjwv]  a:first-child {
        flex: 1;
        text-align: end;
        width: 0;
    }

    .top-row[b-y2pawmyjwv], article[b-y2pawmyjwv] {
        padding-inline-start: 2rem !important;
        padding-inline-end: 1.5rem !important;
    }
}

#blazor-error-ui[b-y2pawmyjwv] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    inset-inline-start: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-y2pawmyjwv] {
        cursor: pointer;
        position: absolute;
        inset-inline-end: 0.75rem;
        top: 0.5rem;
    }


.main-container[b-y2pawmyjwv] {
    padding-inline-start: 1rem;
    padding-inline-end: 1rem;
}

/* Main content offset is handled globally in app.css */

.dashboard-sidebar[b-y2pawmyjwv] {
    background: linear-gradient(180deg, #385173 0%, #618cc7 100%);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    inset-inline-start: 0;
    padding: 8.5rem 0 1rem;
    position: fixed;
    top: 0;
    width: var(--sidebar-width, 88px);
    z-index: 40;
}

.dashboard-sidebar[b-y2pawmyjwv]  .mud-tooltip-root {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: visible !important;
    position: relative;
    z-index: 2; /* Sit on top of the indicator */
}

.dashboard-sidebar__rail[b-y2pawmyjwv] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
    position: relative; /* Context for sliding indicator */
}

.dashboard-sidebar__footer[b-y2pawmyjwv] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
}

[b-y2pawmyjwv] .dashboard-sidebar__item {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    display: inline-flex;
    height: 70px;
    justify-content: center;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: color 0.2s ease;
    width: 100%;
    overflow: visible !important;
    z-index: 2; /* Sit on top of indicator */
}

[b-y2pawmyjwv] .dashboard-sidebar__item:hover {
    background: rgba(0, 0, 0, 0.1); /* Subtle dark overlay hover */
}

[b-y2pawmyjwv] .dashboard-sidebar__item.active,
[b-y2pawmyjwv] .dashboard-sidebar__item[aria-current="page"] {
    background: transparent; /* Handled by indicator */
}

.dashboard-sidebar__item[b-y2pawmyjwv]::after {
    display: none; /* Handled by indicator */
}

.sidebar-nav-indicator[b-y2pawmyjwv] {
    position: absolute;
    background: rgba(255, 255, 255, 0.12); /* Glassmorphic translucent highlight */
    border-radius: var(--we-radius);
    width: calc(100% - 16px); /* Floating inset padding */
    left: 8px; /* Centered horizontally */
    height: 54px; /* Centered vertically */
    transition: top 0.3s cubic-bezier(0.25, 1, 0.5, 1),
                height 0.3s cubic-bezier(0.25, 1, 0.5, 1),
                opacity 0.2s ease;
    z-index: 1; /* Behind items */
    pointer-events: none; /* Let events pass through */
    opacity: 0;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav-indicator[b-y2pawmyjwv]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    height: 70%;
    width: 3px;
    background: #618cc7; /* Weller Energie light blue indicator line */
    border-radius: 99px;
}

[b-y2pawmyjwv] .dashboard-sidebar__icon {
    color: rgba(255, 255, 255, 0.7) !important;
    transition: color 0.2s ease;
    width: 36px !important;
    height: 36px !important;
    font-size: 36px !important;
}

[b-y2pawmyjwv] .dashboard-sidebar__item.active .dashboard-sidebar__icon,
[b-y2pawmyjwv] .dashboard-sidebar__item[aria-current="page"] .dashboard-sidebar__icon {
    color: #ffffff !important; /* Keep it solid white */
}

.dashboard-sidebar__icon-wrap[b-y2pawmyjwv] {
    display: inline-flex;
    position: relative;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    overflow: visible !important;
}

.dashboard-sidebar__image[b-y2pawmyjwv] {
    display: block;
    height: 44px;
    object-fit: contain;
    width: 44px;
}

.dashboard-sidebar__badge[b-y2pawmyjwv] {
    align-items: center;
    background: #ef4444;
    border: 1.5px solid #ffffff;
    border-radius: 999px;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.65rem;
    font-weight: 800;
    height: 18px;
    justify-content: center;
    min-width: 18px;
    padding: 0 5px;
    position: absolute;
    left: -8px; /* Positioned at top-left of the 36px icon container */
    right: auto;
    top: -8px; /* Positioned at top-left of the 36px icon container */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

.dashboard-sidebar__badge--img[b-y2pawmyjwv] {
    left: -0.2rem;
    right: auto;
    top: -0.2rem;
}

.dashboard-sidebar__item--button[b-y2pawmyjwv] {
    font-family: inherit;
}

.dashboard-sidebar__item[title][b-y2pawmyjwv] {
    position: relative;
}

.dashboard-header__brand[b-y2pawmyjwv] {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 0.9rem;
    min-width: 0;
}

@media (max-width: 700px) {

    .dashboard-sidebar[b-y2pawmyjwv] {
        position: fixed;
        top: 80px;
        inset-inline-start: 0;
        bottom: 0;
        width: 230px;
        height: calc(100vh - 80px);
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        padding: 1.5rem 0;
        z-index: 99;
        transform: translateX(-100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex;
        box-shadow: 4px 0 15px rgba(0, 0, 0, 0.1);
        border-inline-end: 1px solid rgba(255, 255, 255, 0.15);
        background: linear-gradient(180deg, #385173 0%, #618cc7 100%) !important;
    }

    .mud-rtl .dashboard-sidebar[b-y2pawmyjwv] {
        transform: translateX(100%);
        box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
    }

    .dashboard-sidebar--open[b-y2pawmyjwv] {
        transform: translateX(0) !important;
    }

    .dashboard-sidebar[b-y2pawmyjwv]  .mud-tooltip-root {
        width: 100%;
        display: flex;
        overflow: visible !important;
        justify-content: flex-start !important;
    }

    .dashboard-sidebar__rail[b-y2pawmyjwv] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
        width: 100%;
    }

    .dashboard-sidebar__footer[b-y2pawmyjwv] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
        width: 100%;
        margin-top: auto;
    }

    [b-y2pawmyjwv] .dashboard-sidebar__item {
        width: 100%;
        height: 52px;
        border-radius: 0;
        justify-content: flex-start;
        padding: 0 1.25rem;
        color: rgba(255, 255, 255, 0.85) !important;
        background: transparent;
        display: flex !important;
        align-items: center !important;
        text-decoration: none;
    }

    [b-y2pawmyjwv] .dashboard-sidebar__item:hover {
        background: rgba(0, 0, 0, 0.1) !important;
    }

    [b-y2pawmyjwv] .dashboard-sidebar__item.active,
    [b-y2pawmyjwv] .dashboard-sidebar__item[aria-current="page"] {
        background: rgba(255, 255, 255, 0.15) !important;
        color: #ffffff !important;
    }

    .dashboard-sidebar__item[b-y2pawmyjwv]::after {
        display: block !important;
        background: transparent;
        content: "";
        height: 100%;
        inset-inline-start: 0;
        position: absolute;
        top: 0;
        width: 4px;
        transition: background 0.2s ease;
    }

    .dashboard-sidebar__item.active[b-y2pawmyjwv]::after,
    .dashboard-sidebar__item[aria-current="page"][b-y2pawmyjwv]::after {
        background: #ffffff !important;
    }

    [b-y2pawmyjwv] .dashboard-sidebar__icon {
        width: 28px !important;
        height: 28px !important;
        font-size: 28px !important;
        color: rgba(255, 255, 255, 0.85) !important;
    }

    .dashboard-sidebar__item.active[b-y2pawmyjwv]  .dashboard-sidebar__icon,
    .dashboard-sidebar__item[aria-current="page"][b-y2pawmyjwv]  .dashboard-sidebar__icon {
        color: #ffffff !important;
    }

    .dashboard-sidebar__icon-wrap[b-y2pawmyjwv] {
        width: 28px;
        height: 28px;
        margin-inline-end: 1rem;
        display: inline-flex;
        position: relative;
        align-items: center;
        justify-content: center;
    }

    .dashboard-sidebar__badge[b-y2pawmyjwv] {
        left: auto;
        right: -8px;
        top: -8px;
        font-size: 0.65rem;
        height: 16px;
        min-width: 16px;
        padding: 0 4px;
        border-width: 1px;
    }

    .dashboard-sidebar__image[b-y2pawmyjwv] {
        width: 28px;
        height: 28px;
    }

    [b-y2pawmyjwv] .dashboard-sidebar__text {
        display: inline-block;
        font-size: 0.95rem;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.85) !important;
        line-height: 1 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Main container slightly snugger margins on small phone viewports */
    .main-container[b-y2pawmyjwv] {
        padding-bottom: 2rem !important;
    }
}

.dashboard-header__logo[b-y2pawmyjwv] {
    display: block;
    height: 46px;
    object-fit: contain;
    width: auto;
}

.dashboard-header__brand-text[b-y2pawmyjwv] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.dashboard-header__brand-label[b-y2pawmyjwv] {
    color: var(--we-muted);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dashboard-header__brand-name[b-y2pawmyjwv] {
    color: var(--we-primary);
    font-size: 1.2rem;
    font-weight: 800;
}

.dashboard-header__actions[b-y2pawmyjwv] {
    align-items: center;
    display: flex;
    gap: 0.85rem;
}

.nachrichten-toolbar-actions .nachrichten-filter-toggle__button[b-y2pawmyjwv] {
    background: var(--we-pure-white);
    border: 1px solid var(--we-outline-variant);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    min-height: 42px;
    padding: 0 0.95rem;
}

.nachrichten-toolbar-actions .nachrichten-filter-toggle__button:hover[b-y2pawmyjwv] {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.nachrichten-toolbar-actions .nachrichten-filter-toggle__button--active[b-y2pawmyjwv] {
    background: var(--we-primary);
    border-color: var(--we-primary);
    color: var(--we-on-primary);
}

.dokumente-filter-toggle[b-y2pawmyjwv] {
    align-items: center;
    background: var(--we-pure-white);
    border: 1px solid var(--we-outline-variant);
    border-radius: var(--we-radius-sm);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    display: inline-flex;
    gap: 0.25rem;
    padding: 0.25rem;
}

.dokumente-filter-toggle .nachrichten-filter-toggle__button[b-y2pawmyjwv] {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.dokumente-filter-toggle .nachrichten-filter-toggle__button:hover[b-y2pawmyjwv] {
    background: var(--we-surface-container);
}

.dokumente-filter-toggle .nachrichten-filter-toggle__button--active[b-y2pawmyjwv] {
    background: var(--we-primary);
    color: var(--we-on-primary);
}

.nachrichten-filter-toggle[b-y2pawmyjwv] {
    align-items: center;
    background: var(--we-pure-white);
    border: 1px solid var(--we-outline-variant);
    border-radius: var(--we-radius-sm);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    display: inline-flex;
    gap: 0.25rem;
    padding: 0.25rem;
}

.nachrichten-filter-toggle__button[b-y2pawmyjwv] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: calc(var(--we-radius-sm) - 2px);
    color: var(--we-on-surface-variant);
    cursor: pointer;
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 700;
    gap: 0.45rem;
    min-height: 38px;
    padding: 0 0.95rem;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nachrichten-filter-toggle__button:hover[b-y2pawmyjwv] {
    background: var(--we-surface-container);
    color: var(--we-secondary);
    transform: translateY(-1px);
}

.nachrichten-filter-toggle__button--active[b-y2pawmyjwv] {
    background: var(--we-primary);
    color: var(--we-on-primary);
}

.dokumente-toolbar[b-y2pawmyjwv] {
    align-items: center;
}

.dokumente-toolbar-actions[b-y2pawmyjwv] {
    margin-inline-start: auto;
}

.dokumente-toolbar__new-button[b-y2pawmyjwv] {
    margin-inline-start: auto;
}

.header-menu-shell[b-y2pawmyjwv] {
    position: relative;
}

.header-dropdown[b-y2pawmyjwv] {
    right: 0 !important;
    left: auto !important;
}

.mud-rtl .header-dropdown[b-y2pawmyjwv] {
    left: 0 !important;
    right: auto !important;
}

.header-action-button[b-y2pawmyjwv] {
    align-items: center;
    background: var(--we-pure-white);
    border: 1px solid var(--we-outline-variant);
    border-radius: var(--we-radius-sm);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    color: var(--we-primary);
    display: inline-flex;
    gap: 0.65rem;
    min-height: 48px;
    padding: 0.45rem 0.9rem;
    transition: all 0.2s ease;
}

.header-action-button:hover[b-y2pawmyjwv] {
    background: var(--we-surface-gray);
    border-color: var(--we-primary);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.header-action-button--language[b-y2pawmyjwv] {
    font-size: 0.88rem;
    font-weight: 700;
}

@media (min-width: 641px) {
    .header-action-button--language[b-y2pawmyjwv] {
        width: 140px;
        justify-content: space-between;
    }
}

.tour-button-text[b-y2pawmyjwv] {
    font-size: 0.88rem;
    font-weight: 700;
}

.header-action-button--user[b-y2pawmyjwv] {
    padding-inline-end: 0.7rem;
}

.header-user-summary[b-y2pawmyjwv] {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    text-align: start;
}

.header-user-summary__label[b-y2pawmyjwv] {
    color: var(--we-muted);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.header-user-summary__name[b-y2pawmyjwv] {
    color: var(--we-primary);
    font-size: 0.95rem;
    font-weight: 700;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-avatar[b-y2pawmyjwv] {
    align-items: center;
    background: var(--we-primary);
    border-radius: 50%;
    color: #ffffff;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.header-dropdown[b-y2pawmyjwv] {
    background: var(--we-pure-white);
    border: 1px solid var(--we-surface-gray);
    border-radius: var(--we-radius-sm);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: 0.75rem;
    position: absolute;
    padding: 0.65rem;
    top: 100%;
    z-index: 20;
}

.header-dropdown--user[b-y2pawmyjwv] {
    min-width: 280px;
}

.header-dropdown--language[b-y2pawmyjwv] {
    width: 140px;
    box-sizing: border-box;
}

.header-menu-info[b-y2pawmyjwv] {
    border-bottom: 1px solid var(--we-surface-gray);
    margin-bottom: 0.2rem;
    padding: 0.15rem 0.15rem 0.7rem;
}

.header-menu-info__name[b-y2pawmyjwv] {
    color: var(--we-primary);
    font-size: 0.95rem;
    font-weight: 800;
}

.header-menu-info__detail[b-y2pawmyjwv] {
    color: var(--we-muted);
    font-size: 0.82rem;
    margin-top: 0.15rem;
}

.header-menu-info__detail:first-of-type[b-y2pawmyjwv] {
    margin-top: 0.35rem;
}

.header-menu-item[b-y2pawmyjwv] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: var(--we-radius-sm);
    color: var(--we-primary);
    display: flex;
    font-size: 0.92rem;
    font-weight: 600;
    justify-content: space-between;
    padding: 0.8rem 0.9rem;
    text-align: start;
    text-decoration: none;
    width: 100%;
}

.header-menu-item:hover[b-y2pawmyjwv] {
    background: var(--we-surface-gray);
    color: var(--we-primary);
}

.header-menu-item--selected[b-y2pawmyjwv] {
    background: var(--we-primary-light);
    color: var(--we-primary);
}

.header-menu-item__meta[b-y2pawmyjwv] {
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.header-menu-item--danger[b-y2pawmyjwv] {
    color: #b42318;
}

.header-menu-item--danger:hover[b-y2pawmyjwv] {
    background: #fff1f2;
    color: #b42318;
}

.header-logout-form[b-y2pawmyjwv] {
    margin: 0;
}


@media (max-width: 960px) {

    .dashboard-header__logo[b-y2pawmyjwv] {
        height: 40px;
    }

    .header-user-summary[b-y2pawmyjwv] {
        display: none;
    }
}

@media (min-width: 701px) {
    .dashboard-sidebar__text[b-y2pawmyjwv] {
        display: none;
    }
}

.sidebar-backdrop[b-y2pawmyjwv] {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 98;
    backdrop-filter: blur(2px);
    transition: opacity 0.3s ease;
}

.header-hamburger-button[b-y2pawmyjwv] {
    display: none;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: var(--we-primary);
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-inline-end: 0.5rem;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.header-hamburger-button:hover[b-y2pawmyjwv] {
    background-color: var(--we-surface-gray);
}

@media (max-width: 768px) {
    .dashboard-header__brand-text[b-y2pawmyjwv] {
        display: none !important;
    }
    
    .dashboard-header__logo-shell[b-y2pawmyjwv] {
        max-width: 170px !important;
    }
}

@media (max-width: 480px) {
    .dashboard-header__logo-shell[b-y2pawmyjwv] {
        max-width: 140px !important;
    }
}

@media (max-width: 700px) {
    .header-hamburger-button[b-y2pawmyjwv] {
        display: inline-flex;
    }
}

@media (max-width: 640px) {

    .dashboard-header__actions[b-y2pawmyjwv] {
        gap: 0.5rem;
    }

    .header-action-button[b-y2pawmyjwv] {
        height: 40px;
        min-height: 40px;
        padding: 0 0.65rem;
        box-sizing: border-box;
    }

    .header-action-button--language span:not(.mud-icon-root)[b-y2pawmyjwv] {
        display: none;
    }

    .header-avatar[b-y2pawmyjwv] {
        height: 28px;
        width: 28px;
        font-size: 0.75rem;
    }

}

.dashboard-summary-content[b-y2pawmyjwv] {
    gap: 0.85rem;
}

.dashboard-overview-total[b-y2pawmyjwv] {
    align-items: center;
    border-bottom: 1px solid var(--we-surface-gray);
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.75rem;
}

.dashboard-overview-total__text[b-y2pawmyjwv] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.dashboard-overview-total__label[b-y2pawmyjwv] {
    color: var(--we-primary);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dashboard-overview-total__value[b-y2pawmyjwv] {
    color: var(--we-text);
    font-size: 1.95rem;
    font-weight: 800;
    line-height: 1.05;
}

.hero-nav-container[b-y2pawmyjwv] {
    background: linear-gradient(90deg, #385173 0%, #618cc7 100%);
    border-radius: var(--we-radius);
    padding: 0.85rem;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.hero-nav-button[b-y2pawmyjwv] {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: var(--we-radius-sm);
    color: rgba(255, 255, 255, 0.7) !important;
    cursor: pointer;
    display: inline-flex;
    height: 64px;
    justify-content: center;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    width: 64px;
    overflow: visible !important;
    z-index: 2;
}

.hero-nav-button:hover[b-y2pawmyjwv] {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(8px);
}

.hero-nav-button.active[b-y2pawmyjwv],
.hero-nav-button[aria-current="page"][b-y2pawmyjwv] {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(8px);
}

[b-y2pawmyjwv] .hero-nav-icon {
    color: rgba(255, 255, 255, 0.7) !important;
    transition: color 0.2s ease;
    width: 36px !important;
    height: 36px !important;
    font-size: 36px !important;
}

.hero-nav-button:hover[b-y2pawmyjwv]  .hero-nav-icon {
    color: #ffffff !important; /* Keep it solid white in glassmorphic overlay */
}

.hero-nav-button.active[b-y2pawmyjwv]  .hero-nav-icon,
.hero-nav-button[aria-current="page"][b-y2pawmyjwv]  .hero-nav-icon {
    color: #ffffff !important; /* Keep it solid white */
}

.dashboard-overview-chips[b-y2pawmyjwv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.1rem;
}

.dashboard-overview-chip[b-y2pawmyjwv] {
    align-items: center;
    background: var(--we-surface-gray);
    border: 1px solid var(--we-surface-gray);
    border-radius: var(--we-radius-sm);
    color: var(--we-text);
    display: inline-flex;
    gap: 0.45rem;
    padding: 0.35rem 0.7rem;
}

.dashboard-overview-chip--energy[b-y2pawmyjwv] {
    background: var(--we-primary-light);
    border-color: var(--we-primary-light);
}

.dashboard-overview-chip__label[b-y2pawmyjwv] {
    color: var(--we-muted);
    font-size: 0.76rem;
    font-weight: 700;
}

.dashboard-overview-chip--energy .dashboard-overview-chip__label[b-y2pawmyjwv] {
    color: var(--we-primary);
}

.dashboard-overview-chip__value[b-y2pawmyjwv] {
    color: var(--we-text);
    font-size: 0.82rem;
    font-weight: 800;
}

.dashboard-overview-chip--energy .dashboard-overview-chip__value[b-y2pawmyjwv] {
    color: var(--we-primary);
}

.dashboard-overview-grid[b-y2pawmyjwv] {
    align-items: stretch;
    background: var(--we-surface-gray);
    border: 1px solid var(--we-surface-gray);
    border-radius: var(--we-radius);
    display: grid;
    gap: 0.85rem;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.9fr);
    margin-top: 0.2rem;
    padding: 0.85rem;
}

.dashboard-overview-consumption[b-y2pawmyjwv] {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.dashboard-overview-row[b-y2pawmyjwv] {
    align-items: center;
    display: flex;
    font-size: 0.8rem;
    justify-content: space-between;
}

.dashboard-overview-row__label[b-y2pawmyjwv] {
    color: var(--we-muted);
    font-size: 0.85rem;
    font-weight: 700;
}

.dashboard-overview-row__value[b-y2pawmyjwv] {
    color: var(--we-text);
    font-weight: 800;
}

.dashboard-overview-row--total[b-y2pawmyjwv] {
    border-top: 1px dashed var(--we-outline-variant);
    padding-top: 0.45rem;
}

.dashboard-overview-row--total .dashboard-overview-row__label[b-y2pawmyjwv] {
    color: var(--we-text);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 800 !important;
}

.dashboard-overview-row--total .dashboard-overview-row__value[b-y2pawmyjwv] {
    font-weight: 800 !important;
}

.dashboard-overview-costs[b-y2pawmyjwv] {
    border-inline-start: 1px solid var(--we-outline-variant);
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    justify-content: center;
    padding-inline-start: 1rem;
}

.dashboard-summary-chart[b-y2pawmyjwv] {
    border-inline-start: 1px solid var(--we-outline-variant);
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding-inline-start: 1.5rem;
}

.dashboard-chart-card__header[b-y2pawmyjwv] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    width: 100%;
}

.dashboard-chart-card__title[b-y2pawmyjwv] {
    color: var(--we-muted);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dashboard-chart-card__body[b-y2pawmyjwv] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.dashboard-overview-cost[b-y2pawmyjwv] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.dashboard-overview-cost__label[b-y2pawmyjwv] {
    color: var(--we-muted);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dashboard-overview-cost__value[b-y2pawmyjwv] {
    color: var(--we-primary);
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.1;
}

@media (max-width: 960px) {
    .dashboard-summary-chart[b-y2pawmyjwv] {
        border-inline-start: 0;
        border-top: 1px solid #d7e4f2;
        padding-inline-start: 0;
        padding-top: 1rem;
    }

    .dashboard-overview-grid[b-y2pawmyjwv] {
        grid-template-columns: 1fr !important;
        gap: 1.25rem !important;
        padding: 1.25rem !important;
    }

    .dashboard-overview-costs[b-y2pawmyjwv] {
        border-inline-start: 0 !important;
        border-top: 1px solid var(--we-outline-variant) !important;
        padding-inline-start: 0 !important;
        padding-top: 1.25rem !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        gap: 1.5rem !important;
    }

    .dashboard-overview-cost[b-y2pawmyjwv] {
        flex: 1;
    }
}

@media (max-width: 640px) {
    .tour-button-text[b-y2pawmyjwv] {
        display: none;
    }
}

/* Symmetrical padding expansion for Hero Card on wide screens */
@media (min-width: 960px) {
    .hero-card[b-y2pawmyjwv] {
        padding: 3rem 3.5rem !important; /* increased padding for a bigger card panel */
    }
}

.donut-wrap[b-y2pawmyjwv] {
    position: relative;
    display: inline-block;
    width: 320px; /* was 264px */
    height: 320px; /* was 264px */
    flex-shrink: 0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.donut-center[b-y2pawmyjwv] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    line-height: 1.2;
}

.donut-total-label[b-y2pawmyjwv] {
    font-size: 0.78rem; /* was 0.72rem */
    color: var(--mud-palette-text-secondary);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.donut-total-val[b-y2pawmyjwv] {
    font-size: 1.90rem; /* was 1.60rem */
    font-weight: 800;
    color: var(--mud-palette-text-primary);
}

/* Thicker donut ring segments & chart adjustments */
[b-y2pawmyjwv] .mud-chart-donut {
    width: 320px !important; /* was 264px */
    height: 320px !important; /* was 264px */
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

[b-y2pawmyjwv] .mud-chart-serie.mud-donut-segment {
    stroke-width: 22px !important; /* was 17px */
}

[b-y2pawmyjwv] .mud-donut-ring {
    stroke-width: 22px !important; /* was 17px */
}

/* Header style cleanups */
.dashboard-overview-total__label[b-y2pawmyjwv] {
    color: #0f172a;
    font-size: 0.93rem; /* was 0.85rem */
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.dashboard-overview-total__value[b-y2pawmyjwv] {
    color: #0f172a;
    font-size: 2.15rem; /* was 1.95rem */
    font-weight: 800;
    line-height: 1.05;
}

.dashboard-chart-card__title[b-y2pawmyjwv] {
    color: #0f172a;
    font-size: 0.93rem; /* was 0.85rem */
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.filter-select[b-y2pawmyjwv] {
    padding: 0.2rem 0.55rem; /* was 0.15rem 0.5rem */
    font-size: 0.80rem; /* was 0.75rem */
    border: 1px solid var(--mud-palette-divider);
    border-radius: var(--we-radius-sm);
    background-color: var(--mud-palette-surface);
    color: var(--mud-palette-text-primary);
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-select:hover[b-y2pawmyjwv], .filter-select:focus[b-y2pawmyjwv] {
    border-color: var(--we-primary);
}

.dashboard-chart-card__empty[b-y2pawmyjwv] {
    width: 320px !important; /* was 264px */
    height: 320px !important; /* was 264px */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed var(--mud-palette-divider);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.dashboard-chart-card__empty-text[b-y2pawmyjwv] {
    font-size: 0.85rem; /* was 0.8rem */
    color: var(--mud-palette-text-secondary);
}

/* Legend styled layout */
.dashboard-chart-legend[b-y2pawmyjwv] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.60rem; /* was 0.55rem */
    min-width: 155px; /* was 150px */
}

.dashboard-chart-legend__item[b-y2pawmyjwv] {
    display: flex;
    align-items: center;
    font-size: 0.90rem; /* was 0.82rem */
    width: 100%;
}

.dashboard-chart-legend__dot[b-y2pawmyjwv] {
    width: 9px; /* was 8px */
    height: 9px; /* was 8px */
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 0.55rem; /* was 0.5rem */
}

.dashboard-chart-legend__label[b-y2pawmyjwv] {
    color: var(--mud-palette-text-secondary);
    font-weight: 600;
    font-size: 0.88rem; /* was 0.8rem */
    line-height: 1.25;
    white-space: normal;
    word-break: break-word;
    flex-shrink: 1;
    min-width: 0;
}

.dashboard-chart-legend__leader[b-y2pawmyjwv] {
    flex-grow: 1;
    border-bottom: 1px dotted var(--mud-palette-divider);
    margin: 0 0.55rem; /* was 0.5rem */
    min-width: 10px;
    align-self: center;
    opacity: 0.8;
}

.dashboard-chart-legend__value[b-y2pawmyjwv] {
    font-weight: 700;
    flex-shrink: 0;
    min-width: 40px; /* was 38px */
    text-align: right;
    font-size: 0.96rem; /* was default / clamp */
}

.dashboard-chart-legend__info-wrapper[b-y2pawmyjwv] {
    width: 20px; /* was 20px */
    display: inline-flex;
    justify-content: center;
    flex-shrink: 0;
    margin-left: 0.30rem; /* was 0.25rem */
}

.dashboard-chart-legend__info[b-y2pawmyjwv] {
    color: var(--mud-palette-text-secondary);
    opacity: 0.7;
    font-size: 0.70rem; /* was 0.68rem */
    cursor: help;
    border: 1px solid var(--mud-palette-text-secondary);
    border-radius: 50%;
    width: 13px; /* was 13px */
    height: 13px; /* was 13px */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/* Metric chip size overrides */
.dashboard-overview-chip[b-y2pawmyjwv] {
    padding: 0.38rem 0.75rem !important; /* was 0.25rem 0.55rem */
}

.dashboard-overview-chip__label[b-y2pawmyjwv] {
    font-size: 0.83rem !important; /* was 0.76rem */
}

.dashboard-overview-chip__value[b-y2pawmyjwv] {
    font-size: 0.90rem !important; /* was 0.82rem */
}

@media (min-width: 961px) {
    /* Overview Consumption Grid layout scale-up */
    .dashboard-overview-grid[b-y2pawmyjwv] {
        gap: 0.95rem !important; /* was 0.85rem */
        grid-template-columns: minmax(0, 1.05fr) minmax(190px, 0.9fr) !important; /* was minmax(0, 1fr) minmax(180px, 0.9fr) */
        padding: 1.75rem !important; /* increased to give vertical divider and data more room to breathe */
    }
}

.dashboard-overview-row[b-y2pawmyjwv] {
    font-size: 0.88rem !important; /* was 0.8rem */
    gap: 0.5rem;
}

.dashboard-overview-cost__label[b-y2pawmyjwv] {
    font-size: 0.75rem !important; /* was 0.68rem */
}

.dashboard-overview-cost__value[b-y2pawmyjwv] {
    font-size: 1.40rem !important; /* was 1.28rem */
}

/* Perfect horizontal symmetry & continuous vertical divider styling */
.hero-split-container[b-y2pawmyjwv] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}

.hero-left-column[b-y2pawmyjwv] {
    flex: 1;
    min-width: 310px; /* was 280px */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 2.25rem; /* Symmetric container gutter padding */
}

.hero-right-column[b-y2pawmyjwv] {
    flex: 1;
    min-width: 310px; /* was 280px */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-inline-start: 1px solid var(--we-outline-variant);
    padding-left: 2.25rem; /* Symmetric container gutter padding */
}

/* Headers extending to the vertical divider line with aligned baseline */
.hero-header-left[b-y2pawmyjwv] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid var(--we-surface-gray);
    padding-bottom: 0.75rem;
    min-height: 62px; /* was 56px */
    margin-bottom: 0.35rem;
    width: 100%;
}

.hero-header-right[b-y2pawmyjwv] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid var(--we-surface-gray);
    padding-bottom: 0.75rem;
    min-height: 62px; /* was 56px */
    margin-bottom: 0.35rem;
    width: 100%;
}

/* Inner elements with aligned margins & elevation */
.hero-chips-left[b-y2pawmyjwv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem; /* was 0.4rem */
    margin-bottom: 0.35rem;
}

.hero-spacer-right[b-y2pawmyjwv] {
    min-height: 38px; /* was 36px */ /* Matches larger chips height perfectly */
    margin-bottom: 0.35rem;
}

.hero-grid-left[b-y2pawmyjwv] {
    margin-top: auto;
    margin-bottom: auto;
}

.hero-body-right[b-y2pawmyjwv] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0.15rem;
    margin-bottom: 0;
}

/* Responsive styles to handle stacking correctly without vertical divider or spacers */
@media (max-width: 960px) {
    .hero-left-column[b-y2pawmyjwv] {
        padding-right: 0;
    }

    .hero-right-column[b-y2pawmyjwv] {
        border-inline-start: 0;
        border-top: 1px solid var(--we-surface-gray);
        margin-top: 1.5rem;
        padding-top: 1.5rem;
        padding-left: 0;
    }
    
    .hero-grid-left[b-y2pawmyjwv] {
        margin-top: 0.5rem;
        margin-bottom: 0;
    }
    
    .hero-spacer-right[b-y2pawmyjwv] {
        display: none !important;
    }
}

@media (max-width: 600px) {
    .hero-header-left[b-y2pawmyjwv], .hero-header-right[b-y2pawmyjwv] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.5rem !important;
        min-height: auto !important;
        padding-bottom: 0.5rem !important;
    }

    .dashboard-overview-total__value[b-y2pawmyjwv] {
        font-size: 1.75rem !important;
    }

    .hero-header-right .d-flex[b-y2pawmyjwv] {
        width: 100% !important;
        justify-content: flex-start !important;
    }
}

/* Mobile responsive scaling overrides to prevent horizontal scrollbars on tight screens */
@media (max-width: 480px) {
    .donut-wrap[b-y2pawmyjwv], [b-y2pawmyjwv] .mud-chart-donut, .dashboard-chart-card__empty[b-y2pawmyjwv] {
        width: 240px !important;
        height: 240px !important;
    }
    .donut-total-label[b-y2pawmyjwv] {
        font-size: 0.72rem !important;
    }
    .donut-total-val[b-y2pawmyjwv] {
        font-size: 1.45rem !important;
    }

    /* Stack donut + legend vertically so neither is squished on narrow screens */
    .hero-body-right[b-y2pawmyjwv] {
        flex-direction: column !important;
        align-items: center !important;
        gap: 1rem !important;
    }

    /* Make legend full-width and readable when stacked below chart */
    .dashboard-chart-legend[b-y2pawmyjwv] {
        width: 100% !important;
        min-width: 0 !important;
    }

    /* Tighten legend font a little so it fits comfortably */
    .dashboard-chart-legend__label[b-y2pawmyjwv] {
        font-size: 0.82rem !important;
    }
    .dashboard-chart-legend__value[b-y2pawmyjwv] {
        font-size: 0.88rem !important;
        min-width: 34px !important;
    }
}

.dashboard-header__brand[b-y2pawmyjwv] {
    cursor: pointer !important;
}

/* Sidebar Contact Popover Styles */
.sidebar-dropdown[b-y2pawmyjwv] {
    background: var(--we-pure-white);
    border: 1px solid var(--we-surface-gray);
    border-radius: var(--we-radius);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08), 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 260px;
    position: absolute;
    padding: 1rem;
    bottom: 70px;
    left: 12px;
    z-index: 100;
}

.sidebar-dropdown__header[b-y2pawmyjwv] {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--we-surface-gray);
    padding-bottom: 0.5rem;
    margin-bottom: 0.2rem;
}

.sidebar-dropdown__title[b-y2pawmyjwv] {
    font-weight: 800;
    color: var(--we-primary);
    font-size: 0.95rem;
}

.sidebar-dropdown__body[b-y2pawmyjwv] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.sidebar-dropdown__item[b-y2pawmyjwv] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    text-align: left;
}

.sidebar-dropdown__label[b-y2pawmyjwv] {
    color: var(--we-muted);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.sidebar-dropdown__value[b-y2pawmyjwv] {
    color: var(--we-text);
    font-size: 0.88rem;
    font-weight: 700;
}

.sidebar-dropdown__link[b-y2pawmyjwv] {
    color: var(--we-secondary);
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.sidebar-dropdown__link:hover[b-y2pawmyjwv] {
    color: var(--we-primary);
    text-decoration: underline;
}

@media (max-width: 700px) {
    .sidebar-dropdown[b-y2pawmyjwv] {
        bottom: 70px;
        inset-inline-start: 12px !important;
        inset-inline-end: auto !important;
    }
}

/* MudSelect Custom Styling to align with mockup */
.filter-select-mud[b-y2pawmyjwv] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: 100%;
}
[b-y2pawmyjwv] .filter-select-mud .mud-input {
    background-color: var(--mud-palette-surface);
    border: 1px solid var(--mud-palette-divider);
    border-radius: var(--we-radius-sm);
    padding: 0.2rem 0.55rem;
    transition: all 0.2s ease;
}
[b-y2pawmyjwv] .filter-select-mud .mud-input:hover,
[b-y2pawmyjwv] .filter-select-mud .mud-input:focus-within {
    border-color: var(--we-primary) !important;
}
[b-y2pawmyjwv] .filter-select-mud .mud-select-input {
    cursor: pointer !important;
    font-size: 0.80rem !important;
    font-weight: 600;
    color: var(--mud-palette-text-primary);
}
[b-y2pawmyjwv] .filter-select-mud .mud-input-adornment {
    margin-inline-start: 4px;
}

/* MudChip Non-Interactive Overrides */
[b-y2pawmyjwv] .mud-chip.dashboard-overview-chip {
    cursor: default !important;
    background-color: var(--we-surface-gray) !important;
    border: 1px solid var(--we-surface-gray) !important;
    color: var(--we-text) !important;
    pointer-events: none !important;
    box-shadow: none !important;
    height: auto !important;
    padding: 0.38rem 0.75rem !important;
    border-radius: var(--we-radius-sm) !important;
}
[b-y2pawmyjwv] .mud-chip.dashboard-overview-chip--energy {
    background-color: var(--we-primary-light) !important;
    border-color: var(--we-primary-light) !important;
}
[b-y2pawmyjwv] .mud-chip.dashboard-overview-chip .mud-chip-content {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0 !important;
}

/* ═══ MOBILE VIEW LAYOUT POLISH (SQUISHING PREVENTERS) ═══ */

@media (max-width: 600px) {
    /* Reduce App Bar toolbar padding to free up horizontal space */
    [b-y2pawmyjwv] .mud-toolbar-appbar {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

@media (max-width: 480px) {
    /* Scale down brand logo in narrow viewports */
    .dashboard-header__logo[b-y2pawmyjwv] {
        height: 32px !important;
    }
    .dashboard-header__logo-shell[b-y2pawmyjwv] {
        height: 32px !important;
        max-width: 120px !important;
    }
    /* Snugger gap between header action icons */
    .dashboard-header__actions[b-y2pawmyjwv] {
        gap: 0.35rem !important;
    }
    /* Compact size for header buttons */
    .header-action-button[b-y2pawmyjwv] {
        min-height: 36px !important;
        padding: 0.3rem 0.5rem !important;
    }
    /* Reduce hamburger button dimensions */
    .header-hamburger-button[b-y2pawmyjwv] {
        width: 36px !important;
        height: 36px !important;
        margin-inline-end: 0.25rem !important;
    }
}

@media (max-width: 700px) {
    /* Hard override to stack the overview grid vertically on all mobile views */
    .dashboard-overview-grid[b-y2pawmyjwv] {
        grid-template-columns: 1fr !important;
        gap: 1.25rem !important;
        padding: 1rem !important;
    }

    .dashboard-overview-costs[b-y2pawmyjwv] {
        border-inline-start: 0 !important;
        border-top: 1px solid var(--we-outline-variant) !important;
        padding-inline-start: 0 !important;
        padding-top: 1rem !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        gap: 1rem !important;
    }

    .dashboard-overview-cost[b-y2pawmyjwv] {
        flex: 1;
    }
}

@media (max-width: 360px) {
    /* For extremely narrow screens (e.g. iPhone SE), stack the costs vertically */
    .dashboard-overview-costs[b-y2pawmyjwv] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.75rem !important;
    }
    
    /* Snugger chips on tiny screens */
    .hero-chips-left[b-y2pawmyjwv] {
        gap: 0.25rem !important;
    }
    [b-y2pawmyjwv] .mud-chip.dashboard-overview-chip {
        padding: 0.2rem 0.4rem !important;
    }
    .dashboard-overview-chip__label[b-y2pawmyjwv] {
        font-size: 0.7rem !important;
    }
    .dashboard-overview-chip__value[b-y2pawmyjwv] {
        font-size: 0.75rem !important;
    }
}






/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6ke89m2xcz],
.components-reconnect-repeated-attempt-visible[b-6ke89m2xcz],
.components-reconnect-failed-visible[b-6ke89m2xcz],
.components-pause-visible[b-6ke89m2xcz],
.components-resume-failed-visible[b-6ke89m2xcz],
.components-rejoining-animation[b-6ke89m2xcz] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-6ke89m2xcz],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-6ke89m2xcz],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-6ke89m2xcz],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-6ke89m2xcz],
#components-reconnect-modal.components-reconnect-retrying[b-6ke89m2xcz],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-6ke89m2xcz],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-6ke89m2xcz],
#components-reconnect-modal.components-reconnect-failed[b-6ke89m2xcz],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-6ke89m2xcz] {
    display: block;
}


#components-reconnect-modal[b-6ke89m2xcz] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: var(--we-radius);
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-6ke89m2xcz 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-6ke89m2xcz 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-6ke89m2xcz 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-6ke89m2xcz]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-6ke89m2xcz 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-6ke89m2xcz {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-6ke89m2xcz {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-6ke89m2xcz {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-6ke89m2xcz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-6ke89m2xcz] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-6ke89m2xcz] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: var(--we-radius-sm);
}

    #components-reconnect-modal button:hover[b-6ke89m2xcz] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-6ke89m2xcz] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-6ke89m2xcz] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-6ke89m2xcz] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-6ke89m2xcz 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-6ke89m2xcz] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-6ke89m2xcz {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Stammdaten.razor.rz.scp.css */
/* Empty State Container */
.we-empty-state-container[b-ho93w994pa] {
    border: none;
    margin: 0;
    padding: 2rem 1rem;
}

/* Typography for Details */
.vs-detail-subtitle[b-ho93w994pa] {
    font-weight: 700;
    color: var(--we-primary);
    margin-bottom: 0.35rem;
    font-size: 0.85rem;
}

.vs-detail-label[b-ho93w994pa] {
    font-size: 0.75rem;
    color: #64748b;
}

.vs-detail-value[b-ho93w994pa] {
    font-weight: 700;
}

/* Utilities */
.cursor-pointer[b-ho93w994pa] {
    cursor: pointer;
}

.user-select-none[b-ho93w994pa] {
    user-select: none;
}

.text-xs[b-ho93w994pa] {
    font-size: 0.75rem;
}

.text-muted[b-ho93w994pa] {
    color: var(--mud-palette-text-secondary);
}

.fw-bold[b-ho93w994pa] {
    font-weight: 700;
}

.select-sm[b-ho93w994pa] {
    min-height: 28px;
    height: 28px;
    padding: 0 0.35rem;
    font-size: 0.8rem;
    width: fit-content;
}

/* Flexbox utilities */
.flex-1[b-ho93w994pa] {
    flex: 1 1 0;
}

.min-w-220[b-ho93w994pa] {
    min-width: 220px;
}

.flex-none[b-ho93w994pa] {
    flex: 0 0 160px;
}

.max-w-160[b-ho93w994pa] {
    max-width: 160px;
}
/* /Components/Pages/Verbrauchsstellen.razor.rz.scp.css */
/* Detail Grid Layout */
.vs-detail-grid[b-och1vyfqtp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 1.5rem 2rem;
    font-size: 0.85rem;
    word-break: break-word;
}

/* Empty State Container */
.we-empty-state-container[b-och1vyfqtp] {
    border: none;
    margin: 0;
    padding: 2rem 1rem;
}

/* Typography for Details */
.vs-detail-subtitle[b-och1vyfqtp] {
    font-weight: 700;
    color: var(--we-primary);
    margin-bottom: 0.35rem;
    font-size: 0.85rem;
}

.vs-detail-label[b-och1vyfqtp] {
    font-size: 0.75rem;
    color: #64748b;
}

.vs-detail-value[b-och1vyfqtp] {
    font-weight: 700;
}

/* Utilities */
.cursor-pointer[b-och1vyfqtp] {
    cursor: pointer;
}

.user-select-none[b-och1vyfqtp] {
    user-select: none;
}

.text-xs[b-och1vyfqtp] {
    font-size: 0.75rem;
}

.text-muted[b-och1vyfqtp] {
    color: var(--mud-palette-text-secondary);
}

.fw-bold[b-och1vyfqtp] {
    font-weight: 700;
}

.select-sm[b-och1vyfqtp] {
    min-height: 28px;
    height: 28px;
    padding: 0 0.35rem;
    font-size: 0.8rem;
    width: fit-content;
}

/* Flexbox utilities */
.flex-1[b-och1vyfqtp] {
    flex: 1 1 0;
}

.min-w-220[b-och1vyfqtp] {
    min-width: 220px;
}

.flex-none[b-och1vyfqtp] {
    flex: 0 0 160px;
}

.max-w-160[b-och1vyfqtp] {
    max-width: 160px;
}
/* /Components/Pages/VpEditDialog.razor.rz.scp.css */
.dialog-header-title[b-fw2xeomsiv] {
    font-weight: 800;
    color: var(--we-on-background);
    letter-spacing: 0.5px;
}
.dialog-subtitle[b-fw2xeomsiv] {
    font-weight: 700;
    color: var(--we-primary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid var(--we-primary-light);
    padding-bottom: 0.25rem;
}
.vp-input-plz[b-fw2xeomsiv] {
    max-width: 140px;
}
.vp-input-anrede[b-fw2xeomsiv] {
    max-width: 160px;
}
.vp-input-telefon[b-fw2xeomsiv] {
    max-width: 240px;
}
/* /Components/Pages/VsEditDialog.razor.rz.scp.css */
.dialog-content-bg[b-aowo89as2v] {
    background-color: var(--we-surface-container-low);
    padding: 1.5rem !important;
}
.dialog-section-card[b-aowo89as2v] {
    background-color: var(--we-pure-white);
    border: 1px solid var(--we-outline-variant);
    border-radius: var(--we-radius-lg);
    padding: 1.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.dialog-section-title[b-aowo89as2v] {
    font-weight: 800;
    color: var(--we-secondary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-bottom: 2px solid var(--we-primary-light);
    padding-bottom: 0.5rem;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}
.dialog-footer-bg[b-aowo89as2v] {
    border-top: 1px solid var(--we-outline-variant);
    background-color: var(--we-surface-container-low);
}
