/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-zhepvi2lzp] {
    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-zhepvi2lzp] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1qh7i7z5ox],
.components-reconnect-repeated-attempt-visible[b-1qh7i7z5ox],
.components-reconnect-failed-visible[b-1qh7i7z5ox],
.components-pause-visible[b-1qh7i7z5ox],
.components-resume-failed-visible[b-1qh7i7z5ox],
.components-rejoining-animation[b-1qh7i7z5ox] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-1qh7i7z5ox],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-1qh7i7z5ox],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-1qh7i7z5ox],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-1qh7i7z5ox],
#components-reconnect-modal.components-reconnect-retrying[b-1qh7i7z5ox],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-1qh7i7z5ox],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-1qh7i7z5ox],
#components-reconnect-modal.components-reconnect-failed[b-1qh7i7z5ox],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-1qh7i7z5ox] {
    display: block;
}


#components-reconnect-modal[b-1qh7i7z5ox] {
    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-1qh7i7z5ox 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-1qh7i7z5ox 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-1qh7i7z5ox 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-1qh7i7z5ox]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-1qh7i7z5ox 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-1qh7i7z5ox {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-1qh7i7z5ox {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-1qh7i7z5ox {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-1qh7i7z5ox] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-1qh7i7z5ox] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-1qh7i7z5ox] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-1qh7i7z5ox] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-1qh7i7z5ox] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-1qh7i7z5ox] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-1qh7i7z5ox] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-1qh7i7z5ox 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-1qh7i7z5ox] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-1qh7i7z5ox {
    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/UI/GallerySlider.razor.rz.scp.css */
.gallery-scene[b-tpb6h5807h] {
    position: relative;
    overflow-x: hidden;
    overflow-y: visible;
    padding: 0;
    background: transparent;
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.gallery-scene--ready[b-tpb6h5807h] {
    opacity: 1;
}

.gallery-wall[b-tpb6h5807h] {
    position: relative;
    isolation: isolate;
    padding-top: 5rem;
    background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.54) 0%, rgba(245, 239, 231, 0.42) 24%, rgba(233, 225, 215, 0.28) 100%),
    url('/images/wall_final.webp') center top / 560px 560px repeat;
}

.gallery-wall[b-tpb6h5807h]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.14) 20%, rgba(255,255,255,0.02) 50%),
        linear-gradient(90deg, rgba(250,246,241,0.24) 0%, rgba(250,246,241,0.03) 16%, rgba(250,246,241,0.03) 84%, rgba(250,246,241,0.24) 100%);
    pointer-events: none;
}

.gallery-wall[b-tpb6h5807h]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(86%, 1400px);
    height: clamp(320px, 34vw, 540px);
    z-index: 1;
    background: radial-gradient(
        ellipse 82% 96% at 50% 0%,
        rgba(72, 57, 46, 0.52) 0%,
        rgba(84, 67, 55, 0.42) 24%,
        rgba(101, 82, 67, 0.28) 48%,
        rgba(119, 98, 81, 0.14) 66%,
        rgba(140, 118, 99, 0.05) 78%,
        rgba(150, 130, 111, 0) 92%
    );
    filter: blur(28px);
    opacity: 0.95;
    pointer-events: none;
}

.gallery-light[b-tpb6h5807h] {
    position: absolute;
    top: -2.55rem;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 128px;
    z-index: 3;
    pointer-events: none;
}

