/* _content/EscArmadillo.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zbfdpxjgq4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zbfdpxjgq4] {
    flex: 1;
}


svg[b-zbfdpxjgq4] {
    fill: var(--text-primary);
    height: 32px;
    width: 32px;
}

/* Sidebar is currently hidden in markup */
.sidebar[b-zbfdpxjgq4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zbfdpxjgq4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    gap: 0rem;
    z-index: 500;
    font-family: 'Fredoka', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Left logo and right account area (in RTL the logo is at start/right, account area at end/left) */
.site-logo[b-zbfdpxjgq4] {
    display: inline-flex;
    align-items: center;
}

    .site-logo img[b-zbfdpxjgq4] {
        height: 3.5rem; /* match header height so it centers perfectly */
    }

/* Ensure title is vertically centered next to the logo */
.top-row h3[b-zbfdpxjgq4] {
    margin: 0 0 0 .75rem; /* remove default margins and add spacing from logo */
    line-height: 1; /* tighter line height for better centering */
}

.account-area[b-zbfdpxjgq4] {
    /* Push this block to the inline-end side (left in RTL, right in LTR) */
    margin-inline-start: auto;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.avatar[b-zbfdpxjgq4] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.username[b-zbfdpxjgq4] {
    margin-inline-end: .25rem; /* logical property for RTL/LTR */
    color: var(--text-primary);
}

/* Facebook button styling */
.btn-facebook[b-zbfdpxjgq4] {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background-color: var(--text-primary);
    color: #fff;
    border: none;
    padding: .175rem .25rem;
    border-radius: .375rem;
    font-weight: 600;
    font-size: 1.5rem; /* control text size; icon scales with it */
    line-height: 1.2;
}

    /* Make icon match text size */
    .btn-facebook .icon[b-zbfdpxjgq4] {
        width: 1.2em;
        height: 1.2em;
        flex: 0 0 auto;
    }

    .btn-facebook:hover[b-zbfdpxjgq4] {
        filter: brightness(0.95);
    }

    .btn-facebook:focus[b-zbfdpxjgq4] {
        outline: 2px solid #0b5ed7;
        outline-offset: 2px;
    }

@media (max-width: 640.98px) {
    .top-row[b-zbfdpxjgq4] {
        justify-content: space-between;
    }
}

@media (min-width: 641px) {
    .page[b-zbfdpxjgq4] {
        flex-direction: row;
    }

    .sidebar[b-zbfdpxjgq4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zbfdpxjgq4] {
        position: sticky;
        top: 0;
        z-index: 500;
    }

    .top-row[b-zbfdpxjgq4], article[b-zbfdpxjgq4] {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }
}

#blazor-error-ui[b-zbfdpxjgq4] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-zbfdpxjgq4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/EscArmadillo.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-y5y3g5n65f] {
    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-y5y3g5n65f] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-y5y3g5n65f] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-y5y3g5n65f] {
    font-size: 1.1rem;
}

.bi[b-y5y3g5n65f] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-y5y3g5n65f] {
    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[b-y5y3g5n65f] {
    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[b-y5y3g5n65f] {
    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-y5y3g5n65f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-y5y3g5n65f] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-y5y3g5n65f] {
        padding-bottom: 1rem;
    }

    .nav-item[b-y5y3g5n65f]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-y5y3g5n65f]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-y5y3g5n65f]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-y5y3g5n65f] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-y5y3g5n65f] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-y5y3g5n65f] {
        display: none;
    }

    .nav-scrollable[b-y5y3g5n65f] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/EscArmadillo.Web/Components/Pages/Admin/EscapeRoomEditor.razor.rz.scp.css */
.form-section[b-6273irgvru] {
  display: flex;
  justify-content: center;   /* center horizontally */
  align-items: stretch;        /* allow children to stretch to equal height */
  gap: 1rem;                  /* space between the fields */
  flex-wrap: wrap;            /* stack on small screens */
  padding-block: .75rem;
}



svg[b-6273irgvru] {
    fill: var(--text-primary);
    height: 32px;
    width: 32px;
    padding-inline-end:12px;
}

