/* Parents V2 — additive dashboard enhancements. */
.parent-v2-card{margin-top:18px;padding:26px}
.parent-v2-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}
.parent-v2-heading h2{margin:5px 0 0}
.parent-v2-badge{font-size:.82rem;color:#53697d;background:#eef6fc;border:1px solid #d9e9f4;border-radius:999px;padding:7px 11px;white-space:nowrap}
.parent-v2-insights{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.parent-v2-insight{padding:17px;border:1px solid #e3ebf2;border-radius:18px;background:linear-gradient(145deg,#fff,#f8fbff);min-width:0}
.parent-v2-insight__icon{display:block;font-size:24px;margin-bottom:8px}
.parent-v2-insight strong{display:block;color:#2f465b;font-size:1rem;line-height:1.45}
.parent-v2-insight small{display:block;color:#7d8d9d;margin-top:6px;line-height:1.5}
.parent-v2-activity{margin-top:16px;padding-top:16px;border-top:1px solid #e9eff4}
.parent-v2-activity__title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;color:#445b70;font-weight:800}
.parent-v2-days{display:grid;grid-template-columns:repeat(7,1fr);gap:7px;align-items:end;min-height:92px}
.parent-v2-day{display:grid;grid-template-rows:1fr auto;gap:6px;min-width:0;text-align:center}
.parent-v2-day__bar-wrap{height:62px;display:flex;align-items:flex-end;justify-content:center}
.parent-v2-day__bar{width:min(28px,70%);min-height:5px;border-radius:999px 999px 6px 6px;background:linear-gradient(180deg,#8178ea,#63b8ed);box-shadow:0 4px 12px rgba(99,134,220,.18)}
.parent-v2-day__label{font-size:.72rem;color:#81909e;white-space:nowrap}
.game-progress__v2{grid-column:2/-1;display:flex;flex-wrap:wrap;gap:6px 10px;margin-top:7px;color:#748697;font-size:.78rem}
.game-progress__v2 span{display:inline-flex;align-items:center;gap:4px;background:#f4f8fb;border-radius:999px;padding:4px 8px}
@media(max-width:820px){.parent-v2-insights{grid-template-columns:1fr}.parent-v2-heading{flex-direction:column}.parent-v2-badge{white-space:normal}}
@media(max-width:560px){.parent-v2-card{padding:20px}.parent-v2-days{gap:4px}.parent-v2-day__label{font-size:.65rem}.game-progress__v2{grid-column:1/-1}}
