:root{font-family:-apple-system,BlinkMacSystemFont,"Noto Sans TC","PingFang TC","Microsoft JhengHei",sans-serif;color:#20313a;background:#eef4f2;--navy:#18324a;--teal:#2b7a73;--line:#d8e3df;--muted:#687b82;--warm:#b86e36}*{box-sizing:border-box}body{margin:0;background:linear-gradient(135deg,#eef5f2,#f8faf9);min-height:100vh}.topbar{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;padding:18px clamp(20px,4vw,54px);background:#18324af2;color:#fff;box-shadow:0 8px 30px #18324a24}.eyebrow{margin:0;color:#83c8bd;font-size:11px;font-weight:900;letter-spacing:.18em}.topbar h1{font-size:23px;margin:3px 0 0}.identity{display:flex;gap:14px;align-items:center;font-size:13px}.identity a{color:#fff;border:1px solid #ffffff50;border-radius:9px;padding:8px 11px;text-decoration:none}.layout{display:grid;grid-template-columns:290px minmax(0,1fr);gap:24px;max-width:1450px;margin:0 auto;padding:24px}.sidebar{position:sticky;top:103px;align-self:start;background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;box-shadow:0 15px 45px #18324a0d;max-height:calc(100vh - 127px);display:flex;flex-direction:column}.summary{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:17px}.summary div{background:#f1f7f5;border-radius:12px;padding:11px 6px;text-align:center}.summary strong,.summary span{display:block}.summary strong{font-size:20px;color:var(--navy)}.summary span{font-size:10px;color:var(--muted);margin-top:3px}.search-label{font-size:12px;font-weight:800;color:var(--muted);margin-bottom:6px}.search,input,select,textarea{width:100%;font:inherit;color:inherit;border:1px solid #cfdcda;border-radius:11px;background:#fff;padding:11px 12px;outline:none}.search:focus,input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #2b7a7318}.unit-list{margin-top:10px;overflow:auto;display:grid;gap:5px;padding-right:3px}.unit-button{display:flex;align-items:center;justify-content:space-between;width:100%;border:0;border-radius:10px;padding:10px 11px;background:#f7f9f8;color:var(--navy);cursor:pointer;font-weight:800}.unit-button:hover,.unit-button.active{background:var(--navy);color:#fff}.unit-button .dot{width:8px;height:8px;border-radius:50%;background:#c5cfcc}.unit-button.done .dot{background:#4faf84}.unit-button.follow .dot{background:#e3a35c}.workspace{min-width:0}.notice{position:sticky;top:91px;z-index:4;padding:13px 16px;border-radius:12px;margin-bottom:14px;background:#e6f6ef;color:#1b684e;border:1px solid #b9e5d2}.notice.error{background:#fff0ed;color:#a34433;border-color:#f0c1b6}.panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:23px;margin-bottom:16px;box-shadow:0 12px 35px #18324a0a}.hero-panel{display:flex;gap:24px;justify-content:space-between;align-items:end}.hero-panel>div:last-child{flex:1;max-width:760px}.step{margin:0 0 12px;color:var(--teal);font-size:12px;font-weight:900;letter-spacing:.08em}.panel h2{font-size:34px;margin:0;color:var(--navy)}.grid{display:grid;gap:15px}.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}label,legend{font-size:13px;font-weight:800;color:#52666f}label>input,label>select,label>textarea{display:block;margin-top:7px}textarea{min-height:76px;resize:vertical}fieldset{margin:0;border:0;padding:0;min-width:0}.choices{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.choices label{display:flex;align-items:center;gap:6px;border:1px solid var(--line);padding:9px 11px;border-radius:10px;cursor:pointer;background:#fafcfb}.choices input,.check input{width:auto;margin:0;accent-color:var(--teal)}.choices.vertical{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.info-box{padding:14px 16px;border-radius:12px;background:#f4f7fa;color:#52666f;border-left:4px solid var(--navy);line-height:1.7;margin-bottom:18px}.hint{font-size:12px;color:var(--muted);margin:14px 0 0}.check{display:flex;align-items:center;gap:8px;height:45px}.actions{position:sticky;bottom:14px;display:flex;justify-content:flex-end;align-items:center;gap:16px;padding:14px 18px;border-radius:16px;background:#18324af2;color:#fff;box-shadow:0 14px 40px #18324a36}.actions span{font-size:12px;color:#cbd6da}.actions button{border:0;border-radius:11px;padding:13px 21px;background:#5eb49c;color:#082f2a;font-weight:900;cursor:pointer}.actions button:disabled{opacity:.45;cursor:not-allowed}@media(max-width:900px){.layout{grid-template-columns:1fr}.sidebar{position:static;max-height:none}.unit-list{grid-template-columns:repeat(6,1fr);max-height:220px}.hero-panel{align-items:stretch;flex-direction:column}.hero-panel>div:last-child{max-width:none}}@media(max-width:650px){.topbar{align-items:flex-start}.identity{flex-direction:column;gap:6px;align-items:flex-end}.layout{padding:14px}.cols-2,.cols-3{grid-template-columns:1fr}.unit-list{grid-template-columns:repeat(3,1fr)}.panel{padding:18px}.panel h2{font-size:29px}.choices.vertical{grid-template-columns:1fr}.actions{bottom:8px}.actions button{flex:1}}