/* Radzen SelectBar: add spacing between icon and text */
.rz-selectbar .rz-button .rz-button-icon-left[b-6273irgvru] { margin-inline-end: .35rem; }
.rz-selectbar .rz-button .rz-button-icon-right[b-6273irgvru] { margin-inline-start: .35rem; }
.rz-selectbar .rz-button .rz-icon[b-6273irgvru] { vertical-align: middle; }
/* _content/EscArmadillo.Web/Components/Pages/CompaniesView.razor.rz.scp.css */


svg[b-jpru2v4m78] {
    fill: var(--text-primary);
    height: 24px;
    width: 24px;
    min-width: 24px;
    min-height: 24px;
}
/* _content/EscArmadillo.Web/Components/Pages/Contact.razor.rz.scp.css */
.contact-wrapper[b-4uqtfeiecs] {
    direction: rtl; /* Hebrew layout */
}

.contact-wrapper .card-header[b-4uqtfeiecs] {
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.contact-wrapper .form-label[b-4uqtfeiecs] {
    font-weight: 600;
}

.contact-wrapper .form-control[b-4uqtfeiecs] {
    border-radius: .5rem;
}

.contact-wrapper .btn-dark[b-4uqtfeiecs] {
    border-radius: 2rem;
    padding-inline: 1.25rem;
}

/* Validation styles align with Bootstrap */
.validation-message[b-4uqtfeiecs],
.validation-message > *[b-4uqtfeiecs] {
    color: #dc3545 !important;
}
/* _content/EscArmadillo.Web/Components/Pages/Home.razor.rz.scp.css */
.hero[b-x176q9eve7] {
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: url('/images/hero.png') center/cover no-repeat;
    font-family: 'Playpen Sans Hebrew', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

    .hero[b-x176q9eve7]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.4); /* black overlay, adjust alpha for strength */
        z-index: 1;
    }



.hero-content[b-x176q9eve7] {
    
    text-align: center;
    padding: 2rem;
    z-index: 1;
    justify-content: center;
    align-items: center;
}



h1[b-x176q9eve7] {
    font-size: 4rem;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}


.hero-actions .btn[b-x176q9eve7] {
    margin-top: .5rem;
}

/* Circular CTA button */
.btn-circle[b-x176q9eve7] {
    width: 96px; /* adjust circle size as needed */
    height: 96px;
    border-radius: 50% !important;
    padding: 0; /* remove default padding */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* nice soft elevation */
    box-shadow: 0 8px 24px rgba(0,0,0,.25), inset 0 -3px 0 rgba(0,0,0,.15);
    transition: transform .12s ease, box-shadow .2s ease, filter .2s ease;
}

    .btn-circle:hover[b-x176q9eve7] {
        box-shadow: 0 12px 28px rgba(0,0,0,.28), inset 0 -3px 0 rgba(0,0,0,.15);
        filter: brightness(1.05);
    }

    .btn-circle:active[b-x176q9eve7] {
        box-shadow: 0 6px 16px rgba(0,0,0,.22), inset 0 3px 0 rgba(0,0,0,.2);
        filter: none;
    }

    .btn-circle:focus-visible[b-x176q9eve7] {
        outline: none;
        box-shadow: 0 0 0 .3rem rgba(13,110,253,.35), /* focus ring in Bootstrap primary */
        0 10px 24px rgba(0,0,0,.28), inset 0 -3px 0 rgba(0,0,0,.15);
    }

    .btn-circle svg[b-x176q9eve7] {
        width: 48px;
        height: 48px;
        fill: white;
    }

svg[b-x176q9eve7] {
    fill: var(--text-primary);
    height: 24px;
    width: 24px;
    min-width: 24px;
    min-height: 24px;
}


.btn-outline-info:hover[b-x176q9eve7] {
    box-shadow: 0 12px 28px rgba(0,0,0,.28), inset 0 -3px 0 rgba(0,0,0,.15);
    background: white;
}

.disclaimer-backdrop[b-x176q9eve7] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.65);
    backdrop-filter: blur(2px);
    z-index: 1050;
    opacity: 0;
    animation: disclaimer-fade-in-b-x176q9eve7 .22s ease-out forwards;
}

