.icmi-dashboard-container{max-width:1100px;margin:0 auto}
.icmi-order-card{background:#fff;border:1px solid #e5e5e5;border-radius:6px;padding:14px;margin:14px 0}
.icmi-legend{display:flex;gap:10px;margin:10px 0;flex-wrap:wrap}
.icmi-legend .status{padding:4px 8px;border:1px solid #ddd;border-radius:4px;background:#fafafa;font-size:13px}
.icmi-items-table{width:100%;border-collapse:collapse;margin-top:8px}
.icmi-items-table th,.icmi-items-table td{border:1px solid #eee;padding:8px;text-align:left}
tr.status-in-prod td{background:#fffdf0}
tr.status-ready td{background:#f0f6ff}
tr.status-partial td{background:#fff7f0}
tr.status-delivered td{background:#f0fff4}
.icmi-comments{margin-top:6px}
.icmi-comment{border-left:2px solid #ddd;padding:4px 8px;margin:6px 0}
.icmi-comment em{color:#666;font-size:12px;margin-left:6px}
.icmi-comment-form textarea{width:100%;max-width:100%}
