.lms-insight-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.lms-insight-stat{padding:14px;border:1px solid var(--line);border-radius:12px;background:rgba(255,255,255,.018)}.lms-insight-stat strong{display:block;color:var(--cyan);font-size:24px;line-height:1}.lms-insight-stat span{display:block;margin-top:7px;color:var(--muted);font-size:10px;line-height:1.35}.lms-week-strip{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-top:16px}.lms-week-day{display:grid;place-items:center;gap:6px;padding:9px 4px;border:1px solid var(--line);border-radius:10px;color:#7890a2;font-size:10px}.lms-week-day i{width:12px;height:12px;border-radius:50%;background:#173043;border:1px solid rgba(255,255,255,.06)}.lms-week-day small{font-size:9px}.lms-week-day.is-active{color:#dffaff;border-color:rgba(99,236,255,.26);background:rgba(99,236,255,.04)}.lms-week-day.is-active i{background:linear-gradient(135deg,var(--cyan),var(--green));box-shadow:0 0 14px rgba(99,236,255,.22)}.lms-week-day.is-today{outline:1px solid rgba(96,240,178,.32);outline-offset:2px}@media(max-width:760px){.lms-insight-stats{grid-template-columns:1fr 1fr}.lms-week-strip{gap:5px}.lms-week-day{padding:8px 2px}.lms-week-day small{display:none}}