:root{--brand-primary: #2563eb;--bg-primary: #f8fafc;--bg-secondary: #ffffff;--bg-elevated: #ffffff;--bg-card: #ffffff;--border-subtle: #e2e8f0;--border-strong: #cbd5e1;--text-main: #1e293b;--text-muted: #475569;--text-soft: #64748b;--accent-green: #10b981;--accent-red: #ef4444;--accent-amber: #f59e0b;--accent-blue: #3b82f6;--accent-purple: #7c3aed;--shadow-soft: 0 18px 45px rgba(15, 23, 42, .08);--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif}html,body{margin:0;padding:0;min-width:320px;height:100vh;background:var(--bg-primary);color:var(--text-main);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}#root{height:100%}*,*:before,*:after{box-sizing:border-box}button,input,select,textarea{font-family:inherit}button,[role=button],a{-webkit-tap-highlight-color:transparent}._appShell_cehhg_1{height:100vh;display:flex;flex-direction:column;padding:16px;gap:16px;background:radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 48%),radial-gradient(circle at top right,rgba(59,130,246,.08),transparent 52%),var(--bg-primary)}._simpleShell_cehhg_13{height:100vh;padding:0;background:radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 48%),radial-gradient(circle at top right,rgba(59,130,246,.08),transparent 52%),var(--bg-primary);display:flex;flex-direction:column}._simpleHeader_cehhg_24{padding:14px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid var(--border-subtle);background:#ffffffa6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._simpleBrand_cehhg_35{display:flex;align-items:center;gap:10px;min-width:0}._brandLogo_cehhg_42{width:34px;height:34px;border-radius:12px;box-shadow:0 18px 40px #0f172a1f;flex:none}._simpleBrandText_cehhg_50{display:flex;flex-direction:column;gap:2px;min-width:0}._simpleBrandTitle_cehhg_57{font-size:14px;font-weight:700;letter-spacing:.02em}._simpleBrandSubtitle_cehhg_63{font-size:11px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._simpleMain_cehhg_71{flex:1;min-height:0;padding:16px;display:flex;position:relative}._bannerOk_cehhg_79,._bannerErr_cehhg_80{position:absolute;top:12px;left:50%;transform:translate(-50%);width:min(920px,calc(100% - 24px));border-radius:14px;border:1px solid var(--border-subtle);padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;box-shadow:var(--shadow-soft);z-index:5}._bannerOk_cehhg_79{background:#ecfdf5eb;border-color:#10b98140}._bannerErr_cehhg_80{background:#fef2f2eb;border-color:#ef444440}._bannerText_cehhg_107{font-size:12px;color:var(--text-main);line-height:1.4}._bannerClose_cehhg_113{border:none;background:transparent;cursor:pointer;font-size:18px;line-height:1;color:var(--text-soft)}._avatarButton_cehhg_122{border:none;background:transparent;padding:2px;cursor:pointer;border-radius:999px}._avatarButton_cehhg_122:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb2e}._avatarCircle_cehhg_135{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:12px;background:linear-gradient(135deg,var(--brand-primary),var(--accent-purple));box-shadow:0 10px 30px #0f172a1f}._fullDropzone_cehhg_149{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:22px;border:2px dashed var(--border-strong);background:#ffffffbf;cursor:pointer;position:relative;border-radius:18px}._loadingScreen_cehhg_165{flex:1;width:100%;display:flex;align-items:center;justify-content:center}._reportShell_cehhg_173{flex:1;width:100%;min-height:0;display:flex;flex-direction:column;gap:12px;align-items:center}._reportCard_cehhg_183{width:min(980px,100%);min-height:0;border-radius:18px;border:1px solid var(--border-subtle);background:#ffffffeb;box-shadow:var(--shadow-soft);overflow:hidden;display:flex;flex-direction:column}._reportHeader_cehhg_195{padding:12px 14px;border-bottom:1px solid var(--border-subtle);display:flex;justify-content:space-between;align-items:center;gap:10px;background:#f8fafce6}._reportTitle_cehhg_205{font-size:12px;font-weight:650}._reportGuide_cehhg_210{padding:12px 18px;border-bottom:1px solid var(--border-subtle);background:#f8fafce6}._reportGuideTitle_cehhg_216{font-size:12px;font-weight:650;margin-bottom:6px;color:var(--text-main)}._reportGuideList_cehhg_223{margin:0;padding-left:18px;font-size:12px;line-height:1.55;color:var(--text-muted)}._reportGuideList_cehhg_223 li{margin:6px 0}._reportBody_cehhg_235{padding:16px 18px;overflow:auto;min-height:0;line-height:1.7;color:var(--text-main)}._markdown_cehhg_243 h1,._markdown_cehhg_243 h2,._markdown_cehhg_243 h3{line-height:1.25;margin:18px 0 10px}._markdown_cehhg_243 h1{font-size:20px}._markdown_cehhg_243 h2{font-size:16px}._markdown_cehhg_243 h3{font-size:14px}._markdown_cehhg_243 p{margin:10px 0}._markdown_cehhg_243 ul,._markdown_cehhg_243 ol{margin:10px 0;padding-left:20px}._markdown_cehhg_243 li{margin:6px 0}._markdown_cehhg_243 code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.92em;background:#e2e8f0cc;padding:2px 6px;border-radius:8px}._markdown_cehhg_243 pre{background:#0f172aeb;color:#f8fafcf5;padding:12px 14px;border-radius:14px;overflow:auto}._markdown_cehhg_243 pre code{background:transparent;padding:0;color:inherit}._markdown_cehhg_243 blockquote{margin:12px 0;padding:8px 12px;border-left:3px solid rgba(37,99,235,.55);background:#2563eb0f;border-radius:12px}._markdown_cehhg_243 table{width:100%;border-collapse:collapse;margin:12px 0;font-size:12px}._markdown_cehhg_243 th,._markdown_cehhg_243 td{border:1px solid rgba(226,232,240,.9);padding:8px 10px;vertical-align:top}._markdown_cehhg_243 th{background:#f8fafce6;text-align:left}._markdown_cehhg_243 a{color:var(--brand-primary);text-decoration:underline;text-underline-offset:3px}._fullDropzone_cehhg_149:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb2e}._simpleTitle_cehhg_323{font-size:20px;font-weight:700;letter-spacing:.01em}._simpleHint_cehhg_329{font-size:12px;color:var(--text-muted);max-width:560px;line-height:1.6;text-align:center}._simpleCta_cehhg_337{margin-top:6px;font-size:12px;color:var(--brand-primary);text-decoration:underline;text-underline-offset:3px}._simplePrivacyNote_cehhg_345{margin-top:6px;font-size:11px;color:var(--text-soft);max-width:620px;text-align:center;line-height:1.5}._hiddenFile_cehhg_354{position:absolute;inset:0;opacity:0;cursor:pointer}._loadingOverlay_cehhg_361{position:absolute;inset:0;background:#f8fafcbf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:10}._loadingCard_cehhg_372{border-radius:16px;border:1px solid var(--border-subtle);background:#ffffffeb;padding:16px 18px;display:inline-flex;align-items:center;gap:10px;box-shadow:var(--shadow-soft)}._loadingText_cehhg_383{font-size:12px;color:var(--text-muted)}._loadingTextBlock_cehhg_388{display:flex;flex-direction:column;gap:4px}._loadingSubtext_cehhg_394{font-size:11px;color:var(--text-soft);line-height:1.35}._loadingSpinner_cehhg_400{width:18px;height:18px;border-radius:999px;border:2px solid rgba(37,99,235,.22);border-top-color:var(--brand-primary);animation:_spin_cehhg_1 .85s linear infinite}@keyframes _spin_cehhg_1{to{transform:rotate(360deg)}}._simpleResultOk_cehhg_415{display:flex;flex-direction:column;align-items:center;gap:10px;font-size:44px;font-weight:800;color:var(--accent-green);letter-spacing:.02em}._simpleResultSub_cehhg_426{font-size:12px;color:var(--text-muted);font-weight:500}._simpleResultErr_cehhg_432{white-space:pre-wrap;font-size:14px;font-weight:600;color:var(--accent-red);max-width:min(860px,92vw);text-align:center;line-height:1.6}._simpleErrTitle_cehhg_442{font-size:16px;font-weight:750;color:var(--text-main);margin-bottom:6px}._simpleErrMessage_cehhg_449{font-size:13px;font-weight:600;color:var(--accent-red);margin-bottom:10px}._simpleErrActions_cehhg_456{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;align-items:center;margin-top:6px}._simpleErrFootnote_cehhg_465{margin-top:10px;font-size:11px;font-weight:500;color:var(--text-soft)}._simpleFooter_cehhg_472{padding:12px 16px;border-top:1px solid var(--border-subtle);background:#ffffffa6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._simpleFooterText_cehhg_479{font-size:11px;color:var(--text-muted);line-height:1.5}._siteFooter_cehhg_485{border-top:1px solid var(--border-subtle);background:#ffffffb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:10px 16px}._footerMinimal_cehhg_492{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px;font-size:11px;color:var(--text-soft)}._footerMinimalSep_cehhg_502{color:var(--border-subtle);-webkit-user-select:none;user-select:none}._supportMailLink_cehhg_507{color:var(--text-muted);text-decoration:none}._supportMailLink_cehhg_507:hover{color:var(--brand-primary);text-decoration:underline}._header_cehhg_517{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}._headerActions_cehhg_525{display:flex;align-items:center;gap:8px}._modalBackdrop_cehhg_531{position:fixed;inset:0;background:#0f172a61;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}._modalCard_cehhg_542{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:18px;padding:20px;max-width:400px;box-shadow:0 24px 48px #0f172a2e}._modalCardWide_cehhg_551{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:18px;padding:18px;max-width:520px;width:min(520px,100%);box-shadow:0 24px 48px #0f172a2e}._modalCardXl_cehhg_561{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:18px;padding:18px;max-width:780px;width:min(780px,100%);box-shadow:0 24px 48px #0f172a2e}._modalTitleRow_cehhg_571{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}._iconButton_cehhg_579{border:none;background:#e2e8f0b3;width:32px;height:32px;border-radius:10px;cursor:pointer;color:var(--text-soft);font-size:18px;line-height:1}._iconButton_cehhg_579:hover{background:#e2e8f0eb}._profileRow_cehhg_595{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;align-items:center;padding:8px 0;border-bottom:1px solid rgba(226,232,240,.7)}._profileRow_cehhg_595:last-of-type{border-bottom:none}._profileLabel_cehhg_608{font-size:11px;color:var(--text-soft)}._profileValue_cehhg_613{font-size:12px;color:var(--text-main);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._modalActionsSplit_cehhg_621{margin-top:14px;display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}._rightActions_cehhg_630{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}._planGrid_cehhg_637{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:10px 0 14px}@media(max-width:700px){._planGrid_cehhg_637{grid-template-columns:minmax(0,1fr)}}._planCol_cehhg_650,._planColPro_cehhg_651{border-radius:14px;border:1px solid var(--border-subtle);background:#f8fafce6;padding:12px}._planColPro_cehhg_651{border-color:#2563eb59;background:#2563eb0f}._planTitle_cehhg_663{font-size:12px;font-weight:650;margin-bottom:8px}._planPrice_cehhg_669{font-size:11px;color:var(--text-soft);margin-bottom:10px}._planList_cehhg_675{margin:0;padding-left:18px;font-size:12px;color:var(--text-muted);line-height:1.6}._modalTitle_cehhg_571{font-size:16px;font-weight:600;margin-bottom:10px}._modalMessage_cehhg_689{font-size:13px;color:var(--text-muted);margin-bottom:16px;line-height:1.5}._modalActions_cehhg_621{display:flex;gap:8px;flex-wrap:wrap}._brand_cehhg_42{display:flex;align-items:center;gap:10px}._logoBadge_cehhg_708{width:34px;height:34px;border-radius:999px;background:conic-gradient(from 180deg,var(--brand-primary),var(--accent-blue),var(--brand-primary));padding:2px;box-shadow:0 18px 40px #0f172a1f}._logoInner_cehhg_717{width:100%;height:100%;border-radius:999px;background:radial-gradient(circle at top,#fff,#f8fafc 55%,#fff);display:flex;align-items:center;justify-content:center;color:var(--brand-primary);font-size:14px;font-weight:600}._titleBlock_cehhg_730{display:flex;flex-direction:column;gap:4px}._title_cehhg_730{font-size:22px;letter-spacing:.08em;text-transform:uppercase}._slogan_cehhg_742{font-size:13px;color:var(--text-muted)}._badgeRow_cehhg_747{display:flex;gap:8px;margin-top:6px;flex-wrap:wrap}._badge_cehhg_747{font-size:11px;padding:4px 8px;border-radius:999px;border:1px solid var(--border-subtle);color:var(--text-soft);background:#e2e8f059}._statusPill_cehhg_763{display:inline-flex;align-items:center;gap:6px;font-size:11px;padding:6px 9px;border-radius:999px;background:#ffffffd9;border:1px solid var(--border-subtle);box-shadow:0 8px 28px #0f172a14}._statusDotGreen_cehhg_775{width:8px;height:8px;border-radius:999px;background:var(--accent-green);box-shadow:0 0 0 4px #10b98124}._statusDotRed_cehhg_783{width:8px;height:8px;border-radius:999px;background:var(--accent-red);box-shadow:0 0 0 4px #ef444424}._statusLabel_cehhg_791{font-weight:500}._layout_cehhg_795{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2.4fr);gap:14px}@media(max-width:900px){._layout_cehhg_795{grid-template-columns:minmax(0,1fr)}}._funnelWrap_cehhg_809{flex:1;min-height:0;display:flex;flex-direction:column;gap:14px}._stagePills_cehhg_817{display:flex;gap:8px;flex-wrap:wrap}._stagePill_cehhg_817{font-size:11px;padding:4px 10px;border-radius:999px;border:1px solid var(--border-subtle);background:#ffffffb3;color:var(--text-soft)}._stagePillActive_cehhg_832{border-color:#2563eb73;background:#2563eb14;color:var(--text-main)}._focusCenter_cehhg_838{flex:1;min-height:0;display:flex;align-items:center;justify-content:center}._dropzone_cehhg_846{width:min(860px,100%);border-radius:18px;border:2px dashed var(--border-strong);background:#ffffffeb;padding:26px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:10px;align-items:center;text-align:center}._dropzoneTitle_cehhg_860{font-size:16px;font-weight:650}._dropzoneHint_cehhg_865{font-size:12px;color:var(--text-muted);line-height:1.5;max-width:520px}._ghostButton_cehhg_872{border:none;background:transparent;padding:0;color:var(--brand-primary);font-size:11px;cursor:pointer;text-decoration:underline;text-underline-offset:3px}._splitVerify_cehhg_883{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:14px}@media(max-width:1000px){._splitVerify_cehhg_883{grid-template-columns:minmax(0,1fr)}}._previewPane_cehhg_897{flex:1;min-height:0;border-radius:14px;border:1px solid var(--border-subtle);background:#ffffffbf;overflow:hidden;display:flex;flex-direction:column}._previewHeader_cehhg_908{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:10px 10px 8px;border-bottom:1px solid var(--border-subtle);background:#f8fafce6}._previewTitle_cehhg_918{font-size:12px;font-weight:600}._previewTabs_cehhg_923{display:flex;gap:6px;flex-wrap:wrap}._previewTab_cehhg_923{font-size:10px;padding:3px 8px;border-radius:999px;border:1px solid var(--border-subtle);background:#fffc;cursor:pointer;color:var(--text-soft)}._previewTabActive_cehhg_939{color:var(--text-main);border-color:#2563eb73;background:#2563eb14}._previewBody_cehhg_945{flex:1;min-height:0;background:#fff}._previewFrame_cehhg_951{width:100%;height:100%;border:none}._previewImage_cehhg_957{width:100%;height:100%;object-fit:contain;display:block;background:#fff}._reviewPane_cehhg_965{display:flex;flex-direction:column;gap:10px;min-height:0}._reviewList_cehhg_972{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}._reviewItem_cehhg_981{border-radius:12px;border:1px solid var(--border-subtle);background:#ffffffeb;padding:10px;display:flex;flex-direction:column;gap:6px}._reviewMeta_cehhg_991{display:flex;justify-content:space-between;gap:8px;font-size:10px;color:var(--text-soft)}._reviewPath_cehhg_999{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._reviewScore_cehhg_1006{color:#f59e0bf2;font-weight:600}._toggleRow_cehhg_1011{display:flex;gap:10px;flex-wrap:wrap;align-items:center}._toggle_cehhg_1011{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--text-soft)}._toggle_cehhg_1011 input{accent-color:var(--brand-primary)}._collapsibleHeader_cehhg_1030{display:flex;justify-content:space-between;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}._card_cehhg_1038{height:100%;border-radius:18px;background:var(--bg-card);border:1px solid var(--border-subtle);box-shadow:var(--shadow-soft);padding:14px;display:flex;flex-direction:column;gap:10px}._cardHeader_cehhg_1050{display:flex;justify-content:space-between;align-items:center;gap:8px}._cardTitle_cehhg_1057{font-size:14px;font-weight:600}._cardSubtitle_cehhg_1062{font-size:11px;color:var(--text-soft)}._tabs_cehhg_1067{display:inline-flex;border-radius:999px;padding:2px;background:#e2e8f099;border:1px solid var(--border-subtle)}._tabButton_cehhg_1075{border:none;background:transparent;color:var(--text-soft);font-size:11px;padding:4px 9px;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;gap:6px}._tabButtonActive_cehhg_1088{background:#fffffff2;color:var(--text-main);box-shadow:0 0 0 1px var(--border-strong)}._tabBadge_cehhg_1094{min-width:14px;height:14px;padding:0 4px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;line-height:1;color:#fff;background:var(--accent-red)}._leftContent_cehhg_1108{flex:1;min-height:0;display:flex;flex-direction:column;gap:10px}._dualRow_cehhg_1116{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(0,1.8fr);gap:10px}@media(max-width:1100px){._dualRow_cehhg_1116{grid-template-columns:minmax(0,1fr)}}._formGrid_cehhg_1128{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}._field_cehhg_1134{display:flex;flex-direction:column;gap:4px}._fieldLabel_cehhg_1140{font-size:11px;color:var(--text-soft);display:flex;justify-content:space-between}._fieldInput_cehhg_1147{border-radius:999px;border:1px solid var(--border-subtle);background:#fffffff2;padding:6px 9px;font-size:12px;color:var(--text-main)}._fieldInput_cehhg_1147:focus-visible{outline:none;border-color:var(--brand-primary);box-shadow:0 0 0 2px #2563eb29}._fieldInputError_cehhg_1162{border-color:var(--accent-red);box-shadow:0 0 0 2px #ef444424}._fieldInputLowConfidence_cehhg_1167{background-color:#f59e0b1a;border-bottom:2px dashed var(--accent-amber)}._fieldHint_cehhg_1172{font-size:10px;color:var(--text-soft)}._tableWrapper_cehhg_1177{flex:1;min-height:0;border-radius:14px;border:1px solid var(--border-subtle);padding:8px;overflow:auto}._table_cehhg_1177{width:100%;border-collapse:collapse;font-size:11px}._table_cehhg_1177 th{text-align:left;padding:6px 8px;color:var(--text-soft);font-weight:500;border-bottom:1px solid var(--border-subtle);position:sticky;top:0;background:#f8fafcfa}._table_cehhg_1177 td{padding:5px 8px;border-bottom:1px solid rgba(226,232,240,.85)}._rowHighlight_cehhg_1208{background:linear-gradient(90deg,#f59e0b1f,#ef444424,#f59e0b1f)}._uploadArea_cehhg_1217{border-radius:14px;border:1px dashed var(--border-strong);background:#ffffffe6;padding:14px;display:flex;flex-direction:column;gap:6px}._uploadLabel_cehhg_1227{font-size:11px;color:var(--text-soft)}._uploadHint_cehhg_1232{font-size:10px;color:var(--text-soft)}._fileList_cehhg_1237{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}._fileTag_cehhg_1244{font-size:10px;padding:3px 7px;border-radius:999px;border:1px solid var(--border-subtle);color:var(--text-soft);background:#e2e8f059}._primaryButton_cehhg_1253{border-radius:999px;border:none;padding:7px 14px;font-size:12px;font-weight:500;cursor:pointer;background:linear-gradient(135deg,var(--brand-primary),var(--accent-blue));color:#fff;box-shadow:0 0 0 1px #2563eb3d,0 16px 40px #2563eb2e}._primaryButton_cehhg_1253:disabled{opacity:.5;cursor:default;box-shadow:none}._secondaryButton_cehhg_1273{border-radius:999px;border:1px solid var(--border-subtle);padding:6px 10px;font-size:11px;cursor:pointer;background:#fffffff2;color:var(--text-soft)}._rightTopSummary_cehhg_1283{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:8px}._signalCard_cehhg_1289{border-radius:14px;padding:10px;background:#f8fafce6;border:1px solid var(--border-subtle);display:flex;flex-direction:column;gap:6px}._signalTitle_cehhg_1299{font-size:12px;color:var(--text-soft)}._signalStatus_cehhg_1304{display:flex;align-items:center;gap:8px}._signalText_cehhg_1310{font-size:16px;font-weight:600}._signalConfidence_cehhg_1315{font-size:11px;color:var(--text-soft)}._checksList_cehhg_1320{display:flex;flex-direction:column;gap:6px}._checkItem_cehhg_1326{display:flex;justify-content:space-between;align-items:center;gap:6px;font-size:11px}._checkLabel_cehhg_1334{display:flex;align-items:center;gap:6px}._checkDotPass_cehhg_1340{width:7px;height:7px;border-radius:999px;background:var(--accent-green)}._checkDotFail_cehhg_1347{width:7px;height:7px;border-radius:999px;background:var(--accent-red)}._checkStatus_cehhg_1354{font-size:10px;color:var(--text-soft)}._issuesList_cehhg_1359{flex:1;min-height:0;margin-top:6px;border-radius:14px;border:1px solid var(--border-subtle);background:#f8fafce6;padding:8px;overflow:auto;display:flex;flex-direction:column;gap:6px}._issueItem_cehhg_1373{border-radius:10px;padding:8px;border:1px solid var(--border-subtle);background:#ffffffeb;display:flex;flex-direction:column;gap:4px;cursor:pointer}._issueItemActive_cehhg_1384{border-color:#ef4444a6;box-shadow:0 0 0 2px #ef44441f}._issueHeader_cehhg_1389{display:flex;justify-content:space-between;gap:6px;align-items:center}._issueType_cehhg_1396{font-size:11px;font-weight:500}._issueSeverityError_cehhg_1401{font-size:10px;color:#ef4444f2}._issueSeverityWarning_cehhg_1406{font-size:10px;color:#f59e0bf2}._issueMessage_cehhg_1411{font-size:11px;color:var(--text-main)}._issueMeta_cehhg_1416{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}._issueTag_cehhg_1423{font-size:9px;padding:2px 5px;border-radius:999px;border:1px solid var(--border-subtle);color:var(--text-soft);background:#e2e8f047}._footerRow_cehhg_1432{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:4px}._footerHint_cehhg_1440{font-size:10px;color:var(--text-soft)}._batchProgressWrap_cehhg_1445{margin-bottom:10px}._batchProgressLabel_cehhg_1449{font-size:11px;color:var(--text-soft);margin-bottom:4px}._batchProgressBar_cehhg_1455{height:6px;border-radius:999px;background:#e2e8f0d9;overflow:hidden}._batchProgressFill_cehhg_1462{height:100%;background:linear-gradient(90deg,var(--brand-primary),rgba(37,99,235,.6));border-radius:999px;transition:width .25s ease}._batchSets_cehhg_1469{margin-top:12px;padding-top:12px;border-top:1px solid rgba(148,163,184,.3)}._batchSetsTitle_cehhg_1475{font-size:11px;color:var(--text-soft);margin-bottom:8px}._batchSetRow_cehhg_1481{display:flex;align-items:center;gap:8px;margin-bottom:6px}._batchSetLabel_cehhg_1488{font-size:11px;min-width:48px;color:var(--text-soft)}._historyList_cehhg_1494{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}._historyItem_cehhg_1503{display:flex;align-items:center;gap:8px;font-size:12px;padding:6px 8px;border-radius:8px;background:#ffffffe6;border:1px solid var(--border-subtle);transition:background .15s ease}._historyItem_cehhg_1503:nth-child(2n){background:#f8fafcf2}._historyItem_cehhg_1503:hover{background:#e2e8f099}._historySummary_cehhg_1523{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._historyDate_cehhg_1531{font-size:10px;color:var(--text-soft)}._expiryTag_cehhg_1536{font-size:10px;padding:2px 6px;border-radius:999px;background:#e2e8f0d9;color:var(--text-soft)}._expiryTagUrgent_cehhg_1544{font-size:10px;padding:2px 6px;border-radius:999px;background:#f59e0b2e;color:#f59e0bf2}._expiryClock_cehhg_1552{font-size:12px;color:#64748be6}._expiryClockUrgent_cehhg_1557{font-size:12px;color:#f59e0bf2}._quotaMeter_cehhg_1562{display:flex;flex-direction:column;gap:4px;min-width:160px}._quotaLabel_cehhg_1569{font-size:10px;color:var(--text-soft);text-align:right}._quotaBar_cehhg_1575{height:6px;border-radius:999px;background:#e2e8f0e6;overflow:hidden;border:1px solid var(--border-subtle)}._quotaFill_cehhg_1583{height:100%;background:linear-gradient(90deg,var(--brand-primary),var(--accent-blue));border-radius:999px}._demoPlaceholder_cehhg_1589{padding:8px 0}._demoMessage_cehhg_1593{font-size:12px;color:var(--text-muted);margin-bottom:12px;line-height:1.5}._demoPreview_cehhg_1600{border:1px dashed var(--border-strong);border-radius:12px;padding:12px;background:#ffffffbf}._demoPreviewTitle_cehhg_1607{font-size:11px;color:var(--text-soft);margin-bottom:6px;margin-top:8px}._demoPreviewTitle_cehhg_1607:first-child{margin-top:0}._demoTableWrap_cehhg_1618{overflow-x:auto;margin-bottom:8px}._termsModalBackdrop_cehhg_1624{position:fixed;inset:0;background:#0f172a85;display:flex;align-items:center;justify-content:center;z-index:1100;padding:16px}._termsModalCard_cehhg_1635{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:18px;padding:20px;max-width:640px;width:min(640px,100%);max-height:min(92vh,720px);display:flex;flex-direction:column;box-shadow:0 24px 56px #0f172a38}._termsModalTitle_cehhg_1648{font-size:17px;font-weight:650;margin:0 0 8px;line-height:1.35;color:var(--text-main)}._termsModalIntro_cehhg_1656{font-size:12px;color:var(--text-muted);margin:0 0 14px;line-height:1.55}._termsScroll_cehhg_1663{flex:1;min-height:0;overflow-y:auto;padding-right:4px;margin-bottom:14px;display:flex;flex-direction:column;gap:14px}._termsSection_cehhg_1674{margin:0}._termsSectionTitle_cehhg_1678{font-size:13px;font-weight:700;color:var(--text-main);margin-bottom:6px;line-height:1.45}._termsSectionBody_cehhg_1686{margin:0;font-size:13px;line-height:1.55;color:var(--text-main)}._termsSingleCheckboxRow_cehhg_1693{display:flex;gap:10px;align-items:flex-start;cursor:pointer;font-size:13px;line-height:1.55;color:var(--text-main);margin-bottom:14px;flex:none}._termsSingleCheckboxRow_cehhg_1693 input{margin-top:3px;flex:none;width:16px;height:16px;accent-color:var(--brand-primary)}._termsAgreeText_cehhg_1713{flex:1;min-width:0;font-weight:500}._termsModalActions_cehhg_1719{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;padding-top:4px;border-top:1px solid var(--border-subtle);flex:none}
