.aips-intake-card { border-color: #bfdbfe; }
.aips-intake-head, .aips-status-head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.aips-upload-main { padding: 24px; }
.aips-or { display: inline-block; margin: 0 10px; color: #9ca3af; }
.aips-qr { display: flex; align-items: center; gap: 18px; margin-top: 16px; padding: 14px; border: 1px solid #bfdbfe; background: #eff6ff; border-radius: 8px; }
.aips-qr img { width: 148px; height: 148px; background: #fff; border-radius: 6px; }
.aips-photo-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; margin-top: 14px; }
.aips-photo-item { aspect-ratio: 1; border: 1px solid #e5e7eb; border-radius: 7px; overflow: hidden; position: relative; background: #f8fafc; }
.aips-photo-item img { width: 100%; height: 100%; object-fit: cover; }
.aips-photo-item span { position: absolute; left: 0; right: 0; bottom: 0; background: rgba(17,24,39,.72); color: #fff; font-size: 11px; padding: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.aips-photo-item.pending { display: grid; place-items: center; color: #9ca3af; font-size: 24px; }
.aips-photo-item.pending span { font-size: 10px; }
.aips-pending-remove { position: absolute; z-index: 2; top: 6px; right: 6px; width: 26px; height: 26px; border: 0; border-radius: 50%; background: rgba(17,24,39,.8); color: #fff; cursor: pointer; font-size: 18px; line-height: 1; }
.aips-pending-remove:hover { background: #dc2626; }
.aips-status-panel { margin-top: 16px; border-color: #93c5fd; background: #f8fbff; }
.aips-status-head > div > span { font-size: 12px; color: #2563eb; font-weight: 600; }
.aips-status-head > div > h2 { margin-top: 5px; }
.aips-status-head > b { font-size: 26px; color: #2563eb; }
.aips-stage-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin: 12px 0; }
.aips-stage-list span { font-size: 11px; color: #9ca3af; border-top: 3px solid #e5e7eb; padding-top: 6px; }
.aips-stage-list span.done { color: #1d4ed8; border-color: #3b82f6; font-weight: 600; }
.aips-structured { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 12px; }
.aips-structured > div { background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 7px; padding: 11px; }
.aips-structured p { font-size: 12px; color: #4b5563; margin: 5px 0; }
.aips-single-spec { display: block; margin-top: 14px; border: 1px solid #93c5fd; background: #eff6ff; padding: 12px; border-radius: 7px; color: #1e40af; }
.aips-fact-group { font-size: 11px; background: #f3f4f6; border-radius: 999px; padding: 3px 7px; white-space: nowrap; }

@media (max-width: 900px) {
  .aips-photo-grid { grid-template-columns: repeat(3, 1fr); }
  .aips-structured { grid-template-columns: 1fr; }
  .aips-qr { align-items: flex-start; }
  .aips-qr img { width: 120px; height: 120px; }
  .aips-stage-list { grid-template-columns: 1fr; }
  .aips-stage-list span { border-top: 0; border-left: 3px solid #e5e7eb; padding: 3px 0 3px 8px; }
  .aips-stage-list span.done { border-color: #3b82f6; }
}
