.nukivibe-age-gate {
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(10, 10, 15, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.nukivibe-age-gate__box {
    background: #fff;
    border-radius: 16px;
    max-width: 420px;
    width: 100%;
    padding: 40px 28px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.nukivibe-age-gate__logo {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
}

.nukivibe-age-gate__text {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 24px;
}

.nukivibe-age-gate__buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nukivibe-age-gate__btn {
    display: block;
    padding: 14px 20px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.nukivibe-age-gate__btn--yes {
    background: #111;
    color: #fff;
}

.nukivibe-age-gate__btn--no {
    background: #eee;
    color: #333;
}

.nukivibe-age-gate__btn:hover {
    opacity: 0.85;
}

.nukivibe-age-gate__note {
    font-size: 12px;
    color: #888;
    margin: 20px 0 0;
}

body.nukivibe-age-gate-active {
    overflow: hidden;
}
