.ageoverlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,1);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    font-family: Arial, sans-serif;
    padding: 20px;
}

.agebox {
    text-align: center;
    max-width: 350px;
}

.ageinputs {
    display: flex;
    gap: 10px;
    margin: 20px auto;
    justify-content: center;
}

.ageinputs input {
    width: 80px;
    padding: 10px;
    font-size: 18px;
    text-align: center;
}

.agebtn {
    padding: 10px 20px;
    font-size: 16px;
    background: #7c3aed;
    border: 0;
    color: white;
    cursor: pointer;
    border-radius: 5px;
}

.agemessage {
    margin-top: 15px;
    color: #ffb0b0;
    display: none;
}
