/* _content/Taboo/Components/UI/AgeGateModal.razor.rz.scp.css */
.age-gate-backdrop[b-px52pd6mqv] {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(1rem);
}

.age-gate-dialog[b-px52pd6mqv] {
    width: 100%;
    max-width: 28rem;
    margin: 0;
}
/* _content/Taboo/Components/UI/Legal/CookieBanner.razor.rz.scp.css */
.cookie-banner[b-rxvvxn2uol] {
    z-index: 1050;
}
/* _content/Taboo/Components/UI/TabooImageLightbox.razor.rz.scp.css */
.pose-day-lightbox-backdrop[b-ntko4umvc2] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100dvh;
    max-width: none;
    max-height: none;
    margin: 0;
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(10px);
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
}

.pose-day-lightbox__viewport[b-ntko4umvc2] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: none;
    pointer-events: none;
}

.pose-day-lightbox__close[b-ntko4umvc2] {
    position: fixed;
    top: max(1rem, env(safe-area-inset-top));
    right: max(1rem, env(safe-area-inset-right));
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 9999px;
    border: 1px solid rgba(151, 142, 150, 0.35);
    background-color: rgba(32, 32, 31, 0.85);
    color: #e5e2e1;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
}

.pose-day-lightbox__close:hover[b-ntko4umvc2] {
    background-color: rgba(53, 53, 53, 0.95);
    border-color: rgba(217, 190, 222, 0.45);
}

.pose-day-lightbox__image[b-ntko4umvc2] {
    display: block;
    max-width: 100vw;
    max-height: 100dvh;
    width: auto;
    height: auto;
    object-fit: contain;
    transform-origin: center center;
    will-change: transform;
    user-select: none;
    -webkit-user-drag: none;
    touch-action: none;
    pointer-events: auto;
}
