:root{color-scheme:light;--bright-gold: #fade0b;--harvest-orange: #ff7a02;--charcoal-blue: #334156;--porcelain: #fefffb;--black: #010102;--bg-primary: var(--porcelain);--bg-secondary: #f6f9ef;--bg-card: #ffffff;--bg-card-hover: #fffce8;--bg-elevated: #fff8d7;--bg-input: #ffffff;--border-primary: rgba(51, 65, 86, .18);--border-secondary: rgba(51, 65, 86, .34);--border-focus: var(--harvest-orange);--text-primary: var(--charcoal-blue);--text-secondary: #45556c;--text-muted: #607086;--text-inverse: var(--black);--accent-primary: var(--harvest-orange);--accent-primary-hover: #e86f00;--accent-secondary: var(--bright-gold);--success: var(--charcoal-blue);--success-bg: rgba(51, 65, 86, .12);--warning: var(--bright-gold);--warning-bg: rgba(250, 222, 11, .2);--danger: var(--harvest-orange);--danger-bg: rgba(255, 122, 2, .14);--info: var(--charcoal-blue);--info-bg: rgba(51, 65, 86, .12);--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-size-xs: .75rem;--font-size-sm: .8125rem;--font-size-base: .875rem;--font-size-lg: 1rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(51, 65, 86, .12);--shadow-md: 0 6px 18px rgba(51, 65, 86, .16);--shadow-lg: 0 10px 28px rgba(51, 65, 86, .2);--shadow-glow: 0 0 20px rgba(255, 122, 2, .2);--transition-fast: .15s ease;--transition-base: .25s ease;--sidebar-width: 260px;--header-height: 60px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);font-size:var(--font-size-base);line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary);min-height:100vh}a{color:var(--accent-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--accent-primary-hover)}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-secondary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.page-header{margin-bottom:var(--space-8)}.page-header h1{font-size:var(--font-size-2xl);font-weight:700;letter-spacing:-.02em;margin-bottom:var(--space-2)}.page-header p{color:var(--text-secondary);font-size:var(--font-size-base)}.card{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-lg);padding:var(--space-6);transition:all var(--transition-base)}.card:hover{border-color:var(--border-secondary);box-shadow:var(--shadow-md)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);font-family:var(--font-family);font-size:var(--font-size-sm);font-weight:500;border-radius:var(--radius-md);border:1px solid transparent;cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent-primary);color:var(--black)}.btn-primary:hover:not(:disabled){background:var(--accent-primary-hover);box-shadow:var(--shadow-glow)}.btn-success{background:var(--success);color:var(--text-inverse)}.btn-success:hover:not(:disabled){background:#16a34a}.btn-danger{background:var(--danger);color:var(--black)}.btn-danger:hover:not(:disabled){background:var(--accent-primary-hover)}.btn-warning{background:var(--warning);color:var(--black)}.btn-warning:hover:not(:disabled){filter:brightness(.95)}.btn-ghost{background:transparent;color:var(--text-secondary);border:1px solid var(--border-primary)}.btn-ghost:hover:not(:disabled){background:var(--bg-elevated);color:var(--text-primary);border-color:var(--border-secondary)}.btn-sm{padding:var(--space-1) var(--space-3);font-size:var(--font-size-xs)}.empty-state{text-align:center;padding:var(--space-12) var(--space-6);color:var(--text-muted)}.empty-state .icon{font-size:3rem;margin-bottom:var(--space-4)}.empty-state h3{font-size:var(--font-size-lg);color:var(--text-secondary);margin-bottom:var(--space-2)}.spinner{display:inline-block;width:20px;height:20px;border:2px solid var(--border-secondary);border-top-color:var(--accent-primary);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-overlay{display:flex;align-items:center;justify-content:center;gap:var(--space-3);padding:var(--space-12);color:var(--text-secondary)}.filter-bar{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-6);flex-wrap:wrap}.filter-bar select,.filter-bar input{background:var(--bg-input);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font-family);font-size:var(--font-size-sm);padding:var(--space-2) var(--space-3);transition:border-color var(--transition-fast)}.filter-bar select:focus,.filter-bar input:focus{outline:none;border-color:var(--border-focus)}.data-table{width:100%;border-collapse:collapse}.data-table th{text-align:left;padding:var(--space-3) var(--space-4);font-size:var(--font-size-xs);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid var(--border-primary)}.data-table td{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border-primary);font-size:var(--font-size-sm);vertical-align:top}.data-table tr:hover td{background:var(--bg-card-hover)}.data-table .truncate{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-4)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-4)}.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--space-4)}@media(max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr}}.similarity-bar{width:100%;height:6px;background:var(--bg-elevated);border-radius:var(--radius-full);overflow:hidden}.similarity-bar .fill{height:100%;border-radius:var(--radius-full);transition:width var(--transition-base)}.diff-panel{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4)}.diff-side{background:var(--bg-input);border:1px solid var(--border-primary);border-radius:var(--radius-md);padding:var(--space-4);font-size:var(--font-size-sm);line-height:1.7;white-space:pre-wrap;max-height:300px;overflow-y:auto}.diff-side.original{border-left:3px solid var(--danger)}.diff-side.corrected{border-left:3px solid var(--success)}.markdown-body :first-child{margin-top:0}.markdown-body :last-child{margin-bottom:0}.ocr-review-tabs,.ocr-review-bulkbar,.ocr-review-head,.ocr-review-meta,.ocr-review-actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2)}.ocr-review-bulkbar,.ocr-review-card{margin-bottom:var(--space-4)}.ocr-review-head{justify-content:space-between;margin-bottom:var(--space-4)}.ocr-review-meta{color:var(--text-secondary);font-size:var(--font-size-sm)}.ocr-review-chip,.ocr-confidence{display:inline-flex;align-items:center;min-height:24px;padding:2px 10px;border-radius:var(--radius-full);background:var(--bg-input);color:var(--text-secondary);border:1px solid var(--border-primary);font-size:var(--font-size-xs)}.ocr-confidence.low{background:var(--warning-bg);color:var(--warning);border-color:#fade0b59}.ocr-review-source-image{margin-bottom:var(--space-4);border:1px solid var(--border-primary);border-radius:var(--radius-md);overflow:hidden;background:var(--bg-input)}.ocr-review-source-image img{display:block;width:100%;max-height:460px;object-fit:contain}.ocr-review-preserved{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:var(--space-3);margin-bottom:var(--space-4)}.ocr-review-preserved figure{margin:0;background:var(--bg-input);border:1px solid var(--border-primary);border-radius:var(--radius-md);overflow:hidden}.ocr-review-preserved img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:contain}.ocr-review-preserved figcaption,.ocr-review-image-note{padding:var(--space-2);color:var(--text-muted);font-size:var(--font-size-xs)}.md-editor-container{border:1px solid var(--border-primary);border-radius:var(--radius-md);background:var(--bg-card);overflow:hidden;display:flex;flex-direction:column}.md-editor-container:focus-within{border-color:var(--accent-primary);box-shadow:0 0 0 3px var(--accent-glow)}.md-editor-toolbar{display:flex;align-items:center;border-bottom:1px solid var(--border-primary);background:var(--bg-card);padding:4px 8px}.md-editor-group{display:flex;align-items:center;padding:0 8px;border-right:1px solid var(--border-primary)}.md-editor-group:last-child{border-right:none}.md-editor-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;transition:background .1s,color .1s;font-size:14px}.md-editor-btn:hover{background:var(--bg-input);color:var(--text-primary)}.md-editor-btn svg{width:18px;height:18px}.md-editor-textarea{width:100%;min-height:220px;resize:vertical;background:transparent;color:var(--text-primary);border:none;padding:var(--space-4);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:var(--font-size-sm);line-height:1.6}.md-editor-textarea:focus{outline:none}.md-editor-footer{display:flex;justify-content:flex-end;padding:var(--space-2) var(--space-4);font-size:12px;color:var(--text-muted)}.ocr-review-diff .diff-side{max-height:520px}.diff-label{font-size:var(--font-size-xs);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:var(--space-2)}.search-label{display:block;font-size:var(--font-size-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-2);font-weight:600}.search-input{width:100%;background:var(--bg-input);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font-family);font-size:var(--font-size-sm);padding:var(--space-2) var(--space-3)}.search-input:focus{outline:none;border-color:var(--border-focus)}.search-hint{color:var(--text-muted);font-size:var(--font-size-xs);margin-top:var(--space-1)}.soal-search-shell,.soal-filter-shell{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-md);padding:var(--space-4);margin-bottom:var(--space-5)}.soal-search-row{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-3)}.soal-filter-shell{display:grid;gap:var(--space-4)}.soal-filter-level{display:grid;gap:var(--space-2)}.soal-filter-level-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);color:var(--text-secondary);font-size:var(--font-size-xs);font-weight:800;text-transform:uppercase}.soal-filter-button-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:var(--space-4)}.soal-filter-button{position:relative;display:flex;align-items:center;gap:var(--space-4);padding:var(--space-4);border-radius:16px;border:none;background:var(--bg-card);color:var(--text-primary);cursor:pointer;text-align:left;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #0000000d}.soal-filter-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px #0000001a}.soal-filter-button.color-0{background-color:#ffd6f4}.soal-filter-button.color-1{background-color:#d1e2ff}.soal-filter-button.color-2{background-color:#ffdf70}.soal-filter-button.color-3{background-color:#d4f2cc}.soal-filter-button.color-4{background-color:#fbd6d2}.soal-filter-button.color-5{background-color:#e5d4ff}.soal-filter-button.active{box-shadow:0 0 0 3px #0003}.soal-filter-button-icon{background:#fff;border-radius:12px;width:52px;height:52px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 4px #0000000a}.soal-filter-button-icon svg{width:24px;height:24px;color:#1a1a1a}.soal-filter-button-content{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.soal-filter-button-label{font-size:13px;color:#0009;font-weight:500;line-height:1.2}.soal-filter-button-total{font-size:24px;font-weight:700;color:#1a1a1a;line-height:1}.soal-filter-summary{color:var(--text-muted);font-size:var(--font-size-sm)}.ocr-image-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-5);padding:var(--space-4);border:1px solid rgba(250,129,47,.32);border-radius:var(--radius-md);background:linear-gradient(135deg,#fa812f1f,#fade0b14)}.ocr-image-filter-group,.ocr-image-action-group{display:flex;flex-wrap:wrap;align-items:flex-end;gap:var(--space-3)}.ocr-image-filter-group label{display:grid;gap:var(--space-1);color:var(--text-secondary);font-size:var(--font-size-xs);font-weight:700;text-transform:uppercase}.ocr-orange-select{min-width:150px;appearance:none;background:linear-gradient(45deg,transparent 50%,var(--black) 50%) calc(100% - 18px) center / 6px 6px no-repeat,linear-gradient(135deg,var(--harvest-orange),var(--bright-gold));border:1px solid rgba(250,129,47,.75);border-radius:var(--radius-md);color:var(--black);font-family:var(--font-family);font-size:var(--font-size-sm);font-weight:700;padding:var(--space-2) 40px var(--space-2) var(--space-3)}.ocr-orange-select:focus{outline:none;box-shadow:0 0 0 3px #fa812f40}.ocr-image-last-run{flex-basis:100%;color:var(--text-secondary);font-size:var(--font-size-sm)}.ocr-image-modal-actions{display:flex;justify-content:flex-end;gap:var(--space-3);margin-top:var(--space-5)}.ocr-image-confirm-modal{max-width:520px}.ocr-image-card{display:grid;gap:var(--space-4)}.ocr-image-card-header{display:flex;justify-content:space-between;gap:var(--space-3);flex-wrap:wrap;align-items:center}.ocr-image-chip-group{display:flex;flex-wrap:wrap;gap:var(--space-2);align-items:center}.ocr-image-chip{display:inline-flex;align-items:center;padding:var(--space-1) var(--space-3);border:1px solid var(--border-primary);border-radius:var(--radius-full);background:var(--bg-input);font-size:var(--font-size-xs);font-weight:600;color:var(--text-primary)}.ocr-image-chip.muted{color:var(--text-secondary);font-weight:500}.ocr-image-select-box{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(255,122,2,.55);border-radius:var(--radius-md);background:#ff7a021a;cursor:pointer}.ocr-image-select-box:hover{background:#ff7a022e;border-color:var(--harvest-orange)}.ocr-image-select-box input{width:20px;height:20px;accent-color:var(--harvest-orange);cursor:pointer}.ocr-image-preview{border:1px solid var(--border-primary);border-radius:var(--radius-md);overflow:hidden;background:var(--bg-secondary);cursor:zoom-in;width:100%;padding:0}.ocr-image-preview img{width:100%;max-height:440px;object-fit:contain}.ocr-image-meta-row{display:flex;justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;color:var(--text-secondary);font-size:var(--font-size-xs)}.ocr-markdown-result{border:1px solid var(--border-primary);border-left:3px solid var(--success);border-radius:var(--radius-md);background:var(--bg-input);padding:var(--space-4);overflow:auto}.ocr-markdown-result p,.ocr-markdown-result ul,.ocr-markdown-result ol{margin-bottom:var(--space-3)}.ocr-markdown-result table{width:100%;border-collapse:collapse;font-size:var(--font-size-sm)}.ocr-markdown-result th,.ocr-markdown-result td{border:1px solid var(--border-primary);padding:var(--space-2) var(--space-3);text-align:left}.ocr-markdown-result th{background:var(--bg-card-hover);font-weight:700}.ocr-image-lightbox{position:fixed;inset:0;background:#010102bf;z-index:50;display:flex;align-items:center;justify-content:center;padding:var(--space-6)}.ocr-image-lightbox-content{width:min(1200px,100%);max-height:calc(100vh - 3rem);background:var(--bg-card);border:1px solid var(--border-secondary);border-radius:var(--radius-lg);padding:var(--space-4);box-shadow:var(--shadow-lg);display:grid;gap:var(--space-3)}.ocr-image-lightbox-head{display:flex;justify-content:space-between;align-items:center;gap:var(--space-3)}.ocr-image-lightbox-content img{width:100%;max-height:calc(100vh - 10rem);object-fit:contain;border:1px solid var(--border-primary);border-radius:var(--radius-sm);background:var(--bg-secondary)}.ocr-upload-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-6) var(--space-4);border:2px dashed var(--border-secondary);border-radius:var(--radius-md);cursor:pointer;transition:border-color .15s,background .15s;color:var(--text-muted);font-size:var(--font-size-sm);text-align:center;background:var(--bg-secondary);-webkit-user-select:none;user-select:none}.ocr-upload-dropzone:hover,.ocr-upload-dropzone.drag-over{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 6%,var(--bg-secondary));color:var(--text-primary)}.ocr-upload-file-row{display:grid;grid-template-columns:1fr 160px auto auto;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);background:var(--bg-secondary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);flex-wrap:wrap}.ocr-upload-file-info{display:flex;flex-direction:column;min-width:0}.ocr-upload-file-name{font-size:var(--font-size-sm);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:24ch}.ocr-upload-progress-wrap{height:6px;background:var(--border-primary);border-radius:var(--radius-full);overflow:hidden}.ocr-upload-progress-bar{height:100%;border-radius:var(--radius-full);transition:width .2s ease;background:var(--accent)}.ocr-upload-progress-bar.success{background:var(--success)}.ocr-upload-progress-bar.failed{background:var(--danger)}.ocr-upload-progress-bar.queued{background:var(--border-secondary)}.ocr-upload-file-status{min-width:80px;display:flex;justify-content:center}.badge-secondary{background:var(--bg-elevated);color:var(--text-muted);border-color:var(--border-secondary)}.badge-danger{background:var(--danger-bg);color:var(--danger)}.soal-option-list{display:grid;gap:var(--space-2)}.soal-option-item{display:flex;align-items:center;gap:var(--space-4);border:1px solid var(--border-primary);border-radius:12px;background:var(--bg-card);padding:var(--space-3) var(--space-4);transition:all .2s}.soal-option-item.correct{background:#f48c36;border-color:#f48c36;color:#fff}.soal-option-item.correct-tf{background:#10b981;border-color:#10b981;color:#fff}.soal-option-item.incorrect-tf{background:#ef4444;border-color:#ef4444;color:#fff}.soal-option-circle{width:24px;height:24px;border-radius:50%;background:var(--bg-input);display:flex;align-items:center;justify-content:center;flex-shrink:0}.soal-option-item.correct .soal-option-circle,.soal-option-item.correct-tf .soal-option-circle,.soal-option-item.incorrect-tf .soal-option-circle{background:#fff3;color:#fff}.soal-option-item.correct .soal-option-circle svg,.soal-option-item.correct-tf .soal-option-circle svg,.soal-option-item.incorrect-tf .soal-option-circle svg{width:16px;height:16px}.soal-option-content{flex:1;min-width:0}.soal-option-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2)}.soal-option-label{font-weight:700;color:var(--text-primary)}.soal-option-item.correct .soal-option-label,.soal-option-item.correct-tf .soal-option-label,.soal-option-item.incorrect-tf .soal-option-label{color:#fff}.soal-option-text{color:var(--text-primary);white-space:pre-wrap}.soal-option-text p{margin:0}.soal-option-item.correct .soal-option-text,.soal-option-item.correct-tf .soal-option-text,.soal-option-item.incorrect-tf .soal-option-text{color:#fff}.soal-option-correct-badge{font-size:var(--font-size-xs);font-weight:700;color:var(--success);background:var(--success-bg);border:1px solid var(--border-primary);border-radius:var(--radius-full);padding:2px 8px}.soal-option-item.correct .soal-option-correct-badge,.soal-option-item.correct-tf .soal-option-correct-badge,.soal-option-item.incorrect-tf .soal-option-correct-badge{background:#fff3;color:#fff;border-color:#ffffff80}.soal-option-meta{margin-top:var(--space-1);color:var(--text-muted);font-size:var(--font-size-xs)}.soal-meta-chip{display:inline-flex;align-items:center;padding:var(--space-1) var(--space-3);border:1px solid color-mix(in oklab,var(--harvest-orange) 55%,white);border-radius:var(--radius-full);background:color-mix(in oklab,var(--harvest-orange) 14%,white);color:var(--harvest-orange);font-size:var(--font-size-xs);font-weight:700}.page-container{max-width:1200px}.page-header h2{font-size:var(--font-size-2xl);font-weight:700;letter-spacing:-.02em;margin-bottom:var(--space-1)}.page-subtitle{color:var(--text-muted);font-size:var(--font-size-sm)}.tab-bar{display:flex;gap:var(--space-1);margin-bottom:var(--space-6);border-bottom:1px solid var(--border-primary);padding-bottom:0}.tab-btn{padding:var(--space-2) var(--space-4);font-family:var(--font-family);font-size:var(--font-size-sm);font-weight:500;color:var(--text-muted);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all var(--transition-fast);margin-bottom:-1px}.tab-btn:hover{color:var(--text-primary);background:var(--bg-card-hover)}.tab-btn.active{color:var(--accent-primary);border-bottom-color:var(--accent-primary);font-weight:600}.form-row{display:flex;gap:var(--space-3);align-items:center;margin-bottom:var(--space-4)}.form-group{margin-bottom:var(--space-4)}.form-group label{display:block;font-size:var(--font-size-xs);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:var(--space-2)}.form-input{width:100%;background:var(--bg-input);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font-family);font-size:var(--font-size-sm);padding:var(--space-2) var(--space-3);transition:border-color var(--transition-fast)}.form-input:focus{outline:none;border-color:var(--border-focus);box-shadow:0 0 0 3px #ff7a021a}.form-input-sm{max-width:120px}.form-select{background:var(--bg-input);border:1px solid var(--border-primary);border-radius:var(--radius-md);color:var(--text-primary);font-family:var(--font-family);font-size:var(--font-size-sm);padding:var(--space-2) var(--space-3);cursor:pointer}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--space-4);margin-bottom:var(--space-6)}.stat-card{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-5);text-align:center;transition:all var(--transition-base)}.stat-card:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.stat-value{font-size:var(--font-size-2xl);font-weight:700;color:var(--accent-primary);line-height:1.2}.stat-label{font-size:var(--font-size-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-top:var(--space-1)}.badge{display:inline-flex;align-items:center;padding:2px var(--space-2);font-size:var(--font-size-xs);font-weight:600;border-radius:var(--radius-full);background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border-primary)}.badge-success{background:var(--success-bg);color:var(--success)}.badge-error{background:var(--danger-bg);color:var(--danger)}.badge-warning{background:var(--warning-bg);color:#92400e}.badge-info{background:var(--info-bg);color:var(--info)}.badge-pending{background:var(--warning-bg);color:#92400e}.badge-approved{background:var(--success-bg);color:#166534}.badge-rejected{background:var(--danger-bg);color:#9a3412}.badge-published{background:var(--info-bg);color:var(--charcoal-blue)}.badge-outline{background:transparent;border:1px solid var(--border-secondary)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-4);flex-wrap:wrap;gap:var(--space-3)}.card-header h3,.card h3{font-size:var(--font-size-lg);font-weight:600}.card h4{font-size:var(--font-size-base);font-weight:600;margin-top:var(--space-4);margin-bottom:var(--space-3)}.result-card{border:1px solid var(--border-primary);border-radius:var(--radius-md);padding:var(--space-4);margin-top:var(--space-4)}.result-card.success{border-left:3px solid #16a34a}.result-card.error{border-left:3px solid var(--danger)}.result-header{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3)}.result-method{font-size:var(--font-size-xs);font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.result-confidence{font-size:var(--font-size-xl);font-weight:700;color:var(--accent-primary)}.text-error{color:var(--danger);font-size:var(--font-size-sm)}.text-muted{color:var(--text-muted);font-size:var(--font-size-sm)}.progress-bar{display:flex;align-items:center;gap:var(--space-2);width:100%}.progress-fill{height:6px;background:var(--accent-primary);border-radius:var(--radius-full);transition:width var(--transition-base);flex:1;max-width:100px;position:relative}.progress-bar span{font-size:var(--font-size-xs);font-weight:600;color:var(--text-muted);white-space:nowrap}.chip-grid{display:flex;flex-wrap:wrap;gap:var(--space-2)}.chip{display:inline-flex;align-items:center;padding:var(--space-2) var(--space-3);font-family:var(--font-family);font-size:var(--font-size-sm);border:1px solid var(--border-primary);border-radius:var(--radius-full);background:var(--bg-input);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast)}.chip:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.chip.active{background:var(--accent-primary);color:var(--black);border-color:var(--accent-primary);font-weight:600}.variant-card{border:1px solid var(--border-primary);border-radius:var(--radius-md);padding:var(--space-4);margin-bottom:var(--space-4);background:var(--bg-card);transition:all var(--transition-base)}.variant-card:hover{border-color:var(--border-secondary);box-shadow:var(--shadow-sm)}.variant-header{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);flex-wrap:wrap}.variant-text{font-size:var(--font-size-sm);line-height:1.7;color:var(--text-primary);margin-bottom:var(--space-3);padding:var(--space-3);background:var(--bg-secondary);border-radius:var(--radius-sm);white-space:pre-wrap}.variant-answer{font-size:var(--font-size-sm);color:var(--text-secondary);margin-bottom:var(--space-3)}.variant-actions{display:flex;gap:var(--space-2)}.btn-success{background:#16a34a;color:#fff;border:none}.btn-success:hover:not(:disabled){background:#15803d}.btn-danger{background:#dc2626;color:#fff;border:none}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-secondary{background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border-primary)}.btn-secondary:hover:not(:disabled){background:var(--bg-card-hover);border-color:var(--border-secondary)}.cluster-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:var(--space-4);margin-top:var(--space-4)}.cluster-card{border:1px solid var(--border-primary);border-radius:var(--radius-lg);padding:var(--space-4);cursor:pointer;transition:all var(--transition-base);background:var(--bg-card)}.cluster-card:hover{border-color:var(--accent-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.cluster-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-2)}.cluster-count{font-size:var(--font-size-xs);color:var(--text-muted);font-weight:600}.cluster-name{font-size:var(--font-size-base);font-weight:600;color:var(--text-primary);margin-bottom:var(--space-2)}.cluster-desc{font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.5;margin-bottom:var(--space-2)}.modal-overlay{position:fixed;inset:0;background:#01010299;z-index:50;display:flex;align-items:center;justify-content:center;padding:var(--space-6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:var(--bg-card);border:1px solid var(--border-secondary);border-radius:var(--radius-xl);padding:var(--space-6);max-width:800px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-4)}.modal-header h3{font-size:var(--font-size-xl);font-weight:700}.cluster-members{display:grid;gap:var(--space-3);margin-top:var(--space-4)}.member-card{border:1px solid var(--border-primary);border-radius:var(--radius-md);padding:var(--space-3);background:var(--bg-secondary)}.member-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-2)}.member-text{font-size:var(--font-size-sm);line-height:1.6;color:var(--text-primary)}.numeric-diff{margin-top:var(--space-2);font-size:var(--font-size-xs);color:var(--text-muted)}.numeric-diff code{background:var(--bg-elevated);padding:2px var(--space-1);border-radius:var(--radius-sm);font-size:var(--font-size-xs)}.pagination{display:flex;justify-content:center;align-items:center;gap:var(--space-4);padding-top:var(--space-4);margin-top:var(--space-4);border-top:1px solid var(--border-primary);font-size:var(--font-size-sm);color:var(--text-muted)}.label{font-size:12px;color:var(--text-muted)}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%}.error-banner{padding:10px 14px;border-radius:8px;background:var(--danger-bg);color:var(--danger);font-size:13px;margin-bottom:12px}.sidebar{position:fixed;left:14px;top:14px;bottom:14px;width:var(--sidebar-shell-width, 290px);background:var(--bright-gold);border:1px solid color-mix(in oklab,var(--charcoal-blue) 24%,var(--bright-gold));border-radius:28px;display:flex;flex-direction:column;z-index:100;padding:var(--space-4);box-shadow:var(--shadow-lg);transition:width var(--transition-base),padding var(--transition-base)}.sidebar.collapsed{width:var(--sidebar-shell-width, 92px);padding-left:var(--space-3);padding-right:var(--space-3)}.sidebar-topbar{display:flex;align-items:center;justify-content:flex-start;gap:var(--space-2);margin-bottom:var(--space-4)}.sidebar-brand{display:flex;align-items:center;gap:var(--space-3);min-width:0}.sidebar-brand-icon{width:44px;height:44px;border-radius:14px;background:var(--porcelain);border:1px solid color-mix(in oklab,var(--charcoal-blue) 18%,var(--porcelain));display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;overflow:hidden;padding:0}.sidebar-brand-icon img{width:100%;height:100%;object-fit:cover}.sidebar-brand-text{min-width:0}.sidebar-brand h1{font-size:var(--font-size-xl);font-weight:700;color:var(--charcoal-blue);letter-spacing:-.02em;line-height:1.1}.sidebar-brand span{font-size:var(--font-size-xs);color:color-mix(in oklab,var(--charcoal-blue) 75%,var(--black));display:block;margin-top:var(--space-1)}.sidebar-nav{flex:1;padding:var(--space-2) 0;overflow-y:auto}.sidebar-section{margin:var(--space-3) 0}.sidebar-section-title{font-size:var(--font-size-xs);font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:color-mix(in oklab,var(--charcoal-blue) 65%,var(--black));padding:var(--space-2) var(--space-2);margin-bottom:var(--space-1)}.sidebar-link{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2);border-radius:var(--radius-md);color:var(--charcoal-blue);font-size:var(--font-size-sm);font-weight:600;transition:all var(--transition-fast);text-decoration:none;margin-bottom:2px}.sidebar-link:hover{background:color-mix(in oklab,var(--porcelain) 35%,var(--bright-gold));color:var(--charcoal-blue)}.sidebar-link.active{background:color-mix(in oklab,var(--porcelain) 42%,var(--bright-gold));color:var(--charcoal-blue)}.sidebar-link-icon{width:36px;height:36px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:transparent;transition:all var(--transition-fast);flex-shrink:0}.sidebar-link.active .sidebar-link-icon{background:var(--charcoal-blue);color:var(--porcelain)}.sidebar-link .icon{width:20px;height:20px;stroke-width:2}.sidebar-link-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar.collapsed .sidebar-topbar,.sidebar.collapsed .sidebar-link{justify-content:center}.dashboard-page{display:grid;gap:var(--space-6)}.dashboard-bento{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--space-4)}.dashboard-panel{background:linear-gradient(180deg,#fffffff2,#fff);border:1px solid var(--border-primary);border-radius:var(--radius-xl);padding:var(--space-5);box-shadow:var(--shadow-sm)}.dashboard-panel h2,.dashboard-panel h3{margin:0;color:var(--text-primary)}.dashboard-panel p{color:var(--text-secondary)}.dashboard-panel-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);margin-bottom:var(--space-3)}.dashboard-pill,.dashboard-chip{display:inline-flex;align-items:center;padding:3px 10px;border-radius:var(--radius-full);font-size:var(--font-size-xs);font-weight:600}.dashboard-pill{background:var(--warning-bg);color:var(--text-primary)}.dashboard-chip{background:var(--info-bg);color:var(--text-secondary)}.dashboard-chip-alert{background:var(--danger-bg);color:var(--danger)}.dashboard-hero{grid-column:span 8;background:radial-gradient(circle at top right,rgba(255,122,2,.12),transparent 42%),linear-gradient(180deg,#fade0b17,#fff 70%)}.dashboard-hero h2{font-size:var(--font-size-xl);margin-bottom:var(--space-2)}.dashboard-hero-progress-row{margin-top:var(--space-5);margin-bottom:var(--space-5)}.dashboard-hero-progress-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-2);color:var(--text-secondary);font-size:var(--font-size-sm)}.dashboard-hero-progress-top strong{color:var(--text-primary);font-size:var(--font-size-base)}.dashboard-progress-track{width:100%;height:10px;border-radius:var(--radius-full);background:#3341561f;overflow:hidden}.dashboard-progress-fill{height:100%;border-radius:var(--radius-full);background:linear-gradient(90deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);transition:width var(--transition-base)}.dashboard-progress-warning{background:linear-gradient(90deg,#d1ac00 0%,var(--bright-gold) 100%)}.dashboard-progress-danger{background:linear-gradient(90deg,#ff8f42 0%,var(--harvest-orange) 100%)}.dashboard-progress-accent{background:linear-gradient(90deg,#ff9d3f 0%,var(--harvest-orange) 100%)}.dashboard-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3)}.dashboard-hero-stats div{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-md);padding:var(--space-3)}.dashboard-hero-stats span{display:block;color:var(--text-muted);font-size:var(--font-size-xs)}.dashboard-hero-stats strong{display:block;margin-top:var(--space-1);font-size:var(--font-size-xl);color:var(--text-primary)}.dashboard-gauge-panel{grid-column:span 4;display:grid;align-content:start}.dashboard-gauge-panel h3{font-size:var(--font-size-lg);margin-bottom:var(--space-2)}.dashboard-gauge{width:100%;max-width:240px;margin:0 auto}.dashboard-gauge-track{fill:none;stroke:#3341562e;stroke-width:14;stroke-linecap:round}.dashboard-gauge-fill{fill:none;stroke:url(#gauge-gradient);stroke-width:14;stroke-linecap:round}.dashboard-gauge-value{font-size:26px;font-weight:700;fill:var(--text-primary)}.dashboard-gauge-unit{font-size:10px;letter-spacing:.12em;fill:var(--text-muted)}.dashboard-gauge-legend{display:grid;gap:var(--space-1);margin-top:var(--space-2);font-size:var(--font-size-sm);color:var(--text-secondary)}.dashboard-rings-panel{grid-column:span 8}.dashboard-rings-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3)}.dashboard-ring-card{border:1px solid var(--border-primary);border-radius:var(--radius-lg);padding:var(--space-3);display:flex;align-items:center;gap:var(--space-3);background:var(--bg-card)}.dashboard-ring-wrap{position:relative;width:72px;height:72px;flex:0 0 auto}.dashboard-ring{width:72px;height:72px;transform:rotate(-90deg)}.dashboard-ring-track{fill:none;stroke:#33415626;stroke-width:4}.dashboard-ring-fill{fill:none;stroke-width:4;stroke-linecap:round}.dashboard-ring-accent .dashboard-ring-fill{stroke:var(--accent-primary)}.dashboard-ring-success .dashboard-ring-fill{stroke:var(--charcoal-blue)}.dashboard-ring-warning .dashboard-ring-fill{stroke:#c29e00}.dashboard-ring-center{position:absolute;inset:0;display:grid;place-items:center;font-size:var(--font-size-xs);font-weight:700;color:var(--text-primary)}.dashboard-ring-content h3{font-size:var(--font-size-xl);line-height:1}.dashboard-ring-title{font-size:var(--font-size-sm);font-weight:600;color:var(--text-primary)}.dashboard-ring-sub{font-size:var(--font-size-xs);color:var(--text-muted)}.dashboard-queue-panel{grid-column:span 4}.dashboard-queue-list{display:grid;gap:var(--space-3)}.dashboard-queue-item-head{display:flex;justify-content:space-between;font-size:var(--font-size-sm);color:var(--text-secondary);margin-bottom:var(--space-2)}.dashboard-queue-item-head strong{color:var(--text-primary)}.dashboard-pipeline-panel{grid-column:span 7}.dashboard-pipeline-panel h3{margin-bottom:var(--space-3);font-size:var(--font-size-lg)}.dashboard-pipeline-list{display:grid;gap:var(--space-3)}.dashboard-pipeline-item{border:1px solid var(--border-primary);border-radius:var(--radius-md);background:var(--bg-card);padding:var(--space-3)}.dashboard-pipeline-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-2);font-size:var(--font-size-sm);color:var(--text-secondary)}.dashboard-pipeline-head strong{color:var(--text-primary)}.dashboard-pipeline-sub{margin-top:var(--space-2);display:flex;justify-content:space-between;font-size:var(--font-size-xs);color:var(--text-muted)}.dashboard-summary-panel{grid-column:span 5;background:radial-gradient(circle at 20% 20%,rgba(250,222,11,.2),transparent 40%),linear-gradient(180deg,#ff7a020f,#fff 75%)}.dashboard-summary-panel h3{margin-bottom:var(--space-3);font-size:var(--font-size-lg)}.dashboard-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}.dashboard-summary-grid article{border:1px solid var(--border-primary);border-radius:var(--radius-md);background:var(--bg-card);padding:var(--space-3)}.dashboard-summary-grid span{display:block;color:var(--text-muted);font-size:var(--font-size-xs)}.dashboard-summary-grid strong{display:block;margin-top:var(--space-1);font-size:var(--font-size-xl)}@media(max-width:1200px){.dashboard-hero,.dashboard-rings-panel,.dashboard-pipeline-panel,.dashboard-summary-panel,.dashboard-queue-panel,.dashboard-gauge-panel{grid-column:span 12}.dashboard-rings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:780px){.dashboard-hero-stats,.dashboard-summary-grid,.dashboard-rings-grid{grid-template-columns:1fr}.dashboard-pipeline-sub{flex-direction:column;gap:var(--space-1)}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;position:relative;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.44"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .smash{display:inline;line-height:0}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex svg{fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.pagination{display:flex;align-items:center;justify-content:center;gap:var(--space-2);margin-top:var(--space-6)}.pagination-info{font-size:var(--font-size-xs);color:var(--text-muted);margin-right:var(--space-3)}.pagination .btn{min-width:36px;height:36px;padding:0}.pagination .btn.current{background:var(--accent-primary);color:var(--black);pointer-events:none}.pagination-jump{display:inline-flex;align-items:center;gap:var(--space-2);margin-left:var(--space-2);color:var(--text-muted);font-size:var(--font-size-xs)}.pagination-jump input{width:72px;height:36px;border:1px solid var(--border-primary);border-radius:var(--radius-sm);background:var(--bg-input);color:var(--text-primary);padding:0 var(--space-2)}.status-badge{display:inline-flex;align-items:center;padding:2px 10px;font-size:var(--font-size-xs);font-weight:600;border-radius:var(--radius-full);text-transform:capitalize;letter-spacing:.02em}.status-badge.completed,.status-badge.approved{background:var(--success-bg);color:var(--success)}.status-badge.unreviewed{background:var(--info-bg);color:var(--info)}.status-badge.needs_correction,.status-badge.pending{background:var(--warning-bg);color:var(--warning)}.status-badge.processing{background:var(--info-bg);color:var(--info)}.status-badge.failed,.status-badge.rejected,.status-badge.duplicate{background:var(--danger-bg);color:var(--danger)}.status-badge.variant{background:var(--warning-bg);color:var(--warning)}.status-badge.related{background:var(--info-bg);color:var(--info)}.stats-card{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-lg);padding:var(--space-5);transition:all var(--transition-base)}.stats-card:hover{border-color:var(--border-secondary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.stats-card-label{font-size:var(--font-size-xs);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:var(--space-2)}.stats-card-value{font-size:var(--font-size-3xl);font-weight:700;letter-spacing:-.03em;line-height:1;margin-bottom:var(--space-1)}.stats-card-value.accent{color:var(--accent-primary)}.stats-card-value.success{color:var(--success)}.stats-card-value.warning{color:var(--warning)}.stats-card-value.danger{color:var(--danger)}.stats-card-sub{font-size:var(--font-size-xs);color:var(--text-secondary)}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--space-4)}.settings-job-card{background:var(--bg-card);border:1px solid var(--border-primary);border-radius:var(--radius-lg);padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-4)}.settings-job-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.settings-job-header h2{font-size:var(--font-size-lg);font-weight:600}.settings-job-key{color:var(--text-secondary);font-size:var(--font-size-sm)}.settings-job-status{color:var(--text-primary);font-size:var(--font-size-sm)}.settings-job-desc{color:var(--text-secondary);font-size:var(--font-size-sm);line-height:1.6}.settings-job-desc strong{color:var(--text-primary)}.settings-note{margin-top:var(--space-5);color:var(--text-secondary);font-size:var(--font-size-sm)}.settings-error{border:1px solid var(--danger);background:var(--danger-bg);color:var(--text-primary);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);margin-bottom:var(--space-4)}.app-layout{display:flex;min-height:100vh}.main-content{flex:1;margin-left:calc(var(--sidebar-shell-width, 290px) + 28px);padding:var(--space-8);max-width:1400px;transition:margin-left var(--transition-base)}@media(max-width:900px){.main-content{margin-left:calc(var(--sidebar-shell-width, 92px) + 24px);padding:var(--space-6)}}
