@import url('../shared/common.css');
.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.stat{padding:25px}.stat-top{display:flex;align-items:center;justify-content:space-between}.stat-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--green-soft);font-size:19px}.stat strong{display:block;margin-top:20px;font-size:35px;letter-spacing:-1.5px}.stat span{color:var(--muted);font-size:12px;font-weight:700}.insight-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}.chart-card{padding:28px}.chart-card h2{margin:0 0 6px;font-size:19px}.chart-card p{margin:0;color:var(--muted);font-size:13px}.rings{display:flex;justify-content:center;gap:35px;margin-top:28px}.ring{--value:0;display:grid;place-items:center;width:145px;height:145px;border-radius:50%;background:conic-gradient(var(--green) calc(var(--value)*1%),#eaf0ed 0);position:relative}.ring::after{content:'';position:absolute;width:110px;height:110px;border-radius:50%;background:white}.ring div{position:relative;z-index:1;text-align:center}.ring strong{display:block;font-size:25px}.ring span{color:var(--muted);font-size:10px}.streak-card{padding:30px;color:white;background:linear-gradient(135deg,#47349e,#7c5ce5)}.streak-card .eyebrow,.streak-card p{color:rgba(255,255,255,.72)}.streak-card strong{display:block;font-size:65px;line-height:1}.streak-card p{line-height:1.7}.week{display:flex;gap:8px;margin-top:25px}.day{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.17);font-size:11px;font-weight:800}.day.on{color:#563ea7;background:white}@media(max-width:760px){.stat-grid{grid-template-columns:1fr 1fr}.insight-grid{grid-template-columns:1fr}}@media(max-width:480px){.stat-grid{grid-template-columns:1fr}.rings{gap:12px}.ring{width:125px;height:125px}.ring::after{width:94px;height:94px}}