.gallery-light-cable[b-tpb6h5807h] {
    position: absolute;
    top: 0;
    width: 3px;
    height: 5.95rem;
    z-index: 3;
    background: linear-gradient(to right, #8b6a2f, #c9a84c, #8b6a2f);
    box-shadow:
        1px 0 1px rgba(0, 0, 0, 0.2),
        -1px 0 1px rgba(255, 255, 255, 0.1);
}

.gallery-light-cable-left[b-tpb6h5807h] {
    left: 34%;
}

.gallery-light-cable-right[b-tpb6h5807h] {
    right: 34%;
}

.gallery-light-bar[b-tpb6h5807h] {
    position: absolute;
    left: 50%;
    top: 5.95rem;
    transform: translateX(-50%);
    width: 300px;
    height: 10px;
    z-index: 3;
    border-radius: 999px;
    background: linear-gradient(
        to bottom,
        #dbb850,
        #c9a84c 30%,
        #8b6a2f 70%,
        #6d5528
    );
    box-shadow:
        inset 0 1px 2px rgba(255, 255, 255, 0.35),
        inset 0 -1px 2px rgba(0, 0, 0, 0.3),
        0 2px 4px rgba(0, 0, 0, 0.25),
        0 1px 1px rgba(0, 0, 0, 0.15),
        0 4px 16px rgba(255, 220, 140, 0.35),
        0 8px 32px rgba(255, 200, 100, 0.2);
}

.gallery-light-glow[b-tpb6h5807h] {
    position: absolute;
    left: 50%;
    top: 6.3rem;
    transform: translateX(-50%);
    width: 600px;
    height: 400px;
    z-index: 2;
    background: radial-gradient(
        ellipse 60% 100% at 50% 0%,
        rgba(255, 220, 140, 0.28) 0%,
        rgba(255, 210, 120, 0.16) 20%,
        rgba(255, 200, 100, 0.06) 50%,
        rgba(255, 200, 100, 0) 100%
    );
    clip-path: polygon(28% 0%, 72% 0%, 100% 100%, 0% 100%);
    pointer-events: none;
}

.gallery-stage[b-tpb6h5807h] {
    position: relative;
    z-index: 2;
    padding: 0.85rem 0 2.25rem;
}

.gallery-floor-zone[b-tpb6h5807h] {
    position: relative;
    margin-top: -1.1rem;
    padding: 1.15rem 0 0;
    min-height: 220px;
    overflow: hidden;
}

.gallery-floor-zone[b-tpb6h5807h]::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 4px;
    background: linear-gradient(to bottom, #8d7761, #6d5948);
    z-index: 2;
    pointer-events: none;
}

.gallery-floor[b-tpb6h5807h] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 420px;
    background:
        linear-gradient(180deg, rgba(249, 244, 237, 0.42) 0%, rgba(238, 229, 217, 0.32) 42%, rgba(221, 207, 190, 0.18) 100%),
        url('/images/floor_final.webp') center top / 320px 320px repeat;
    transform: perspective(1200px) rotateX(76deg);
    transform-origin: top center;
    opacity: 0.96;
}

.gallery-floor[b-tpb6h5807h]::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 44% 66% at 8% 28%, rgba(73, 55, 42, 0.42) 0%, rgba(73, 55, 42, 0.3) 34%, rgba(73, 55, 42, 0.14) 56%, rgba(73, 55, 42, 0) 82%),
        radial-gradient(ellipse 44% 66% at 92% 28%, rgba(73, 55, 42, 0.42) 0%, rgba(73, 55, 42, 0.3) 34%, rgba(73, 55, 42, 0.14) 56%, rgba(73, 55, 42, 0) 82%),
        radial-gradient(ellipse 52% 30% at 50% 20%, rgba(255, 248, 239, 0.12) 0%, rgba(255, 248, 239, 0.04) 44%, rgba(255, 248, 239, 0) 74%);
    pointer-events: none;
}

/* ── Painting frame (multi-layered pseudo-elements) ── */

