.UploadList-module__e8EEEq__container{background-color:#f8fafc;min-height:100vh}.UploadList-module__e8EEEq__main{max-width:1100px;margin:30px auto;padding:0 20px}.UploadList-module__e8EEEq__content{background:#fff;border-radius:20px;padding:32px;box-shadow:0 4px 24px #0000000f}.UploadList-module__e8EEEq__header{text-align:center;margin-bottom:28px}.UploadList-module__e8EEEq__header h1{color:#111;margin-bottom:8px;font-size:24px;font-weight:800}.UploadList-module__e8EEEq__header p{color:#64748b;font-size:14px;line-height:1.5}.UploadList-module__e8EEEq__form{flex-direction:column;gap:20px;display:flex}.UploadList-module__e8EEEq__uploadArea{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:14px;transition:all .2s}.UploadList-module__e8EEEq__uploadArea:hover{background:#fffaf5;border-color:#f60}.UploadList-module__e8EEEq__uploadLabel{cursor:pointer;color:#475569;flex-direction:column;align-items:center;padding:36px 20px;font-weight:600;display:flex}.UploadList-module__e8EEEq__uploadIcon{color:#f60;width:48px;height:48px;margin-bottom:10px}.UploadList-module__e8EEEq__uploadSub{color:#94a3b8;margin-top:4px;font-size:12px;font-weight:400}.UploadList-module__e8EEEq__fileList{flex-direction:column;gap:10px;display:flex}.UploadList-module__e8EEEq__fileItem{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.UploadList-module__e8EEEq__filePreview{align-items:center;gap:12px;display:flex}.UploadList-module__e8EEEq__thumbnail{object-fit:cover;border:1px solid #cbd5e1;border-radius:8px;width:44px;height:44px}.UploadList-module__e8EEEq__fileName{font-size:13px;font-weight:600}.UploadList-module__e8EEEq__removeBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px}.UploadList-module__e8EEEq__removeBtn:hover{background:#fee2e2}.UploadList-module__e8EEEq__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f60,#ff8330);border:none;border-radius:12px;padding:14px 24px;font-size:15px;font-weight:700;transition:all .2s;box-shadow:0 4px 14px #ff66004d}.UploadList-module__e8EEEq__submitBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 18px #f606}.UploadList-module__e8EEEq__submitBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.UploadList-module__e8EEEq__errorBanner{color:#dc2626;text-align:center;background:#fee2e2;border-radius:8px;padding:12px;font-size:14px}.UploadList-module__e8EEEq__splitLayout{grid-template-columns:1fr 1fr;gap:24px;margin-top:20px;display:grid}.UploadList-module__e8EEEq__imageColumn{background:#1a1a1a;border-radius:16px;flex-direction:column;gap:12px;padding:16px;display:flex}.UploadList-module__e8EEEq__imageTitle{color:#fff;justify-content:space-between;align-items:center;font-size:14px;font-weight:700;display:flex}.UploadList-module__e8EEEq__imageViewer{object-fit:contain;background:#000;border-radius:10px;width:100%;max-height:480px}.UploadList-module__e8EEEq__cartColumn{flex-direction:column;gap:16px;display:flex}.UploadList-module__e8EEEq__cartHeader{border-bottom:1.5px solid #f1f5f9;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.UploadList-module__e8EEEq__cartHeader h2{color:#1a1a1a;margin:0;font-size:18px;font-weight:800}.UploadList-module__e8EEEq__matchedList{flex-direction:column;gap:10px;max-height:380px;padding-right:4px;display:flex;overflow-y:auto}.UploadList-module__e8EEEq__matchedItem{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;align-items:center;gap:12px;padding:12px;transition:all .2s;display:flex}.UploadList-module__e8EEEq__matchedItem.UploadList-module__e8EEEq__checked{background:#fff9f5;border-color:#f60}.UploadList-module__e8EEEq__badgeExact{color:#15803d;background:#dcfce7;border-radius:10px;padding:2px 8px;font-size:10px;font-weight:800}.UploadList-module__e8EEEq__badgeSuggest{color:#a16207;background:#fef9c3;border-radius:10px;padding:2px 8px;font-size:10px;font-weight:800}.UploadList-module__e8EEEq__badgeUnmatched{color:#b91c1c;background:#fee2e2;border-radius:10px;padding:2px 8px;font-size:10px;font-weight:800}.UploadList-module__e8EEEq__quickSearchBox{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;margin-top:8px;padding:12px}.UploadList-module__e8EEEq__quickSearchInputWrapper{background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;display:flex}.UploadList-module__e8EEEq__quickSearchInputWrapper input{border:none;outline:none;width:100%;font-size:13px}.UploadList-module__e8EEEq__quickSearchResults{flex-direction:column;gap:6px;max-height:160px;margin-top:8px;display:flex;overflow-y:auto}.UploadList-module__e8EEEq__quickSearchResultRow{cursor:pointer;background:#fff;border-radius:6px;justify-content:space-between;align-items:center;padding:6px 10px;font-size:12px;display:flex}.UploadList-module__e8EEEq__quickSearchResultRow:hover{color:#f60;background:#fff5ee}.UploadList-module__e8EEEq__actionFooter{border-top:1.5px solid #f1f5f9;justify-content:space-between;align-items:center;gap:12px;padding-top:16px;display:flex}.UploadList-module__e8EEEq__filterPillsRow{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;align-items:center;gap:6px;margin-bottom:8px;padding-bottom:4px;display:flex;overflow-x:auto}.UploadList-module__e8EEEq__filterPillsRow::-webkit-scrollbar{display:none}.UploadList-module__e8EEEq__pillBtn{color:#475569;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;border-radius:20px;flex-shrink:0;padding:5px 12px;font-size:11px;font-weight:700;transition:all .2s}.UploadList-module__e8EEEq__pillBtn:hover{color:#f60;border-color:#f60}.UploadList-module__e8EEEq__pillActive{color:#fff!important;background:#f60!important;border-color:#f60!important}.UploadList-module__e8EEEq__levelSelect{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;flex-shrink:0;padding:4px 8px;font-size:11px;font-weight:700}.UploadList-module__e8EEEq__ocrSection{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;margin-top:24px;padding:20px;box-shadow:0 4px 20px #00000008}.UploadList-module__e8EEEq__ocrHeader{border-bottom:1px solid #f1f5f9;align-items:center;gap:10px;margin-bottom:14px;padding-bottom:12px;display:flex}.UploadList-module__e8EEEq__ocrHeader h3{color:#1e293b;flex:1;margin:0;font-size:15px;font-weight:800}.UploadList-module__e8EEEq__lineBadge{color:#f60;white-space:nowrap;background:#fff5ee;border:1px solid #ffe4d6;border-radius:12px;padding:4px 10px;font-size:11px;font-weight:800}.UploadList-module__e8EEEq__ocrContent{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:8px;max-height:250px;padding-right:4px;display:grid;overflow-y:auto}.UploadList-module__e8EEEq__ocrLineItem{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;align-items:center;gap:10px;padding:8px 12px;display:flex}.UploadList-module__e8EEEq__ocrLineNumber{color:#94a3b8;background:#e2e8f0;border-radius:6px;flex-shrink:0;padding:2px 6px;font-size:11px;font-weight:800}.UploadList-module__e8EEEq__ocrLineText{color:#334155;word-break:break-word;font-size:12px;font-weight:600}.UploadList-module__e8EEEq__detectedLevelBanner{background:linear-gradient(135deg,#fff7ed 0%,#fff3e0 100%);border:1.5px solid #ffcf9e;border-radius:12px;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;padding:10px 16px;display:flex}.UploadList-module__e8EEEq__levelOverrideSelect{color:#374151;cursor:pointer;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;outline:none;padding:4px 8px;font-size:12px;font-weight:600}.UploadList-module__e8EEEq__levelOverrideSelect:focus{border-color:#f60}.UploadList-module__e8EEEq__badgePages{color:#1d4ed8;letter-spacing:.3px;background:#dbeafe;border:1px solid #bfdbfe;border-radius:8px;padding:2px 7px;font-size:10px;font-weight:800}.UploadList-module__e8EEEq__badgeFormat{color:#15803d;letter-spacing:.3px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:2px 7px;font-size:10px;font-weight:800}.UploadList-module__e8EEEq__suggestionsSection{background:linear-gradient(135deg,#fffbeb 0%,#fefce8 100%);border:1.5px solid #fef3c7;border-radius:16px;margin-top:28px;padding:20px}.UploadList-module__e8EEEq__suggestionsHeader{flex-wrap:wrap;align-items:flex-start;gap:10px;margin-bottom:14px;display:flex}.UploadList-module__e8EEEq__suggestionsHeader h3{color:#92400e;flex:1;margin:0;font-size:15px;font-weight:700}.UploadList-module__e8EEEq__suggestionsNote{color:#b45309;width:100%;margin-top:4px;font-size:12px;line-height:1.4;display:block}.UploadList-module__e8EEEq__suggestionsList{flex-direction:column;gap:8px;display:flex}.UploadList-module__e8EEEq__suggestionItem{background:#fff;border:1px solid #fde68a;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;transition:box-shadow .15s;display:flex}.UploadList-module__e8EEEq__suggestionItem:hover{box-shadow:0 2px 8px #f59e0b26}.UploadList-module__e8EEEq__addSuggestionBtn{color:#fff;cursor:pointer;background:#f60;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:700;transition:background .15s,transform .1s;display:flex}.UploadList-module__e8EEEq__addSuggestionBtn:hover{background:#e05a00;transform:scale(1.03)}@media (max-width:800px){.UploadList-module__e8EEEq__main{margin:14px auto;padding:0 12px}.UploadList-module__e8EEEq__content{border-radius:16px;padding:20px 14px}.UploadList-module__e8EEEq__header h1{font-size:20px}.UploadList-module__e8EEEq__header p{font-size:13px}.UploadList-module__e8EEEq__uploadLabel{padding:24px 14px}.UploadList-module__e8EEEq__splitLayout{grid-template-columns:1fr;gap:16px}.UploadList-module__e8EEEq__imageViewer{max-height:260px}.UploadList-module__e8EEEq__detectedLevelBanner{flex-direction:column;align-items:flex-start;padding:10px 12px;font-size:12px}.UploadList-module__e8EEEq__detectedLevelBanner>div{justify-content:space-between;width:100%;margin-top:4px;margin-left:0!important}.UploadList-module__e8EEEq__matchedList{max-height:320px}.UploadList-module__e8EEEq__matchedItem{gap:8px;padding:10px}.UploadList-module__e8EEEq__ocrContent{grid-template-columns:1fr}.UploadList-module__e8EEEq__actionFooter{-webkit-backdrop-filter:blur(8px);z-index:40;background:#fffffff5;border-top:1px solid #e2e8f0;border-bottom-right-radius:16px;border-bottom-left-radius:16px;margin:16px -14px -14px;padding:12px 14px;position:sticky;bottom:0;box-shadow:0 -4px 16px #00000014}}@media (max-width:480px){.UploadList-module__e8EEEq__main{padding:0 8px}.UploadList-module__e8EEEq__content{padding:16px 12px}.UploadList-module__e8EEEq__matchedItem{flex-wrap:wrap}.UploadList-module__e8EEEq__submitBtn{justify-content:center;width:100%}.UploadList-module__e8EEEq__actionFooter{flex-direction:row;justify-content:space-between;align-items:center}}.UploadList-module__e8EEEq__scanOverlayModal{-webkit-backdrop-filter:blur(10px);z-index:9999;background:#0f172ac7;justify-content:center;align-items:center;padding:20px;animation:.3s ease-out UploadList-module__e8EEEq__fadeInOverlay;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes UploadList-module__e8EEEq__fadeInOverlay{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.UploadList-module__e8EEEq__scanCard{text-align:center;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;background:#fff;border-radius:24px;flex-direction:column;align-items:center;width:100%;max-width:520px;max-height:90vh;padding:28px;display:flex;position:relative;overflow-y:auto;box-shadow:0 24px 60px #00000059,0 0 40px #f603}.UploadList-module__e8EEEq__scanCard::-webkit-scrollbar{width:6px}.UploadList-module__e8EEEq__scanCard::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:10px}.UploadList-module__e8EEEq__scannerFrame{background:#0f172a;border:2px solid #334155;border-radius:16px;width:100%;max-width:340px;height:210px;margin-bottom:20px;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000040}.UploadList-module__e8EEEq__scannerImage{object-fit:cover;opacity:.85;filter:contrast(1.1)brightness(.95);width:100%;height:100%}.UploadList-module__e8EEEq__laserBeam{z-index:10;background:linear-gradient(90deg,#0000,#f60,#fa0,#f60,#0000);height:4px;animation:2s ease-in-out infinite alternate UploadList-module__e8EEEq__laserSweep;position:absolute;top:0;left:0;right:0;box-shadow:0 0 15px #f60,0 0 30px #f60}@keyframes UploadList-module__e8EEEq__laserSweep{0%{top:4%}to{top:92%}}.UploadList-module__e8EEEq__laserGrid{pointer-events:none;z-index:5;background:linear-gradient(#f603 0%,#ff660005 100%);animation:1.6s ease-in-out infinite alternate UploadList-module__e8EEEq__gridPulse;position:absolute;inset:0}@keyframes UploadList-module__e8EEEq__gridPulse{0%{opacity:.3}to{opacity:.85}}.UploadList-module__e8EEEq__cornerTL,.UploadList-module__e8EEEq__cornerTR,.UploadList-module__e8EEEq__cornerBL,.UploadList-module__e8EEEq__cornerBR{z-index:12;border-style:solid;border-color:#f60;width:22px;height:22px;position:absolute}.UploadList-module__e8EEEq__cornerTL{border-width:3px 0 0 3px;border-top-left-radius:4px;top:10px;left:10px}.UploadList-module__e8EEEq__cornerTR{border-width:3px 3px 0 0;border-top-right-radius:4px;top:10px;right:10px}.UploadList-module__e8EEEq__cornerBL{border-width:0 0 3px 3px;border-bottom-left-radius:4px;bottom:10px;left:10px}.UploadList-module__e8EEEq__cornerBR{border-width:0 3px 3px 0;border-bottom-right-radius:4px;bottom:10px;right:10px}.UploadList-module__e8EEEq__progressTrack{background:#f1f5f9;border-radius:10px;width:100%;height:8px;margin:14px 0 18px;position:relative;overflow:hidden}.UploadList-module__e8EEEq__progressBar{background:linear-gradient(90deg,#f60,#ff8330);border-radius:10px;height:100%;transition:width .4s ease-out;box-shadow:0 0 10px #ff660080}.UploadList-module__e8EEEq__stepperContainer{text-align:left;flex-direction:column;gap:10px;width:100%;margin-bottom:18px;display:flex}.UploadList-module__e8EEEq__stepItem{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:12px;padding:10px 14px;font-size:13px;font-weight:600;transition:all .3s;display:flex}.UploadList-module__e8EEEq__stepItemActive{color:#1a1a1a;background:#fffaf5;border-color:#ffd8be;font-weight:700;box-shadow:0 3px 10px #ff66001f}.UploadList-module__e8EEEq__stepItemDone{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.UploadList-module__e8EEEq__stepIconWrapper{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.UploadList-module__e8EEEq__aiTipBox{color:#475569;background:#f1f5f9;border-radius:12px;align-items:center;gap:8px;width:100%;padding:10px 16px;font-size:12px;display:flex}@media (max-width:640px){.UploadList-module__e8EEEq__scanOverlayModal{padding:12px}.UploadList-module__e8EEEq__scanCard{border-radius:18px;max-height:92vh;padding:18px 14px;overflow-y:auto}.UploadList-module__e8EEEq__scannerFrame{height:150px;margin-bottom:12px}.UploadList-module__e8EEEq__stepperContainer{gap:8px;margin-bottom:12px}.UploadList-module__e8EEEq__stepItem{padding:8px 10px;font-size:12px}.UploadList-module__e8EEEq__stepIconWrapper{width:24px;height:24px;font-size:12px}.UploadList-module__e8EEEq__aiTipBox{padding:8px 12px;font-size:11px}}
