.admin-system { padding: 24px 28px 40px; overflow-y: auto; min-height: 0; }
.admin-system[hidden] { display: none !important; }
.admin-system__header { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: start; margin-bottom: 18px; }
.admin-system__header > button { border: 0; background: transparent; padding: 7px 0; cursor: pointer; font: inherit; }
.admin-system__header h1 { margin: 2px 0 5px; font-size: 28px; }
.admin-system__header p { margin: 0; color: var(--v2-text-muted, #667085); }
.admin-system__mode { border: 1px solid #d0d5dd; border-radius: 999px; padding: 7px 10px; font-size: 12px; font-weight: 700; color: #475467; background: #fff; }
.admin-system__notice { display:flex; gap:12px; align-items:center; justify-content:space-between; padding:12px 14px; margin-bottom:16px; border:1px solid #d0d5dd; border-radius:12px; background:#f8fafc; }
.admin-system__grid { display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap:16px; margin-bottom:16px; }
.admin-system__panel { border:1px solid #e4e7ec; border-radius:14px; background:#fff; padding:17px; min-width:0; }
.admin-system__panel--wide { grid-column:1 / -1; }
.admin-system__panel-head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:14px; }
.admin-system__panel-head h2 { margin:0; font-size:18px; }
.admin-system__kicker { display:inline-block; font-size:11px; font-weight:800; color:#667085; margin-bottom:3px; }
.admin-system__status { font-size:12px; font-weight:800; white-space:nowrap; }
.admin-system__status.ok { color:#067647; }
.admin-system__status.warn { color:#b54708; }
.admin-system__status.bad { color:#b42318; }
.admin-system__status.muted { color:#667085; }
.admin-system__meta { display:grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap:10px 16px; margin:0; }
.admin-system__meta > div { min-width:0; padding:9px 0; border-top:1px solid #f0f2f5; }
.admin-system__meta dt { font-size:12px; color:#667085; margin-bottom:4px; }
.admin-system__meta dd { margin:0; font-weight:650; overflow-wrap:anywhere; }
.admin-system__backup-row { display:grid; grid-template-columns: 1.2fr .8fr .8fr .8fr; gap:10px; padding:10px 0; border-top:1px solid #f0f2f5; align-items:center; }
.admin-system__backup-row.head { font-size:12px; font-weight:800; color:#667085; border-top:0; padding-top:0; }
.admin-system__actions { display:flex; gap:10px; flex-wrap:wrap; margin-top:14px; }
.admin-system__actions button, .admin-system__refresh { border:1px solid #d0d5dd; border-radius:9px; background:#fff; padding:9px 12px; font:inherit; font-weight:700; cursor:pointer; }
.admin-system__actions button:disabled { opacity:.45; cursor:not-allowed; }
.admin-system__refresh { white-space:nowrap; }
.admin-system__warning { margin:12px 0 0; color:#667085; font-size:13px; line-height:1.55; }
.admin-system__flow { margin:0; padding-left:22px; color:#475467; }
.admin-system__flow li { margin:8px 0; }
@media (max-width: 1000px) { .admin-system__grid { grid-template-columns:1fr; } .admin-system__panel--wide { grid-column:auto; } .admin-system__header { grid-template-columns:1fr; } }
