/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dh1ciki90f] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dh1ciki90f] {
    flex: 1;
}

.sidebar[b-dh1ciki90f] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dh1ciki90f] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dh1ciki90f]  a, .top-row[b-dh1ciki90f]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-dh1ciki90f]  a:hover, .top-row[b-dh1ciki90f]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-dh1ciki90f]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-dh1ciki90f] {
        justify-content: space-between;
    }

    .top-row[b-dh1ciki90f]  a, .top-row[b-dh1ciki90f]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dh1ciki90f] {
        flex-direction: row;
    }

    .sidebar[b-dh1ciki90f] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dh1ciki90f] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-dh1ciki90f]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-dh1ciki90f], article[b-dh1ciki90f] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-dh1ciki90f] {
    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;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-dh1ciki90f] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-oh1ilcsvnh] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-oh1ilcsvnh] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-oh1ilcsvnh] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-oh1ilcsvnh] {
    font-size: 1.1rem;
}

.bi[b-oh1ilcsvnh] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-oh1ilcsvnh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-oh1ilcsvnh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-oh1ilcsvnh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-oh1ilcsvnh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-oh1ilcsvnh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-oh1ilcsvnh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-oh1ilcsvnh]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-oh1ilcsvnh]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-oh1ilcsvnh]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-oh1ilcsvnh] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-oh1ilcsvnh] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-oh1ilcsvnh] {
        display: none;
    }

    .nav-scrollable[b-oh1ilcsvnh] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-96rkv1sxtu],
.components-reconnect-repeated-attempt-visible[b-96rkv1sxtu],
.components-reconnect-failed-visible[b-96rkv1sxtu],
.components-pause-visible[b-96rkv1sxtu],
.components-resume-failed-visible[b-96rkv1sxtu],
.components-rejoining-animation[b-96rkv1sxtu] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-96rkv1sxtu],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-96rkv1sxtu],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-96rkv1sxtu],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-96rkv1sxtu],
#components-reconnect-modal.components-reconnect-retrying[b-96rkv1sxtu],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-96rkv1sxtu],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-96rkv1sxtu],
#components-reconnect-modal.components-reconnect-failed[b-96rkv1sxtu],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-96rkv1sxtu] {
    display: block;
}


#components-reconnect-modal[b-96rkv1sxtu] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    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-96rkv1sxtu 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-96rkv1sxtu 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-96rkv1sxtu 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-96rkv1sxtu]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-96rkv1sxtu 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-96rkv1sxtu {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-96rkv1sxtu {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-96rkv1sxtu {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-96rkv1sxtu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-96rkv1sxtu] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-96rkv1sxtu] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-96rkv1sxtu] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-96rkv1sxtu] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-96rkv1sxtu] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-96rkv1sxtu] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-96rkv1sxtu 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-96rkv1sxtu] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-96rkv1sxtu {
    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/Shared/SwissRegionSelector.razor.rz.scp.css */
.swiss-region-selector[b-vqvajru8uz] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.swiss-region-selector__trigger[b-vqvajru8uz] {
    justify-content: flex-start;
    border-radius: 14px !important;
}

.swiss-region-selector__helper[b-vqvajru8uz],
.swiss-region-selector__empty[b-vqvajru8uz],
.swiss-region-selector__legend-count[b-vqvajru8uz],
.swiss-region-selector__map-hint[b-vqvajru8uz] {
    color: var(--aclado-muted);
}

.swiss-region-selector__chips[b-vqvajru8uz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    min-height: 2rem;
    align-items: center;
}

.swiss-region-selector__overlay[b-vqvajru8uz] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100%;
    min-height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    padding: 0;
    background: #ffffff;
    backdrop-filter: none;
    overflow: hidden;
    overscroll-behavior: contain;
}

.swiss-region-selector__dialog[b-vqvajru8uz] {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100%;
    min-height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    border: 0;
    background: #ffffff;
    box-shadow: none;
}

