.shipcheck { font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif; }
.shipcheck .dropzone { border: 2px dashed #3b82f6; padding: 16px; border-radius: 12px; text-align: center; background:#f8fafc; }
.shipcheck .files { margin-top: 12px; display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 10px; }
.shipcheck .file { border: 1px solid #e5e7eb; border-radius: 10px; padding: 8px; background:#fff; }
.shipcheck .file .progress { height: 6px; background:#e5e7eb; border-radius: 6px; overflow: hidden; }
.shipcheck .file .progress > div { height: 100%; width:0%; background:#3b82f6; transition: width .2s; }
.shipcheck .actions { margin-top: 12px; display:flex; gap:8px; flex-wrap:wrap; align-items:center; }
.shipcheck button { background:#111827; color:#fff; border:none; border-radius:8px; padding:8px 12px; cursor:pointer; }
.shipcheck .pill { display:inline-block; padding:2px 8px; border-radius:999px; font-size:12px; }
.shipcheck .pill.GREEN { background:#dcfce7; color:#166534; }
.shipcheck .pill.YELLOW { background:#fef9c3; color:#854d0e; }
.shipcheck .pill.RED { background:#fee2e2; color:#991b1b; }
