:root{--color-bg: #f8f9fa;--color-surface: #ffffff;--color-surface-hover: #f0f1f3;--color-border: #dee2e6;--color-border-light: #e9ecef;--color-text: #212529;--color-text-secondary: #495057;--color-text-muted: #868e96;--color-accent: #4263eb;--color-accent-hover: #3b5bdb;--color-verified: #2b8a3e;--color-verified-bg: #ebfbee;--color-verified-border: #b2f2bb;--color-warning: #e67700;--color-warning-bg: #fff9db;--color-warning-border: #ffe066;--color-error: #c92a2a;--color-error-bg: #fff5f5;--color-error-border: #ffc9c9;--color-unverifiable: #868e96;--color-unverifiable-bg: #f8f9fa;--color-unverifiable-border: #dee2e6;--radius: 6px;--radius-lg: 10px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "Consolas", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}._container_qfjmg_1{display:flex;align-items:center;justify-content:center;flex:1;padding:40px 24px}._card_qfjmg_9{max-width:520px;width:100%;display:flex;flex-direction:column;gap:20px}._title_qfjmg_17{font-size:28px;font-weight:700;text-align:center;color:var(--color-text)}._subtitle_qfjmg_24{color:var(--color-text-secondary);text-align:center;font-size:15px;line-height:1.6}._dropzone_qfjmg_31{border:2px dashed var(--color-border);border-radius:var(--radius-lg);padding:40px 24px;cursor:pointer;transition:border-color .2s,background .2s;text-align:center;background:var(--color-surface)}._dropzone_qfjmg_31:hover{border-color:var(--color-accent);background:#f0f3ff}._dropzoneActive_qfjmg_46{border-color:var(--color-accent);background:#eef1ff}._dropzoneHasFile_qfjmg_51{border-style:solid;border-color:var(--color-accent);padding:16px 20px}._hiddenInput_qfjmg_57{display:none}._dropPrompt_qfjmg_61{display:flex;flex-direction:column;align-items:center;gap:8px}._uploadIcon_qfjmg_68{font-size:32px;color:var(--color-text-muted);margin-bottom:4px}._dropSubtext_qfjmg_74{color:var(--color-text-muted);font-size:13px}._fileInfo_qfjmg_79{display:flex;align-items:center;gap:12px}._fileIcon_qfjmg_85{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--color-accent);color:#fff;font-size:12px;font-weight:700;border-radius:8px}._fileMeta_qfjmg_99{flex:1;display:flex;flex-direction:column;text-align:left}._fileName_qfjmg_106{font-weight:600;font-size:14px;word-break:break-all}._fileSize_qfjmg_112{color:var(--color-text-muted);font-size:13px}._removeBtn_qfjmg_117{background:none;border:none;color:var(--color-text-muted);font-size:24px;cursor:pointer;padding:4px 8px;line-height:1}._removeBtn_qfjmg_117:hover{color:var(--color-error)}._error_qfjmg_131{color:var(--color-error);font-size:14px;text-align:center}._verifyBtn_qfjmg_137{width:100%;padding:14px;border:none;border-radius:var(--radius);background:var(--color-accent);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}._verifyBtn_qfjmg_137:hover:not(:disabled){background:var(--color-accent-hover)}._verifyBtn_qfjmg_137:disabled{opacity:.4;cursor:not-allowed}._steps_qfjmg_159{display:flex;justify-content:center;gap:24px;padding-top:8px}._step_qfjmg_159{display:flex;align-items:center;gap:8px;color:var(--color-text-muted);font-size:13px}._stepNum_qfjmg_174{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:var(--color-surface-hover);font-size:12px;font-weight:600;color:var(--color-text-secondary)}._container_vrd8h_1{display:flex;align-items:center;justify-content:center;flex:1;padding:40px 24px}._card_vrd8h_9{max-width:440px;width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}._spinner_vrd8h_18{width:48px;height:48px;border:3px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;animation:_spin_vrd8h_18 .8s linear infinite}@keyframes _spin_vrd8h_18{to{transform:rotate(360deg)}}._title_vrd8h_31{font-size:22px;font-weight:700}._message_vrd8h_36{color:var(--color-text-secondary);font-size:14px;text-align:center}._progressTrack_vrd8h_42{width:100%;height:6px;background:var(--color-surface-hover);border-radius:3px;overflow:hidden}._progressBar_vrd8h_50{height:100%;background:var(--color-accent);border-radius:3px;transition:width .4s ease}._percent_vrd8h_57{color:var(--color-text-muted);font-size:14px;font-variant-numeric:tabular-nums}._filename_vrd8h_63{color:var(--color-text-muted);font-size:13px}._failIcon_vrd8h_68{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--color-error-bg);color:var(--color-error);border-radius:50%;font-size:24px;font-weight:700}._errorMessage_vrd8h_81{color:var(--color-error);font-size:14px;text-align:center;max-width:360px}._retryBtn_vrd8h_88{margin-top:8px;padding:10px 32px;border:none;border-radius:var(--radius);background:var(--color-accent);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}._retryBtn_vrd8h_88:hover{background:var(--color-accent-hover)}._wrapper_xcl0j_1{display:flex;flex-direction:column;flex:1;overflow:hidden}._header_xcl0j_10{background:#1e3a5f;color:#fff;padding:28px 40px 24px;display:flex;justify-content:space-between;align-items:flex-start;flex-shrink:0}._headerTitle_xcl0j_20{font-size:22px;font-weight:700;margin-bottom:6px}._headerSubtitle_xcl0j_26{font-size:13px;color:#94a3b8}._headerButtons_xcl0j_31{display:flex;gap:10px;margin-top:4px}._headerBtn_xcl0j_37{display:inline-block;background:#ffffff26;color:#fff;font-size:13px;font-weight:600;padding:8px 20px;border:1px solid rgba(255,255,255,.4);border-radius:5px;cursor:pointer;letter-spacing:.3px;transition:background .2s}._headerBtn_xcl0j_37:hover{background:#ffffff4d}._content_xcl0j_57{flex:1;overflow-y:auto;background:#f8fafc}._container_xcl0j_63{max-width:1200px;margin:0 auto;padding:24px 32px 48px}._colorBar_xcl0j_71{display:flex;height:16px;border-radius:4px;overflow:hidden;margin-bottom:16px}._segVerified_xcl0j_79{background:#16a34a}._segWarning_xcl0j_80{background:#ca8a04}._segError_xcl0j_81{background:#dc2626}._segUnverif_xcl0j_82{background:#6b7280}._statsRow_xcl0j_86{display:flex;gap:0;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;margin-bottom:20px;background:#f8fafc}._stat_xcl0j_86{flex:1;text-align:center;padding:10px 8px;font-size:13px;border-right:1px solid #e5e7eb}._stat_xcl0j_86:last-child{border-right:none}._stat_xcl0j_86 b{font-size:16px}._statVerified_xcl0j_106 b{color:#16a34a}._statWarning_xcl0j_107 b{color:#ca8a04}._statError_xcl0j_108 b{color:#dc2626}._summary_xcl0j_112{margin-bottom:28px;font-size:14px;line-height:1.7}._summary_xcl0j_112 ul{margin:6px 0 6px 28px}._summary_xcl0j_112 li{margin-bottom:3px}._errorList_xcl0j_126{margin-top:8px;margin-bottom:4px}._errorCases_xcl0j_131{margin-left:28px;margin-bottom:8px}._colorRed_xcl0j_136{color:#dc2626;font-weight:700}._colorYellow_xcl0j_137{color:#ca8a04;font-weight:700}._colorGreen_xcl0j_138{color:#16a34a;font-weight:700}._sectionHead_xcl0j_142{font-size:18px;font-weight:700;margin:32px 0 12px;color:#111827}._btnRow_xcl0j_151{display:flex;gap:12px;margin-bottom:20px}._downloadBtn_xcl0j_157{display:inline-block;background:#1e3a5f;color:#fff;font-size:14px;font-weight:600;padding:10px 24px;border:none;border-radius:6px;cursor:pointer}._downloadBtn_xcl0j_157:hover{background:#264a73}._exportBtn_xcl0j_171{display:inline-block;background:#fff;color:#1e3a5f;font-size:14px;font-weight:600;padding:10px 24px;border:2px solid #1e3a5f;border-radius:6px;cursor:pointer}._exportBtn_xcl0j_171:hover{background:#f1f5f9}._tableWrapper_xcl0j_187{overflow-x:auto;margin-bottom:32px}._table_xcl0j_187{width:100%;border-collapse:collapse;font-size:13px;border:2px solid #1e3a5f}._table_xcl0j_187 thead th{background:#1e3a5f;color:#fff;font-weight:700;font-size:11px;padding:10px 6px;text-align:left;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;position:relative}._table_xcl0j_187 thead th:hover{background:#264a73}._arrow_xcl0j_214{display:inline-block;margin-left:4px;font-size:14px;font-weight:700;opacity:.5;vertical-align:middle}._arrowActive_xcl0j_223{opacity:1;color:#fbbf24}._table_xcl0j_187 tbody td{padding:7px 6px;border-bottom:1px solid #e5e7eb;vertical-align:middle}._table_xcl0j_187 tbody tr:hover{background:#f1f5f9}._center_xcl0j_240{text-align:center}._caseName_xcl0j_242{font-weight:600;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._quoteCol_xcl0j_250,._charCol_xcl0j_255{font-size:12px;max-width:260px}._groupDivider_xcl0j_261{border-left:2px solid #fff!important}._groupDividerTd_xcl0j_262{border-left:2px solid #1e3a5f!important}._pairDivider_xcl0j_265{border-left:1px solid rgba(255,255,255,.4)!important}._pairDividerTd_xcl0j_266{border-left:1px solid #cbd5e1!important}._rowError_xcl0j_269{background:#fef2f2!important}._rowError_xcl0j_269:hover{background:#fee2e2!important}._rowWarning_xcl0j_271{background:#fefce8!important}._rowWarning_xcl0j_271:hover{background:#fef9c3!important}._check_xcl0j_275{color:#16a34a;font-size:16px;font-weight:700}._fail_xcl0j_276{color:#dc2626;font-size:16px;font-weight:700}._gray_xcl0j_277{color:#9ca3af;font-size:12px}._flaggedItem_xcl0j_281{border:1px solid #e5e7eb;border-radius:6px;padding:16px 20px;margin-bottom:14px;background:#fff}._flaggedHeader_xcl0j_289{margin-bottom:10px;line-height:1.6}._flaggedNum_xcl0j_294,._flaggedCase_xcl0j_299{font-weight:700;font-size:14px}._flaggedCite_xcl0j_304{font-size:13px;color:#6b7280}._statusError_xcl0j_309{display:inline-block;background:#fef2f2;color:#dc2626;font-weight:700;font-size:11px;padding:2px 8px;border-radius:3px;margin-left:8px;text-transform:uppercase}._statusWarning_xcl0j_321{display:inline-block;background:#fefce8;color:#ca8a04;font-weight:700;font-size:11px;padding:2px 8px;border-radius:3px;margin-left:8px;text-transform:uppercase}._flaggedField_xcl0j_333{font-size:13px;margin-bottom:6px;line-height:1.6}._flaggedSub_xcl0j_339{font-size:12px;color:#6b7280;margin-bottom:6px}._flaggedReasoning_xcl0j_345{font-size:12.5px;color:#4b5563;background:#f9fafb;border-left:3px solid #e5e7eb;padding:8px 12px;margin-top:8px;line-height:1.6;white-space:pre-wrap;word-break:break-word}._empty_xcl0j_357{text-align:center;color:#6b7280;font-size:16px;padding:60px 20px}._footer_xcl0j_366{text-align:center;font-size:12px;color:#9ca3af;padding:24px 0 16px;border-top:1px solid #e5e7eb;margin-top:40px}@media print{._wrapper_xcl0j_1{display:block!important;overflow:visible!important;height:auto!important;flex:none!important}._content_xcl0j_57{display:block!important;overflow:visible!important;height:auto!important;flex:none!important;background:#fff}._headerButtons_xcl0j_31,._btnRow_xcl0j_151{display:none!important}._header_xcl0j_10{padding:16px 24px 12px;-webkit-print-color-adjust:exact;print-color-adjust:exact}._container_xcl0j_63{padding:12px 16px;max-width:none}._colorBar_xcl0j_71,._statsRow_xcl0j_86{-webkit-print-color-adjust:exact;print-color-adjust:exact}._tableWrapper_xcl0j_187{overflow:visible!important}._table_xcl0j_187{font-size:10px;page-break-inside:auto}._table_xcl0j_187 thead{-webkit-print-color-adjust:exact;print-color-adjust:exact}._table_xcl0j_187 thead th{font-size:9px;padding:6px 4px}._arrow_xcl0j_214{display:none}._table_xcl0j_187 tbody td{padding:4px}._table_xcl0j_187 tbody tr{page-break-inside:avoid}._rowError_xcl0j_269,._rowWarning_xcl0j_271,._check_xcl0j_275,._fail_xcl0j_276{-webkit-print-color-adjust:exact;print-color-adjust:exact}._flaggedItem_xcl0j_281{page-break-inside:avoid}._sectionHead_xcl0j_142{page-break-after:avoid}._footer_xcl0j_366{margin-top:16px}}._app_157as_1{display:flex;flex-direction:column;height:100%;overflow:hidden}._header_157as_8{display:flex;align-items:center;gap:16px;padding:12px 24px;border-bottom:1px solid var(--color-border);background:var(--color-surface);flex-shrink:0}._logo_157as_18{font-size:20px;font-weight:700;color:var(--color-text);cursor:pointer;display:flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none}._logo_157as_18:hover{color:var(--color-accent)}._logoIcon_157as_33{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--color-accent);color:#fff;border-radius:6px;font-size:16px;font-weight:700}._tagline_157as_46{color:var(--color-text-muted);font-size:14px}._main_157as_51{flex:1;overflow:auto;display:flex;flex-direction:column}@media print{._app_157as_1{display:block!important;height:auto!important;overflow:visible!important}._main_157as_51{display:block!important;overflow:visible!important;height:auto!important;flex:none!important}}
