:root{--ink:#18252a;--muted:#65777c;--line:#dbe4e5;--bg:#f5f8f8;--teal:#087f7b;--soft:#e7f4f3;--red:#b63e48}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--bg);font:15px/1.55 Inter,"Microsoft YaHei",system-ui,sans-serif}button,input{font:inherit}button{cursor:pointer}.shell{min-height:100vh;display:flex;flex-direction:column}.topbar{height:70px;padding:0 clamp(18px,5vw,76px);display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none}.brand span strong,.brand span small{display:block}.brand small{font-size:11px;color:var(--muted)}.mark{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:var(--ink);color:#fff;font-size:12px}.topbar>div{display:flex;gap:15px;align-items:center;color:var(--muted)}main{width:min(1120px,calc(100% - 40px));margin:auto;flex:1}.authView{min-height:calc(100vh - 135px);display:grid;grid-template-columns:1fr 390px;align-items:center;gap:clamp(35px,8vw,110px);padding:65px 0}.intro{max-width:560px}.intro em,.heading em{display:block;margin-bottom:10px;color:var(--teal);font-size:11px;font-style:normal;font-weight:800;letter-spacing:.1em}.intro h1,.heading h1{font-size:clamp(30px,4vw,46px);line-height:1.15;margin:0 0 14px}.intro p,.heading p,.sectionHead p{color:var(--muted);margin:0}.authPanel,.section{background:#fff;border:1px solid var(--line);border-radius:8px}.authPanel{padding:25px;box-shadow:0 12px 30px #18252a0f}.tabs{display:flex;gap:22px;border-bottom:1px solid var(--line);margin-bottom:22px}.tab{border:0;border-bottom:2px solid transparent;padding:0 0 10px;background:none;color:var(--muted)}.tab.active{color:var(--teal);border-color:var(--teal);font-weight:700}form{display:grid;gap:15px}label{display:grid;gap:6px;color:#3f5155;font-size:13px;font-weight:650}input{width:100%;min-height:43px;border:1px solid #cbd8d9;border-radius:5px;padding:9px 11px;outline:none}input:focus{border-color:var(--teal);box-shadow:0 0 0 3px #087f7b1f}.primary,.secondary,.quiet{min-height:40px;border-radius:5px;padding:8px 15px;font-weight:700;border:1px solid transparent}.primary{background:var(--teal);border-color:var(--teal);color:#fff}.secondary{background:var(--soft);border-color:#aad6d3;color:#076661}.quiet{background:#fff;border-color:var(--line);color:#496166}.wide{width:100%}.message{min-height:23px;color:var(--red);font-size:13px}.heading{padding:48px 0 25px;display:flex;align-items:flex-end;justify-content:space-between}.heading h1{font-size:34px;margin-bottom:5px}.online{color:var(--teal);font-size:13px}.online i{display:inline-block;width:8px;height:8px;margin-right:6px;border-radius:50%;background:#229875}.notice{margin-bottom:16px;border:1px solid #ead09c;border-radius:5px;padding:10px 13px;color:#946016;background:#fff9ea;font-size:13px}.notice.success{border-color:#b9ddd9;color:#27655e;background:#f0faf9}.nav{display:flex;gap:3px;border-bottom:1px solid var(--line);margin-bottom:20px}.nav button{border:0;border-bottom:2px solid transparent;background:none;padding:10px 19px;color:var(--muted)}.nav button.active{color:var(--teal);border-color:var(--teal);font-weight:700}.section{padding:25px clamp(18px,3vw,32px)}.sectionHead{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:23px}.sectionHead h2{margin:0 0 5px;font-size:22px}.sectionHead>span{color:var(--teal);background:var(--soft);border-radius:999px;padding:4px 10px;font-size:12px}.recipientRow,.grid{display:grid;gap:15px}.recipientRow{grid-template-columns:1fr auto;align-items:end}.grid.three{grid-template-columns:2fr 1fr 1fr}.grid.two{grid-template-columns:1fr 1fr;margin-top:16px}hr{border:0;border-top:1px solid var(--line);margin:22px 0}.recipient{margin-top:14px;border:1px solid #b9ddd9;border-radius:5px;padding:12px 14px;color:#245b58;background:#f0faf9}.recipient.error{color:var(--red);border-color:#e5bdc1;background:#fff5f5}.recipient b,.recipient small{display:block}.recipient small{color:#52726f;font-weight:400}fieldset{border:0;padding:0;margin:23px 0}legend{color:#3f5155;font-size:13px;font-weight:700;margin-bottom:10px}.check{display:flex;grid-template-columns:none;gap:10px;font-weight:400}.check input{width:18px;min-height:18px;margin-top:2px;accent-color:var(--teal)}.check b,.check small{display:block}.check small{color:var(--muted);font-weight:400}.submitRow{display:flex;align-items:center;gap:15px}.submitRow span{color:var(--muted);font-size:13px}.order{border:1px solid var(--line);border-radius:6px;padding:15px;margin-bottom:10px}.orderHead{display:flex;justify-content:space-between;gap:15px}.order h3{margin:0 0 4px;font-size:16px}.orderMeta{display:flex;flex-wrap:wrap;gap:5px 18px;margin-top:10px;color:var(--muted);font-size:13px}.badge{border-radius:999px;padding:3px 9px;background:#edf4f4;color:#3f6164;font-size:12px;white-space:nowrap}.badge.active{background:#e7f6f2;color:#196c65}.badge.done{background:#f2f7df;color:#59701b}.badge.failed{background:#fff0f0;color:var(--red)}.orderActions{text-align:right;margin-top:11px}.orderActions button{margin-left:7px}.empty{padding:42px 15px;text-align:center;color:var(--muted);border:1px dashed #cbd8d9;border-radius:6px}.detail{border-top:1px solid var(--line);margin-top:18px;padding-top:15px}.detailRow{display:flex;justify-content:space-between;padding:7px 0;color:var(--muted);font-size:13px}.detailRow b{color:var(--ink)}footer{display:flex;justify-content:space-between;padding:20px clamp(18px,5vw,76px);border-top:1px solid var(--line);color:#829295;font-size:12px}[hidden]{display:none!important}@media(max-width:760px){.authView{display:block;padding:45px 0}.intro{margin-bottom:32px}main{width:calc(100% - 28px)}.authView{min-height:0}.heading{align-items:flex-start;flex-direction:column;gap:10px;padding-top:30px}.recipientRow,.grid.three,.grid.two{grid-template-columns:1fr}.recipientRow button{width:100%}.submitRow{align-items:stretch;flex-direction:column}footer{flex-direction:column;gap:4px}}
 .progressSummary{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-top:12px;padding-top:10px;border-top:1px solid #edf1f1;color:var(--muted);font-size:12px}.progressSummary strong{color:#65777c}.progressSummary strong.eligible{color:#167663}.progressSummary strong.ineligible{color:var(--red)}.progressReason{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progressSummary small{white-space:nowrap}.detailHeading{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.detailHeading h3{margin:0;font-size:16px}.liveMark{color:var(--teal);font-size:12px}@media(max-width:760px){.progressSummary{grid-template-columns:1fr}.progressReason{white-space:normal}}
 .policyHint{margin:10px 0 0;color:var(--muted);font-size:12px}.policyHint.warning{color:var(--red);font-weight:700}
