@charset "UTF-8";
:root{font-family:"Segoe UI","Microsoft YaHei",sans-serif;color:#172327;background:#f2f4f2;font-synthesis:none;--accent:#146852;--line:#dce3dd;--muted:#64746d}*{box-sizing:border-box}body{margin:0}.shell{max-width:1220px;margin:auto;padding:0 32px}header{display:flex;justify-content:space-between;align-items:center;padding:26px 0;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px}.brand strong{font-size:17px}.mark{background:var(--accent);color:white;display:grid;place-items:center;width:42px;height:42px;border-radius:13px;font-size:25px;font-weight:600}.subtitle{display:block;color:var(--muted);font-size:11px;margin-top:4px;letter-spacing:1px}.badge{font-size:11px;border:1px solid var(--line);border-radius:20px;padding:6px 10px;background:#fafcf9;white-space:nowrap}.hero{padding:40px 0 30px;max-width:630px}.eyebrow{font-size:10px;color:var(--accent);letter-spacing:2px;font-weight:700}h1{font-size:44px;line-height:1.25;margin:15px 0;font-weight:650;letter-spacing:-1.8px}.hero p{line-height:1.9;color:var(--muted);font-size:14px;max-width:520px}.layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,1fr);gap:24px;align-items:start}.forms{display:grid;gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:24px}.section-title{display:flex;gap:10px;align-items:center;margin-bottom:20px}.section-title h2{flex:1;margin:0;font-size:17px}.number{width:25px;height:25px;border-radius:8px;background:#e9f1ec;color:var(--accent);font-size:10px;font-weight:700;display:grid;place-items:center}label{display:flex;flex-direction:column;gap:7px;font-size:12px;color:#495b51;margin-bottom:15px}.fields{display:grid;gap:14px}.two{grid-template-columns:1fr 1fr}.three{grid-template-columns:1fr 1fr 1fr}input,select{font:inherit;font-size:13px;width:100%;min-width:0;border:1px solid #d9e0da;border-radius:8px;background:#fbfcfa;color:#1e3028;padding:11px 12px;outline:none}input:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #14685212}button,.button{border:1px solid #d6ded7;border-radius:8px;background:white;color:#244337;cursor:pointer;padding:11px 15px;font:inherit;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex;justify-content:center;align-items:center;gap:8px}button:hover,.button:hover{background:#edf4ee}button:disabled{opacity:.45;cursor:not-allowed}.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.primary:hover{background:#0a503f}.quiet{background:transparent}.small{padding:6px 10px;font-size:11px}.actions{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.actions input{max-width:150px}.muted{color:var(--muted);font-size:12px;line-height:1.7}.hint{font-size:11px;color:#748279;line-height:1.8;margin:12px 0 0}.wide{width:100%;justify-content:space-between;padding:14px 16px}.check{display:flex;flex-direction:row;align-items:flex-start;gap:9px;line-height:1.8}.check input{width:15px;height:15px;margin:4px 0 0;accent-color:var(--accent)}details{margin:0 0 16px;border-top:1px solid #eef1ed;padding-top:13px}summary{font-size:12px;color:var(--muted);cursor:pointer;margin-bottom:13px}aside{display:grid;gap:18px;position:sticky;top:20px}.pulse{width:8px;height:8px;border-radius:50%;background:#24886b;box-shadow:0 0 0 5px #e9f4ed}.task-card{background:#f9fcf8}.task-card h3{font-size:24px;font-weight:550;line-height:1.4;margin:18px 0 10px}.progress-track{height:4px;background:#e3ece4;border-radius:4px;overflow:hidden;margin:23px 0}.progress-track div{height:100%;width:0;background:var(--accent);transition:width .3s}ol{list-style:none;padding:0;counter-reset:steps}ol li{counter-increment:steps;display:flex;align-items:center;gap:10px;font-size:12px;color:#7b8980;padding:12px 0}ol li:before{content:counter(steps);width:23px;height:23px;border:1px solid #d8e3d9;border-radius:50%;display:grid;place-items:center;font-size:10px}ol li.done{color:var(--accent)}ol li.done:before{background:var(--accent);color:white;border-color:var(--accent)}.inset{background:#edf3ed;border-radius:9px;padding:14px;margin:15px 0;font-size:12px;line-height:1.8}.error-text{color:#a24633;white-space:pre-wrap;font-size:12px;overflow-wrap:anywhere;line-height:1.8}.notice{background:#fff4dd;border:1px solid #ecd5a8;padding:12px 16px;border-radius:10px;font-size:13px;margin-bottom:20px;line-height:1.7}.note{padding:12px 8px;color:var(--muted);font-size:12px;line-height:1.9}.note strong{color:#415749}.payment-card{text-align:center}.payment-card h2{font-size:20px}.amount{font-size:28px;font-weight:650;margin:15px 0}.qr-wrap{display:inline-grid;place-items:center;padding:20px;background:white;border:1px solid var(--line);border-radius:12px}.qr-wrap img{width:225px;height:225px;image-rendering:pixelated}.payment-card .button{justify-content:center}.payment-card p{font-size:12px;line-height:1.8}.payment-card .amount{font-size:28px}.payment-card #paymentMessage{color:#956719}.note p{margin-top:4px}footer{display:flex;gap:6px;color:#839087;font-size:10px;padding:34px 0 25px}footer span:last-child{margin-left:auto}[hidden]{display:none!important}@media(max-width:850px){.shell{padding:0 18px}.layout{grid-template-columns:1fr}aside{position:static}.hero{padding-top:30px}h1{font-size:36px}.card{padding:20px}.three{grid-template-columns:1fr 1fr}.section-title{gap:8px}}@media(max-width:450px){.two,.three{grid-template-columns:1fr}.hero h1{font-size:32px}}