.disclaimer-modal[b-x176q9eve7] {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 1051;
    direction: rtl;
    font-family: 'Lunasima', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.disclaimer-content[b-x176q9eve7] {
    position: relative;
    width: min(92vw, 720px);
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 1rem 2rem rgba(0,0,0,.35);
    opacity: 0;
    transform: translateY(8px) scale(.96);
    transform-origin: center;
    will-change: transform, opacity;
    animation: disclaimer-pop-in-b-x176q9eve7 .28s cubic-bezier(.2,.8,.2,1) .05s forwards;
}

.disclaimer-image[b-x176q9eve7] {
    display: block;
    width: 100%;
    height: auto;
    filter: brightness(0.5);
}

.disclaimer-overlay[b-x176q9eve7] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.25rem;
    background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.65) 75%);
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.6);
}

/* Animations */
@keyframes disclaimer-fade-in-b-x176q9eve7 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes disclaimer-pop-in-b-x176q9eve7 {
    from {
        opacity: 0;
        transform: translateY(8px) scale(.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .disclaimer-backdrop[b-x176q9eve7],
    .disclaimer-content[b-x176q9eve7] {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}



.wrapper[b-x176q9eve7] {
    height: 300px;
    width: 250px;
    border: 5px solid #61412D;
    /* 3D */
    perspective: 1000px;
}

img[b-x176q9eve7] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.door[b-x176q9eve7] {
    background-color: #61412D;
    height: 100%;
    width: 50%;
    position: absolute;
    /* inner layout */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#left-door[b-x176q9eve7] {
    top: 0;
    left: 0;
    border-right: 1px solid black;
    /* transition */
    transform-origin: left;
    transition: transform 1.5s cubic-bezier(.77,0,.18,1);
}

#right-door[b-x176q9eve7] {
    top: 0;
    right: 0;
    border-left: 1px solid black;
    /* transition */
    transform-origin: right;
    transition: transform 1.5s cubic-bezier(.77,0,.18,1);
}

.shape[b-x176q9eve7] {
    border: 4px solid black;
    width: 100px;
    height: 130px;
}

.knob[b-x176q9eve7] {
    width: 10px;
    height: 50px;
    background-color: #D7DADE;
    position: absolute;
}

#left-knob[b-x176q9eve7] {
    top: 50%;
    right: 10px;
}

#right-knob[b-x176q9eve7] {
    top: 50%;
    left: 10px;
}

/* Door swing effect */
.wrapper.open #left-door[b-x176q9eve7] {
    transform: rotateY(-140deg);
}

.wrapper.open #right-door[b-x176q9eve7] {
    transform: rotateY(140deg);
}


.door-sign[b-x176q9eve7] {
    position: absolute;
    top: 32px; /* Adjust as needed */
    height: 60px; /* Adjust as needed */
    width: auto;
    z-index: 2;
    pointer-events: none;
}

    .door-sign.open[b-x176q9eve7] {
        opacity: 1;
        animation: door-sign-fade-b-x176q9eve7 0.7s ease-in 0.25s forwards;
    }

.door-sign-left[b-x176q9eve7] {
    right: -1px;
    /* Remove left: 50% and transform for left sign */
}

.door-sign-right[b-x176q9eve7] {
    left: -1px;
    /* Remove left: 50% and transform for right sign */
}

@keyframes door-sign-fade-b-x176q9eve7 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
/* _content/EscArmadillo.Web/Components/Pages/View.razor.rz.scp.css */


body[b-9dp2gr0h53] {
}





