:root{--bg:#f7f8fa;--ink:#1c2936;--muted:#74808b;--line:#e4e9ed;--green:#355d4f}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0;font-family:Arial,Helvetica,sans-serif;font-size:14px}button,input,textarea{font:inherit}button{cursor:pointer;background:var(--green);color:#fff;border:0;border-radius:7px;padding:12px 18px;font-weight:600}button:disabled{opacity:.45;cursor:not-allowed}button:hover:not(:disabled){filter:brightness(.94)}input,textarea{width:100%;color:var(--ink);background:#fff;border:1px solid #dce3e7;border-radius:7px;outline-color:#547766;padding:12px}textarea{resize:vertical;min-height:100px}label{color:#596772;gap:9px;font-size:12px;font-weight:600;display:grid}p{color:var(--muted);line-height:1.65}small{color:var(--muted);font-size:11px}.shell{min-height:100vh;display:flex}aside{border-right:1px solid var(--line);background:#fff;width:225px;padding:35px 21px;position:fixed;inset:0 auto 0 0}.brand{color:var(--green);letter-spacing:-1px;align-items:center;gap:9px;font-size:30px;text-decoration:none;display:flex}.brand span{font-weight:600}.brand small{letter-spacing:1px;background:#f0f3f1;border-radius:3px;margin-left:8px;padding:4px;font-size:8px}.nav-label{color:#98a2aa;letter-spacing:1.5px;margin:53px 15px 18px;font-size:9px}nav{gap:7px;display:grid}nav button{color:#7a858e;text-align:left;background:0 0;padding:13px 16px;font-size:13px;font-weight:400}nav button span{width:30px;font-size:18px;display:inline-block}nav button.active{color:var(--green);background:#edf3ef;font-weight:600}.sidebar-bottom{color:#77857d;font-size:11px;position:absolute;bottom:30px;left:32px}.sidebar-bottom small{margin-top:10px;display:block}.dot{background:#789981;border-radius:50%;width:6px;height:6px;margin-right:7px;display:inline-block}main{width:calc(100% - 225px);max-width:1600px;margin-left:225px;padding:0 48px}header{border-bottom:1px solid var(--line);color:#89939b;justify-content:space-between;align-items:center;height:80px;font-size:11px;display:flex}header strong{color:#51616b;font-weight:400}.badge{letter-spacing:1.4px;color:#6f7a85;background:#eef1f4;border-radius:4px;padding:6px 9px;font-size:8px}.page-heading{justify-content:space-between;align-items:center;padding:44px 0 26px;display:flex}.eyebrow{letter-spacing:1.6px;color:#718478;font-size:9px}h1{letter-spacing:-1.2px;margin:14px 0 10px;font-size:34px;font-weight:500}.page-heading p{margin:0;font-size:13px}.orb{color:#c9d9cf;margin-right:20px;font-size:63px}.auth-bar{border:1px solid var(--line);background:#fff;border-radius:9px;align-items:end;gap:12px;margin:8px 0 26px;padding:18px;display:flex}.auth-bar label{flex:1;max-width:360px}.auth-bar small{margin:auto 0 14px 4px}.cards{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}article{border:1px solid var(--line);background:#fff;border-radius:10px;min-height:245px;padding:24px}article>span{color:#8a959d;font-size:10px}.card-icon{color:#5c7d69;background:#f0f4f1;border-radius:9px;place-items:center;width:34px;height:34px;margin-bottom:23px;font-size:22px;display:grid}h2{letter-spacing:-.3px;font-size:18px;font-weight:500}article h2{margin:10px 0;font-size:18px}article p{margin:0 0 18px;font-size:12px}.text-button{color:var(--green);background:0 0;padding:0;font-size:11px}.pill{color:#68816f;white-space:nowrap;background:#eff4f0;border-radius:4px;padding:5px 8px;font-size:9px;display:inline-block}.pill.muted{color:#939ca2;background:#f2f3f4}.panel{border:1px solid var(--line);background:#fff;border-radius:10px;margin-top:24px;padding:26px}.panel-heading{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.panel-heading h2{margin:0}.panel-heading>span{letter-spacing:1.2px;color:#9aa4ac;font-size:8px}.feature{border-top:1px solid #eef1f3;align-items:center;gap:20px;padding:22px 0;display:flex}.feature>span:first-child{color:#a4b5ac;font-size:13px}.feature>div{flex:1;min-width:0}.feature h3{overflow-wrap:anywhere;margin:0 0 5px;font-size:13px;font-weight:500}.feature p{overflow-wrap:anywhere;margin:0;font-size:11px}.form{gap:20px;max-width:750px;display:grid}.form h2,.form p{margin:0}.form button{justify-self:start}.notice{overflow-wrap:anywhere;background:#edf3ee;border:1px solid #cfdcd3;border-radius:7px;margin:10px 0;padding:16px}.notice code{font-size:12px}.people>div{border-top:1px solid var(--line);padding:15px 0}.people small{margin-top:5px;display:block}.secondary{color:var(--green);background:#edf2ef}.chat-result{background:#f7f9f8;border-radius:8px;padding:20px}.chat-result p{margin:15px 0}.chat-result blockquote{white-space:pre-wrap;margin:16px 0;line-height:1.6}.chat-result button{font-size:11px}footer{color:#a5adb3;justify-content:space-between;padding:32px 0;font-size:10px;display:flex}footer span{letter-spacing:1.3px;font-size:8px}@media (max-width:1000px){main{padding:0 24px}.cards{grid-template-columns:1fr}.auth-bar{flex-wrap:wrap}.auth-bar small{width:100%}.orb{display:none}}@media (max-width:640px){aside{width:100%;padding:18px;position:static}.shell{display:block}nav{margin-top:14px;display:flex;overflow:auto}nav button{white-space:nowrap;padding:8px}nav button span,.nav-label,.sidebar-bottom{display:none}main{width:100%;margin:0;padding:0 18px}.brand{font-size:24px}header{height:55px}h1{font-size:29px}.page-heading{padding:28px 0}.auth-bar label{min-width:100%;max-width:none}.feature{gap:12px}footer span{display:none}.panel{padding:20px}}.run-detail p,.run-detail small{overflow-wrap:anywhere}.reconcile{background:#f6f8f6;border-radius:8px;padding:16px}.button-row{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.delivery{margin-bottom:20px}
