.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-box{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;padding:40px;width:100%;max-width:400px;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:30px}.login-header h1{color:#333;font-size:28px;margin:0 0 10px}.login-header p{color:#666;font-size:14px;margin:0}.login-form,.form-group{margin-bottom:20px}.form-group label{display:block;color:#333;font-weight:500;margin-bottom:8px;font-size:14px}.form-group input{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:all .3s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.error-message{background-color:#fee;color:#c33;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;border:1px solid #fcc;animation:shake .3s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}.login-button{width:100%;padding:14px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-footer{text-align:center;padding-top:20px;border-top:1px solid #e0e0e0}.security-note{color:#666;font-size:12px;margin:0}@media (max-width: 480px){.login-box{padding:30px 20px}.login-header h1{font-size:24px}}.App{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.App-header{padding:1rem 2rem;color:#fff}.App-header .header-content{display:flex;justify-content:space-between;align-items:center;max-width:1600px;margin:0 auto}.App-header h1{margin:0;font-size:1.8rem}.App-header p{margin:.25rem 0 0;opacity:.9;font-size:.9rem}.logout-button{padding:.75rem 1.5rem;background:#fff3;color:#fff;border:2px solid white;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logout-button:hover{background:#ffffff4d;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.logout-button:active{transform:translateY(0)}@media (max-width: 768px){.App-header .header-content{flex-direction:column;gap:1rem;text-align:center}}.App-main{max-width:1600px;margin:0 auto;padding:1rem}.image-upload{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.upload-area{text-align:center;margin-bottom:1.5rem}#file-input{display:none}.file-label{display:inline-block;padding:1rem 2rem;background:#667eea;color:#fff;border-radius:8px;cursor:pointer;transition:background .3s}.file-label:hover{background:#5568d3}.heic-notice{margin:1.5rem 0;padding:1.5rem;background:#dbeafe;border-left:4px solid #3b82f6;border-radius:8px;text-align:center}.heic-notice p{margin:.5rem 0;color:#1e40af}.heic-notice .heic-info{font-size:.9rem;color:#1e3a8a;margin-top:.5rem}.heic-info-small{font-size:.85rem;color:#10b981;font-weight:500;margin-top:.5rem;text-align:center}.preview{margin:1.5rem 0;text-align:center}.preview img{max-width:100%;max-height:400px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.image-filename{margin-top:.75rem;font-size:.9rem;color:#4b5563;font-weight:500;word-break:break-all}.upload-button{width:100%;padding:1rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:1.1rem;cursor:pointer;transition:background .3s}.upload-button:hover{background:#059669}.loading{text-align:center;padding:2rem;color:#fff;font-size:1.2rem}.error{color:#ef4444;padding:1rem;background:#fee2e2;border-radius:8px;margin-top:1rem}.product-results{background:#fff;border-radius:12px;padding:2rem;margin-top:2rem;box-shadow:0 4px 6px #0000001a}.product-results h2{margin-top:0;color:#1f2937}.results-section{margin:2rem 0}.results-section h3{color:#374151;margin-bottom:1rem}.product-list{list-style:none;padding:0}.product-list li{padding:.75rem 1rem;margin:.5rem 0;border-radius:6px;display:flex;justify-content:space-between;align-items:center}.product-list.detected li{background:#d1fae5;border-left:4px solid #10b981}.product-list.missing li{background:#fee2e2;border-left:4px solid #ef4444}.confidence{font-size:.9rem;color:#6b7280;font-weight:600}.no-results{color:#9ca3af;font-style:italic}.annotated-image-section{margin:2rem 0;text-align:center}.annotated-image-section h3{color:#374151;margin-bottom:1rem}.annotated-image{max-width:100%;max-height:600px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.summary-section{margin:2rem 0;padding:1.5rem;background:#f3f4f6;border-radius:8px;border-left:4px solid #667eea}.summary-section h3{color:#374151;margin-top:0}.summary-section p{margin:.5rem 0;color:#1f2937}.filter-section{margin:2rem 0;padding:1rem;background:#f9fafb;border-radius:8px}.filter-section label{font-weight:600;color:#374151;margin-right:1rem}.filter-section select{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer;font-size:1rem}.results-table-section{margin:2rem 0}.results-table-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.results-table-section h3{color:#374151;margin:0}.toggle-button{padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.toggle-button:hover{background:#5568d3;transform:translateY(-1px);box-shadow:0 2px 4px #667eea4d}.toggle-button:active{transform:translateY(0)}.detections-table{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 1px 3px #0000001a;border-radius:8px;overflow:hidden}.detections-table thead{background:#667eea;color:#fff}.detections-table th{padding:1rem;text-align:left;font-weight:600}.detections-table td{padding:.75rem 1rem;border-top:1px solid #e5e7eb}.detections-table tbody tr:hover{background:#f9fafb}.detections-table tbody tr:nth-child(2n){background:#f3f4f6}.detections-table tbody tr:nth-child(2n):hover{background:#e5e7eb}.grouped-section{margin:2rem 0}.grouped-section>h3{color:#374151;margin-bottom:1.5rem}.family-group{margin:1.5rem 0;padding:1.5rem;background:#f9fafb;border-radius:8px;border-left:4px solid #667eea}.family-group h4{margin-top:0;color:#1f2937;font-size:1.2rem}.family-group .product-list{margin-top:1rem}.family-group .product-list li{background:#fff;border-left:3px solid #10b981}.summary-table{width:100%;border-collapse:collapse;background:#fff;margin-top:1rem}.summary-table thead{background:#f3f4f6;border-bottom:2px solid #d1d5db}.summary-table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#374151;font-size:.9rem}.summary-table td{padding:.75rem 1rem;border-top:1px solid #e5e7eb;color:#1f2937}.summary-table tbody tr:hover{background:#f9fafb}.summary-table .count-cell{text-align:center;font-weight:600;color:#3b82f6;font-size:1.1rem}.summary-table .confidence-cell{text-align:center;font-weight:600;color:#10b981}.summary-table tbody tr.low-confidence{background:#fee2e2!important;border-left:4px solid #ef4444}.summary-table tbody tr.low-confidence:hover{background:#fecaca!important}.summary-table tbody tr.low-confidence .confidence-cell{color:#dc2626;font-weight:700}.results-container{display:flex;gap:1.5rem;margin-top:1rem}.results-left{flex:0 0 auto;max-width:850px}.results-right{flex:1;min-width:400px;overflow-y:auto;max-height:calc(100vh - 150px)}.interactive-image-viewer{background:#fff;padding:1rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:center;align-items:center}.detection-canvas{border-radius:4px;box-shadow:0 1px 4px #0000001a}.interactive-viewer-placeholder{padding:3rem;text-align:center;color:#6b7280;background:#f9fafb;border-radius:8px}.detections-table tbody tr.highlighted{background:#dbeafe!important;border-left:4px solid #3b82f6;transform:scale(1.01);box-shadow:0 2px 8px #3b82f64d;transition:all .2s ease}.detections-table tbody tr{cursor:pointer;transition:all .2s ease}.detections-table tbody tr.mismatch{background:#fff3cd!important;border-left:4px solid #ff8c00}.detections-table tbody tr.mismatch:hover{background:#ffe5a0!important}.mismatch-warning{color:#ff8c00;font-size:1.1rem;cursor:help}.detections-table tbody tr.low-confidence{background:#fee2e2!important;border-left:4px solid #ef4444}.detections-table tbody tr.low-confidence:hover{background:#fecaca!important}.detections-table tbody tr.low-confidence strong{color:#dc2626}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
