.admin-main {
  flex: 1; display: flex; flex-direction: column; gap: 16px;
  padding: 24px; width: 100%;
}
.row-actions { gap: 3px; }
.row-actions .button-sm { padding: 3px 7px; font-size: 11px; }
.admin-toolbar { display: flex; align-items: center; justify-content: space-between; }
.users-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.users-table thead { border-bottom: 2px solid var(--border, #eaeaea); }
.users-table th { padding: 8px 12px; text-align: left; font-weight: 500; color: #666; font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.users-table td { padding: 8px 8px; text-align: left; border-bottom: 1px solid #eaeaea; white-space: nowrap; }
.users-table th { padding: 8px 8px; }
.users-table tbody tr:hover { background: #f5f5f5; }

.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.5); display: flex; align-items: center; justify-content: center; z-index: 100; }
.modal { background: #fff; border: 1px solid #eaeaea; border-radius: 12px; padding: 28px; width: 100%; max-width: 420px; }
.modal__title { font-weight: 600; font-size: 16px; margin-bottom: 20px; }
.modal--wide { max-width: 900px; max-height: 85vh; overflow-y: auto; }
.view-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.view-label { font-weight: 600; font-size: 12px; color: #666; margin-bottom: 6px; text-transform: uppercase; letter-spacing: .04em; }
.view-box { background: #fafafa; border: 1px solid #eaeaea; border-radius: 6px; padding: 10px; font-size: 13px; white-space: pre-line; max-height: 150px; overflow-y: auto; font-family: 'Geist Mono', monospace; }
[data-presets-admin-content] { display: flex; flex-direction: column; gap: 12px; margin-top: 12px; }
[data-presets-admin-content] .row-actions { justify-content: flex-end; }
[data-presets-admin-content] .msg-table td:last-child,
[data-presets-admin-content] .msg-table th:last-child { text-align: right; white-space: nowrap; min-width: 120px; }
