:root{--green:#08783f;--green2:#0ca95d;--ink:#15211b;--muted:#6b7a72;--line:#e3ebe6;--bg:#f5f8f6;--white:#fff}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink)}button{font:inherit}.shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.sidebar{background:linear-gradient(180deg,#076d3a,#0a8d4a);color:#fff;padding:28px 20px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;margin-bottom:36px}.brand .mark{width:42px;height:42px;border:2px solid rgba(255,255,255,.9);border-radius:50%;display:grid;place-items:center;font-size:27px;font-weight:800}.brand strong{font-size:26px;line-height:1;display:block}.brand span{font-size:12px;opacity:.75;text-transform:uppercase;letter-spacing:.12em}.nav{width:100%;text-align:left;border:0;background:transparent;color:#fff;padding:12px 14px;border-radius:10px;margin:3px 0;cursor:pointer;opacity:.82}.nav.active,.nav:hover{background:rgba(255,255,255,.14);opacity:1}.sidebar-note{margin-top:auto;font-size:12px;opacity:.7;line-height:1.5;padding:12px}main{padding:34px 42px;max-width:1500px;width:100%}header{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}h1{font-size:34px;margin:7px 0 6px}h2{margin:6px 0 8px}h3{margin:8px 0}p{color:var(--muted);margin:0;line-height:1.55}.eyebrow{font-size:11px;color:var(--green);font-weight:800;letter-spacing:.14em}.status{padding:9px 13px;border-radius:999px;background:#e8f6ee;color:var(--green);font-size:13px;font-weight:700}.status.bad{background:#fff0ee;color:#b63d2f}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:30px 0}.cards article,.panel,.module{background:var(--white);border:1px solid var(--line);border-radius:16px}.cards article{padding:18px}.cards span,.cards small{display:block;color:var(--muted);font-size:12px}.cards strong{display:block;font-size:20px;margin:8px 0}.panel{padding:24px;display:flex;align-items:center;justify-content:space-between;gap:25px}.primary{border:0;border-radius:10px;background:var(--green);color:white;padding:11px 15px;font-weight:700;cursor:pointer}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:14px}.module{padding:22px}.icon{width:38px;height:38px;border-radius:10px;background:#e8f6ee;color:var(--green);display:grid;place-items:center;font-size:12px;font-weight:800}@media(max-width:900px){.shell{grid-template-columns:1fr}.sidebar{display:none}main{padding:24px}.cards{grid-template-columns:repeat(2,1fr)}header{display:block}.status{display:inline-block;margin-top:16px}}@media(max-width:560px){.cards,.grid{grid-template-columns:1fr}.panel{align-items:flex-start;flex-direction:column}h1{font-size:28px}}
