.multi-page { overflow: hidden; }
.multi-head { padding: 26px 28px 22px; border-bottom: 1px solid var(--line); }
.multi-head h1 { margin: 4px 0 8px; }
.multi-head p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.multi-body { padding: 22px 28px 28px; }
.multi-form label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 700; }
.multi-form textarea { width: 100%; min-height: 130px; resize: vertical; line-height: 1.7; }
.multi-form-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 10px; }
.multi-form-foot span { color: var(--muted); font-size: 12px; }
.multi-results { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.multi-results > header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.multi-results h2 { margin: 0; font-size: 17px; }
.multi-results header span { color: var(--muted); font-size: 12px; }
.multi-table-wrap { overflow: auto; }
.multi-results table { min-width: 820px; font-size: 12px; }
.multi-results th { text-align: center; }
.multi-results td.right { text-align: center; }
.multi-results td a { color: var(--accent); font-weight: 700; text-decoration: none; }
.multi-sort { display: inline-flex; align-items: center; justify-content: center; gap: 5px; width: 100%; padding: 4px 0; border: 0; background: transparent; color: inherit; font: inherit; font-weight: 800; cursor: pointer; }
.multi-sort span { color: var(--muted); font-size: 11px; }
.multi-sort.is-active span { color: var(--accent); }
.multi-results tbody tr { transition: background-color .18s ease; }
.multi-results tbody tr.is-loading { background: var(--accent-soft); }
.multi-status { display: inline-flex; align-items: center; min-height: 24px; padding: 0 7px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); font-size: 10px; font-weight: 800; white-space: nowrap; }
.multi-status.is-loading { border-color: var(--accent-border); color: var(--accent); }
.multi-status.is-done { border-color: rgba(16,185,129,.35); color: #10b981; }
.multi-status.is-error { border-color: rgba(244,63,94,.35); color: #f43f5e; }
.multi-status.is-loading::before { content: ''; width: 9px; height: 9px; margin-right: 5px; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; animation: multi-spin .7s linear infinite; }
@keyframes multi-spin { to { transform: rotate(360deg); } }
@media (max-width: 640px) {
  .multi-head, .multi-body { padding-left: 16px; padding-right: 16px; }
  .multi-form-foot { align-items: stretch; flex-direction: column; }
  .multi-form-foot .btn { width: 100%; }
}
