:root{color:#1f2937;background:#f3f4f6;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5}*{box-sizing:border-box}body{margin:0}.monitoring-app{max-width:1200px;margin:0 auto;padding:24px}.monitoring-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px}.monitoring-header h1{margin:0 0 4px;font-size:28px}.monitoring-subtitle{margin:0;color:#6b7280}.monitoring-instance-link{color:#2563eb;text-decoration:none;font-weight:600;white-space:nowrap}.monitoring-instance-link:hover{text-decoration:underline}.monitoring-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.monitoring-tab{border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:999px;padding:8px 16px;cursor:pointer;font-weight:600}.monitoring-tab.is-active{background:#2563eb;border-color:#2563eb;color:#fff}.monitoring-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px}.monitoring-block{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #0f172a0f}.monitoring-block-header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid #e5e7eb}.monitoring-block-header h2{margin:0;font-size:18px}.monitoring-block-meta{color:#6b7280;font-size:12px}.monitoring-block-body{padding:16px 18px 18px}.monitoring-state{padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;color:#4b5563}.monitoring-state-error{color:#b91c1c;border-color:#fecaca;background:#fef2f2}.monitoring-state button,.monitoring-block-header button{margin-left:12px;border:1px solid #d1d5db;background:#fff;border-radius:8px;padding:6px 10px;cursor:pointer}.monitoring-table{width:100%;border-collapse:collapse}.monitoring-table th,.monitoring-table td{padding:10px 8px;border-bottom:1px solid #e5e7eb;text-align:left}.monitoring-table th{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#6b7280}.monitoring-table tr:last-child td{border-bottom:0}.monitoring-count{font-variant-numeric:tabular-nums;font-weight:700}.monitoring-priority{display:inline-block;min-width:28px;padding:2px 8px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;font-weight:700;text-align:center}.worker-queue-chart{margin-bottom:16px;padding:12px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb}.worker-queue-chart-empty{color:#6b7280;font-size:13px}.worker-queue-chart-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;font-size:13px;color:#6b7280}.worker-queue-chart-header strong{color:#374151}.worker-queue-chart-svg{width:100%;height:auto;display:block}.worker-queue-chart-grid-line{stroke:#e5e7eb;stroke-width:1}.worker-queue-chart-axis-line{stroke:#9ca3af;stroke-width:1}.worker-queue-chart-axis-label,.worker-queue-chart-time-label{fill:#6b7280;font-size:10px}.worker-queue-chart-legend{display:flex;flex-wrap:wrap;gap:8px 14px;margin-bottom:10px}.worker-queue-chart-legend-item{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#4b5563}.worker-queue-chart-legend-swatch{width:10px;height:10px;border-radius:2px;flex-shrink:0}.worker-queue-chart-bar-segment{stroke:#fff;stroke-width:.5}
