:root{--ink:#18302c;--green:#1f5b50;--mint:#dcebe5;--paper:#f4f0e7;--orange:#d86f3d;--line:#c9d2ca;--white:#fffdf8;--muted:#68756f}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font-family:"PingFang SC","Microsoft YaHei",system-ui,sans-serif}.shell{width:min(1180px,calc(100% - 32px));margin:28px auto 48px}.hero{min-height:330px;border-radius:28px;background:var(--green);color:white;padding:44px 48px;display:flex;justify-content:space-between;align-items:flex-end;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.18);border-radius:50%;right:-90px;top:-160px;box-shadow:0 0 0 70px rgba(255,255,255,.035),0 0 0 140px rgba(255,255,255,.025)}.eyebrow{margin:0 0 12px;font:700 12px/1.2 ui-monospace,monospace;letter-spacing:.2em;color:#9cc5b8}.hero h1{margin:0;font-size:clamp(42px,7vw,82px);line-height:.94;letter-spacing:-.055em}.hero h1 span{color:#f0bd71}.lede{max-width:590px;margin:25px 0 0;color:#d9e7e2;line-height:1.75}.hero-status{z-index:1;display:flex;gap:13px;align-items:center;background:rgba(255,255,255,.1);padding:14px 18px;border:1px solid rgba(255,255,255,.2);border-radius:16px;backdrop-filter:blur(8px)}.hero-status strong,.hero-status small{display:block}.hero-status small{color:#bad0c9;margin-top:2px}.pulse{width:11px;height:11px;background:#f0bd71;border-radius:50%;box-shadow:0 0 0 6px rgba(240,189,113,.15)}.summary{margin:-24px 24px 0;position:relative;z-index:2;background:var(--white);border:1px solid var(--line);border-radius:20px;display:grid;grid-template-columns:repeat(3,1fr) auto;align-items:center;box-shadow:0 12px 35px rgba(27,61,53,.09)}.summary>div{padding:24px 30px;border-right:1px solid var(--line)}.summary span,.summary small{display:block}.summary span{font:700 29px/1.1 ui-monospace,monospace}.summary small{color:var(--muted);margin-top:6px}.push-button{height:52px;margin:0 20px;padding:0 22px;border:0;border-radius:13px;background:var(--orange);color:white;font-weight:700;cursor:pointer}.push-button:hover{filter:brightness(.95)}.push-button:disabled{opacity:.55;cursor:wait}.notice{margin:34px 0 20px;border-left:4px solid var(--orange);background:#fff3e7;border-radius:0 14px 14px 0;padding:15px 20px;display:flex;gap:15px;line-height:1.6}.notice span{color:#6e594c}.boards{display:grid;grid-template-columns:1fr 1fr;gap:20px}.board{background:var(--white);border:1px solid var(--line);border-radius:22px;padding:26px}.board-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.board h2,.activity-panel h2{margin:0;font-size:28px;letter-spacing:-.03em}.badge{font:700 12px/1 ui-monospace,monospace;color:var(--green);background:var(--mint);padding:9px 11px;border-radius:999px}.steps{list-style:none;padding:0;margin:0;display:grid;gap:10px}.step{display:grid;grid-template-columns:38px 1fr auto;gap:13px;align-items:center;padding:14px;border:1px solid #d6ddd7;border-radius:15px;background:#fff;transition:.2s}.step.done{background:#eef6f2;border-color:#bfd7cd}.step button{width:38px;height:38px;border-radius:50%;border:1px solid #b8c5bf;background:white;cursor:pointer;font-size:18px;color:transparent}.step.done button{background:var(--green);border-color:var(--green);color:white}.step strong{display:block;font-size:15px}.step p{margin:4px 0 0;font-size:12px;color:var(--muted);line-height:1.45}.step .number{font:700 12px/1 ui-monospace,monospace;color:#829089}.step.done .number{color:var(--green)}.table-link{display:inline-flex;margin-top:18px;color:var(--green);font-weight:700;text-decoration:none}.activity-panel{margin-top:20px;background:#e5ebe6;border-radius:22px;padding:26px}.section-title{display:flex;justify-content:space-between;align-items:flex-end}.section-title>span{color:var(--muted);font-size:12px}.activity-panel ol{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:9px}.activity-panel li{display:grid;grid-template-columns:145px 115px 1fr;gap:14px;padding:12px 0;border-top:1px solid #c8d2cb;font-size:13px}.activity-panel time,.activity-panel em{color:var(--muted);font-style:normal}footer{display:flex;justify-content:space-between;padding:22px 4px 0;color:var(--muted);font-size:13px}footer a{color:var(--green);font-weight:700;text-decoration:none}#toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);opacity:0;background:#173b35;color:white;padding:12px 18px;border-radius:12px;transition:.2s;pointer-events:none}#toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:780px){.shell{width:min(100% - 20px,600px);margin-top:10px}.hero{min-height:390px;padding:30px 24px;display:block}.hero-status{position:absolute;left:24px;bottom:28px}.summary{margin:-14px 10px 0;grid-template-columns:1fr 1fr}.summary>div{padding:18px}.summary>div:nth-child(2){border-right:0}.summary>div:nth-child(3){border-top:1px solid var(--line)}.push-button{margin:12px;grid-column:2;height:48px}.boards{grid-template-columns:1fr}.notice{display:block}.notice strong{display:block;margin-bottom:6px}.activity-panel li{grid-template-columns:1fr}.activity-panel li>*{margin:0}.section-title{align-items:flex-start;gap:12px}footer{display:grid;gap:10px}}
:root{--guide-link-bg:rgba(255,255,255,.12)}.hero-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.hero-guide-link,.hero-query-link{display:inline-flex;align-items:center;padding:11px 16px;border:1px solid rgba(255,255,255,.48);border-radius:10px;background:var(--guide-link-bg);color:#fff;text-decoration:none;font-size:14px;font-weight:700}.hero-query-link{background:#f0bd71;border-color:#f0bd71;color:#173b35}.hero-guide-link:hover{background:rgba(255,255,255,.2)}.hero-query-link:hover{filter:brightness(.96)}

html{scroll-behavior:smooth}.hero{min-height:300px;padding:38px 48px}.hero h1{max-width:860px;font-size:clamp(38px,5.8vw,68px);line-height:1.02}.lede{max-width:760px;margin-top:20px}.judge-guide,.before-after,.department-value{margin-top:28px;background:var(--white);border:1px solid var(--line);border-radius:22px;padding:30px}.judge-intro{display:grid;grid-template-columns:1.15fr .85fr;gap:45px;align-items:end}.judge-intro h2,.before-after h2,.department-value h2{margin:0;font-size:clamp(28px,4vw,43px);line-height:1.12;letter-spacing:-.045em}.judge-intro>p{margin:0;color:var(--muted);font-size:16px;line-height:1.8}.plain-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:28px;background:var(--line);border:1px solid var(--line);border-radius:16px;overflow:hidden}.plain-flow article{min-height:145px;background:#fff;padding:22px;display:flex;gap:16px}.plain-flow b{flex:0 0 36px;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font:700 16px/1 ui-monospace,monospace}.plain-flow strong,.plain-flow span{display:block}.plain-flow strong{font-size:17px;line-height:1.45}.plain-flow span{margin-top:8px;color:var(--muted);font-size:13px;line-height:1.6}.comparison{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:24px}.comparison article{border-radius:18px;padding:25px}.comparison .before{background:#f2eee7}.comparison .after{background:#e8f3ee;border:1px solid #bad5ca}.comparison article>span{display:inline-block;margin-bottom:12px;font-weight:800;color:var(--orange)}.comparison .after>span{color:var(--green)}.comparison strong{display:block;font-size:21px}.comparison ul{margin:18px 0 0;padding-left:20px;color:var(--muted);line-height:1.9}.department-value{display:grid;grid-template-columns:.9fr 1.1fr;gap:40px;position:relative}.value-list{display:grid;gap:10px}.value-list article{display:grid;grid-template-columns:90px 1fr;gap:15px;padding:16px 0;border-bottom:1px solid var(--line)}.value-list span{color:var(--muted);line-height:1.6}.value-query{grid-column:2;justify-self:start;color:var(--green);font-weight:800;text-decoration:none}.entry-center{scroll-margin-top:16px}.entry-card h3{line-height:1.28}.notice{margin-top:28px}
@media(max-width:780px){.hero{min-height:430px;padding:28px 24px}.hero h1{font-size:40px}.judge-guide,.before-after,.department-value{padding:22px}.judge-intro,.department-value{grid-template-columns:1fr;gap:20px}.plain-flow,.comparison{grid-template-columns:1fr}.plain-flow{gap:1px}.plain-flow article{min-height:auto}.value-query{grid-column:1}.judge-intro h2,.before-after h2,.department-value h2{font-size:30px}}

.dual-tools{margin-top:28px;background:var(--green);color:#fff;border-radius:22px;padding:30px}.dual-tools .eyebrow{color:#9cc5b8}.dual-tools h2{margin:0;max-width:900px;font-size:clamp(28px,4vw,42px);line-height:1.12;letter-spacing:-.04em}.tool-split{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}.tool-split article{position:relative;min-height:230px;border:1px solid rgba(255,255,255,.2);border-radius:18px;padding:25px;background:rgba(255,255,255,.08)}.tool-split article>span{position:absolute;right:22px;top:20px;font:700 14px/1 ui-monospace,monospace;color:#b7d3ca}.tool-split h3{margin:0 0 24px;font-size:30px;color:#f0bd71}.tool-split strong{display:block;font-size:20px;line-height:1.45}.tool-split p{margin:14px 0 0;color:#d5e5df;line-height:1.7}.four-step-flow{grid-template-columns:repeat(4,1fr)}.four-step-flow article{min-height:200px}.human-gates{margin-top:20px;padding:25px;border:1px solid #e5bd98;border-radius:18px;background:#fff3e7}.human-gates h3{margin:0 0 18px;font-size:22px}.human-gates ol{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.human-gates li{display:grid;gap:8px;padding-right:18px;border-right:1px solid #e4cbb7}.human-gates li:last-child{border-right:0}.human-gates strong{font-size:16px;color:var(--orange)}.human-gates span{color:#6e594c;font-size:13px;line-height:1.6}.stage-map{margin:0 0 18px;padding:14px 18px;border-left:4px solid var(--green);background:var(--mint);color:var(--green);line-height:1.65;border-radius:0 12px 12px 0}
@media(max-width:900px){.four-step-flow{grid-template-columns:1fr 1fr}.human-gates ol{grid-template-columns:1fr}.human-gates li{border-right:0;border-bottom:1px solid #e4cbb7;padding:0 0 14px}.human-gates li:last-child{border-bottom:0}}
@media(max-width:780px){.tool-split,.four-step-flow{grid-template-columns:1fr}.dual-tools{padding:22px}.tool-split article{min-height:auto}}

/* 精简后的主工作台：首屏直接进入操作，详细说明统一放到 guide.html。 */
.hero{min-height:250px;padding:32px 40px}.hero h1{max-width:700px;font-size:clamp(38px,5.5vw,62px);line-height:1}.lede{margin-top:16px}.summary{margin-top:-18px}.notice{margin-top:24px}
@media(max-width:780px){.hero{min-height:360px;padding:26px 22px}.hero h1{font-size:40px}}