.swiss-region-selector__header[b-vqvajru8uz],
.swiss-region-selector__footer[b-vqvajru8uz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-shrink: 0;
    padding: 0.85rem 1.25rem;
    background: #ffffff;
}

.swiss-region-selector__header[b-vqvajru8uz] {
    border-bottom: 1px solid var(--aclado-border);
}

.swiss-region-selector__footer[b-vqvajru8uz] {
    border-top: 1px solid var(--aclado-border);
}

.swiss-region-selector__footer-leading-actions[b-vqvajru8uz],
.swiss-region-selector__footer-actions[b-vqvajru8uz] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.swiss-region-selector__footer-actions[b-vqvajru8uz] {
    justify-content: flex-end;
}

.swiss-region-selector__body[b-vqvajru8uz] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18rem;
    gap: 1.25rem;
    padding: 1rem 1.25rem 1.25rem;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.swiss-region-selector__map-panel[b-vqvajru8uz],
.swiss-region-selector__legend-panel[b-vqvajru8uz] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-height: 0;
}

.swiss-region-selector__legend-panel .mud-button-root[b-vqvajru8uz] {
    justify-content: center;
}

.swiss-region-selector__radius-address-stack[b-vqvajru8uz] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.swiss-region-selector__radius-address-input[b-vqvajru8uz] {
    margin-bottom: 0;
}

.swiss-region-selector__radius-address-button[b-vqvajru8uz] {
    align-self: flex-start;
    margin-bottom: 0.45rem;
}

.swiss-region-selector__mode-toggle[b-vqvajru8uz] {
    width: fit-content;
    min-width: 0;
    max-width: 100%;
    align-self: flex-start;
}

    .swiss-region-selector__mode-toggle .offer-toggle-button[b-vqvajru8uz] {
        min-height: 2.75rem;
        padding: 0.35rem 1.1rem;
        line-height: 1.3;
        white-space: nowrap;
        flex: 0 1 auto;
        min-width: max-content;
    }

.swiss-region-selector__map-shell[b-vqvajru8uz] {
    position: relative;
    flex: 1 1 auto;
    min-height: 24rem;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(12, 18, 34, 0.08);
    background: #ffffff;
}

.swiss-region-selector__map-host[b-vqvajru8uz],
[b-vqvajru8uz] .swiss-region-selector__map-surface,
[b-vqvajru8uz] .swiss-region-selector__svg {
    width: 100%;
    height: 100%;
}

.swiss-region-selector__map-host[b-vqvajru8uz] {
    position: absolute;
    inset: 0;
}

[b-vqvajru8uz] .swiss-region-selector__map-surface {
    position: absolute;
    inset: 0;
}

[b-vqvajru8uz] .swiss-region-selector__radius-circle {
    fill: rgba(83, 176, 227, 0.18);
    stroke: #53B0E3;
    stroke-width: 1.6;
    filter: drop-shadow(0 8px 18px rgba(83, 176, 227, 0.14));
}

[b-vqvajru8uz] .swiss-region-selector__radius-line {
    stroke: #53B0E3;
    stroke-width: 1.4;
    stroke-dasharray: 6 4;
    stroke-linecap: round;
    filter: drop-shadow(0 0 4px rgba(83, 176, 227, 0.16));
}

[b-vqvajru8uz] .swiss-region-selector__radius-handle {
    fill: #ffffff;
    stroke: #3D7EED;
    stroke-width: 2;
    filter: drop-shadow(0 8px 18px rgba(61, 126, 237, 0.28));
}

[b-vqvajru8uz] .swiss-region-selector__radius-center {
    fill: #0C2740;
    stroke: #ffffff;
    stroke-width: 2.2;
    filter: drop-shadow(0 8px 18px rgba(12, 39, 64, 0.3));
}

