/* maturecam.live - Tailwind variant */
.bg-plum {
    background-color: #5b2b4f;
}
.bg-plum-light {
    background-color: #f6eef2;
}
.text-plum {
    color: #5b2b4f;
}
.text-sand {
    color: #7a6b63;
}
.btn-plum {
    background-color: #5b2b4f;
    color: #fff;
}
.btn-plum:hover {
    background-color: #3f1d36;
}
.btn-sand {
    background-color: #e1c9b5;
    color: #3f1d36;
}
.btn-sand:hover {
    background-color: #d1b39b;
}
.card-soft {
    border: 1px solid #eadfd7;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(91, 43, 79, 0.08);
}
.tag-soft {
    background-color: #f1e6ec;
    color: #5b2b4f;
}
.age-badge {
    display: inline-block;
    background: #e1c9b5;
    color: #3f1d36;
    padding: 0.2rem 0.6rem;
    border-radius: 6px;
    font-weight: 700;
}

