*{box-sizing:border-box}: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;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-gradient-start: #EB6876;--color-gradient-mid: #DC618B;--color-gradient-end: #9C3FE4;--color-gradient-alt-start: #E96776;--color-gradient-alt-end: #9E40E2;--color-accent: #BC50B6;--color-text-primary: #344054;--color-text-gray: #6B7280;--color-text-dark: #374151;--color-bg-light: #EBEBEB;--color-bg-gray: #E5E7EB;--primary-color: #BC50B6;--primary-color-30: rgba(188, 80, 182, .3);--pink-50: #fdf2f8;--pink-100: #fce7f3;--pink-200: #fbcfe8;--pink-300: #f9a8d4;--pink-400: #f472b6;--pink-500: #ec4899;--pink-700: #be185d;--blue-50: #eff6ff;--blue-500: #3b82f6;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--bg-light-pink: #fff6f7;--gradient-primary: linear-gradient(to right, #E96776, #9E40E2)}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:#fff;color:#1f2937}#root{min-height:100vh}.app{min-height:100vh;background-color:#fff6f7;padding-top:64px}._mainHeader_elosj_6{position:fixed;top:0;left:0;right:0;height:64px;display:flex;z-index:20}._headerLogoSection_elosj_17{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(to right,#eb6876,#dc618b);height:64px;border-right:1px solid hsl(240,5.9%,90%);transition:all .3s cubic-bezier(.4,0,.2,1)}._headerLogoContainer_elosj_28{display:flex;height:64px;align-items:center;padding-left:24px;padding-right:24px;transition:all .3s cubic-bezier(.4,0,.2,1)}._headerLogoText_elosj_38{font-family:Comfortaa,cursive;font-size:30px;font-weight:700;color:#fff;cursor:pointer;white-space:nowrap;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;display:flex;align-items:center;letter-spacing:.5px}._headerContentSection_elosj_53{flex:1;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to right,#dc618b,#9c3fe4);padding-left:24px;padding-right:24px}@media(max-width:768px){._headerLogoContainer_elosj_28,._headerContentSection_elosj_53{padding-left:16px;padding-right:16px}._headerLogoText_elosj_38{font-size:24px}}._uploadContainer_16k62_6{width:100%;max-width:48rem;height:200px;margin-bottom:10px;margin-left:auto;margin-right:auto}._dropzone_16k62_16{position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #9ca3af4d;border:1px dashed;border-color:#bc50b64d;overflow:hidden;height:200px;background-color:#fff6f7;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:8px;transition:all .3s ease;cursor:pointer}._dropzone_16k62_16._dragging_16k62_34{border-color:#ec4899;background-color:#fdf2f8;border-width:2px}._dropzone_16k62_16:hover{border-width:2px;border-color:#f9a8d4}._fileInput_16k62_47{display:none}._dropzoneContent_16k62_52{display:flex;flex-direction:column;align-items:center;height:100%;justify-content:center;color:#4b5563;pointer-events:none}._uploadIcon_16k62_62{font-size:26px;margin-bottom:1rem}._dropzoneText_16k62_67{text-align:center;font-size:12px;margin-top:1rem}._primaryText_16k62_73{font-size:14px;color:#374151;font-weight:500;margin:0 0 8px}._browseText_16k62_80{color:#bc50b6;font-weight:600;text-decoration:underline}._secondaryText_16k62_86{font-size:12px;color:#6b7280;margin:0}._fileItem_1cqpn_1{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:8px;transition:background-color .2s}._fileItem_1cqpn_1:hover{background-color:#f3f4f6}._fileInfo_1cqpn_17{display:flex;align-items:center;gap:12px;flex:1;min-width:0}._statusIcon_1cqpn_25{font-size:20px;font-weight:700;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._statusSuccess_1cqpn_36{color:#10b981}._statusError_1cqpn_40{color:#ef4444}._statusUploading_1cqpn_44{color:#bc50b6;animation:_spin_1cqpn_1 1s linear infinite}@keyframes _spin_1cqpn_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._fileDetails_1cqpn_58{flex:1;min-width:0}._fileName_1cqpn_63{font-size:14px;font-weight:500;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._fileSize_1cqpn_72{font-size:12px;color:#6b7280;margin-top:2px}._fileActions_1cqpn_78{display:flex;align-items:center;gap:12px}._progressContainer_1cqpn_84{display:flex;align-items:center;gap:8px;min-width:120px}._progressBar_1cqpn_91{width:80px;height:6px;background-color:#e5e7eb;border-radius:3px;overflow:hidden}._progressFill_1cqpn_99{height:100%;background:linear-gradient(to right,#e96776,#9e40e2);transition:width .3s ease}._progressText_1cqpn_105{font-size:12px;color:#6b7280;min-width:35px}._errorMessage_1cqpn_111{font-size:12px;color:#ef4444;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._removeButton_1cqpn_120{background:none;border:none;font-size:24px;color:#9ca3af;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;flex-shrink:0}._removeButton_1cqpn_120:hover{background-color:#fee2e2;color:#ef4444}._fileList_dhi4d_1{margin:20px 0}._emptyState_dhi4d_5{padding:40px 20px;text-align:center;color:#9ca3af;font-size:14px;background-color:#f9fafb;border:1px dashed #d1d5db;border-radius:8px}._processButton_1kmy0_1{width:100%;padding:14px 24px;background:linear-gradient(to right,#e96776,#9e40e2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}._processButton_1kmy0_1:hover:not(._disabled_1kmy0_18):not(._processing_1kmy0_18){background:linear-gradient(to right,#dc5d6a,#8f39cf);transform:translateY(-1px);box-shadow:0 4px 12px #e9677666}._processButton_1kmy0_1:active:not(._disabled_1kmy0_18):not(._processing_1kmy0_18){transform:translateY(0)}._processButton_1kmy0_1._disabled_1kmy0_18{background:#d1d5db;color:#9ca3af;cursor:not-allowed}._processButton_1kmy0_1._processing_1kmy0_18{background:linear-gradient(to right,#dc5d6a,#8f39cf);cursor:wait}._spinner_1kmy0_39{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1kmy0_39 .8s linear infinite}@keyframes _spin_1kmy0_39{to{transform:rotate(360deg)}}._extractButton_1y4u6_1{width:100%;padding:14px 24px;background:linear-gradient(to right,#e96776,#9e40e2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}._extractButton_1y4u6_1:hover:not(._disabled_1y4u6_18):not(._extracting_1y4u6_18){background:linear-gradient(to right,#dc5d6a,#8f39cf);transform:translateY(-1px);box-shadow:0 4px 12px #e9677666}._extractButton_1y4u6_1:active:not(._disabled_1y4u6_18):not(._extracting_1y4u6_18){transform:translateY(0)}._extractButton_1y4u6_1._disabled_1y4u6_18{background:#d1d5db;color:#9ca3af;cursor:not-allowed}._extractButton_1y4u6_1._extracting_1y4u6_18{background:linear-gradient(to right,#dc5d6a,#8f39cf);cursor:wait}._spinner_1y4u6_39{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1y4u6_39 .8s linear infinite}@keyframes _spin_1y4u6_39{to{transform:rotate(360deg)}}._container_17i83_1{max-width:1200px;margin:0 auto;padding:40px 20px}._header_17i83_7{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}._title_17i83_14{font-size:28px;font-weight:700;color:#111827;margin:0}._startOverButton_17i83_21{padding:10px 20px;background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}._startOverButton_17i83_21:hover{background-color:#e5e7eb;border-color:#9ca3af}._summaryCard_17i83_38{background:linear-gradient(135deg,#e96776,#9e40e2);color:#fff;padding:24px;border-radius:12px;margin-bottom:32px;box-shadow:0 4px 6px #e9677666}._summaryTitle_17i83_47{font-size:18px;font-weight:600;margin-bottom:16px}._summaryStats_17i83_53{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:16px}._statItem_17i83_60{text-align:center;padding:16px;background:#ffffff1a;border-radius:8px}._statValue_17i83_67{font-size:32px;font-weight:700;margin-bottom:4px}._statValue_17i83_67._success_17i83_73{color:#86efac}._statValue_17i83_67._failed_17i83_77{color:#fca5a5}._statLabel_17i83_81{font-size:14px;opacity:.9}._summaryMessage_17i83_86{text-align:center;font-size:14px;opacity:.95;padding-top:16px;border-top:1px solid rgba(255,255,255,.2)}._resultsSection_17i83_94{margin-top:32px}._sectionTitle_17i83_98{font-size:20px;font-weight:600;color:#111827;margin-bottom:16px}._resultsList_17i83_105{display:flex;flex-direction:column;gap:12px}._resultCard_17i83_111{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:all .2s}._resultCard_17i83_111:hover{box-shadow:0 4px 6px #0000001a}._resultHeader_17i83_124{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;cursor:pointer;transition:background-color .2s}._resultHeader_17i83_124:hover{background-color:#f9fafb}._fileInfo_17i83_137{flex:1}._fileName_17i83_141{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:8px}._fileStats_17i83_148{display:flex;gap:12px;flex-wrap:wrap}._statBadge_17i83_154{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:#6b7280;padding:4px 10px;background-color:#f3f4f6;border-radius:12px}._successDot_17i83_165{color:#10b981}._expandIcon_17i83_169{color:#9ca3af;font-size:12px;margin-left:12px}._resultDetails_17i83_175{padding:0 20px 20px;border-top:1px solid #f3f4f6}._detailsHeader_17i83_180{display:flex;justify-content:space-between;align-items:center;padding:16px 0;margin-bottom:16px;border-bottom:1px solid #f3f4f6}._csvFileName_17i83_189{font-size:14px;font-weight:600;color:#374151}._errorMessage_17i83_195{font-size:13px;color:#ef4444;margin-top:4px}._errorDetails_17i83_201{padding:16px;background-color:#fef2f2;border-left:4px solid #ef4444;border-radius:8px;color:#991b1b;font-size:14px}._downloadButton_17i83_210{padding:10px 20px;font-size:14px;font-weight:600;color:#fff;background:linear-gradient(to right,#e96776,#9e40e2);border:none;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px}._downloadButton_17i83_210:hover{background:linear-gradient(to right,#dc5d6a,#8f39cf);transform:translateY(-1px);box-shadow:0 4px 12px #e9677666}._downloadButton_17i83_210:active{transform:translateY(0)}._downloadIcon_17i83_235{width:18px;height:18px}._tableCard_17i83_240{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a}._tableContainer_17i83_248{overflow:auto;max-height:600px}._csvTable_17i83_253{width:100%;border-collapse:collapse;font-size:14px}._rowNumberHeader_17i83_259,._rowNumberCell_17i83_260{background:#f9fafb;color:#6b7280;font-weight:600;text-align:center;padding:12px 16px;border-right:2px solid #e5e7eb;position:sticky;left:0;z-index:5;min-width:50px;width:50px}._rowNumberHeader_17i83_259{position:sticky;top:0;z-index:15;border-bottom:2px solid #e5e7eb}._tableHeader_17i83_281{background:#f3f4f6;color:#374151;font-weight:600;text-align:left;padding:12px 16px;border-bottom:2px solid #e5e7eb;position:sticky;top:0;z-index:10;white-space:nowrap;min-width:150px}._tableRow_17i83_295{border-bottom:1px solid #e5e7eb;transition:background-color .15s ease}._tableRow_17i83_295:hover{background:#f9fafb}._tableRow_17i83_295:hover ._rowNumberCell_17i83_260{background:#f3f4f6}._tableRow_17i83_295:last-child{border-bottom:none}._tableCell_17i83_312{padding:12px 16px;color:#1f2937;vertical-align:top;max-width:300px;white-space:pre-wrap;word-wrap:break-word}._tableContainer_17i83_248::-webkit-scrollbar{width:10px;height:10px}._tableContainer_17i83_248::-webkit-scrollbar-track{background:#f3f4f6}._tableContainer_17i83_248::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:5px}._tableContainer_17i83_248::-webkit-scrollbar-thumb:hover{background:#9ca3af}._tableContainer_17i83_248::-webkit-scrollbar-corner{background:#f3f4f6}._container_1sskx_1{max-width:800px;margin:0 auto;padding:40px 20px}._header_1sskx_7{text-align:center;margin-bottom:32px}._title_1sskx_12{font-size:28px;font-weight:700;color:#111827;margin:0 0 8px}._subtitle_1sskx_19{font-size:16px;color:#6b7280;margin:0}._progressOverview_1sskx_25{background:#fff;padding:24px;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px}._progressBar_1sskx_33{width:100%;height:8px;background-color:#f3f4f6;border-radius:9999px;overflow:hidden;margin-bottom:12px}._progressFill_1sskx_42{height:100%;background:linear-gradient(to right,#e96776,#9e40e2);transition:width .3s ease-out}._progressText_1sskx_48{text-align:center;font-size:12px;color:#6b7280;font-weight:500;margin-top:12px}._filesList_1sskx_56{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:16px;margin-bottom:24px;max-height:500px;overflow-y:auto}._fileItem_1sskx_66{display:flex;flex-direction:column;border-bottom:1px solid #f3f4f6;transition:all .2s}._fileItem_1sskx_66:last-child{border-bottom:none}._fileItem_1sskx_66>div:first-child{display:flex;align-items:center;justify-content:space-between;padding:16px}._fileItem_1sskx_66:hover>div:first-child{background-color:#f9fafb}._fileInfo_1sskx_88{display:flex;align-items:center;gap:12px;flex:1}._statusIcon_1sskx_95{font-size:24px;font-weight:700;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}._statusProcessing_1sskx_107{color:#bc50b6;background-color:#fce7f3;animation:_spin_1sskx_1 1s linear infinite}._statusCompleted_1sskx_113{color:#10b981;background-color:#d1fae5}._statusError_1sskx_118{color:#ef4444;background-color:#fee2e2}._statusPending_1sskx_123{color:#9ca3af;background-color:#f3f4f6}@keyframes _spin_1sskx_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._fileDetails_1sskx_137{flex:1;min-width:0}._fileName_1sskx_142{font-size:14px;font-weight:500;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px}._fileStatus_1sskx_152{font-size:12px;color:#6b7280}._fileProgress_1sskx_157{display:flex;align-items:center;gap:12px;min-width:200px}._progressContainer_1sskx_164{display:flex;align-items:center;gap:8px;min-width:120px}._completedBadge_1sskx_171{font-size:12px;font-weight:600;color:#10b981;padding:4px 12px;background-color:#d1fae5;border-radius:12px}._processingIndicator_1sskx_180{display:flex;align-items:center}._dots_1sskx_185{display:flex;gap:4px}._dots_1sskx_185 span{width:8px;height:8px;background-color:#bc50b6;border-radius:50%;animation:_bounce_1sskx_1 1.4s infinite ease-in-out both}._dots_1sskx_185 span:nth-child(1){animation-delay:-.32s}._dots_1sskx_185 span:nth-child(2){animation-delay:-.16s}@keyframes _bounce_1sskx_1{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}._imageSection_1sskx_217{padding:16px 20px;background-color:#f9fafb;border-top:1px solid #e5e7eb}._imageSectionTitle_1sskx_223{font-size:13px;font-weight:600;color:#374151;margin-bottom:12px}._annotatedImage_1sskx_230{max-width:100%;height:auto;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 2px 4px #0000001a}._croppedElementsGrid_1sskx_238{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}._croppedElement_1sskx_238{display:flex;flex-direction:column;align-items:center;gap:8px}._croppedElementImage_1sskx_251{width:100%;height:auto;max-height:120px;object-fit:contain;border-radius:6px;border:1px solid #e5e7eb;background-color:#fff;padding:4px}._croppedElementName_1sskx_262{font-size:11px;color:#6b7280;text-align:center;word-break:break-word;line-height:1.3}._infoBox_1sskx_270{background-color:#fdf2f8;border:1px solid #fbcfe8;border-radius:8px;padding:16px;text-align:center}._infoText_1sskx_278{margin:0;font-size:14px;color:#be185d}._container_4eftu_1{max-width:1000px;margin:0 auto;padding:40px 20px}._header_4eftu_7{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}._title_4eftu_14{font-size:28px;font-weight:700;color:#111827;margin:0}._startOverButton_4eftu_21{padding:10px 20px;background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}._startOverButton_4eftu_21:hover{background-color:#e5e7eb;border-color:#9ca3af}._summaryCard_4eftu_38{background:linear-gradient(135deg,#e96776,#9e40e2);color:#fff;padding:24px;border-radius:12px;margin-bottom:32px;box-shadow:0 4px 6px #e9677666}._summaryTitle_4eftu_47{font-size:18px;font-weight:600;margin-bottom:16px}._summaryStats_4eftu_53{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:16px}._statItem_4eftu_60{text-align:center;padding:16px;background:#ffffff1a;border-radius:8px}._statValue_4eftu_67{font-size:32px;font-weight:700;margin-bottom:4px}._statValue_4eftu_67._success_4eftu_73{color:#86efac}._statValue_4eftu_67._failed_4eftu_77{color:#fca5a5}._statLabel_4eftu_81{font-size:14px;opacity:.9}._summaryMessage_4eftu_86{text-align:center;font-size:14px;opacity:.95;padding-top:16px;border-top:1px solid rgba(255,255,255,.2)}._resultsSection_4eftu_94{margin-top:32px}._sectionTitle_4eftu_98{font-size:20px;font-weight:600;color:#111827;margin-bottom:16px}._resultsList_4eftu_105{display:flex;flex-direction:column;gap:12px}._resultCard_4eftu_111{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:all .2s}._resultCard_4eftu_111:hover{box-shadow:0 4px 6px #0000001a}._resultHeader_4eftu_124{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;cursor:pointer;transition:background-color .2s}._resultHeader_4eftu_124:hover{background-color:#f9fafb}._fileInfo_4eftu_137{flex:1}._fileName_4eftu_141{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:8px}._fileStats_4eftu_148{display:flex;gap:12px;flex-wrap:wrap}._statBadge_4eftu_154{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:#6b7280;padding:4px 10px;background-color:#f3f4f6;border-radius:12px}._passedDot_4eftu_165{color:#10b981}._failedDot_4eftu_169{color:#ef4444}._naDot_4eftu_173{color:#9ca3af}._unknownDot_4eftu_177{color:#f59e0b}._expandIcon_4eftu_181{color:#9ca3af;font-size:12px;margin-left:12px}._resultDetails_4eftu_187{padding:0 20px 20px;border-top:1px solid #f3f4f6}._annotatedImageSection_4eftu_192{padding:20px 0;margin-bottom:20px;border-bottom:1px solid #f3f4f6}._annotatedImageTitle_4eftu_198{font-size:14px;font-weight:600;color:#374151;margin-bottom:12px}._annotatedImage_4eftu_192{max-width:100%;height:auto;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 2px 4px #0000001a;background-color:#fff}._checkItem_4eftu_214{padding:16px;margin-top:12px;border-radius:8px;border-left:4px solid}._checkItem_4eftu_214._checkPassed_4eftu_221{background-color:#f0fdf4;border-left-color:#10b981}._checkItem_4eftu_214._checkFailed_4eftu_226{background-color:#fef2f2;border-left-color:#ef4444}._checkItem_4eftu_214._checkNa_4eftu_231{background-color:#f9fafb;border-left-color:#9ca3af}._checkItem_4eftu_214._checkUnknown_4eftu_236{background-color:#fef3c7;border-left-color:#f59e0b}._checkHeader_4eftu_241{display:flex;align-items:center;gap:12px;margin-bottom:8px}._checkIcon_4eftu_248{font-size:16px;font-weight:700;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}._checkPassed_4eftu_221 ._checkIcon_4eftu_248{color:#10b981;background-color:#d1fae5}._checkFailed_4eftu_226 ._checkIcon_4eftu_248{color:#ef4444;background-color:#fee2e2}._checkNa_4eftu_231 ._checkIcon_4eftu_248{color:#9ca3af;background-color:#e5e7eb}._checkUnknown_4eftu_236 ._checkIcon_4eftu_248{color:#f59e0b;background-color:#fef3c7}._checkInfo_4eftu_280{flex:1;display:flex;flex-direction:column;gap:4px}._checkCategory_4eftu_287{font-size:11px;font-weight:600;text-transform:uppercase;color:#6b7280;letter-spacing:.5px}._checkName_4eftu_295{font-weight:600;color:#374151;font-size:14px}._checkResult_4eftu_301{font-size:12px;font-weight:600;text-transform:uppercase;padding:2px 8px;border-radius:4px}._checkPassed_4eftu_221 ._checkResult_4eftu_301{color:#10b981;background-color:#d1fae5}._checkFailed_4eftu_226 ._checkResult_4eftu_301{color:#ef4444;background-color:#fee2e2}._checkNa_4eftu_231 ._checkResult_4eftu_301{color:#9ca3af;background-color:#e5e7eb}._checkUnknown_4eftu_236 ._checkResult_4eftu_301{color:#f59e0b;background-color:#fef3c7}._croppedElementPreview_4eftu_329{margin:12px 0 12px 36px;padding:8px;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;display:inline-block}._croppedElementImage_4eftu_338{max-width:200px;max-height:150px;height:auto;display:block;border-radius:4px}._checkDetails_4eftu_346{font-size:14px;color:#4b5563;line-height:1.6;padding-left:36px}._metaInfo_4eftu_353{margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb;font-size:12px;color:#9ca3af}._container_c9q0a_1{max-width:800px;margin:0 auto;padding:40px 20px}._header_c9q0a_7{text-align:center;margin-bottom:32px}._title_c9q0a_12{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px}._subtitle_c9q0a_19{font-size:16px;color:#6b7280;margin:0}._actions_c9q0a_25{margin-top:24px;display:flex;gap:16px;justify-content:center;flex-wrap:wrap}._statusMessage_c9q0a_33{margin-top:16px;padding:12px 16px;background-color:#fef3c7;border:1px solid #fbbf24;border-radius:8px}._warningText_c9q0a_41{margin:0;font-size:14px;color:#92400e;text-align:center}
