:root{--bg:#f3f5fa;--surface:#ffffff;--surface-soft:#f8fafc;--border:#e5e7eb;--border-soft:#eef0f4;--text-primary:#0f172a;--text-secondary:#334155;--text-muted:#64748b;--text-faint:#94a3b8;--accent:#4f6ef7;--accent-soft:#eef2ff;--color-success:#10b981;--color-warning:#f59e0b;--color-danger:#ef4444;--row-hover:#f8fafc;--header-gradient:linear-gradient(135deg,#274cb1,#5b21b6);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--shadow-sm:0 1px 2px rgba(15,23,42,0.04);--shadow-md:0 1px 2px rgba(15,23,42,0.04),0 6px 20px rgba(15,23,42,0.05)}html:not(.app-hydrated) body{visibility:hidden}html:not(.app-hydrated) .with-skeleton{visibility:visible}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);min-height:100%}body,html{touch-action:manipulation}body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary)}.container{max-width:1280px;margin:24px auto;padding:0 20px 24px}.app-header{width:100%;color:#fff;background:var(--header-gradient);border-bottom:1px solid rgba(255,255,255,.06);box-shadow:0 4px 24px rgba(15,23,42,.08)}.app-header-inner{max-width:1280px;margin:0 auto;height:60px;display:flex;align-items:flex-end;padding:20px 24px;gap:16px}.app-header-title{font-size:20px;font-weight:600;letter-spacing:.4px;position:relative;top:2px}.app-header-subtitle{font-size:12px;opacity:.78;letter-spacing:.2px}.panel{width:100%;background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden}.panel,.panel-body{display:flex;flex-direction:column}.panel-body{height:100%;padding:16px 20px 20px;gap:12px}.panel-header{height:62px;display:flex;align-items:center;justify-content:space-between;padding:14px 20px 0;border-bottom:1px solid var(--border-soft);background:var(--surface)}.panel-header-title{font-size:15px;font-weight:600;color:var(--text-primary);letter-spacing:.2px}.panel-header-title-row{display:flex;align-items:center;gap:10px;min-width:0}.panel-header-icon-box{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:5px;background:#eef0fe;color:#4f6ef7;font-size:14px;flex-shrink:0}.panel-footer,.panel-header-actions{display:flex;align-items:center;gap:8px}.panel-footer{margin-top:12px;flex-wrap:wrap}.field-label,.panel-footer{justify-content:space-between}.field-label{font-weight:500;font-size:13px;color:var(--text-secondary);display:flex;align-items:center}.muted{color:var(--text-muted)}.faint{color:var(--text-faint)}.paste-hint,.text-12{font-size:12px}.paste-hint{color:var(--text-faint);margin-top:2px}.link-table .ant-table-tbody>tr.ant-table-row-selected>td{background:var(--row-hover)!important}.link-table .ant-table-tbody>tr.ant-table-row-selected:hover>td{background:var(--accent-soft)!important}.link-table .ant-table-tbody>tr>td{padding-top:10px!important;padding-bottom:10px!important}.result-table .ant-table-tbody>tr{transition:background .12s ease}.result-table .ant-table-thead>tr>th{background:var(--surface-soft)!important;font-weight:600;color:var(--text-secondary)}.result-table .ant-table-body{min-height:300px}.result-table .ant-table-placeholder>td{height:200px}.screenshot-upload.ant-upload-wrapper{display:block;height:228px!important}.screenshot-upload.ant-upload-wrapper .ant-upload{height:100%!important}.screenshot-upload.ant-upload-wrapper .ant-upload-drag{height:100%!important;border-radius:var(--radius-md);background:var(--surface-soft);border:1px dashed var(--border)!important;transition:border-color .16s ease,background .16s ease}.screenshot-upload.ant-upload-wrapper .ant-upload-drag:hover{border-color:var(--accent)!important;background:#f2f4ff}.screenshot-upload.ant-upload-wrapper .ant-upload-btn{height:100%!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.no-select,.no-select *{-moz-user-select:none;user-select:none;-webkit-user-select:none}.image-only-ocr-toggle .ant-checkbox-checked .ant-checkbox-inner{background-color:#94a3b8!important;border-color:#94a3b8!important}.image-only-ocr-toggle:hover .ant-checkbox-checked .ant-checkbox-inner{background-color:#64748b!important;border-color:#64748b!important}.hover-zoom{display:inline-block;transform:translateZ(0);transition:transform .16s ease,box-shadow .16s ease}.hover-zoom:hover{transform:scale(1.04);box-shadow:0 8px 20px rgba(0,0,0,.04)}.thumb-frame{position:relative;width:112px;height:70px;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border);background:var(--surface-soft)}.thumb-frame .ant-image{display:block;width:100%;height:100%}.thumb-empty{width:112px;height:70px;border-radius:var(--radius-sm);border:1px dashed var(--border);background:var(--surface-soft);display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--text-faint)}.risk-factor-cell{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:12px;color:var(--text-muted);line-height:1.6}.detail-grid{display:grid;grid-template-columns:96px 1fr;grid-row-gap:10px;row-gap:10px;grid-column-gap:16px;column-gap:16px;align-items:start;font-size:13px;color:var(--text-secondary)}.detail-grid .label{color:var(--text-muted);font-weight:500;white-space:nowrap}.detail-grid .value{word-break:break-all;line-height:1.7}.detail-section{border-top:1px solid var(--border-soft);padding-top:14px;margin-top:14px}.detail-section-title{font-weight:600;margin-bottom:10px;font-size:13px;color:var(--text-primary)}.detail-divider{border-top:1px solid var(--border-soft);padding-top:10px;margin-top:4px}.detection-panel-header{align-items:center;padding-bottom:10px}.detection-panel-header-title{display:flex;align-items:center;gap:8px}.detection-panel-header-icon{font-size:20px;color:var(--accent)}.detection-summary-card{background:#f8f9ff;border:1px solid #e8ecfa;border-radius:12px;padding:16px 18px;display:flex;flex-direction:column;gap:10px;margin-bottom:16px;box-shadow:var(--shadow-sm)}.detection-progress-row{display:flex;align-items:center;gap:12px}.detection-progress-row .detection-progress-bar{flex:1 1;min-width:0}.detection-progress-row .detection-progress-bar .ant-progress-outer{width:100%}.detection-progress-row .detection-progress-bar .ant-progress-bg,.detection-progress-row .detection-progress-bar .ant-progress-inner{height:6px!important;border-radius:999px}.detection-percent-label{flex-shrink:0;font-size:13px;font-weight:600;color:var(--text-secondary);min-width:64px;text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.detection-status-text{font-size:12px;color:var(--text-muted);line-height:1.5}.detection-stat-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.detection-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:500;line-height:1.5;cursor:pointer;transition:background .2s,color .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.75}.detection-badge:hover{opacity:.85}.detection-badge--total{color:#4f6ef7;background:#e8edfe}.detection-badge--total.detection-badge--active{color:#fff;background:#4f6ef7;opacity:1}.detection-badge--critical{color:#dc2626;background:#fef2f2}.detection-badge--critical.detection-badge--active{color:#fff;background:#dc2626;opacity:1}.detection-badge--high{color:#ea580c;background:#fff7ed}.detection-badge--high.detection-badge--active{color:#fff;background:#ea580c;opacity:1}.detection-badge--medium{color:#ca8a04;background:#fefce8}.detection-badge--medium.detection-badge--active{color:#fff;background:#ca8a04;opacity:1}.detection-badge--low{color:#16a34a;background:#f0fdf4}.detection-badge--low.detection-badge--active{color:#fff;background:#16a34a;opacity:1}.progress-warn{font-size:12px;color:var(--color-warning)}.progress-card{background:var(--surface-soft);border:1px solid var(--border-soft);border-radius:var(--radius-md);padding:12px 14px;display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.progress-meta{font-size:12px;color:var(--text-muted)}.stat-tag-row{display:flex;flex-wrap:wrap;gap:6px;font-size:12px}.stat-tag-row .ant-tag{-webkit-margin-end:0;margin-inline-end:0;border-radius:999px;padding:0 10px;line-height:22px;font-size:12px;border:none;font-weight:500}.link-meta{font-size:12px;color:var(--text-muted);display:flex;align-items:center;gap:12px;flex-wrap:wrap}.ant-tabs-tab .ant-tabs-tab-btn,.ant-tabs-tab-active .ant-tabs-tab-btn{text-shadow:none!important}.ant-tabs-tab+.ant-tabs-tab{margin-left:24px!important}.ant-tabs-tab .ant-tabs-tab-btn{font-size:14px}.ant-image-preview-wrap{touch-action:pinch-zoom!important}@media (max-width:992px){.container{margin:12px auto;padding:0 12px 16px}.app-header-inner{height:52px;padding:16px}.panel-body{padding:12px 16px 16px}.panel-header{padding:0 16px;height:48px}}body,html{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-top:0;margin-bottom:1em}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}button,input,optgroup,select,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}