.agri-cc { border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, 'Helvetica Neue', Arial, 'Noto Sans'; }
.agri-cc-header { font-weight: 600; margin-bottom: 8px; display: flex; gap: 8px; align-items: baseline; }
.agri-cc-subtitle { color: #6b7280; font-weight: 400; font-size: 0.9em; }
.agri-cc-controls { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-bottom: 10px; }
.agri-cc-controls input[type=text], .agri-cc-controls select { padding: 6px 8px; border: 1px solid #e5e7eb; border-radius: 6px; }
.agri-cc-controls button { padding: 6px 10px; border: 1px solid #d1d5db; background: #f9fafb; border-radius: 6px; cursor: pointer; }
.agri-cc-windows { display: flex; gap: 8px; margin-bottom: 10px; flex-wrap: wrap; }
.agri-cc-chip { padding: 4px 10px; border: 1px solid #d1d5db; border-radius: 999px; font-size: 0.85em; }
.agri-cc-chip-sow { background: #eef2ff; }
.agri-cc-chip-harv { background: #fef3c7; }
.agri-cc-table { width: 100%; border-collapse: collapse; }
.agri-cc-table th, .agri-cc-table td { border-top: 1px solid #e5e7eb; padding: 8px; text-align: left; vertical-align: top; }
.agri-cc-table thead th { border-top: none; }
.agri-cc-actions { display: flex; align-items: center; gap: 12px; margin-top: 8px; flex-wrap: wrap; }
.agri-cc-button { padding: 6px 12px; border: 1px solid #d1d5db; border-radius: 6px; text-decoration: none; background: #f9fafb; }
.agri-cc-note { color: #6b7280; font-size: 0.85em; }
.agri-cc-error { color: #b91c1c; }
.widget .agri-cc { overflow-x: auto; }
.widget .agri-cc-table { min-width: 560px; }