/* Room card layout: fixed height so background is visible */
.room-card[b-9dp2gr0h53] {
    height: 230px !important; /* fixed card height */
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden; /* clip background/overlay to corners below */
    /* Rounded only at the top, square at the bottom */
    border-top-left-radius: var(--bs-border-radius, .375rem);
    border-top-right-radius: var(--bs-border-radius, .375rem);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .room-card .card-body[b-9dp2gr0h53] {
        margin-top: auto;
        position: relative;
        z-index: 1;
    }

    /* Room card background image styling */
    .room-card.has-bg[b-9dp2gr0h53] {
        background-size: contain; /* show the whole image */
        background-position: center;
        background-repeat: no-repeat;
        background-color: #1a1a1a; /* letterbox area color */
        color: #fff;
        min-height: 230px;
        aspect-ratio: 16/9;
        background-size: contain;
    }
        /* zoomable image layer (inherits background from parent) */
        .room-card.has-bg[b-9dp2gr0h53]::after {
            content: "";
            position: absolute;
            inset: 0;
            background-image: inherit;
            background-position: inherit;
            background-repeat: inherit;
            background-size: inherit;
            transform-origin: center;
            transition: transform .4s ease, filter .4s ease;
            z-index: 0;
            pointer-events: none;
        }
        /* subtle gradient overlay above the image */
        .room-card.has-bg[b-9dp2gr0h53]::before {
            content: "";
            position: absolute;
            inset: 0;
            /*  background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.33));*/
            z-index: 1;
            pointer-events: none;
        }
        /* hover zoom/impact */
        .room-card.has-bg:hover[b-9dp2gr0h53]::after {
            transform: scale(1.08);
            filter: brightness(1.06) contrast(1.05);
        }

/* Top-left ribbon that exceeds the image bounds slightly */
.room-ribbon[b-9dp2gr0h53] {
    position: absolute;
    top: 15px;
    right: -13px; /* exceed a bit outside */
    background: var(--text-primary);
    color: #fff;
    padding: .35rem .75rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border-radius: .25rem;
    box-shadow: 0 4px 10px rgba(0,0,0,.5);
    font-weight: 700;
    z-index: 100;
    will-change: transform;
}



.paper-clip[b-9dp2gr0h53] {
    position: absolute;
    top: 5px;
    right: -13px; /* exceed a bit outside */
    z-index: 100;
}

    .paper-clip.flipped[b-9dp2gr0h53] {
        display: none;
    }

    .paper-clip svg[b-9dp2gr0h53] {
        width: 48px;
        height: 48px;
        transform: rotate(-10deg);
        fill: rgba(0,0,0,0.15);
    }



.room-ribbon.flipped[b-9dp2gr0h53] {
    top: auto;
    bottom: 16px !important;
}

.room-ribbon[b-9dp2gr0h53]::after {
    content: "";
    position: absolute;
    left: -9px;
    top: 1;
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 10px solid var(--text-primary);
}

.room-ribbon-text[b-9dp2gr0h53] {
    white-space: nowrap;
    font-size: 1.1rem;
    z-index: 110;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/* Ribbon shake on hover */
@keyframes ribbon-shake-b-9dp2gr0h53 {
    0% {
        transform: translate3d(0,0,0) rotate(0deg);
    }

    15% {
        transform: translate3d(-1px, 0, 0) rotate(-1deg);
    }

    30% {
        transform: translate3d(1px, 0, 0) rotate(1deg);
    }

    45% {
        transform: translate3d(-1px, 0, 0) rotate(-0.8deg);
    }

    60% {
        transform: translate3d(1px, 0, 0) rotate(0.8deg);
    }

    75% {
        transform: translate3d(-0.6px, 0, 0) rotate(-0.6deg);
    }

    100% {
        transform: translate3d(0,0,0) rotate(0deg);
    }
}

.card:hover .room-ribbon[b-9dp2gr0h53],
.room-card:hover ~ .room-ribbon[b-9dp2gr0h53] {
    animation: ribbon-shake-b-9dp2gr0h53 .6s ease-in-out both;
}



@media (prefers-reduced-motion: reduce) {
    .card:hover .room-ribbon[b-9dp2gr0h53],
    .room-card:hover ~ .room-ribbon[b-9dp2gr0h53] {
        animation: none;
    }
}

/* Actions area pinned to bottom inside the room-card */
.room-card-actions[b-9dp2gr0h53] {
    margin-top: auto; /* push to bottom */
    position: relative;
    z-index: 2; /* above overlay */
    padding: .5rem;
    background: rgba(0,0,0,.15);
    display: flex;
    flex-direction: column;
}

/* Tighten spacing in the card body to reduce bottom empty space */
.card .card-body[b-9dp2gr0h53] {
    padding: .5rem .75rem .5rem;
}

.card .card-title[b-9dp2gr0h53] {
    margin-bottom: .25rem;
}

.card .card-body p[b-9dp2gr0h53] {
    margin-bottom: .25rem;
}

.card .card-body > :last-child[b-9dp2gr0h53] {
    margin-bottom: 0;
}



svg[b-9dp2gr0h53] {
    fill: var(--text-primary);
    height: 24px;
    width: 24px;
    min-width: 24px;
    min-height: 24px;
}

a[b-9dp2gr0h53] {
    text-decoration: none;
    font-family: 'Lunasima', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.radzen-file-input-preview[b-9dp2gr0h53],
.radzen-file-input-remove[b-9dp2gr0h53] {
    display: none !important;
}

.card-title[b-9dp2gr0h53] {
    font-family: 'Fredoka', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.address[b-9dp2gr0h53] {
    font-size: 12px;
    margin: 0; /* remove extra paragraph margin to tighten bottom space */
}

.rz-panel-titlebar[b-9dp2gr0h53] {
    flex-direction: row-reverse;
    justify-content: right;
}


.region-children[disabled][b-9dp2gr0h53] {
    opacity: .4;
    pointer-events: none;
}


.city-room-count[b-9dp2gr0h53] {
    padding-inline-end: 75px;
}

/* Room tags bar sits over the image; no backdrop so domes stand alone */
.room-tags[b-9dp2gr0h53] {
    position: absolute;
    left: .25rem;
    bottom: .25rem;
    display: inline-flex;
    align-items: end;
    gap: .35rem;
    padding: .2rem .25rem;
    background: transparent;
    z-index: 3;
    flex-direction: row;
}

.ratings[b-9dp2gr0h53] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: .35rem;
    padding: .2rem .25rem;
    background: white;
    border-radius: 8px;
    z-index: 5;
    outline: 2px solid transparent;
    transition: outline-color 0.3s, outline-width 0.3s;
}

    .ratings:hover[b-9dp2gr0h53] {
        outline-color: black;
    }

.card-user-overlay[b-9dp2gr0h53] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border-radius: inherit;
    background-color: rgba(130,130,130,0.25);
}

    .card-user-overlay svg[b-9dp2gr0h53] {
        width: 250px;
        height: 250px;
        fill: var(--bg-min-players);
        opacity: 0.45;
        filter: drop-shadow(0 2px 8px rgba(0,0,0,0.25));
    }

.done[b-9dp2gr0h53] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.15); /* semi-opaque overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    border-radius: inherit;
}

.card-user-rating-overlap[b-9dp2gr0h53] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
}

    .card-user-rating-overlap .avatar[b-9dp2gr0h53] {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        object-fit: cover;
        opacity: 0.5;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

.rating-svg-overlap[b-9dp2gr0h53] {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 48px;
    height: 48px;
    z-index: 2;
    opacity: 0.85;
    fill: white;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.25));
}

    .rating-svg-overlap.like[b-9dp2gr0h53] {
        fill: var(--rz-success-darker) !important;
    }

    .rating-svg-overlap.dislike[b-9dp2gr0h53] {
        fill: var(--rz-danger-darker) !important;
    }

    .rating-svg-overlap.neutral[b-9dp2gr0h53] {
        fill: var(--rz-secondary-darker) !important;
    }


.room-tags-min[b-9dp2gr0h53] {
    position: absolute;
    right: .25rem;
    bottom: .25rem;
    display: inline-flex;
    align-items: end;
    gap: .35rem;
    padding: .2rem .25rem;
    background: transparent;
    z-index: 3;
    flex-direction: column;
}

.room-tags-fear[b-9dp2gr0h53] {
    position: absolute;
    left: .25rem;
    top: .25rem;
    display: inline-flex;
    align-items: end;
    gap: .35rem;
    padding: .2rem .25rem;
    background: transparent;
    z-index: 3;
    flex-direction: column;
}

.fear[b-9dp2gr0h53] {
    color: var(--bg-fear);
}

.min-players[b-9dp2gr0h53] {
    color: var(--bg-min-players);
}


/* “Dome” icon holder: almost full circle with a flat bottom */
.tag-container[b-9dp2gr0h53] {
    /* Tweak these to control size/flatness */
    --tag-diameter: 46px; /* circle diameter */
    --tag-height: 32px; /* visible height (smaller -> flatter bottom) */

    position: relative;
    width: var(--tag-diameter);
    height: var(--tag-height);
    overflow: hidden; /* clip the bottom to a straight line */
    display: grid;
    place-items: center;
    align-items: center;
    justify-content: center;
}






.room-tags .tag-container[b-9dp2gr0h53]::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    margin: 0 auto;
    width: var(--tag-diameter);
    height: var(--tag-diameter);
    background: var(--text-primary);
    border-radius: 50%; /* full circle */
    top: calc(-0.5 * (var(--tag-diameter) - var(--tag-height))); /* raise circle so bottom is cut */
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.35));
    transition: background-color .25s ease;
}

