.account-danger-box{border:1px solid #efc2c5;border-left:5px solid #c92f35;border-radius:18px;padding:14px;background:#fff1f2;color:#6f252c;margin:12px 0}
.account-danger-box b{display:block;margin-bottom:5px;color:#a5232e}
.account-delete-final{background:#b9212b}
.account-reactivate-note{border:1px solid #cbe4d2;border-radius:16px;padding:13px;background:#edf8f0;color:#176b3c}
.account-lifecycle-list{display:grid;gap:10px;margin:14px 0}
.account-lifecycle-row{border:1px solid var(--line);border-radius:18px;padding:13px;background:#fffdf9}
.account-lifecycle-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.account-lifecycle-head span{min-width:0}
.account-lifecycle-head b,.account-lifecycle-head small{display:block;overflow:hidden;text-overflow:ellipsis}
.account-lifecycle-head small{color:var(--muted);margin-top:3px}
.account-lifecycle-status{flex:0 0 auto;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900}
.account-lifecycle-status.deletion_requested{background:#ffe4e6;color:#a5232e}
.account-lifecycle-status.dormant{background:#fff2d7;color:#87580c}
.account-lifecycle-status.inactivity_warning{background:#eef1f3;color:#5f6770}
.account-lifecycle-meta{margin:10px 0 0;color:var(--muted);font-size:11px;line-height:1.5}
.account-lifecycle-row button{margin-top:10px;width:100%}

