.learning-dashboard{display:grid;gap:12px}.learning-dashboard>header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px;border:1px solid var(--border-subtle);border-radius:10px;background:var(--bg-surface)}.learning-dashboard>header>div{min-width:0}.learning-dashboard>header span{color:var(--accent-primary);font-size:7px;font-weight:900}.learning-dashboard h1{margin:4px 0}.learning-dashboard h2{margin:0 0 10px;line-height:1.25}.learning-dashboard>header .learning-progress{flex:0 0 260px;width:260px;min-height:96px}.learning-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;align-items:stretch}.learning-summary article{display:grid;align-content:center;gap:5px;min-height:86px;padding:12px;border:1px solid var(--border-subtle);border-radius:8px;background:var(--bg-surface)}.learning-summary small{color:var(--text-muted);line-height:1.35}.learning-summary strong{font-size:18px;line-height:1.2}.learning-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,1fr);gap:10px;align-items:stretch}.learning-layout>section,.learning-layout>aside,.owner-learning-monitor{min-width:0;padding:13px;border:1px solid var(--border-subtle);border-radius:9px;background:var(--bg-surface)}.learning-layout>section>article{display:grid;grid-template-columns:minmax(0,1fr) minmax(76px,auto) auto;align-items:center;gap:10px;min-height:58px;padding:9px;border-bottom:1px solid var(--border-subtle)}.learning-layout>section>article:last-child{border-bottom:0}.learning-layout article div{display:grid;align-content:center;gap:3px;min-width:0}.learning-layout article strong,.learning-layout article small{line-height:1.35}.learning-layout article small{color:var(--text-muted)}.learning-layout article button{min-width:76px;min-height:34px;padding:0 9px;border:1px solid var(--border-subtle);border-radius:5px;background:var(--bg-subtle);color:var(--text-primary)}.learning-layout .badge-center{grid-auto-rows:1fr;align-items:stretch}.learning-layout .badge-center article{align-content:center;min-height:82px;padding:10px}.learning-layout .badge-center strong,.learning-layout .badge-center small,.learning-layout .badge-center span{line-height:1.35}.learning-privacy{margin:10px 0 0;padding:10px;border:1px solid var(--color-info);border-radius:7px;color:var(--text-secondary);line-height:1.45}.owner-learning-monitor>div{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;align-items:stretch}.owner-learning-monitor article{display:grid;align-content:center;gap:4px;min-height:74px;padding:10px;border-radius:7px;background:var(--bg-subtle)}.owner-learning-monitor article strong,.owner-learning-monitor article span{line-height:1.3}.course-player-backdrop{position:fixed;z-index:4050;inset:0;display:grid;place-items:center;background:rgba(2,6,23,.82)}.course-player{width:min(650px,calc(100vw - 30px));padding:16px;border:1px solid var(--border-strong);border-radius:12px;background:var(--bg-surface)}.course-player header{display:flex;align-items:center;justify-content:space-between}.course-player header span{color:var(--accent-primary);font-size:7px}.course-player footer{display:flex;justify-content:flex-end}.readiness-dashboard{display:grid;gap:10px}.readiness-dashboard>header{display:flex;justify-content:space-between}.readiness-dashboard>div{display:grid;grid-template-columns:1fr 1fr;gap:7px}.readiness-dashboard article{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px;min-height:58px;padding:9px;border:1px solid var(--border-subtle);border-radius:7px}@media(max-width:1000px){.learning-layout{grid-template-columns:1fr}.learning-dashboard>header .learning-progress{flex-basis:230px;width:230px}.owner-learning-monitor>div{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:800px){.learning-dashboard>header{align-items:stretch;flex-direction:column}.learning-dashboard>header .learning-progress{width:100%;min-height:0}.learning-summary{grid-template-columns:1fr 1fr}.learning-layout{grid-template-columns:1fr}.owner-learning-monitor>div{grid-template-columns:1fr 1fr}}@media(max-width:520px){.learning-summary,.owner-learning-monitor>div{grid-template-columns:1fr}.learning-layout>section>article{grid-template-columns:1fr auto}.learning-layout>section>article>span{grid-column:1}.learning-layout>section>article>button{grid-column:2;grid-row:1/3}}