.room-tags .gold[b-9dp2gr0h53]::before {
    background: gold !important;
}

.room-tags-min .tag-container[b-9dp2gr0h53]::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: var(--tag-diameter);
    height: var(--tag-diameter);
    background: var(--bg-min-players);
    border-radius: 50%; /* full circle */
    top: calc(-0.5 * (var(--tag-diameter) - var(--tag-height))); /* raise circle so bottom is cut */
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.35));
    transition: background-color .25s ease;
}

.room-tags-fear .tag-container[b-9dp2gr0h53]::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: var(--tag-diameter);
    height: var(--tag-diameter);
    background: var(--bg-fear);
    border-radius: 50%; /* full circle */
    top: calc(-0.5 * (var(--tag-diameter) - var(--tag-height))); /* raise circle so bottom is cut */
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.35));
    transition: background-color .25s ease;
}

/* Icon inside the dome */
.tag-container svg[b-9dp2gr0h53] {
    position: relative; /* above the pseudo-circle */
    z-index: 5;
    width: 25px;
    height: 25px;
    fill: white;
}

.room-tags svg[b-9dp2gr0h53] {
    fill: black;
}

.tag-container span[b-9dp2gr0h53] {
    position: relative; /* above the pseudo-circle */
    z-index: 5;
    width: 25px;
    height: 25px;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-family: 'Lunasima', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}



