.agri-swa { border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Helvetica, Arial, 'Noto Sans'; }
.agri-swa-header { font-weight: 600; margin-bottom: 8px; display: flex; gap: 8px; align-items: baseline; }
.agri-swa-subtitle { color: #6b7280; font-weight: 400; font-size: 0.9em; }
.agri-swa-controls { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-bottom: 10px; }
.agri-swa-controls input[type=text], .agri-swa-controls input[type=number] { padding: 6px 8px; border: 1px solid #e5e7eb; border-radius: 6px; }
.agri-swa-controls button { padding: 6px 10px; border: 1px solid #d1d5db; background: #f9fafb; border-radius: 6px; cursor: pointer; }

.agri-swa-legend { display: flex; gap: 8px; align-items: center; margin: 8px 0; flex-wrap: wrap; }
.agri-swa-chip { padding: 4px 10px; border: 1px solid #d1d5db; border-radius: 999px; font-size: 0.85em; }
.agri-swa-green { background: #ecfdf5; }
.agri-swa-amber { background: #fff7ed; }
.agri-swa-red { background: #fee2e2; }

.agri-swa-grid { display: grid; gap: 10px; }
.agri-swa-day { border: 1px solid #e5e7eb; border-radius: 6px; padding: 8px; }
.agri-swa-day-label { font-weight: 600; margin-bottom: 6px; }
.agri-swa-cells { display: grid; grid-template-columns: repeat(24, minmax(8px, 1fr)); gap: 2px; }
.agri-swa-cell { height: 16px; border-radius: 3px; border: 1px solid #e5e7eb; }
.agri-swa-cell.agri-swa-green { background: #10b98122; border-color: #10b98155; }
.agri-swa-cell.agri-swa-amber { background: #f59e0b22; border-color: #f59e0b55; }
.agri-swa-cell.agri-swa-red { background: #ef444422; border-color: #ef444455; }
.agri-swa-hours { display: grid; grid-template-columns: repeat(24, minmax(8px, 1fr)); gap: 2px; margin-top: 4px; font-size: 10px; color: #6b7280; }
.agri-swa-hours span { text-align: left; }

.agri-swa-best { margin-top: 10px; }
.agri-swa-best-title { font-weight: 600; margin-bottom: 4px; }
.agri-swa-muted { color: #6b7280; }

.agri-swa-actions { display: flex; align-items: center; gap: 12px; margin-top: 8px; flex-wrap: wrap; }
.agri-swa-button { padding: 6px 12px; border: 1px solid #d1d5db; border-radius: 6px; text-decoration: none; background: #f9fafb; }
.agri-swa-note { color: #6b7280; font-size: 0.85em; }
.agri-swa-error { color: #b91c1c; }

.widget .agri-swa { overflow-x: auto; }
.widget .agri-swa-cells { min-width: 480px; }