:root{--ink:#18252e;--muted:#72818a;--line:#dce5e7;--paper:#f5f8f7;--panel:#fff;--teal:#0c7771;--teal-dark:#075b57;--amber:#e7a638;--red:#c4493d;--green:#197467;--shadow:0 18px 55px rgba(32,54,62,.09)}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font-family:"Microsoft YaHei",Arial,sans-serif}.topbar{height:72px;padding:0 clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px}.brand strong{display:block;font-size:17px;letter-spacing:.02em}.brand small{display:block;color:var(--muted);font-size:10px;letter-spacing:.14em;text-transform:uppercase;margin-top:3px}.mark{display:grid;place-items:center;width:34px;height:34px;background:var(--teal);color:#fff;font-size:18px;font-weight:600;border-radius:9px}.live{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.dot{width:8px;height:8px;border-radius:50%;background:#b9c2c2}.dot.ok{background:#2caa7d;box-shadow:0 0 0 4px #e3f3ed}.shell{max-width:1380px;margin:0 auto;padding:42px clamp(20px,5vw,72px) 28px}.hero{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:38px}.eyebrow,.section-label{font-size:11px;letter-spacing:.16em;color:var(--teal);font-weight:700;margin:0 0 12px}.hero h1{font-size:clamp(30px,4vw,54px);font-weight:500;line-height:1.12;letter-spacing:-.02em;margin:0}.hero h1 em{font-style:normal;color:var(--teal)}.lede{max-width:590px;line-height:1.8;color:var(--muted);font-size:14px;margin:18px 0 0}.hero-meta{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.hero-meta span{padding:9px 12px;border:1px solid var(--line);background:#fff;color:#53646b;font-size:12px;border-radius:999px}.workspace{display:grid;grid-template-columns:300px minmax(0,1fr);background:var(--panel);box-shadow:var(--shadow);border:1px solid #e4ebeb;min-height:600px}.control-panel{padding:28px 24px;border-right:1px solid var(--line);background:#fbfcfb}.field-label{display:block;font-size:12px;font-weight:600;color:#526169;margin:18px 0 8px}.select{width:100%;height:42px;border:1px solid #ccd9da;border-radius:6px;padding:0 12px;background:#fff;color:var(--ink);font-size:13px}.hint{font-size:12px;color:var(--muted);line-height:1.55;margin:10px 0}.upload-box{margin-top:25px;border:1px dashed #a9c2c0;border-radius:8px;background:#f4faf8;padding:22px 12px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:7px}.upload-box input{display:none}.upload-icon{width:34px;height:34px;border-radius:50%;background:#d7efea;color:var(--teal);font-size:25px;line-height:31px}.upload-box strong{font-size:13px}.upload-box span{font-size:11px;color:var(--muted);line-height:1.5}.secondary{margin-top:6px;border:0;background:transparent;color:var(--teal);font-size:12px;font-weight:600;cursor:pointer}.file-list{font-size:11px;color:var(--muted);margin-top:9px;max-height:74px;overflow:auto}.file-item{padding:3px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.primary{width:100%;height:44px;margin-top:20px;background:var(--teal);color:#fff;border:0;border-radius:6px;display:flex;justify-content:space-between;align-items:center;padding:0 15px;font-size:13px;font-weight:600;cursor:pointer}.primary:hover{background:var(--teal-dark)}.primary:disabled{opacity:.6;cursor:wait}.error{color:var(--red);font-size:12px;line-height:1.5;margin-top:12px}.results-panel{padding:28px 30px;min-width:0}.results-head{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid var(--line);padding-bottom:18px}.results-head h2{font-size:22px;font-weight:500;margin:0}.muted{font-size:12px;color:var(--muted)}.empty{min-height:470px;display:grid;place-content:center;text-align:center;color:var(--muted)}.empty h3{font-size:16px;font-weight:500;color:var(--ink);margin:22px 0 6px}.empty p{font-size:12px;margin:0}.empty-graphic{position:relative;margin:auto;width:124px;height:76px;border-bottom:3px solid #a8c5c2;color:var(--teal);font-size:19px;font-weight:700;letter-spacing:.08em;padding-top:24px}.empty-graphic:before,.empty-graphic:after{content:"";position:absolute;bottom:0;width:4px;height:47px;background:#9bc2be}.empty-graphic:before{left:17px}.empty-graphic:after{right:17px}.empty-graphic i{position:absolute;bottom:42px;height:2px;background:#b0cbc8;width:100%}.empty-graphic i:nth-of-type(1){transform:rotate(14deg)}.empty-graphic i:nth-of-type(2){transform:rotate(-14deg)}.empty-graphic i:nth-of-type(3){bottom:15px}.hidden{display:none!important}.summary{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:22px 0}.metric{border:1px solid var(--line);padding:15px 16px}.metric label{display:block;color:var(--muted);font-size:11px;margin-bottom:8px}.metric strong{font-size:22px;font-weight:500}.metric.alert strong{color:var(--red)}.downloads{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 18px}.download{color:var(--teal);border:1px solid #b8d4d0;border-radius:5px;text-decoration:none;font-size:12px;padding:8px 11px;background:#f6fbfa}.table-wrap{overflow:auto;max-height:430px;border-top:1px solid var(--line)}table{width:100%;border-collapse:collapse;font-size:12px;min-width:820px}th,td{text-align:left;padding:12px 10px;border-bottom:1px solid #edf1f1;white-space:nowrap}th{font-size:11px;color:var(--muted);font-weight:600;position:sticky;top:0;background:#fff}td:nth-child(5){font-variant-numeric:tabular-nums}.bad{color:var(--red);font-weight:600}.good{color:var(--green)}footer{text-align:center;color:#8b979b;font-size:11px;padding:22px 0}@media(max-width:900px){.hero{display:block}.hero-meta{justify-content:flex-start;margin-top:20px}.workspace{grid-template-columns:1fr}.control-panel{border-right:0;border-bottom:1px solid var(--line)}.summary{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.shell{padding-top:28px}.hero h1{font-size:32px}.summary{grid-template-columns:1fr 1fr}.results-panel{padding:22px 16px}.topbar{padding:0 20px}}
