:root{--ink:#10202a;--muted:#687b86;--navy:#0d2734;--teal:#12a6c2;--line:#dce8ec;--bg:#f6fafb}*{box-sizing:border-box}body{margin:0;font-family:Manrope,sans-serif;background:var(--bg);color:var(--ink)}header{height:70px;background:var(--navy);color:white;display:flex;justify-content:space-between;align-items:center;padding:0 max(22px,calc((100% - 1120px)/2))}header a{color:white;text-decoration:none}main{max-width:1120px;margin:30px auto;padding:0 18px}.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px}.kpis div,.panel,.profile{background:white;border:1px solid var(--line);border-radius:17px;padding:22px}.kpis span,.kpis strong{display:block}.kpis span{color:var(--muted);font-size:12px}.kpis strong{font-size:32px;margin-top:6px}.panel .head,.profile{display:flex;justify-content:space-between;align-items:center;gap:15px}.panel h1,.panel h2,.profile h1{margin:0}.panel article{display:grid;grid-template-columns:1.1fr 1fr .7fr;gap:20px;padding:18px 0;border-top:1px solid var(--line);align-items:center}.panel article:first-of-type{margin-top:18px}.panel article b,.panel article span,.panel article small{display:block}.panel article span{font-size:12px;color:var(--muted);margin-top:4px}.panel article small{font-size:10px;color:var(--muted);margin-top:5px}button,select{font:inherit;border:0;border-radius:9px;padding:10px 14px;background:var(--teal);color:white;font-weight:800}.light,select{background:#edf4f6;color:var(--ink)}.avatar{width:60px;height:60px;border-radius:15px;background:var(--navy);color:white;display:grid;place-items:center;font-weight:800}.profile{justify-content:flex-start;margin-bottom:20px}.profile button{margin-left:auto}.profile p{margin:5px 0;color:var(--muted)}.buttons{display:flex;gap:7px}@media(max-width:700px){.kpis{grid-template-columns:1fr}.panel article{grid-template-columns:1fr}.profile{align-items:flex-start;flex-wrap:wrap}.profile button{margin-left:0}}
