:root{font-family:Arial,Helvetica,sans-serif;color:#173a3c;background:#f4f8f7}*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button{cursor:pointer;border:0;border-radius:9px;background:#087f73;color:white;padding:12px 18px;font-weight:700}button:disabled{opacity:.6;cursor:wait}.subtle{background:transparent;color:#386260}.shell{max-width:1220px;margin:auto;padding:0 24px 64px}.top{height:90px;justify-content:space-between;border-bottom:1px solid #dbe8e5}.brand,.top{display:flex;align-items:center}.brand{gap:12px}.brand div{display:grid;grid-gap:3px;gap:3px}.brand div span{font-size:10px;letter-spacing:.16em;color:#6b8986}.mark{display:grid;place-items:center;border-radius:10px;background:#087f73;color:white;font-size:29px;font-weight:700;width:39px;height:39px}.hero{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:48px 0 30px}.hero h1{font-size:clamp(29px,4vw,43px);letter-spacing:-.04em;margin:8px 0}.hero p:not(.eyebrow),.muted{color:#708684}.eyebrow{font-size:11px;letter-spacing:.16em;color:#087f73;font-weight:800;margin:0}.status{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-bottom:25px}.card,.status>div{background:white;border:1px solid #e0ebe8;border-radius:15px;box-shadow:0 8px 30px #173a3c08}.status>div{padding:22px;display:grid;grid-gap:12px;gap:12px}.facts small,.status small{color:#7b9693;font-weight:700;font-size:10px;letter-spacing:.08em}.status strong{font-size:15px}.dot{display:inline-block;background:#2bb785;width:9px;height:9px;border-radius:50%;margin-right:6px}.sales{padding:26px}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:19px}.section-head h2{margin:8px 0 0;font-size:22px}.pill{color:#64817d;background:#eef7f4;padding:8px 11px;border-radius:30px;font-size:12px}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:750px;text-align:left}th{color:#77918d;font-size:11px;text-transform:uppercase;letter-spacing:.08em;background:#f7faf9}td,th{padding:17px 12px;border-bottom:1px solid #ecf2f0}td{font-size:13px}tbody tr{cursor:pointer}tbody tr:focus,tbody tr:hover{background:#f2faf7;outline:none}.badge{padding:6px 9px;border-radius:6px;background:#eaf6f2;color:#087f73;font-weight:700}.numeric{text-align:right;white-space:nowrap}.empty{text-align:center;padding:34px;color:#708684}.error{color:#b23b3b}.overlay{position:fixed;inset:0;background:#102f3480;display:flex;justify-content:flex-end;z-index:5}.drawer{background:white;width:min(760px,100%);height:100%;overflow:auto;padding:30px;box-shadow:-10px 0 30px #0002}.drawer-head{display:flex;justify-content:space-between;align-items:start}.drawer-head h2{margin:8px 0 28px}.facts{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1px;gap:1px;background:#e5efeb;border:1px solid #e5efeb;border-radius:10px;overflow:hidden}.facts>div{background:#fff;padding:15px;display:grid;grid-gap:7px;gap:7px}.facts strong{overflow-wrap:anywhere;font-size:14px}.drawer h3{margin:30px 0 14px}.drawer tbody tr{cursor:default}.login-wrap{min-height:100vh;display:grid;place-items:center;padding:20px}.login{width:min(420px,100%);padding:38px;display:grid;grid-gap:15px;gap:15px}.login h1{margin:0}.login label{font-size:13px;font-weight:700;margin-top:12px}.login input{padding:13px;border:1px solid #cddfda;border-radius:8px;width:100%}.login button{margin-top:5px}@media(max-width:700px){.shell{padding:0 15px 35px}.top{height:74px}.hero{align-items:flex-start;flex-direction:column;padding:30px 0}.status{grid-template-columns:1fr}.status>div{padding:15px}.sales{padding:17px}.pill{display:none}.drawer{padding:19px}.facts{grid-template-columns:1fr 1fr}}