.admin-toast-region{position:fixed;top:20px;right:20px;z-index:9999;display:grid;gap:10px;max-width:min(380px,calc(100vw - 40px))}.admin-toast{padding:12px 16px;border-radius:10px;background:rgba(17,24,39,.94);color:#fff;box-shadow:0 12px 32px rgba(0,0,0,.22)}.admin-toast-success{background:rgba(5,150,105,.95)}.admin-toast-error{background:rgba(220,38,38,.95)}.admin-dialog-root{position:fixed;inset:0;z-index:9998;background:rgba(15,23,42,.56);display:grid;place-items:center;padding:20px}.admin-dialog{width:min(460px,100%);padding:24px;background:var(--bg-card,#fff)}.admin-dialog h3{margin:0 0 12px}.admin-dialog p{color:var(--text-muted);white-space:pre-wrap}.admin-dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.admin-state{padding:28px;text-align:center;color:var(--text-muted)}.admin-error{color:#ef4444}.admin-toolbar{display:flex;flex-wrap:wrap;align-items:end;gap:12px;margin:14px 0}.admin-toolbar .input-group{min-width:150px;flex:1}.admin-pagination{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:14px 4px}.admin-data-table{width:100%;border-collapse:collapse}.admin-data-table th,.admin-data-table td{padding:12px;text-align:left;vertical-align:top;border-bottom:1px solid var(--glass-border)}.admin-data-table th{font-size:12px;color:var(--text-muted)}.admin-actions{display:flex;flex-wrap:wrap;gap:7px}.admin-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.admin-trend{display:flex;align-items:flex-end;gap:8px;height:180px;padding:20px 8px 0}.admin-trend-column{flex:1;min-width:18px;background:linear-gradient(to top,var(--primary-color),#8b5cf6);border-radius:6px 6px 0 0;position:relative}.admin-trend-column span{position:absolute;bottom:-24px;left:50%;transform:translateX(-50%);font-size:11px;color:var(--text-muted);white-space:nowrap}.admin-status{display:inline-block;padding:3px 8px;border-radius:99px;background:rgba(59,130,246,.14)}.admin-status.good{background:rgba(16,185,129,.16);color:#10b981}.admin-status.bad{background:rgba(239,68,68,.16);color:#ef4444}.product-pagination-slot{margin-top:8px}.operation-dirty{color:var(--primary-color);font-size:12px;margin-left:8px}.banner-thumb-card:focus-visible{outline:3px solid var(--primary-color);outline-offset:3px}@media(max-width:800px){.admin-data-scroll{overflow:auto}.admin-data-table{min-width:720px}.admin-toolbar .input-group{flex-basis:100%}.admin-pagination{justify-content:center}.admin-trend{height:130px}}


/* Business health snapshot */
.health-snapshot-header{padding:20px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.health-snapshot-title{display:block;font-size:20px;margin:10px 0 6px}.health-snapshot-header p,.health-section-heading p{color:var(--text-muted);font-size:13px;line-height:1.55}.health-snapshot-meta{display:flex;flex-direction:column;align-items:flex-end;gap:7px;color:var(--text-muted);font-size:12px;white-space:nowrap}.health-status-row{display:flex;gap:8px;flex-wrap:wrap}.health-status-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:99px;font-size:12px;font-weight:600;background:rgba(59,130,246,.14);color:#60a5fa}.health-status-good{background:rgba(16,185,129,.16);color:#34d399}.health-status-warning{background:rgba(245,158,11,.16);color:#fbbf24}.health-status-bad{background:rgba(239,68,68,.16);color:#f87171}.health-section{margin:0 0 28px}.health-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 0 12px}.health-section-heading h3{margin:0 0 5px;font-size:17px}.health-metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px}.health-metric-card{position:relative;min-height:130px;padding:18px;display:flex;flex-direction:column;overflow:hidden}.health-metric-card::before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:rgba(142,142,147,.35)}.health-tone-primary::before{background:var(--primary-color)}.health-tone-good::before{background:#10b981}.health-tone-warning::before{background:#f59e0b}.health-tone-bad::before{background:#ef4444}.health-metric-label{color:var(--text-muted);font-size:12px}.health-metric-value{margin:12px 0 7px;font-size:23px;line-height:1.15;overflow-wrap:anywhere}.health-metric-description{margin-top:auto;color:var(--text-muted);font-size:11px;line-height:1.45}.health-trend-chart{padding:18px 18px 12px;margin-bottom:12px}.health-trend-legend{display:flex;justify-content:flex-end;gap:18px;color:var(--text-muted);font-size:11px}.health-trend-legend span::before{content:"";display:inline-block;width:8px;height:8px;border-radius:2px;margin-right:6px}.legend-revenue::before{background:var(--primary-color)}.legend-activity::before{background:#8b5cf6}.health-trend-columns{height:230px;display:flex;align-items:stretch;gap:7px;padding-top:16px}.health-trend-column{min-width:24px;flex:1;display:flex;flex-direction:column;align-items:center}.health-trend-bars{height:194px;width:100%;display:flex;align-items:flex-end;justify-content:center;gap:3px;border-bottom:1px solid var(--glass-border)}.health-trend-bar{display:block;width:min(12px,42%);min-height:3px;border-radius:4px 4px 0 0}.health-trend-revenue{background:linear-gradient(to top,#2563eb,#60a5fa)}.health-trend-activity{background:linear-gradient(to top,#7c3aed,#c084fc)}.health-trend-day{margin-top:7px;color:var(--text-muted);font-size:10px;white-space:nowrap}.health-trend-table{max-height:420px;overflow:auto}.health-trend-table .admin-data-table{min-width:680px}@media(max-width:900px){.health-snapshot-header{align-items:flex-start;flex-direction:column}.health-snapshot-meta{align-items:flex-start;white-space:normal}.health-metric-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.health-trend-columns{gap:3px}.health-trend-day{font-size:9px;transform:rotate(-35deg);transform-origin:top center;margin-top:10px}}