/* Optional: hover pop */
.tag-container:hover[b-9dp2gr0h53]::before {
    background-color: color-mix(in srgb, var(--text-primary) 85%, white 15%);
}



.tag-toggle svg[b-9dp2gr0h53] {
    fill: black;
}

.rz-button-md[b-9dp2gr0h53] {
    padding: 4px !important;
}





/* Animated full-screen backdrop */
.loading-overlay[b-9dp2gr0h53] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: grid;
    place-items: center;
    pointer-events: all;
    background: linear-gradient(120deg, #f5f7fa, #e9eef5, #f5f7fa);
    background-size: 200% 200%;
    animation: gradientShift-b-9dp2gr0h53 8s ease infinite;
}

/* Frosted glass card */
.loading-card[b-9dp2gr0h53] {
    position: relative;
    min-width: min(92vw, 560px);
    padding: 2.25rem 2rem 1.5rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(12px) saturate(120%);
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    text-align: center;
}

/* Spinner + glow wrapper */
.loading-ring[b-9dp2gr0h53] {
    position: relative;
    display: inline-grid;
    place-items: center;
    margin-inline: auto;
}

/* Make spinner much bigger */
.overlay-spinner[b-9dp2gr0h53] {
    transform: scale(2.6);
    transform-origin: center;
}

/* Optional: explicit size if you prefer instead of transform
.overlay-spinner .mud-progress-circular-svg {
    width: 160px !important;
    height: 160px !important;
}
*/

/* Soft animated glow behind spinner */
.spinner-glow[b-9dp2gr0h53] {
    position: absolute;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(99,102,241,0.35), transparent 70%);
    filter: blur(8px);
    animation: glowPulse-b-9dp2gr0h53 2.2s ease-in-out infinite;
    z-index: -1;
}

/* Shimmering headline */
.loading-text[b-9dp2gr0h53] {
    margin-top: 1rem;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: .02em;
    color: #1f2937;
}

.shimmer[b-9dp2gr0h53] {
    background: linear-gradient(90deg, rgba(31,41,55,0.25), rgba(31,41,55,0.85), rgba(31,41,55,0.25));
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shimmerMove-b-9dp2gr0h53 2.5s linear infinite;
}

/* Bouncing dots under text */
.loading-dots[b-9dp2gr0h53] {
    display: inline-flex;
    gap: 8px;
    margin-top: .35rem;
}

    .loading-dots span[b-9dp2gr0h53] {
        width: 10px;
        height: 10px;
        background: #6366f1; /* indigo */
        border-radius: 50%;
        display: inline-block;
        animation: bounce-b-9dp2gr0h53 1.2s ease-in-out infinite;
    }

        .loading-dots span:nth-child(2)[b-9dp2gr0h53] {
            animation-delay: .15s;
        }

        .loading-dots span:nth-child(3)[b-9dp2gr0h53] {
            animation-delay: .3s;
        }