[b-vqvajru8uz] .swiss-region-selector__radius-center-pulse {
    fill: rgba(12, 39, 64, 0.12);
    stroke: rgba(12, 39, 64, 0.55);
    stroke-width: 2;
    animation: swiss-region-selector-radius-center-pulse-b-vqvajru8uz 2s ease-out infinite;
    filter: drop-shadow(0 0 8px rgba(12, 39, 64, 0.22));
    transform-box: fill-box;
    transform-origin: center;
}

[b-vqvajru8uz] .swiss-region-selector__radius-label {
    fill: #0C1222;
    paint-order: stroke;
    stroke: rgba(255, 255, 255, 0.98);
    stroke-width: 5;
    stroke-linejoin: round;
    letter-spacing: 0.02em;
}

@keyframes swiss-region-selector-radius-center-pulse-b-vqvajru8uz {
    0% {
        opacity: 0.65;
        transform: scale(0.72);
    }

    50% {
        opacity: 0.36;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.45);
    }
}

[b-vqvajru8uz] .swiss-region-selector__map-zoom-controls {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    padding: 0.7rem 0.55rem;
    border: 1px solid rgba(12, 39, 64, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 16px 36px rgba(8, 15, 35, 0.1);
    backdrop-filter: blur(14px);
    pointer-events: auto;
}

[b-vqvajru8uz] .swiss-region-selector__map-zoom-value {
    min-width: 3.4rem;
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    background: rgba(12, 39, 64, 0.06);
    color: var(--aclado-ink);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.03em;
}

[b-vqvajru8uz] .swiss-region-selector__map-zoom-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 1px solid rgba(12, 39, 64, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--aclado-ink);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 24px rgba(8, 15, 35, 0.08);
    backdrop-filter: blur(10px);
    transition: transform var(--motion-fast), box-shadow var(--motion-fast), border-color var(--motion-fast), background-color var(--motion-fast), color var(--motion-fast);
}

[b-vqvajru8uz] .swiss-region-selector__map-zoom-slider-shell {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 9rem;
    padding: 0.4rem 0;
}

[b-vqvajru8uz] .swiss-region-selector__map-zoom-slider {
    --zoom-slider-progress: 0%;
    width: 7.25rem;
    height: 2rem;
    margin: 0;
    transform: rotate(-90deg);
    transform-origin: center;
    border-radius: 999px;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(90deg, rgba(91, 155, 235, 0.96) 0%, rgba(61, 126, 237, 0.96) var(--zoom-slider-progress), rgba(12, 39, 64, 0.08) var(--zoom-slider-progress), rgba(12, 39, 64, 0.08) 100%);
    outline: none;
}

    [b-vqvajru8uz] .swiss-region-selector__map-zoom-slider::-webkit-slider-runnable-track {
        height: 0.45rem;
        border-radius: 999px;
        background: transparent;
    }

    [b-vqvajru8uz] .swiss-region-selector__map-zoom-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 1rem;
        height: 1rem;
        margin-top: -0.275rem;
        border: 2px solid #ffffff;
        border-radius: 50%;
        background: #3D7EED;
        box-shadow: 0 6px 14px rgba(61, 126, 237, 0.28);
    }

    [b-vqvajru8uz] .swiss-region-selector__map-zoom-slider::-moz-range-track {
        height: 0.45rem;
        border: 0;
        border-radius: 999px;
        background: rgba(12, 39, 64, 0.08);
    }

    [b-vqvajru8uz] .swiss-region-selector__map-zoom-slider::-moz-range-progress {
        height: 0.45rem;
        border-radius: 999px;
        background: rgba(61, 126, 237, 0.96);
    }

    [b-vqvajru8uz] .swiss-region-selector__map-zoom-slider::-moz-range-thumb {
        width: 1rem;
        height: 1rem;
        border: 2px solid #ffffff;
        border-radius: 50%;
        background: #3D7EED;
        box-shadow: 0 6px 14px rgba(61, 126, 237, 0.28);
    }

