.account-admin-shell { padding-bottom: 110px; }
.account-admin-hero { align-items: flex-start; }
.account-role-help { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: 18px 0 24px; padding: 16px 18px; border: 1px solid var(--line, #deddd6); border-radius: 14px; background: rgba(255,255,255,.72); font-size: 13px; }
.account-role-help > span { color: var(--muted, #6d6c66); }
.account-role-help b { color: var(--ink, #22231f); }
.account-table { overflow: hidden; border: 1px solid var(--line, #deddd6); border-radius: 16px; background: #fff; }
.account-table-head, .account-row { display: grid; grid-template-columns: minmax(260px, 1.5fr) minmax(150px, .6fr) minmax(170px, .8fr) minmax(130px, .45fr); gap: 16px; align-items: center; }
.account-table-head { padding: 12px 18px; background: #f4f3ee; color: #72716c; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.account-row { padding: 16px 18px; border-top: 1px solid var(--line, #eceae4); }
.account-identity { min-width: 0; display: grid; gap: 3px; }
.account-identity strong, .account-identity span, .account-identity small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.account-identity strong { color: #252620; }
.account-identity span { color: #5f605a; font-size: 13px; }
.account-identity small { color: #90918a; font-size: 11px; }
.account-role-select { width: 100%; min-height: 40px; padding: 8px 10px; border: 1px solid #d7d6cf; border-radius: 9px; background: #fff; color: #252620; font: inherit; }
.account-role-select:disabled { background: #f2f1ec; color: #77766f; }
.self-account-note { display: block; margin-top: 5px; color: #8a887f; font-size: 11px; }
.account-last-login { color: #62635d; font-size: 13px; }
.account-save-role { width: 100%; }
.account-save-role:disabled { cursor: not-allowed; opacity: .6; }
.account-footnote { margin-top: 16px; color: #73746d; font-size: 13px; }
.studio-row-actions button { border: 0; background: transparent; padding: 0; font: inherit; font-weight: 700; cursor: pointer; }
.studio-row-actions .delete-content-link { color: #a63d36; }
.studio-row-actions .delete-content-link:hover { text-decoration: underline; }
.admin-danger-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.danger-button.delete-permanent { border-color: #c98780; background: #fff2f0; color: #8f2f28; }

@media (max-width: 860px) {
  .account-table-head { display: none; }
  .account-row { grid-template-columns: 1fr; gap: 12px; }
  .account-row > div { min-width: 0; }
  .account-last-login::before { content: 'Đăng nhập gần nhất: '; font-weight: 700; color: #4f504a; }
  .account-save-role { width: auto; }
}
