/* EroKami V10.15.3 | one age gate only. No product-card rules. */

.ek-login-remember {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin: 1rem 0 1.35rem;
    min-height: 24px;
}

.ek-login-remember input[type="checkbox"] {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin: 0;
    accent-color: #e258a2;
    cursor: pointer;
}

.ek-login-remember label {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.25;
    cursor: pointer;
    color: inherit;
}

html.ek-age-gate-single-open,
html.ek-age-gate-single-open body {
    overflow: hidden !important;
}

.ek-age-gate-single[hidden] {
    display: none !important;
}

.ek-age-gate-single {
    position: fixed;
    inset: 0;
    z-index: 2147483640;
    display: grid;
    place-items: center;
    padding: 14px;
    color: #f8f8ff;
    background:
        radial-gradient(circle at 12% 12%, rgba(226, 88, 162, 0.2), transparent 32%),
        radial-gradient(circle at 88% 82%, rgba(91, 210, 255, 0.12), transparent 28%),
        rgba(5, 7, 18, 0.96);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.ek-age-gate-single__panel {
    width: min(1180px, 100%);
    min-height: min(720px, calc(100vh - 28px));
    display: grid;
    grid-template-columns: minmax(420px, 0.92fr) minmax(480px, 1.08fr);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 28px;
    background: rgba(10, 13, 29, 0.92);
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.48);
}

.ek-age-gate-single__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(28px, 5vw, 72px);
}

.ek-age-gate-single__eyebrow {
    width: fit-content;
    margin: 0 0 18px;
    padding: 8px 13px;
    border: 1px solid rgba(100, 224, 255, 0.22);
    border-radius: 999px;
    background: rgba(100, 224, 255, 0.08);
    color: #76e9ff;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.ek-age-gate-single__title {
    max-width: 620px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(2.35rem, 5.3vw, 4.8rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.ek-age-gate-single__text {
    max-width: 610px;
    margin: 0;
    color: rgba(245, 246, 255, 0.8);
    font-size: clamp(1rem, 1.6vw, 1.13rem);
    line-height: 1.65;
}

.ek-age-gate-single__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.ek-age-gate-single__enter,
.ek-age-gate-single__leave {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.2rem;
    border-radius: 15px;
    font: inherit;
    font-weight: 750;
    cursor: pointer;
    transition: transform 160ms ease, filter 160ms ease, border-color 160ms ease;
}

.ek-age-gate-single__enter {
    border: 0;
    background: linear-gradient(180deg, #ef6db3, #dc4d98);
    color: #fff;
    box-shadow: 0 14px 34px rgba(226, 88, 162, 0.3);
}

.ek-age-gate-single__leave {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.045);
    color: #fff;
}

.ek-age-gate-single__enter:hover,
.ek-age-gate-single__leave:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

.ek-age-gate-single__note {
    margin: 18px 0 0;
    color: rgba(245, 246, 255, 0.52);
    font-size: 0.86rem;
}

.ek-age-gate-single__visual {
    min-width: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 20%, rgba(226, 88, 162, 0.2), transparent 35%),
        linear-gradient(150deg, rgba(226, 88, 162, 0.1), rgba(77, 193, 255, 0.06));
}

.ek-age-gate-single__visual img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 960px) {
    .ek-age-gate-single__panel {
        grid-template-columns: 1fr;
    }

    .ek-age-gate-single__visual {
        min-height: 34vh;
        order: -1;
    }

    .ek-age-gate-single__content {
        padding: 28px 22px 26px;
    }
}

@media (max-width: 620px) {
    .ek-age-gate-single {
        padding: 8px;
    }

    .ek-age-gate-single__panel {
        min-height: calc(100vh - 16px);
        border-radius: 22px;
    }

    .ek-age-gate-single__visual {
        min-height: 28vh;
        max-height: 36vh;
    }

    .ek-age-gate-single__actions {
        flex-direction: column;
    }

    .ek-age-gate-single__enter,
    .ek-age-gate-single__leave {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ek-age-gate-single__enter,
    .ek-age-gate-single__leave {
        transition: none;
    }
}