[b-vqvajru8uz] .swiss-region-selector__map-zoom-button:hover:not(:disabled) {
    transform: translateY(-1px);
    border-color: rgba(61, 126, 237, 0.22);
    box-shadow: 0 14px 28px rgba(8, 15, 35, 0.12);
}

[b-vqvajru8uz] .swiss-region-selector__map-zoom-button:disabled {
    opacity: 0.45;
    cursor: default;
    box-shadow: none;
}

[b-vqvajru8uz] .swiss-region-selector__svg.is-pan-ready {
    cursor: grab;
}

[b-vqvajru8uz] .swiss-region-selector__svg.is-panning {
    cursor: grabbing;
}

.swiss-region-selector__swiss-shape[b-vqvajru8uz] {
    fill: rgba(12, 39, 64, 0.03);
}

.swiss-region-selector__district[b-vqvajru8uz] {
    fill: rgba(247, 249, 252, 0.96);
    stroke: rgba(40, 59, 86, 0.28);
    stroke-width: 1.35;
    vector-effect: non-scaling-stroke;
    transition: fill var(--motion-fast), stroke var(--motion-fast), opacity var(--motion-fast), filter var(--motion-fast), stroke-width var(--motion-fast);
    cursor: pointer;
}

    .swiss-region-selector__district:hover[b-vqvajru8uz] {
        fill: rgba(61, 126, 237, 0.28);
        stroke: rgba(12, 39, 64, 0.46);
    }

    .swiss-region-selector__district.is-selected[b-vqvajru8uz] {
        fill: #2F6F64;
        stroke: rgba(255, 255, 255, 0.94);
        filter: drop-shadow(0 1px 1px rgba(255, 255, 255, 0.18)) drop-shadow(0 5px 12px rgba(28, 78, 69, 0.22)) saturate(1.03);
    }

.swiss-region-selector__lakes[b-vqvajru8uz] {
    fill: rgba(61, 126, 237, 0.22);
    stroke: rgba(61, 126, 237, 0.32);
    stroke-width: 1.5;
    vector-effect: non-scaling-stroke;
}

.swiss-region-selector__swiss-outline[b-vqvajru8uz] {
    fill: none;
    stroke: rgba(12, 39, 64, 0.24);
    stroke-width: 1.75;
    vector-effect: non-scaling-stroke;
}

.swiss-region-selector__selection-list[b-vqvajru8uz] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding: 0.15rem 0.15rem 0 0;
}

.swiss-region-selector__selection-summary[b-vqvajru8uz] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.swiss-region-selector__selection-summary-item[b-vqvajru8uz] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.3rem;
    padding: 0.75rem 0.85rem;
    border: 1px solid rgba(12, 39, 64, 0.08);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 249, 253, 0.96) 100%);
}

    .swiss-region-selector__selection-summary-item:first-child[b-vqvajru8uz] {
        grid-column: 1 / -1;
        padding: 0.9rem 1rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 253, 0.96) 100%);
        border-color: rgba(12, 39, 64, 0.1);
    }

.swiss-region-selector__selection-summary-label[b-vqvajru8uz] {
    color: var(--aclado-muted);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: normal;
    overflow-wrap: anywhere;
}

.swiss-region-selector__selection-summary-value[b-vqvajru8uz] {
    color: var(--aclado-ink);
    font-size: 1.1rem;
    line-height: 1.1;
}

.swiss-region-selector__selection-summary-item:first-child .swiss-region-selector__selection-summary-label[b-vqvajru8uz] {
    font-size: 0.72rem;
}

.swiss-region-selector__selection-summary-item:first-child .swiss-region-selector__selection-summary-value[b-vqvajru8uz] {
    font-size: 1.15rem;
}

.swiss-region-selector__selection-item[b-vqvajru8uz] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
    width: 100%;
    padding: 0.9rem 0.95rem;
    border: 1px solid rgba(12, 39, 64, 0.08);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 253, 0.94) 100%);
    color: var(--aclado-ink);
    text-align: left;
    transition: border-color var(--motion-fast), box-shadow var(--motion-fast), background-color var(--motion-fast), transform var(--motion-fast);
}

    .swiss-region-selector__selection-item:hover[b-vqvajru8uz] {
        border-color: rgba(47, 111, 100, 0.22);
        transform: translateY(-1px);
        box-shadow: 0 12px 24px rgba(8, 15, 35, 0.08);
    }

