.ddm-acc-creati-panel {
    margin-top: 14px;
    border: 1px solid #c4b5fd;
    border-radius: 10px;
    background: #faf5ff;
    padding: 10px 12px;
}

.ddm-acc-toggle {
    cursor: pointer;
    border: none;
    background: transparent;
    font-weight: 700;
    font-size: 14px;
    color: #5b21b6;
    padding: 4px 0;
}

.ddm-acc-body { margin-top: 10px; }
.ddm-acc-body .hint {
    margin: 0 0 10px;
    font-size: 12px;
    color: #5b21b6;
    font-weight: 500;
}

.ddm-acc-empty { margin: 0 0 10px; font-size: 13px; color: #64748b; }

.ddm-acc-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd6fe;
    border-radius: 8px;
    padding: 8px 10px;
    margin-bottom: 8px;
}
.ddm-acc-row .sub { display: block; font-size: 12px; color: #64748b; margin-top: 2px; }
.ddm-acc-row-actions { display: flex; gap: 6px; flex-shrink: 0; }
.ddm-acc-row-actions button {
    cursor: pointer;
    border: 1px solid #cbd5e1;
    background: #fff;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 700;
}
.ddm-acc-row-actions button.danger { color: #b91c1c; border-color: #fecaca; }

.ddm-acc-form {
    display: grid;
    grid-template-columns: minmax(140px, 1.4fr) minmax(120px, 1fr) auto auto;
    gap: 8px;
    margin-top: 8px;
}
.ddm-acc-form input {
    padding: 8px 10px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 13px;
}
.ddm-acc-form button {
    cursor: pointer;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #7c3aed;
    background: #7c3aed;
    color: #fff;
}
.ddm-acc-form button.secondary {
    background: #fff;
    color: #5b21b6;
}

.ddm-cli-account-creati {
    margin: 10px 0 16px;
    padding: 12px;
    border: 1px solid #ddd6fe;
    border-radius: 10px;
    background: #faf5ff;
}
.ddm-cli-account-creati h4 {
    margin: 0 0 4px;
    font-size: 15px;
    color: #5b21b6;
}
.ddm-cli-account-creati .hint {
    margin: 0 0 10px;
    font-size: 13px;
    color: #64748b;
}
.ddm-cli-acc-row {
    background: #fff;
    border: 1px solid #e9d5ff;
    border-radius: 8px;
    padding: 10px 12px;
    margin-bottom: 8px;
}
.ddm-cli-acc-row .lbl {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #64748b;
}
.ddm-cli-acc-row .sub { margin-top: 6px; font-size: 12px; color: #64748b; }

@media (max-width: 720px) {
    .ddm-acc-form { grid-template-columns: 1fr; }
    .ddm-acc-row { flex-direction: column; align-items: flex-start; }
}
