: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}.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}@media(max-width:1024px){.prescriptions-layout{grid-template-columns:1fr}}@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}}.app-header{background-color:#f7fafc;border-bottom:1px solid #e2e8f0;padding:1rem 2rem;position:sticky;top:0;z-index:50;height:64px;display:flex;align-items:center}.header-content{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem}.header-left{display:flex;align-items:center;gap:1.5rem;flex:1}.search-container{max-width:400px}.page-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0}.search-input{width:100%;padding:.5rem 1rem;border:1px solid #cbd5e0;border-radius:6px;font-size:.9375rem;background:#fff;transition:border-color .2s}.search-input:focus{outline:none;border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.status-indicator{display:flex;align-items:center;gap:.5rem}.status-dot{width:8px;height:8px;border-radius:50%;background-color:#48bb78;display:inline-block}.status-text{font-size:.875rem;color:#4a5568;font-weight:500}@media(max-width:768px){.app-header{padding:1rem}.search-container{max-width:none}}.prescription-verification{max-width:600px}.prescription-image{width:100%;height:auto;display:block;max-height:500px;object-fit:contain}.success-message{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#c6f6d5;color:#22543d;border-radius:6px;margin-bottom:1rem;font-size:.875rem;font-weight:500}.success-icon{font-size:1.2rem}.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}.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-icon{font-size:1.2rem;flex-shrink:0}@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}}.medication-upload{max-width:600px}.section-header{margin-bottom:2rem}.section-header h2{font-size:1.75rem;font-weight:700;color:#1a202c;margin:0 0 .5rem}.section-subtitle{color:#718096;font-size:1rem;margin:0}.upload-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.card-header{margin-bottom:1.5rem}.card-header h3{font-size:1.25rem;font-weight:600;color:#2d3748;margin:0 0 .5rem}.card-subtitle{color:#718096;font-size:.875rem;margin:0}.upload-area-container{margin-bottom:1rem}.upload-area{border:2px dashed #cbd5e0;border-radius:8px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .2s;background:#f7fafc}.upload-area:hover{border-color:#4299e1;background:#edf2f7}.upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:1rem}.upload-icon{font-size:3rem;opacity:.5}.upload-placeholder p{color:#718096;margin:0;font-size:.9375rem}.image-preview-container{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#f7fafc}.medication-image{width:100%;height:auto;display:block;max-height:500px;object-fit:contain}.extracted-info{margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.info-item{display:flex;justify-content:space-between;margin-bottom:.75rem}.info-label{font-weight:500;color:#4a5568;font-size:.875rem}.info-value{color:#2d3748;font-weight:600;font-size:.875rem}.match-indicator{display:flex;align-items:center;gap:.5rem;padding:.75rem;border-radius:6px;margin-top:1rem;font-size:.875rem;font-weight:500}.match-found{background:#c6f6d5;color:#22543d}.no-match{background:#fed7d7;color:#742a2a}.info{background:#bee3f8;color:#2c5282}.match-icon{font-size:1.2rem}.toggle-ocr-btn{margin-top:.75rem;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-size:.75rem;color:#4a5568;white-space:pre-wrap;word-wrap:break-word}.upload-status{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-top:1px solid #e2e8f0;margin-top:1rem}.status-text{color:#48bb78;font-weight:500;font-size:.875rem}.change-link{background:none;border:none;color:#4299e1;cursor:pointer;font-size:.875rem;font-weight:500;padding:0;text-decoration:underline}.change-link:hover{color:#3182ce}.button-group{margin-top:1rem}.submit-btn{width:100%;padding:.75rem 1.5rem;background:#4299e1;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.submit-btn:hover:not(:disabled){background:#3182ce}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.error-message{margin-top:1rem;padding:.75rem;background:#fed7d7;color:#c53030;border-radius:6px;font-size:.875rem}.history-page{padding:2rem;max-width:1200px;margin:0 auto}.history-header{margin-bottom:2rem}.history-header h2{font-size:2rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem}.history-subtitle{color:#666;font-size:1rem}.loading-state,.empty-state{text-align:center;padding:3rem;color:#666}.empty-state p{margin:.5rem 0}.history-list{display:flex;flex-direction:column;gap:2rem}.history-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.history-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.history-date{font-weight:600;color:#333}.history-stats{color:#666;font-size:.9rem}.history-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1.5rem}.history-prescription h3,.history-medications h3{font-size:1.2rem;font-weight:600;color:#333;margin-bottom:1rem}.history-prescription-image{max-width:100%;height:auto;border:1px solid #ddd;border-radius:4px;margin-bottom:1rem}.history-ocr-details{margin-top:1rem}.history-ocr-details summary{cursor:pointer;color:#2563eb;font-weight:500;padding:.5rem;border-radius:4px;background:#f0f0f0}.history-ocr-details summary:hover{background:#e0e0e0}.history-ocr-text{background:#f5f5f5;padding:1rem;border-radius:4px;font-family:monospace;font-size:.9em;white-space:pre-wrap;word-wrap:break-word;max-height:300px;overflow-y:auto;margin-top:.5rem}.history-medication-pair{margin-bottom:1.5rem;padding:1rem;background:#f9f9f9;border-radius:6px;border-left:4px solid #2563eb}.history-medication-prescription{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.history-medication-individual{padding:.75rem;border-radius:4px}.history-medication-individual.matched{background:#e8f5e9;color:#2e7d32}.history-medication-individual.unmatched{background:#ffebee;color:#c62828}.history-medication-image{max-width:200px;height:auto;border:1px solid #ddd;border-radius:4px;margin-top:.5rem}.history-actions{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e0e0e0}.history-print-btn{padding:.75rem 1.5rem;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.history-print-btn:hover{background-color:#1d4ed8}.error-banner{background:#fee;color:#c00;padding:1rem;border-radius:4px;border:1px solid #fcc;text-align:center}@media(max-width:768px){.history-page{padding:1rem}.history-content{grid-template-columns:1fr}.history-item-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.print-and-save-button{position:fixed;bottom:2rem;right:2rem;padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026;z-index:1000}.print-and-save-button.enabled{background-color:#2563eb;color:#fff}.print-and-save-button.enabled:hover:not(:disabled){background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.print-and-save-button.disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.print-and-save-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.print-and-save-button{bottom:1rem;right:1rem;padding:.75rem 1.5rem;font-size:.9rem}}.prescription-board{width:100%;height:calc(100vh - 144px);display:flex;flex-direction:column;background:#f7fafc;padding:1rem;overflow:hidden}.board-container{display:flex;gap:.75rem;overflow-x:auto;overflow-y:hidden;flex:1;min-height:0;height:100%}.board-column{flex:1;min-width:280px;max-width:25%;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-direction:column;height:100%;max-height:100%;transition:border-color .2s,background-color .2s}.board-column.drag-over{border-color:#646cff;background-color:#f0f4ff}.column-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #e2e8f0;background:#f9fafb;border-radius:8px 8px 0 0;flex-shrink:0}.column-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.column-actions{display:flex;gap:.5rem}.icon-button{background:transparent;border:none;color:#64748b;cursor:pointer;font-size:1rem;padding:.25rem;border-radius:4px;transition:background .2s,color .2s}.icon-button:hover{background:#e2e8f0;color:#1a1a1a}.column-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:.75rem;display:flex;flex-direction:column;gap:.75rem;min-height:0}.empty-placeholder{height:120px;background:#f9fafb;border:1px dashed #e2e8f0;border-radius:4px}.prescription-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.875rem;cursor:grab;transition:box-shadow .2s,transform .2s,opacity .2s;position:relative}.prescription-card:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.prescription-card.dragging{opacity:.5;cursor:grabbing}.prescription-card.completed{border-color:#10b981;background:#f0fdf4}.prescription-card.completed:hover{box-shadow:0 2px 8px #10b98133}.prescription-card:active{cursor:grabbing}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.prescription-type{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.prescription-type-r1{background:#dbeafe;color:#1e40af}.prescription-type-2drx{background:#fef3c7;color:#92400e}.prescription-type-man{background:#e0e7ff;color:#3730a3}.prescription-type-scan{background:#f3e8ff;color:#6b21a8}.card-actions{display:flex;align-items:center;gap:.5rem}.completed-badge{width:20px;height:20px;border-radius:50%;background:#10b981;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;margin-right:.25rem}.item-count{width:24px;height:24px;border-radius:50%;background:#646cff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600}.menu-button{background:transparent;border:none;color:#64748b;cursor:pointer;font-size:1.25rem;line-height:1;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.menu-button:hover{background:#e2e8f0}.card-body{margin-bottom:.75rem}.patient-name{font-size:.875rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.patient-address{font-size:.75rem;color:#64748b;margin-bottom:.5rem;line-height:1.4}.card-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.5rem}.tag{font-size:.625rem;font-weight:500;padding:.125rem .375rem;border-radius:3px;text-transform:uppercase;letter-spacing:.025em}.tag.hashtag{background:#e0e7ff;color:#3730a3}.tag.urgent{background:#fee2e2;color:#991b1b}.tag.controlled-drug{background:#fef3c7;color:#92400e}.card-footer{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#64748b;padding-top:.5rem;border-top:1px solid #f1f5f9}.comments{font-weight:500}.date-time{font-weight:400}.column-content::-webkit-scrollbar{width:6px}.column-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.column-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.column-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.board-container::-webkit-scrollbar{height:8px}.board-container::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.board-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.board-container::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media(max-width:1400px){.board-column{min-width:250px;max-width:25%}}@media(max-width:1200px){.board-column{min-width:220px;max-width:25%}}@media(max-width:768px){.prescription-board{padding:1rem}.board-header{flex-direction:column;align-items:flex-start;gap:1rem}.board-container{flex-direction:column;overflow-x:visible;overflow-y:auto}.board-column{min-width:100%;max-height:none}.column-content{max-height:400px}}.inbound-outbound{width:100%;height:100%;padding:2rem;background:#f7fafc}.inbound-outbound-header{margin-bottom:2rem}.page-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0}.inbound-outbound-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.inbound-section,.outbound-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:2rem}.inbound-section h2,.outbound-section h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.inbound-section p,.outbound-section p{color:#64748b;margin:0}@media(max-width:768px){.inbound-outbound-content{grid-template-columns:1fr}.inbound-outbound{padding:1rem}}.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-main{display:flex;flex:1;min-height:0;gap:1rem}.detection-sidebar{width:320px;min-width:280px;display:flex;flex-direction:column;background:#111118;border:1px solid #1a1a24;border-radius:6px;overflow:hidden}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #1a1a24;background:#0d0d12}.sidebar-header h3{margin:0;font-size:.875rem;font-weight:600;color:#e0e0e0;text-transform:uppercase;letter-spacing:.5px}.sidebar-count{background:#0f8;color:#000;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:10px;min-width:24px;text-align:center}.detection-cards-list{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.75rem}.detection-card{background:#0d0d12;border:1px solid #1a1a24;border-left:4px solid #00ff88;border-radius:6px;padding:.875rem;animation:cardSlideIn .2s ease-out}@keyframes cardSlideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.detection-card-header{display:flex;align-items:center;gap:.5rem}.detection-track-id{font-family:SF Mono,Fira Code,monospace;font-size:.75rem;font-weight:700;color:#000;padding:.25rem .5rem;border-radius:4px;flex-shrink:0}.detection-name-inline{flex:1;font-size:.9rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.detection-confidence{font-family:SF Mono,Fira Code,monospace;font-size:.75rem;color:#888;flex-shrink:0}.detection-expand-btn{display:flex;align-items:center;justify-content:center;gap:.375rem;width:100%;padding:.5rem;margin-top:.5rem;background:#1a1a24;border:1px solid #252532;border-radius:4px;color:#888;font-size:.75rem;cursor:pointer;transition:all .15s ease}.detection-expand-btn:hover{background:#252532;color:#fff}.detection-expand-btn .expand-icon{width:16px;height:16px;transition:transform .2s ease}.detection-expand-btn .expand-icon.rotated{transform:rotate(180deg)}.detection-card-content{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #1a1a24;animation:contentSlideDown .2s ease-out}@keyframes contentSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.detection-name{font-size:1rem;font-weight:600;color:#fff;line-height:1.3}.detection-detail{display:flex;gap:.5rem;font-size:.8125rem}.detail-label{color:#666;min-width:60px}.detail-value{color:#0f8;font-weight:500}.detection-ocr-text{font-size:.75rem;color:#777;line-height:1.5;padding:.5rem;background:#0a0a0f;border-radius:4px;font-family:SF Mono,Fira Code,monospace;word-break:break-word;white-space:pre-wrap;max-height:120px;overflow-y:auto}.ocr-text-label{font-size:.6875rem;color:#555;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.375rem}.detection-card-loading{display:flex;align-items:center;gap:.75rem;color:#666;font-size:.8125rem}.loading-spinner{width:16px;height:16px;border:2px solid #333;border-top-color:#0f8;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.detection-card-empty{color:#444;font-size:.8125rem;font-style:italic}.no-detections{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem 1rem;color:#444;text-align:center}.no-detections svg{opacity:.3}.no-detections span{font-size:.875rem}.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}.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}
