#parent-screen { background: var(--cream, #fff8ee); }
#parent-screen .games-hub-header { flex-shrink: 0; }
#parent-screen .parent-screen-body { overflow-y: auto; min-height: 0; }
#parent-title { overflow-wrap: anywhere; }
#parent-screen .parent-intro { margin: 0; color: #604735; line-height: 1.6; }
.parent-children { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 14px; }
.parent-child { display: flex; align-items: center; gap: 16px; padding: 20px; min-height: 100px; width: 100%; text-align: left; font: inherit; color: #503a2b; background: white; border: 2px solid #e8ddc9; border-radius: 20px; cursor: pointer; }
.parent-child:hover { border-color: #397663; background: #f4faf5; }
.parent-child:focus-visible { outline: 3px solid #286858; outline-offset: 3px; }
.parent-child-avatar { font-size: 36px; flex-shrink: 0; }
.parent-child-info { display: flex; flex-direction: column; gap: 7px; min-width: 0; overflow-wrap: anywhere; }
.parent-child-info strong { font-size: 20px; }
.parent-child-note { color: #336451; font-size: 14px; }
.parent-active-badge { align-self: flex-start; border-radius: 10px; padding: 4px 9px; background: #e5f0de; color: #375934; font-size: 12px; }
.parent-child-identity { display: flex; align-items: center; gap: 16px; padding: 8px; font-size: 22px; overflow-wrap: anywhere; }
.parent-child-identity strong { min-width: 0; }
#parent-screen .parent-card { background: white; border: 1px solid #e8ddc9; }
#parent-screen .parent-stat-row { gap: 14px; flex-wrap: wrap; }
#parent-screen .parent-card-title { margin-top: 0; }
.parent-section-progress { padding: 12px 0; border-bottom: 1px solid #eee4d5; }
.parent-section-progress:last-child { border-bottom: 0; }
.parent-section-progress progress { width: 100%; height: 9px; accent-color: #397663; display: block; margin: 6px 0; }
.parent-quiz-result, .parent-footnote { color: #75604f; font-size: 13px; line-height: 1.6; margin: 6px 0; }
.parent-data-error { padding: 18px; color: #813b25; background: #fff0db; border-radius: 14px; }
