:root{--paper:#f7f4ef;--surface:#fefcf9;--surface-2:#f0ece6;--surface-3:#e7e2db;--ink:#27221d;--ink-soft:#524c47;--muted:#7e7872;--line:#ddd8d2;--line-strong:#c7c1ba;--accent:#9a3630;--accent-strong:#831f1c;--accent-tint:#ffe4df;--accent-line:#f2b7ad;--m-rule:#99743e;--m-tfidf:#3d6e9c;--m-bert:#9a3630;--shadow-sm:0 1px 2px #2821180d, 0 1px 1px #2821180a;--shadow:0 14px 40px -18px #3226184d, 0 2px 6px -2px #3226181a;--r-sm:6px;--r-md:10px;--r-lg:14px;--serif:"Noto Serif TC", "Songti TC", serif;--sans:"Noto Sans TC", system-ui, sans-serif;--mono:"IBM Plex Mono", "JetBrains Mono", ui-monospace, monospace}@supports (color:lab(0% 0 0)){:root{--paper:lab(96.3112% .459313 3.01502);--surface:lab(99.0885% .107318 1.52055);--surface-2:lab(93.6417% .624567 3.37212);--surface-3:lab(90.161% .898123 4.09484);--ink:lab(13.5527% 2.12677 4.07165);--ink-soft:lab(32.7009% 1.95259 4.1081);--muted:lab(50.6904% 1.74099 4.19822);--line:lab(86.6769% .871629 3.705);--line-strong:lab(78.5512% 1.2615 4.38724);--accent:lab(37.787% 42.1701 27.3497);--accent-strong:lab(29.6461% 42.376 28.6793);--accent-tint:lab(92.7466% 10.2885 6.8441);--accent-line:lab(79.6797% 20.801 13.9405);--m-rule:lab(51.8356% 10.4067 35.1659);--m-tfidf:lab(44.6384% -6.29345 -30.2207);--m-bert:lab(37.787% 42.1701 27.3497)}}*{box-sizing:border-box}html,body{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}button,textarea,input{font:inherit;color:inherit}::selection{background:var(--accent-tint)}body:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(#50453d06 1px,#0000 1px);background-image:radial-gradient(lab(30.3537% 3.55828 6.7978/.025) 1px,#0000 1px);background-size:22px 22px;position:fixed;inset:0}.app{z-index:1;max-width:1280px;margin:0 auto;padding:26px 28px 80px;position:relative}.masthead{border-bottom:1.5px solid var(--ink);justify-content:space-between;align-items:flex-end;gap:24px;padding-bottom:18px;display:flex}.brand{align-items:center;gap:16px;display:flex}.brand-mark{background:var(--accent);width:46px;height:46px;box-shadow:var(--shadow-sm);border-radius:11px;flex:none;place-items:center;display:grid}.brand-mark span{background:var(--paper);border-radius:3px;width:18px;height:18px;transform:rotate(45deg)}.brand-word{font-family:var(--serif);letter-spacing:.01em;font-size:30px;font-weight:700;line-height:1}.brand-word b{color:var(--accent);font-weight:700}.brand-divider{background:var(--line-strong);align-self:stretch;width:1.5px;margin:4px 0}.brand-tag{flex-direction:column;gap:5px;display:flex}.brand-tag-zh{font-family:var(--serif);letter-spacing:.01em;font-size:18px;font-weight:700;line-height:1.1}.brand-sub{font-family:var(--mono);letter-spacing:.03em;color:var(--muted);text-transform:uppercase;font-size:11px}.masthead-meta{flex-direction:column;align-items:flex-end;gap:9px;display:flex}.chip-row{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.chip{font-family:var(--mono);letter-spacing:.02em;border:1px solid var(--line-strong);background:var(--surface);color:var(--ink-soft);border-radius:999px;align-items:center;gap:6px;padding:4px 9px;font-size:11px;display:inline-flex}.chip .dot{background:var(--m-rule);border-radius:50%;width:6px;height:6px}.disclaimer{border:1px solid var(--accent-line);border-left:4px solid var(--accent);border-radius:var(--r-sm);background:var(--accent-tint);align-items:center;gap:12px;margin-top:16px;padding:11px 16px;display:flex}.disclaimer .tag-en{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--accent-strong);white-space:nowrap;font-size:10.5px;font-weight:600}.disclaimer .txt{color:var(--accent-strong);font-size:13px;line-height:1.5}.disclaimer .txt b{font-weight:700}.grid-2{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:18px;margin-top:18px;display:grid}.full{margin-top:18px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);flex-direction:column;display:flex}.panel-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:baseline;gap:12px;padding:16px 20px 14px;display:flex}.panel-title{align-items:baseline;gap:10px;display:flex}.panel-title h2{font-family:var(--serif);margin:0;font-size:18px;font-weight:700}.panel-title .en{font-family:var(--mono);letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:11px}.panel-note{color:var(--muted);font-size:12px}.panel-body{flex:1;padding:18px 20px}.ta-wrap{position:relative}.textarea{resize:vertical;border:1px solid var(--line-strong);border-radius:var(--r-md);background:var(--paper);outline:none;width:100%;min-height:188px;padding:14px 14px 30px;font-size:15px;line-height:1.75;transition:border-color .15s,box-shadow .15s}.textarea::placeholder{color:var(--muted)}.textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-tint)}.charcount{font-family:var(--mono);color:var(--muted);font-size:11px;position:absolute;bottom:10px;right:12px}.field-label{font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;color:var(--muted);align-items:center;gap:8px;margin:16px 0 9px;font-size:11px;display:flex}.field-label:after{content:"";background:var(--line);flex:1;height:1px}.examples{flex-wrap:wrap;gap:8px;display:flex}.ex-chip{white-space:nowrap;border:1px solid var(--line-strong);background:var(--surface);cursor:pointer;border-radius:999px;align-items:center;gap:7px;padding:7px 12px;font-size:13px;transition:all .14s;display:inline-flex}.ex-chip:hover{border-color:var(--accent);background:var(--accent-tint);color:var(--accent-strong)}.ex-chip .glyph{font-family:var(--mono);color:var(--accent);font-size:11px}.actions{gap:10px;margin-top:18px;display:flex}.btn{border-radius:var(--r-md);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 20px;font-size:14.5px;font-weight:600;transition:background .15s,border-color .15s,transform .1s,opacity .15s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--accent);color:#fffbf4;color:lab(98.8801% .286222 3.81292);flex:1}.btn-primary:hover{background:var(--accent-strong)}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.btn-ghost{background:var(--surface);border-color:var(--line-strong);color:var(--ink-soft)}.btn-ghost:hover{background:var(--surface-2)}.kbd{font-family:var(--mono);opacity:.8;border:1px solid #fff6;border-radius:4px;padding:1px 5px;font-size:10.5px}.empty{text-align:center;min-height:240px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:20px;display:flex}.empty .ring{border:1.5px dashed var(--line-strong);border-radius:50%;place-items:center;width:54px;height:54px;display:grid}.empty .ring span{background:var(--surface-3);width:16px;height:16px;transform:rotate(45deg)}.empty .ttl{font-family:var(--serif);color:var(--ink-soft);font-size:16px}.empty .sub{max-width:280px;font-size:13px;line-height:1.6}.error-box{border:1px solid var(--accent-line);border-left:4px solid var(--accent);background:var(--accent-tint);border-radius:var(--r-sm);color:var(--accent-strong);padding:14px 16px}.error-box h3{margin:0 0 4px;font-size:14px}.error-box p{margin:0;font-size:13px;line-height:1.5}.pipeline{flex-direction:column;gap:14px;padding:18px 4px;display:flex}.pipe-step{opacity:.35;align-items:center;gap:12px;transition:opacity .3s;display:flex}.pipe-step.on{opacity:1}.pipe-num{font-family:var(--mono);border:1px solid var(--line-strong);background:var(--surface);border-radius:50%;flex:none;place-items:center;width:26px;height:26px;font-size:12px;display:grid}.pipe-step.on .pipe-num{border-color:var(--accent);color:var(--accent)}.pipe-step.done .pipe-num{background:var(--accent);color:#fff;border-color:var(--accent)}.pipe-label{font-size:14px}.pipe-label .en{font-family:var(--mono);color:var(--muted);margin-left:8px;font-size:11px}.pipe-track{background:var(--surface-2);border-radius:2px;flex:1;height:3px;overflow:hidden}.pipe-fill{background:var(--accent);width:0;height:100%;transition:width .5s}.pipe-step.on .pipe-fill,.pipe-step.done .pipe-fill{width:100%}.needs-review{border:1px solid var(--accent-line);background:var(--accent-tint);border-radius:var(--r-sm);color:var(--accent-strong);align-items:flex-start;gap:10px;margin-bottom:16px;padding:11px 14px;font-size:13px;line-height:1.55;display:flex}.pred-list{flex-direction:column;gap:12px;display:flex}.pred{border:1px solid var(--line);border-radius:var(--r-md);background:var(--surface);padding:14px 16px;transition:border-color .15s,box-shadow .15s}.pred:hover{border-color:var(--line-strong);box-shadow:var(--shadow-sm)}.pred-top{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.pred-name{align-items:baseline;gap:10px;display:flex}.pred-rank{font-family:var(--mono);color:var(--accent);padding-top:2px;font-size:12px;font-weight:600}.pred-name h3{font-family:var(--serif);margin:0;font-size:17px;font-weight:700}.pred-name .en{font-family:var(--mono);color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:11px}.conf-num{font-family:var(--mono);color:var(--accent);font-size:20px;font-weight:600;line-height:1}.conf-num small{color:var(--muted);font-size:11px;font-weight:500}.bar{background:var(--surface-2);border-radius:4px;height:7px;margin-top:11px;overflow:hidden}.bar-fill{background:var(--accent);border-radius:4px;width:0;height:100%;transition:width .8s cubic-bezier(.2,.7,.2,1)}.laws{flex-direction:column;gap:8px;margin-top:12px;display:flex}.law-card{border:1px solid var(--line);border-radius:var(--r-sm);background:var(--surface-2);overflow:hidden}.law-card-head{border-bottom:1px solid var(--line);align-items:center;gap:8px;padding:8px 11px;display:flex}.law-card-head .code{font-family:var(--mono);color:var(--accent-strong);font-size:12.5px;font-weight:600}.law-card-head .full{color:var(--muted);font-size:11px}.law-card-text{color:var(--ink-soft);padding:9px 12px;font-size:12.5px;line-height:1.7}.law-card-text.clamp{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.law-card-toggle{cursor:pointer;font-family:var(--mono);color:var(--accent);background:0 0;border:none;margin:0 12px 9px;padding:0;font-size:11px}.law-card-toggle:hover{text-decoration:underline}.lookup-note{color:var(--muted);border-top:1px dashed var(--line-strong);margin-top:14px;padding-top:12px;font-size:12px;line-height:1.6}.model-legend{flex-wrap:wrap;gap:16px;display:flex}.model-stat{align-items:center;gap:9px;display:flex}.model-stat .sw{border-radius:3px;flex:none;width:11px;height:11px}.model-stat .nm{font-size:13px;font-weight:600}.model-stat .nm .en{font-family:var(--mono);color:var(--muted);text-transform:uppercase;letter-spacing:.03em;font-size:10.5px;font-weight:500;display:block}.model-stat .f1{font-family:var(--mono);color:var(--ink-soft);font-size:12px}.model-stat .f1 b{color:var(--ink)}.chart-wrap{margin:2px 0 22px}.chart-head{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:10px;display:flex}.chart-head .lbl{font-family:var(--mono);letter-spacing:.05em;text-transform:uppercase;color:var(--muted);font-size:11px}.chart-head .hint{color:var(--muted);font-size:12px}.linechart{width:100%;height:auto;display:block;overflow:visible}.lc-grid{stroke:var(--line);stroke-width:1px}.lc-thresh{stroke:var(--accent-line);stroke-width:1.2px;stroke-dasharray:5 4}.lc-axis-lbl{font-family:var(--mono);fill:var(--muted);font-size:11px}.lc-xlbl{font-family:var(--sans);fill:var(--ink-soft);font-size:12px}.lc-xlbl-en{font-family:var(--mono);fill:var(--muted);text-transform:uppercase;font-size:9.5px}.lc-line{fill:none;stroke-width:2.4px;stroke-linecap:round;stroke-linejoin:round;opacity:0;transition:opacity .6s}.lc-line.drawn{opacity:1}.lc-line.rule{stroke-dasharray:6 5;stroke-width:2px}.lc-dot{opacity:0;transition:opacity .5s .35s}.lc-dot.drawn{opacity:1}.lc-thresh-lbl{font-family:var(--mono);fill:var(--accent);font-size:9.5px}.matrix{border-collapse:collapse;width:100%;margin-top:4px}.matrix th,.matrix td{text-align:left;padding:0}.matrix thead th{font-family:var(--mono);letter-spacing:.03em;text-transform:uppercase;color:var(--muted);border-bottom:1.5px solid var(--ink);vertical-align:bottom;padding:0 10px 12px;font-size:11px;font-weight:600}.matrix thead th.issue-col{width:44%}.matrix thead .mhead{align-items:center;gap:7px;display:flex}.matrix thead .mhead .sw{border-radius:2px;width:9px;height:9px}.matrix tbody td{border-bottom:1px solid var(--line);padding:13px 10px}.matrix tbody tr:hover td{background:var(--surface-2)}.m-issue{flex-direction:column;gap:1px;display:flex}.m-issue .zh{font-family:var(--serif);font-size:15px;font-weight:600}.m-issue .en{font-family:var(--mono);color:var(--muted);text-transform:uppercase;font-size:10.5px}.cell{align-items:center;gap:9px;display:flex}.cell.below{opacity:.42}.cell-bar{background:var(--surface-2);border-radius:3px;flex:none;width:58px;height:6px;overflow:hidden}.cell-bar i{border-radius:3px;height:100%;display:block}.cell-val{font-family:var(--mono);min-width:34px;font-size:12.5px;font-weight:600}.cell-flag{font-family:var(--mono);font-size:14px;font-weight:700}.cell-flag.hit{color:var(--m-rule)}.cell-flag.miss{color:var(--muted)}.cell-tag{font-size:10px;font-family:var(--mono);color:var(--muted)}.kw-list{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.kw{font-family:var(--mono);white-space:nowrap;border-radius:var(--r-sm);background:var(--accent-tint);border:1px solid var(--accent-line);color:var(--accent-strong);padding:5px 10px;font-size:12.5px}.evidence-method{flex-direction:column;gap:12px;margin-top:16px;display:flex}.ev-row{align-items:flex-start;gap:12px;display:flex}.ev-row .sw{border-radius:3px;flex:none;width:10px;height:10px;margin-top:5px}.ev-row .body h4{margin:0 0 2px;font-size:13.5px;font-weight:700}.ev-row .body h4 .en{font-family:var(--mono);color:var(--muted);text-transform:uppercase;margin-left:7px;font-size:10.5px;font-weight:500}.ev-row .body p{color:var(--ink-soft);margin:0;font-size:12.5px;line-height:1.55}.muted-line{color:var(--muted);font-size:13px;line-height:1.6}@media (max-width:920px){.app{padding:18px 16px 60px}.grid-2{grid-template-columns:1fr}.masthead{flex-direction:column;align-items:flex-start;gap:16px}.masthead-meta{align-items:flex-start}.chip-row{justify-content:flex-start}.matrix thead th.issue-col{width:auto}.cell-bar{width:40px}}@media (prefers-reduced-motion:reduce){*{transition:none!important}}
