:root{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f3f5f8;color:#101828}
body{margin:0}header{background:#0f172a;color:#fff;padding:14px 18px;display:flex;justify-content:space-between;align-items:center}header a{color:#fff;text-decoration:none;margin-left:14px}
main{max-width:1150px;margin:18px auto;padding:0 14px 50px}.card{background:#fff;border:1px solid #e4e7ec;border-radius:15px;padding:16px;margin-bottom:14px;box-shadow:0 2px 8px #0000000a}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}.metric{font-size:28px;font-weight:800}.muted{color:#667085}
input,textarea,select{width:100%;box-sizing:border-box;padding:11px;border:1px solid #cfd4dc;border-radius:9px}label{display:block;font-weight:700;font-size:13px;margin:10px 0 5px}button,.btn{border:0;border-radius:9px;padding:10px 13px;font-weight:700;cursor:pointer;text-decoration:none;display:inline-block}.primary{background:#2563eb;color:#fff}.green{background:#16a34a;color:#fff}.red{background:#dc2626;color:#fff}.amber{background:#d97706;color:#fff}
table{width:100%;border-collapse:collapse;background:#fff}th,td{padding:11px;border-bottom:1px solid #e4e7ec;text-align:left}.badge{padding:4px 8px;border-radius:99px;font-size:12px;font-weight:700}.pending{background:#fef3c7}.returned{background:#fee2e2}.approved{background:#dcfce7}.archived{background:#e5e7eb}.progress{height:9px;background:#eaecf0;border-radius:99px;overflow:hidden}.progress span{display:block;height:100%;background:#16a34a}.photos{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.photos img{width:100%;max-height:300px;object-fit:cover;border-radius:10px}.actions{display:flex;gap:8px;flex-wrap:wrap}.timeline{border-left:3px solid #e4e7ec;padding-left:14px}.event{margin-bottom:14px}.airesult{white-space:pre-wrap;background:#f8fafc;border-radius:10px;padding:14px}
.check-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:6px;max-height:260px;overflow:auto;border:1px solid #e4e7ec;border-radius:10px;padding:10px}.check{font-weight:500;margin:0}.check input{width:auto}.table-scroll{overflow-x:auto}
.pending_review{background:#dbeafe}.revision_required{background:#ffedd5}.rejected{background:#fee2e2}.duplicate{background:#f3e8ff}
@media(max-width:700px){table{font-size:13px}th:nth-child(3),td:nth-child(3){display:none}}
