:root{font-family:Inter,Arial,sans-serif;color:#18231f;background:#f7f8f6}*{box-sizing:border-box}body{margin:0}main{display:flex;min-height:100vh}aside{width:250px;padding:28px 18px;background:#10251d;color:#dce6df;display:flex;flex-direction:column}.brand{display:flex;gap:10px;align-items:center;font-weight:800;font-size:19px;color:#fff}.brand svg{color:#c7a75b}nav{display:grid;gap:8px;margin-top:54px}nav a{display:flex;gap:12px;align-items:center;padding:12px;border-radius:9px;font-size:14px;color:#b3c2b8}.active,nav a:hover{background:#1d3a2e;color:#fff}aside small{margin-top:auto;color:#91a69a;font-size:11px}.content{width:min(1180px,100%);padding:42px 52px;margin:auto}header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px}h1{font-size:31px;margin:5px 0 8px;letter-spacing:-1px}h2{margin:3px 0}p{color:#65756b;margin:0}.eyebrow{font-size:10px;letter-spacing:1.3px;color:#788a7e;font-weight:700}button{border:1px solid #d8ded9;background:#fff;padding:10px 13px;border-radius:8px;display:flex;gap:7px;align-items:center;font-weight:700;color:#294638}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:22px}.stat,.panel{background:#fff;border:1px solid #e2e7e3;border-radius:13px;padding:20px}.stat h2{font-size:23px;margin:10px 0}.stat span,em{font-style:normal;color:#1d7c52;font-size:12px;font-weight:700}.grid{display:grid;grid-template-columns:1.12fr .88fr;gap:20px}.panelTitle{display:flex;justify-content:space-between;align-items:start;margin-bottom:16px}.panelTitle h2{font-size:19px}.link{border:0;padding:4px;color:#306246}.actions article{display:flex;align-items:center;gap:11px;border-top:1px solid #edf0ed;padding:17px 0}.actions article span{width:8px;height:8px;border-radius:50%;background:#e1a632}.actions .critical span{background:#d8584c}.actions .opportunity span{background:#3c9c70}.actions h3{font-size:14px;margin:0 0 5px}.actions p{font-size:12px;line-height:1.4}.actions article>div{flex:1}.actions article button{font-size:11px;padding:7px}.product{display:grid;grid-template-columns:10px 1fr auto auto;gap:10px;align-items:center;border-top:1px solid #edf0ed;padding:15px 0;font-size:13px}.product .dot{height:9px;border-radius:50%;background:#c7a75b}.product:nth-of-type(3) .dot{background:#4b9e78}.product:nth-of-type(4) .dot{background:#6e84bb}.product p{font-size:11px;margin-top:4px}select{border:0;color:#65756b}@media (max-width:850px){aside{display:none}.content{padding:25px}.stats,.grid{grid-template-columns:1fr 1fr}header{gap:15px}}@media (max-width:560px){.stats,.grid{grid-template-columns:1fr}header{display:block}header button{margin-top:15px}}