.swiss-region-selector__selection-item-topline[b-vqvajru8uz],
.swiss-region-selector__selection-item-main[b-vqvajru8uz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    width: 100%;
}

.swiss-region-selector__selection-item-topline[b-vqvajru8uz] {
    flex-wrap: wrap;
}

.swiss-region-selector__selection-badge[b-vqvajru8uz],
.swiss-region-selector__selection-code[b-vqvajru8uz],
.swiss-region-selector__selection-remove[b-vqvajru8uz] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 1.7rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
}

.swiss-region-selector__selection-badge[b-vqvajru8uz] {
    padding: 0.1rem 0.6rem;
    letter-spacing: 0.04em;
}

    .swiss-region-selector__selection-badge.is-canton[b-vqvajru8uz] {
        background: rgba(47, 111, 100, 0.14);
        color: rgb(34, 86, 77);
    }

    .swiss-region-selector__selection-badge.is-district[b-vqvajru8uz] {
        background: rgba(61, 126, 237, 0.12);
        color: rgb(37, 89, 172);
    }

.swiss-region-selector__selection-code[b-vqvajru8uz] {
    padding: 0.1rem 0.55rem;
    background: rgba(12, 39, 64, 0.06);
    color: var(--aclado-muted);
    letter-spacing: 0.08em;
}

.swiss-region-selector__selection-title[b-vqvajru8uz] {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
}

.swiss-region-selector__selection-subtitle[b-vqvajru8uz] {
    color: var(--aclado-muted);
    font-size: 0.8rem;
    line-height: 1.35;
}

.swiss-region-selector__selection-remove[b-vqvajru8uz] {
    flex-shrink: 0;
    justify-content: center;
    width: 1.9rem;
    min-width: 1.9rem;
    padding: 0;
    color: var(--aclado-muted);
}

.swiss-region-selector__selection-item:hover .swiss-region-selector__selection-remove[b-vqvajru8uz] {
    color: var(--aclado-ink);
}

.swiss-region-selector__tooltip[b-vqvajru8uz] {
    position: fixed;
    z-index: 1500;
    padding: 0.45rem 0.65rem;
    border-radius: 10px;
    background: rgba(12, 18, 34, 0.92);
    color: #fff;
    font-size: 0.8rem;
    pointer-events: none;
    box-shadow: 0 10px 24px rgba(8, 15, 35, 0.18);
}

@media (max-width: 900px) {
    .swiss-region-selector__body[b-vqvajru8uz] {
        grid-template-columns: 1fr;
    }

    .swiss-region-selector__map-shell[b-vqvajru8uz] {
        min-height: 22rem;
    }

    .swiss-region-selector__mode-toggle[b-vqvajru8uz] {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .swiss-region-selector__header[b-vqvajru8uz],
    .swiss-region-selector__footer[b-vqvajru8uz],
    .swiss-region-selector__body[b-vqvajru8uz] {
        padding-inline: 1rem;
    }

    .swiss-region-selector__header[b-vqvajru8uz],
    .swiss-region-selector__footer[b-vqvajru8uz] {
        flex-direction: column;
        align-items: stretch;
    }

    .swiss-region-selector__footer-actions[b-vqvajru8uz] {
        width: 100%;
    }

        .swiss-region-selector__footer-actions > *[b-vqvajru8uz] {
            flex: 1 1 0;
        }

    .swiss-region-selector__selection-summary[b-vqvajru8uz] {
        grid-template-columns: 1fr;
    }

    .swiss-region-selector__selection-item-main[b-vqvajru8uz] {
        align-items: flex-start;
        flex-direction: column;
    }
}