/* Animations */
@keyframes gradientShift-b-9dp2gr0h53 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes shimmerMove-b-9dp2gr0h53 {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

@keyframes glowPulse-b-9dp2gr0h53 {
    0%, 100% {
        transform: scale(1);
        opacity: .9;
    }

    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

@keyframes bounce-b-9dp2gr0h53 {
    0%, 80%, 100% {
        transform: translateY(0);
        opacity: .9;
    }

    40% {
        transform: translateY(-6px);
        opacity: 1;
    }
}

/* Fade-in animation for no-results */
@keyframes fade-in-b-9dp2gr0h53 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.no-results[b-9dp2gr0h53] {
    position: relative;
    min-height: 91vh;
    display: flex;
    align-items: start;
    justify-content: center;
    color: #fff;
    background: url('/images/no_rooms.png') center/cover no-repeat;
    font-family: 'Playpen Sans Hebrew', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    animation: fade-in-b-9dp2gr0h53 0.9s cubic-bezier(.33,.99,.48,1.01);
}



.no-results-text[b-9dp2gr0h53] {
    inset: 0;
    text-align: center;
    padding-top: 15rem;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,.6);
    font-size: 4rem;
    font-family: 'Playpen Sans Hebrew', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}






.card-flip-container[b-9dp2gr0h53] {
    position: relative;
    height: 230px;
}




.card-flip[b-9dp2gr0h53] {
    transition: transform 0.6s cubic-bezier(.4,0,.2,1);
    transform-style: preserve-3d;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    backface-visibility: hidden;
}

.card-flip-front[b-9dp2gr0h53] {
    z-index: 2;
    background: inherit;
}

.card-flip-back[b-9dp2gr0h53] {
    transform: rotateY(180deg);
    z-index: 1;
    background: #fff;
}

.room-card.card-flip-back[b-9dp2gr0h53]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 1;
    pointer-events: none;
}

.rate-toggle[b-9dp2gr0h53] {
    width: 100px !important;
}

.ratings-group[b-9dp2gr0h53] {
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.ratings-editor[b-9dp2gr0h53] {
    z-index: 100;
    padding-block: 0.5rem;
    padding-inline: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    position: relative;
    justify-content: center;
    align-items: center;
}

.rating-editor-na[b-9dp2gr0h53] {
    z-index: 100;
    padding-block: 0.5rem;
    padding-inline: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.editor-save[b-9dp2gr0h53] {
    padding-top: 1rem;
    align-self: center;
}

.card-flip-container.flipped .card-flip-front[b-9dp2gr0h53] {
    transform: rotateY(180deg);
}

.card-flip-container.flipped .card-flip-back[b-9dp2gr0h53] {
    transform: rotateY(0deg);
}

.card-flip-back.card.room-card.has-bg[b-9dp2gr0h53] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: space-between;
    min-height: 100%; /* Ensure it fills the available space */
}


.personal-switches-grid[b-9dp2gr0h53] {
    display: grid;
    grid-template-columns: 24px max-content 40px 1fr;
    grid-template-rows: repeat(3, auto);
    align-items: center;
    justify-content: center;
}

.switch-svg[b-9dp2gr0h53], .switch-label[b-9dp2gr0h53], .switch-control[b-9dp2gr0h53] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

    .switch-svg svg[b-9dp2gr0h53] {
        height: 24px;
        width: 24px;
        margin-bottom: 0;
    }

    .switch-label span[b-9dp2gr0h53] {
        text-align: right;
        padding-inline-end: 8px;
    }

.switch-control[b-9dp2gr0h53] {
    align-items: flex-end;
}




.user-tag-ribbon[b-9dp2gr0h53] {
    position: absolute;
    top: 56px; /* adjust to place under room name ribbon */
    right: -16px;
    display: flex;
    align-items: center;
    gap:8px;
    height: 40px;
    background: #fff;
    border-radius: 28px;
    border: 3px solid #2d5cae;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 0 18px 0 12px;
    z-index: 5;
}

.user-tag-img[b-9dp2gr0h53] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #2d5cae;
    background: #fff;
    margin-right: -18px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.07);
}

.user-tag-svg[b-9dp2gr0h53] {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .user-tag-svg.like[b-9dp2gr0h53] {
        fill: var(--rz-success-darker) !important;
    }

    .user-tag-svg.dislike[b-9dp2gr0h53] {
        fill: var(--rz-danger-darker) !important;
    }

    .user-tag-svg.neutral[b-9dp2gr0h53] {
        fill: var(--rz-secondary-darker) !important;
    }
