:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#f8f9fa}#root{min-height:100vh}a{font-weight:500;color:#667eea;text-decoration:inherit}a:hover{color:#5568d3}button{font-family:inherit;cursor:pointer}button:focus,button:focus-visible{outline:2px solid #667eea;outline-offset:2px}.app-container{min-height:100vh;display:flex;background:#f7fafc}.main-wrapper{flex:1;display:flex;flex-direction:column;margin-left:240px}.app-main{flex:1;padding:0;background:#fff;overflow:hidden;display:flex;flex-direction:column;position:relative}.stream-viewer-wrapper{position:absolute;inset:0;z-index:1}.stream-viewer-wrapper.hidden{visibility:hidden;pointer-events:none;z-index:-1}.stream-viewer-wrapper.visible{visibility:visible;pointer-events:auto;z-index:1}.prescriptions-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1400px;margin:0 auto}.prescriptions-left{min-width:0}.prescriptions-right{min-width:0;display:flex;flex-direction:column;gap:2rem}.checklist-section,.medication-upload-section{flex:1}.history-layout{padding:2rem;max-width:900px;margin:0 auto;overflow-y:auto;height:100%}.history-layout .medication-checklist{max-width:none}.history-layout .medication-item{background:linear-gradient(135deg,#fafbfc,#f0f4f8);border:1px solid #e1e8ed;border-left:4px solid #667eea;transition:all .2s ease}.history-layout .medication-item:hover{box-shadow:0 4px 12px #667eea26;transform:translateY(-1px)}@media(max-width:1024px){.prescriptions-layout{grid-template-columns:1fr}.history-layout{padding:1rem}}@media(max-width:768px){.main-wrapper{margin-left:200px}.app-main{padding:1rem}}.container{max-width:800px;margin:0 auto;padding:2rem}h1{font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center;color:#1a1a1a}.card{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;margin-bottom:1.5rem}form.card{display:flex;flex-direction:column;gap:1rem}input[type=file]{padding:.75rem;border:2px dashed #ccc;border-radius:4px;background:#fff;cursor:pointer;transition:border-color .2s}input[type=file]:hover{border-color:#646cff}button{padding:.75rem 1.5rem;background:#646cff;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}button:hover:not(:disabled){background:#535bf2}button:disabled{opacity:.6;cursor:not-allowed}.status{padding:1rem;border-radius:4px;margin-bottom:1rem;text-align:center}.status.error{background:#fee;color:#c00;border:1px solid #fcc}h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#333}pre{background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:1rem;text-align:left;white-space:pre-wrap;word-wrap:break-word;line-height:1.6;color:#333;max-height:500px;overflow-y:auto}.medications-list{display:flex;flex-direction:column;gap:1rem}.medication-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border:1px solid #e0e0e0;border-radius:4px;transition:box-shadow .2s}.medication-item:hover{box-shadow:0 2px 8px #0000001a}.medication-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.medication-actions{display:flex;gap:.5rem;flex-shrink:0}.medication-actions button{padding:.5rem 1rem;font-size:.9rem}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{max-width:800px;width:100%;max-height:90vh;overflow-y:auto;background:#fff;animation:slideIn .2s ease-out}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-content h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#333}@media(max-width:768px){.app-nav{flex-direction:column;gap:1rem;padding:1rem}.nav-brand h1{font-size:1.25rem}.nav-tabs{width:100%;justify-content:center}.nav-tab{flex:1;justify-content:center;padding:.625rem 1rem;font-size:.9375rem}.tab-icon{font-size:1rem}.container{padding:1rem}h1{font-size:1.5rem}.card{padding:1.5rem}.medication-item{flex-direction:column;align-items:flex-start;gap:1rem}.medication-actions{width:100%}.medication-actions button{flex:1}.modal-content{max-height:95vh}}.sidebar{width:240px;background-color:#fff;color:#000;display:flex;flex-direction:column;height:100vh;position:fixed;left:0;top:0;z-index:100;border-right:1px solid #e2e8f0}.sidebar-content{display:flex;flex-direction:column;height:100%;padding:1.5rem 0}.sidebar-header{padding:0 1.5rem;margin-bottom:2rem}.sidebar-logo{font-size:1.5rem;font-weight:700;color:#000;margin:0}.sidebar-nav{flex:1;display:flex;flex-direction:column;gap:.5rem;padding:0 1rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;border-radius:8px;color:#000000b3;cursor:pointer;transition:all .2s;text-align:left;font-size:1rem}.nav-item:hover{background-color:#000;color:#fff}.nav-item.active{background-color:#0000001a;color:#000;font-weight:500}.nav-icon{font-size:1.2rem;width:24px;text-align:center}.nav-label{flex:1}.sidebar-footer{padding:1.5rem;border-top:1px solid rgba(0,0,0,.1);margin-top:auto}.user-profile{display:flex;align-items:center;gap:.75rem}.user-avatar{width:40px;height:40px;border-radius:50%;background-color:#e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;color:#000;flex-shrink:0}.user-info{flex:1;min-width:0}.user-name{font-size:.875rem;font-weight:500;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.sidebar{width:200px}.sidebar-logo{font-size:1.25rem}.nav-label{display:none}.nav-item{justify-content:center;padding:.75rem}}.medication-checklist{max-width:600px}.checklist-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.checklist-header h2{font-size:1.75rem;font-weight:700;color:#1a202c;margin:0}.progress-info{display:flex;align-items:center}.progress-count{font-size:.875rem;color:#718096;font-weight:500}.progress-bar-container{margin-bottom:1.5rem}.progress-bar{width:100%;height:8px;background-color:#e2e8f0;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background-color:#48bb78;transition:width .3s ease;border-radius:4px}.error-banner{padding:.75rem 1rem;background:#fed7d7;color:#c53030;border-radius:6px;margin-bottom:1rem;font-size:.875rem}.loading-state,.empty-state{padding:2rem;text-align:center;color:#718096}.medication-list{display:flex;flex-direction:column;gap:.75rem}.medication-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;transition:box-shadow .2s}.medication-item:hover{box-shadow:0 2px 4px #0000001a}.medication-checkbox{position:relative;flex-shrink:0}.medication-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;appearance:none;border:2px solid #cbd5e0;border-radius:4px;position:relative;transition:all .2s}.medication-checkbox input[type=checkbox]:checked{background-color:#48bb78;border-color:#48bb78}.medication-checkbox input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700}.medication-checkbox input[type=checkbox]:disabled{opacity:.6;cursor:not-allowed}.checkbox-label{display:none}.medication-details{flex:1;min-width:0}.medication-name{font-size:1rem;font-weight:600;color:#2d3748;margin-bottom:.25rem}.medication-meta{font-size:.875rem;color:#718096}.medication-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.verify-btn{padding:.5rem 1rem;background:#4299e1;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.verify-btn:hover:not(:disabled){background:#3182ce}.verify-btn:disabled{opacity:.6;cursor:not-allowed}.delete-btn{padding:.5rem;background:#fc8181;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;min-width:36px;height:36px}.delete-btn:hover:not(:disabled){background:#f56565}.delete-btn:disabled{opacity:.6;cursor:not-allowed}.toggle-ocr-btn{margin-top:.5rem;padding:.5rem 1rem;background:#edf2f7;color:#4a5568;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background .2s}.toggle-ocr-btn:hover{background:#e2e8f0}.ocr-text-display{margin-top:.75rem;padding:1rem;background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;max-height:200px;overflow-y:auto}.ocr-text-display pre{margin:0;font-family:Courier New,monospace;font-size:.75rem;white-space:pre-wrap;word-wrap:break-word;color:#2d3748}.match-indicator{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500}.match-found{background:#c6f6d5;color:#22543d}.match-icon{font-size:1.2rem;flex-shrink:0}.track-id-badge{display:inline-flex;align-items:center;margin-left:.75rem;padding:.25rem .6rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.7rem;font-weight:700;font-family:SF Mono,Monaco,Consolas,monospace;border-radius:20px;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 2px 4px #667eea4d}.brand-name{color:#718096;font-weight:400}.medication-image-section{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.image-label{font-size:.75rem;font-weight:600;color:#667eea;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.medication-expanded-image{display:block;max-width:100%;max-height:300px;width:auto;height:auto;object-fit:contain;border-radius:8px;border:2px solid #e1e8ed;background:#f8fafc;cursor:pointer;transition:all .2s ease}.medication-expanded-image:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea40}@media(max-width:768px){.checklist-header{flex-direction:column;align-items:flex-start;gap:.5rem}.medication-item{flex-wrap:wrap}.medication-actions{width:100%;margin-top:.5rem;justify-content:flex-end}.verify-btn{flex:1}.delete-btn{flex-shrink:0}}.stream-viewer{display:flex;flex-direction:column;height:100%;padding:1.5rem;background:#0a0a0f;color:#e0e0e0}.stream-header{margin-bottom:1rem}.stream-header h2{font-size:1.5rem;font-weight:500;color:#0f8;margin:0 0 .25rem;letter-spacing:.5px}.stream-subtitle{color:#666;font-size:.875rem;margin:0}.status-bar{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;background:#111118;border:1px solid #1a1a24;border-radius:6px;margin-bottom:1rem;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.75rem}.status-item{display:flex;align-items:center;gap:.5rem}.status-dot{width:8px;height:8px;border-radius:50%;background:#f33;transition:all .3s ease}.status-dot.connected{background:#0f8;box-shadow:0 0 8px #0f8}.status-label{color:#666}.status-value{color:#fff}.status-item.stats{border-left:1px solid #222;padding-left:1rem;margin-left:.5rem}.status-item.stats .status-value{color:#0f8;font-weight:600}.stream-content{display:flex;flex:1;min-height:0;gap:1rem}.stream-container{position:relative;flex:1;min-height:0;background:#000;border:1px solid #1a1a24;border-radius:6px;overflow:hidden}.stream-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;background:#000}.stream-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.bbox-toggle{position:absolute;top:12px;right:12px;display:flex;align-items:center;gap:6px;padding:6px 12px;background:#000000b3;border:1px solid #333;border-radius:6px;color:#888;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;z-index:10}.bbox-toggle:hover{background:#000000d9;border-color:#444;color:#aaa}.bbox-toggle.active{color:#0f8;border-color:#00ff884d}.bbox-toggle.active:hover{border-color:#00ff8880}.bbox-toggle svg{width:14px;height:14px}.no-stream{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#444}.no-stream svg{width:64px;height:64px;margin-bottom:1rem;opacity:.3}.no-stream>div:first-of-type{font-size:1.125rem;font-weight:500;margin-bottom:.5rem}.no-stream-hint{font-size:.875rem;color:#333}.detection-cards-list::-webkit-scrollbar{width:6px}.detection-cards-list::-webkit-scrollbar-track{background:#0a0a0f}.detection-cards-list::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.detection-cards-list::-webkit-scrollbar-thumb:hover{background:#444}@media(max-width:900px){.stream-main{flex-direction:column}.detection-sidebar{width:100%;min-width:unset;max-height:200px}.detection-cards-list{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}.detection-card{min-width:200px;flex-shrink:0}}@media(max-width:768px){.stream-viewer{padding:1rem}.status-bar{gap:.75rem;padding:.5rem .75rem}.status-item.stats{border-left:none;padding-left:0;margin-left:0}.stream-header h2{font-size:1.25rem}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.status-dot.connected{animation:pulse 2s ease-in-out infinite}.detections-panel{width:280px;flex-shrink:0;display:flex;flex-direction:column;background:#111118;border:1px solid #1a1a24;border-radius:6px;overflow:hidden}.detections-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;background:#0d0d12;border-bottom:1px solid #1a1a24}.detections-header h3{margin:0;font-size:.875rem;font-weight:600;color:#e0e0e0;letter-spacing:.3px}.detections-count{display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:#0f8;color:#000;font-size:.75rem;font-weight:700;border-radius:12px;font-family:SF Mono,Fira Code,Consolas,monospace}.detections-list{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.no-detections{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;color:#444;text-align:center}.no-detections svg{width:48px;height:48px;margin-bottom:.75rem;opacity:.4}.no-detections span{font-size:.8125rem;color:#555}.detection-card{background:#0d0d12;border:1px solid #1a1a24;border-left:3px solid #00ff88;border-radius:4px;padding:.75rem;transition:all .2s ease}.detection-card:hover{background:#131320;border-color:#252535}.detection-card.processing{background:#0d0d14;border-color:#1a1a30}.detection-card.identified{background:#0d120d;border-color:#1a2a1a}.detection-card.error{background:#120d0d;border-color:#2a1a1a}.detection-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.detection-id{display:inline-block;padding:2px 8px;font-size:.6875rem;font-weight:700;font-family:SF Mono,Fira Code,Consolas,monospace;color:#000;background:#0f8;border-radius:3px;letter-spacing:.3px}.detections-list::-webkit-scrollbar{width:6px}.detections-list::-webkit-scrollbar-track{background:#0a0a0f;border-radius:3px}.detections-list::-webkit-scrollbar-thumb{background:#2a2a3a;border-radius:3px}.detections-list::-webkit-scrollbar-thumb:hover{background:#3a3a4a}.detection-processing{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;color:#7c7cff}.processing-spinner{width:14px;height:14px;border:2px solid #333;border-top-color:#7c7cff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.detection-processing span{font-size:.75rem;font-style:italic}.detection-result{padding:.5rem 0}.result-name{font-size:.875rem;font-weight:600;color:#0f8;margin-bottom:.375rem;line-height:1.3}.result-detail{display:flex;gap:.5rem;font-size:.6875rem;margin-bottom:.125rem}.detail-label{color:#555;min-width:45px}.detail-value{color:#aaa;font-family:SF Mono,Fira Code,Consolas,monospace}.detection-error{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;color:#ff6b6b}.detection-error svg{width:14px;height:14px;flex-shrink:0}.detection-error span{font-size:.6875rem;opacity:.8}.expand-btn{display:flex;align-items:center;gap:.375rem;margin-top:.5rem;padding:.375rem .625rem;background:#1a1a24;border:1px solid #2a2a3a;border-radius:4px;color:#888;font-size:.6875rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%;justify-content:center}.expand-btn:hover{background:#223;border-color:#3a3a4a;color:#aaa}.expand-btn.expanded{background:#1a2a1a;border-color:#2a3a2a;color:#0f8}.expand-btn svg{width:12px;height:12px;transition:transform .2s ease}.raw-transcription{margin-top:.625rem;padding-top:.625rem;border-top:1px solid #2a2a3a}.raw-label{font-size:.625rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.375rem}.raw-text{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.625rem;line-height:1.5;color:#aaa;background:#0a0a0f;border:1px solid #1a1a24;border-radius:4px;padding:.5rem;margin:0 0 .5rem;white-space:pre-wrap;word-break:break-word;max-height:150px;overflow-y:auto}.raw-text:last-child{margin-bottom:0}.raw-text::-webkit-scrollbar{width:4px}.raw-text::-webkit-scrollbar-track{background:#0a0a0f}.raw-text::-webkit-scrollbar-thumb{background:#333;border-radius:2px}.raw-text::-webkit-scrollbar-thumb:hover{background:#444}.detection-image-container{margin-bottom:.75rem}.detection-image{display:block;max-width:100%;max-height:200px;width:auto;height:auto;object-fit:contain;border-radius:6px;border:2px solid #1a1a24;background:#0a0a0f;cursor:pointer;transition:all .2s ease;margin-top:.5rem}.detection-image:hover{border-color:#0f8;box-shadow:0 0 12px #00ff884d}@media(max-width:1024px){.stream-content{flex-direction:column}.detections-panel{width:100%;max-height:200px}.detections-list{flex-direction:row;flex-wrap:wrap}.detection-card{flex:1;min-width:200px;max-width:calc(50% - .25rem)}}.kanban-container{padding:2rem;height:100%;overflow-y:auto;background:#f8f9fc}.kanban-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.kanban-header h1{font-size:1.5rem;font-weight:600;color:#1a1d29}.kanban-board{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;height:calc(100% - 100px)}.kanban-column{background:#fff;border-radius:8px;padding:1rem;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000001a}.column-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.column-header h2{font-size:1rem;font-weight:600;color:#1a1d29}.column-count{background:#e2e8f0;color:#4a5568;padding:.25rem .5rem;border-radius:12px;font-size:.875rem;font-weight:600}.column-content{flex:1;overflow-y:auto;padding-right:.5rem}.empty-column{text-align:center;padding:2rem;color:#a0aec0}.order-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:.75rem;cursor:pointer;transition:all .2s ease}.order-card:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.order-card-header{margin-bottom:.5rem}.order-patient{font-weight:600;color:#1a1d29;margin-bottom:.25rem}.order-id{font-size:.75rem;color:#718096}.order-items{font-size:.875rem;color:#4a5568;margin-bottom:.75rem}.order-progress{margin-bottom:.5rem}.progress-bar{height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;margin-bottom:.25rem}.progress-fill{height:100%;background:#06c;transition:width .3s ease}.progress-text{font-size:.75rem;color:#718096}.order-time{font-size:.75rem;color:#a0aec0}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;pointer-events:none;transition:opacity .2s ease}.modal-overlay.active{opacity:1;pointer-events:all}.modal{background:#fff;border-radius:12px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px #00000026}.modal-large{max-width:900px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h3{font-size:1.25rem;font-weight:600;color:#1a1d29}.modal-close{font-size:1.5rem;line-height:1;padding:0;width:32px;height:32px}.modal-body{padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e2e8f0}.order-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.order-detail-patient{font-size:1.25rem;font-weight:600;color:#1a1d29;margin-bottom:.25rem}.order-detail-id{font-size:.875rem;color:#718096}.order-status-badge{padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:600;text-transform:capitalize}.order-status-badge.backlog{background:#eef2ff;color:#6366f1}.order-status-badge.dispensing{background:#e0f2fe;color:#0ea5e9}.order-status-badge.clinical_check{background:#fef3c7;color:#f59e0b}.order-status-badge.completed{background:#d1fae5;color:#10b981}.order-overall-progress{margin-bottom:1.5rem;padding:1rem;background:#f8f9fc;border-radius:8px}.overall-progress-header{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:#4a5568}.overall-progress-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.overall-progress-fill{height:100%;background:#06c;transition:width .3s ease}.order-items-list{display:flex;flex-direction:column;gap:1rem}.order-item-card{padding:1rem;background:#f8f9fc;border-radius:8px;border:1px solid #e2e8f0}.order-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.order-item-name{font-weight:600;color:#1a1d29;margin-bottom:.25rem}.order-item-details{font-size:.875rem;color:#718096}.detection-checkpoints{display:flex;gap:.75rem}.checkpoint{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;border-radius:6px;background:#fff;border:1px solid #e2e8f0;min-width:80px}.checkpoint.complete{background:#d1fae5;border-color:#10b981}.checkpoint-indicator{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#e2e8f0;color:#718096;font-weight:600;font-size:.75rem}.checkpoint.complete .checkpoint-indicator{background:#10b981;color:#fff}.checkpoint span{font-size:.75rem;color:#4a5568}.upload-zone{border:2px dashed #cbd5e1;border-radius:8px;padding:3rem;text-align:center;cursor:pointer;transition:all .2s ease}.upload-zone:hover{border-color:#06c;background:#f0f7ff}.upload-zone input[type=file]{display:none}.btn{padding:.625rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-primary{background:#06c;color:#fff}.btn-primary:hover:not(:disabled){background:#0052a3}.btn-ghost{background:transparent;color:#4a5568}.btn-ghost:hover:not(:disabled){background:#f0f2f8}.btn-success{background:#10b981;color:#fff}.btn-success:hover:not(:disabled){background:#059669}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn:disabled{opacity:.5;cursor:not-allowed}