.painting-frame[b-tpb6h5807h] {
    --shadow-x: 0;
    position: relative;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 14px;
    background: linear-gradient(145deg, #c9a84c, #8b6a2f 40%, #a07c3a 60%, #c9a84c);
    box-shadow: calc(var(--shadow-x) * 1px) 16px 3px rgba(0, 0, 0, 0.15);
}

.painting-frame[b-tpb6h5807h]::before {
    content: "";
    position: absolute;
    inset: 4px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    box-shadow:
        inset 0 1px 4px rgba(0, 0, 0, 0.5),
        inset 0 -1px 2px rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.painting-frame[b-tpb6h5807h]::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 3px solid rgba(0, 0, 0, 0.18);
    box-shadow:
        inset 2px 2px 4px rgba(255, 255, 255, 0.15),
        inset -2px -2px 4px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.painting-frame img[b-tpb6h5807h] {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: auto;
    max-height: calc(82cqh - 28px);
    max-width: calc(78vw - 28px);
    object-fit: contain;
}

@media (min-width: 768px) {
    .painting-frame[b-tpb6h5807h] {
        padding: 18px;
    }

    .painting-frame img[b-tpb6h5807h] {
        max-height: calc(86cqh - 36px);
        max-width: calc(62vw - 36px);
    }
}

.gallery-thumb-rail[b-tpb6h5807h] {
    overflow-x: auto;
    padding: 0.75rem 0.5rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.gallery-thumb-track[b-tpb6h5807h] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    min-width: 100%;
    width: max-content;
}

.gallery-thumb-rail[b-tpb6h5807h]::-webkit-scrollbar {
    display: none;
}

@media (max-width: 767px) {
    .gallery-scene[b-tpb6h5807h] {
        padding-bottom: 0;
    }

    .gallery-wall[b-tpb6h5807h] {
        padding-top: 2.2rem;
        border-radius: 0;
        background:
            linear-gradient(180deg, rgba(255, 252, 248, 0.86) 0%, rgba(245, 239, 231, 0.72) 28%, rgba(233, 225, 215, 0.48) 100%),
            url('/images/wall_final.webp') center top / 360px 360px repeat;
    }

    .gallery-wall[b-tpb6h5807h]::after {
        top: 0.2rem;
        width: 138%;
        height: 230px;
        filter: blur(18px);
    }

    .gallery-light[b-tpb6h5807h] {
        top: -1.7rem;
        width: 200px;
        height: 92px;
    }

    .gallery-light-cable[b-tpb6h5807h] {
        height: 4rem;
        width: 2px;
    }

    .gallery-light-bar[b-tpb6h5807h] {
        top: 4rem;
        width: 150px;
        height: 7px;
    }

    .gallery-light-glow[b-tpb6h5807h] {
        top: 4.4rem;
        width: 400px;
        height: 240px;
        clip-path: polygon(31% 0%, 69% 0%, 100% 100%, 0% 100%);
    }

    .gallery-stage[b-tpb6h5807h] {
        padding-top: 0.8rem;
        padding-bottom: 1rem;
    }

    .gallery-floor-zone[b-tpb6h5807h] {
        margin-top: -0.15rem;
        padding: 0.4rem 0 0;
        min-height: 180px;
    }

    .gallery-floor-zone[b-tpb6h5807h]::before {
        height: 6px;
    }

    .gallery-floor[b-tpb6h5807h] {
        inset: 0 -10% auto;
        height: 300px;
        background:
            linear-gradient(180deg, rgba(249, 244, 237, 0.52) 0%, rgba(238, 229, 217, 0.42) 42%, rgba(221, 207, 190, 0.24) 100%),
            url('/images/floor_final.webp') center top / 220px 220px repeat;
        transform: perspective(860px) rotateX(73deg);
    }

    .gallery-thumb-rail[b-tpb6h5807h] {
        padding: 0.85rem 0.85rem 1rem;
        scroll-snap-type: x mandatory;
    }

    .gallery-thumb-track[b-tpb6h5807h] {
        justify-content: flex-start;
        gap: 0.65rem;
    }

    .painting-frame[b-tpb6h5807h] {
        padding: 10px;
    }

    .painting-frame[b-tpb6h5807h]::before {
        inset: 3px;
        border-width: 1px;
    }

    .painting-frame[b-tpb6h5807h]::after {
        border-width: 2px;
    }
}
