.cleaning-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.85);
}

.cleaning-modal-dialog {
    width: 100%;
    max-width: 420px;
    padding: 2rem;
    border: 1px solid #ff2a85;
    border-radius: 1rem;
    background: #090b15;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    text-align: center;
}

.cleaning-modal-title {
    margin-bottom: 1rem;
    color: #ff2a85;
    font-weight: 700;
}

.cleaning-modal-text {
    margin-bottom: 1.5rem;
    color: #ffffff;
    line-height: 1.6;
}

.cleaning-modal-actions {
    display: flex;
    justify-content: center;
}