:root{--paper: #f6f0e5;--paper-strong: #fffaf3;--ink: #18262f;--ink-soft: #56666f;--navy: #23445a;--navy-deep: #173345;--sage: #6f8b73;--sage-soft: #dce6d7;--terracotta: #c46b3a;--terracotta-soft: #f1d8c9;--gold: #b18c44;--gold-soft: #efe2bf;--line: rgba(24, 38, 47, .12);--line-strong: rgba(24, 38, 47, .22);--shadow: 0 24px 60px rgba(20, 40, 52, .12);--radius-xl: 28px;--radius-lg: 22px;--radius-md: 16px;--radius-sm: 12px;--radius-control: 8px;--radius-pill: 6px;--radius-surface: 8px;--max-width: 1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:Avenir Next,Gill Sans,Trebuchet MS,sans-serif;color:var(--ink);background:radial-gradient(circle at top left,rgba(196,107,58,.15),transparent 34%),radial-gradient(circle at top right,rgba(111,139,115,.18),transparent 28%),linear-gradient(180deg,#fbf7ef,#f2eadc)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.14) 1px,transparent 1px);background-size:30px 30px;opacity:.25;pointer-events:none}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,h4{margin:0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,URW Palladio L,serif;letter-spacing:-.03em}p{margin:0;line-height:1.65}ul,ol{margin:0;padding-left:1.2rem}.page-shell{position:relative;max-width:var(--max-width);margin:0 auto;padding:30px 24px 56px}.page-main{margin-top:0}.app-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 18px;margin-top:26px;padding-top:18px;border-top:1px solid rgba(24,38,47,.1);color:var(--ink-soft);font-size:.93rem}.app-footer-version{font-weight:700;color:var(--ink)}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:28px}.topbar-actions{display:grid;justify-items:end;gap:12px}.brand{display:flex;align-items:center;gap:14px}.brand-link{transition:transform .16s ease,opacity .16s ease}.brand-link:hover{transform:translateY(-1px)}.brand-mark{width:52px;height:52px;flex:0 0 auto;overflow:hidden;border-radius:18px;box-shadow:0 12px 28px #23445a33}.brand-mark-image{width:100%;height:100%;display:block;border-radius:inherit}.brand-title{font-size:1.1rem;font-weight:700;letter-spacing:.01em}.brand-subtitle,.muted{color:var(--ink-soft)}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.12em;font-size:.74rem;font-weight:700;color:var(--navy)}.eyebrow:before{content:"";width:12px;height:12px;border-radius:999px;background:linear-gradient(135deg,var(--terracotta),var(--gold))}.primary-nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.nav-link{padding:10px 14px;border-radius:var(--radius-control);border:1px solid rgba(35,68,90,.14);background:#fffaf3b8;color:var(--ink-soft);font-size:.92rem;font-weight:700;transition:transform .16s ease,background .16s ease,color .16s ease,border-color .16s ease}.nav-link:hover{transform:translateY(-1px);background:#fffaf3f5;color:var(--ink)}.nav-link.active{color:var(--paper-strong);background:linear-gradient(135deg,var(--navy),var(--navy-deep));border-color:transparent}.panel{position:relative;background:#fffaf3cc;border:1px solid rgba(24,38,47,.08);border-radius:var(--radius-surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.panel-pad{padding:24px}.hero-grid,.shell-grid,.split-grid,.metric-grid,.subject-grid,.resource-grid,.auth-grid,.overview-grid{display:grid;gap:22px}.hero-grid{grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);align-items:stretch}.auth-grid{grid-template-columns:minmax(0,.92fr) minmax(320px,.68fr)}.shell-grid{grid-template-columns:300px minmax(0,1fr);align-items:start}.split-grid{grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr)}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.subject-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.resource-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.overview-grid{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)}.section-stack{display:grid;gap:22px}.headline{display:grid;gap:18px;padding:34px}.headline h1{max-width:15ch;font-size:clamp(2.35rem,3.9vw,3.85rem);line-height:.98}.lead{font-size:1.05rem;color:var(--ink-soft);max-width:64ch}.button-row{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 18px;border:0;border-radius:var(--radius-control);background:linear-gradient(135deg,var(--navy),var(--navy-deep));color:var(--paper-strong);font-weight:700;letter-spacing:.01em;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease;box-shadow:0 12px 24px #1733452e}.button:hover{transform:translateY(-1px)}.button.secondary{background:linear-gradient(135deg,var(--terracotta),#a9542a)}.button.ghost{background:#fffaf3bd;color:var(--ink);border:1px solid rgba(24,38,47,.1);box-shadow:none}.button.small{min-height:38px;padding:0 14px;font-size:.9rem}.signout-button{width:fit-content;flex:0 0 auto}.focus-list{display:grid;gap:12px}.focus-item,.mini-card,.role-card,.metric-card,.sidebar-card,.resource-card,.timeline-card,.detail-card{border-radius:var(--radius-surface);border:1px solid var(--line);background:#ffffff80}.focus-item,.mini-card,.role-card,.metric-card,.sidebar-card,.resource-card,.timeline-card,.detail-card,.table-card,.auth-card{padding:20px}.role-stack{display:grid;gap:16px;padding:20px}.role-card.coach,.role-card.student{background:linear-gradient(180deg,#dce6d7d9,#fffaf3e0)}.landing-role-cta{margin-top:10px}.chip-row,.tag-row,.filter-row,.action-row{display:flex;flex-wrap:wrap;gap:10px}.chip,.tag,.pill,.status-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:var(--radius-pill);font-size:.85rem;font-weight:700}.chip{background:#fffaf3b3;border:1px solid rgba(255,255,255,.12)}.tag{background:#23445a14;color:var(--navy)}.pill{background:var(--gold-soft);color:#705820}.status-pill.active,.status-pill.secure{background:#6f8b732e;color:#3f6443}.status-pill.emerging{background:#c46b3a2e;color:#944e27}.status-pill.not-yet{background:#23445a1f;color:#31526a}.status-pill.pending{background:#b18c442e;color:#87661f}.subtle-chip,.count-pill{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0 11px;border-radius:var(--radius-pill);border:1px solid rgba(24,38,47,.08);background:#ffffff7a;color:var(--ink-soft);font-size:.82rem;font-weight:700;white-space:nowrap}.count-pill{color:var(--ink);background:#fffaf3b8}.count-pill strong{font-size:.96rem}.feature-list,.tight-list{display:grid;gap:10px;color:var(--ink-soft)}.feature-list strong,.tight-list strong{color:var(--ink)}.focus-item,.mini-card{display:grid;gap:8px}.focus-item strong,.mini-card strong{font-size:1rem}.metric-card{display:grid;gap:8px;min-height:144px}.metric-label{font-size:.84rem;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-soft);font-weight:700}.metric-value{font-size:2.3rem;line-height:1;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,URW Palladio L,serif}.metric-foot{margin-top:auto;color:var(--ink-soft);font-size:.92rem}.sidebar{display:grid;gap:18px}.sidebar-card{display:grid;gap:14px}.sidebar-title,.section-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.landing-section-title{margin-bottom:10px}.section-title h2,.sidebar-card h2,.auth-card h2,.table-card h2{font-size:1.45rem}.table-card{border-radius:var(--radius-surface);border:1px solid var(--line);background:#fffaf3d1}.student-table{width:100%;border-collapse:collapse;min-width:760px}.student-table th,.student-table td{text-align:left;padding:16px 0;border-bottom:1px solid var(--line);vertical-align:top}.student-table th{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-soft)}.student-table tr:last-child td{border-bottom:0}.table-wrap{overflow-x:auto}.name-stack,.table-stack{display:grid;gap:4px}.table-stack strong{font-size:1rem}.kicker{color:var(--ink-soft);font-size:.9rem}.timeline{display:grid;gap:14px}.timeline-item{position:relative;display:grid;gap:6px;padding-left:18px}.timeline-item:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,var(--terracotta),var(--gold))}.timeline-item:after{content:"";position:absolute;left:3px;top:18px;bottom:-12px;width:2px;background:#18262f14}.timeline-item:last-child:after{display:none}.overview-hero{padding:28px}.overview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.profile-title{display:grid;gap:10px}.profile-title h1{font-size:clamp(2.2rem,4vw,3.5rem)}.donut-panel{display:grid;place-items:center;gap:12px;padding:18px}.donut{--value: 62;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle at center,rgba(255,250,243,1) 48%,transparent 49%),conic-gradient(var(--navy) calc(var(--value) * 1%),rgba(35,68,90,.14) 0);display:grid;place-items:center;box-shadow:inset 0 0 0 1px #18262f0d}.donut:after{content:attr(data-label);display:grid;place-items:center;width:92px;height:92px;border-radius:50%;background:#fffaf3f5;color:var(--navy);text-align:center;font-size:1.1rem;font-weight:800;line-height:1.15}.subject-card{display:grid;gap:12px;padding:18px;border-radius:var(--radius-surface);border:1px solid var(--line);background:#ffffff75}.subject-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.progress-track{overflow:hidden;height:12px;border-radius:999px;background:#18262f14}.progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--terracotta),var(--gold))}.progress-fill.sage{background:linear-gradient(90deg,var(--sage),#4f7356)}.progress-fill.navy{background:linear-gradient(90deg,var(--navy),var(--navy-deep))}.resource-card{display:grid;gap:12px;min-height:160px}.resource-card .button{margin-top:auto;width:fit-content}.student-overview-band{display:grid;grid-template-columns:minmax(0,1.08fr) auto minmax(300px,360px);grid-template-areas:"intro actions progress" "meta meta progress";gap:16px 18px;padding:18px 20px 20px;align-items:start}.student-overview-intro{grid-area:intro;display:grid;gap:6px;min-width:0}.student-overview-intro h1{font-size:clamp(1.35rem,1.9vw,2.05rem);line-height:1}.student-overview-actions{grid-area:actions;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;align-self:start}.student-overview-actions .button{min-height:42px}.student-overview-progress{grid-area:progress;display:grid;gap:12px;align-self:stretch;padding:14px 16px;border-radius:var(--radius-surface);border:1px solid rgba(24,38,47,.08);background:linear-gradient(165deg,#fffdf9f5,#f4ede3e0),radial-gradient(circle at top right,rgba(111,139,115,.18),transparent 52%)}.student-overview-progress-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.student-overview-progress-copy{display:grid;gap:4px}.student-overview-progress-copy strong{font-size:1rem;line-height:1.3}.student-overview-progress-copy p{font-size:.87rem;line-height:1.55;color:var(--ink-soft)}.student-overview-progress-bar{display:flex;gap:3px;height:8px;padding:0;overflow:hidden}.student-overview-progress-bar span{min-width:0;border-radius:999px}.student-overview-progress-bar .secure{background:var(--sage)}.student-overview-progress-bar .emerging{background:var(--gold)}.student-overview-progress-bar .not-yet{background:#c46b3a99}.student-overview-progress-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.student-overview-progress-stat{display:grid;gap:3px;padding:10px 12px;border-radius:var(--radius-surface);border:1px solid rgba(24,38,47,.08);background:#ffffff75}.student-overview-progress-stat span{font-size:.78rem;color:var(--ink-soft)}.student-overview-progress-stat strong{font-size:1rem;line-height:1.1}.student-overview-meta{grid-area:meta;display:flex;flex-wrap:wrap;gap:10px}.student-dashboard-shell{display:grid;grid-template-columns:340px minmax(0,1fr);gap:22px;align-items:start}.student-program-rail,.student-concept-panel{padding:24px}.student-program-rail{display:grid;gap:16px}.student-rail-head{display:grid;gap:8px}.student-rail-head h2,.student-concept-panel-head h2{font-size:1.45rem}.student-subject-list{display:grid;gap:10px}.student-subject-button{width:100%;padding:16px;border:1px solid rgba(24,38,47,.1);border-radius:var(--radius-surface);background:#fffdf9b8;text-align:left;transition:transform .16s ease,border-color .16s ease,background .16s ease}.student-subject-button:hover{transform:translateY(-1px)}.student-subject-button.active{background:linear-gradient(180deg,#23445a1f,#fffdf9e0);border-color:#23445a3d}.student-subject-header,.student-subject-foot,.student-rail-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.student-subject-header strong{font-size:1rem}.student-subject-bar{display:flex;gap:3px;height:8px;margin-top:12px}.student-subject-bar span{border-radius:999px;min-width:0}.student-subject-bar .secure{background:var(--sage)}.student-subject-bar .emerging{background:var(--gold)}.student-subject-bar .not-yet{background:#c46b3a8c}.student-subject-foot{margin-top:12px;flex-wrap:wrap;justify-content:flex-start;font-size:.82rem;color:var(--ink-soft)}.student-rail-footer{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:4px}.student-mini-card{padding:12px;border-radius:var(--radius-surface);border:1px solid var(--line);background:#ffffff61}.student-mini-card strong{display:block;margin-top:6px;font-size:1.12rem}.student-main-stage{display:grid;gap:0}.student-toolbar-row,.student-filter-row,.student-topic-strip,.student-concept-summary{display:flex;flex-wrap:wrap;gap:10px}.student-toolbar-row{align-items:center;justify-content:space-between}.student-search-wrap{position:relative;flex:1 1 320px}.student-search-wrap:before{content:"";position:absolute;left:16px;top:50%;width:15px;height:15px;border:2px solid rgba(24,38,47,.35);border-radius:999px;transform:translateY(-50%)}.student-search-wrap:after{content:"";position:absolute;left:29px;top:30px;width:8px;height:2px;background:#18262f59;border-radius:999px;transform:rotate(45deg)}.student-search-input{width:100%;min-height:48px;padding:0 16px 0 44px;border-radius:var(--radius-sm);border:1px solid rgba(24,38,47,.12);background:#fffdf9c7;color:var(--ink);font:inherit}.student-filter-pill,.student-topic-pill{min-height:36px;padding:0 12px;border-radius:var(--radius-control);border:1px solid rgba(24,38,47,.1);background:#fffdf9b8;color:var(--ink-soft);font-size:.86rem;font-weight:700;cursor:pointer}.student-filter-pill.active,.student-topic-pill.active{background:var(--navy);border-color:var(--navy);color:var(--paper-strong)}.student-concept-panel{display:grid;gap:18px}.student-concept-panel-head{display:grid;gap:8px}.student-concept-controls{display:grid;gap:14px}.student-concept-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius-surface);background:#ffffff61}.student-concept-table{width:100%;min-width:720px;border-collapse:separate;border-spacing:0}.student-concept-table th{padding:14px 16px;background:#f8f2e9f5;border-bottom:1px solid var(--line);color:var(--ink-soft);font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-align:left}.student-concept-table td{padding:14px 16px;border-bottom:1px solid var(--line);vertical-align:middle}.student-concept-table tbody tr:last-child td{border-bottom:0}.student-concept-row{transition:background .16s ease}.student-concept-row:hover{background:#fffdf9a3}.student-concept-row.is-focus{background:#23445a0d}.student-concept-row.is-primary{background:linear-gradient(180deg,#c46b3a1f,#fffdf9c2)}.student-concept-id{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:28px;padding:0 10px;border-radius:999px;background:#23445a14;color:var(--navy);font-size:.8rem;font-weight:800}.student-concept-primary{font-size:.96rem;font-weight:700;line-height:1.45}.student-table-muted{color:var(--ink-soft);line-height:1.5}.student-inline-link{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:var(--radius-control);border:1px solid rgba(24,38,47,.1);background:#fffdf9c2;color:var(--ink);font-weight:700;white-space:nowrap}.student-inline-link:hover{background:#fffaf3f0}.student-status-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:var(--radius-pill);font-size:.85rem;font-weight:700}.student-status-pill.continue{background:#c46b3a2e;color:#944e27}.student-status-pill.secure{background:#6f8b732e;color:#3f6443}.student-status-pill.emerging{background:#b18c442e;color:#7d6120}.student-status-pill.not-yet{background:#23445a1f;color:#31526a}.student-concept-empty-cell{padding:18px}.split-note{display:grid;gap:6px;color:var(--ink-soft)}.auth-card{display:grid;gap:18px;padding:28px}.field-grid,.form-grid{display:grid;gap:14px}.field{display:grid;gap:8px}.field label{font-size:.9rem;font-weight:700;color:var(--ink-soft)}.input,.select,.textarea{width:100%;padding:14px 15px;border-radius:var(--radius-sm);border:1px solid rgba(24,38,47,.12);background:#ffffffc7;color:var(--ink);font:inherit}.compact-select{width:auto;min-width:180px;padding:10px 14px}.textarea{min-height:112px;resize:vertical}.field-note{font-size:.85rem;color:var(--ink-soft)}.field-note.danger{color:#a14f42}.credential-box,.mock-note,.helper-box,.credential-box strong,.helper-box strong{display:block;margin-bottom:6px}.mock-note{background:#efe2bf70;border-color:#b18c4440;color:#694f14}.table-actions{display:flex;flex-wrap:wrap;gap:8px}.mini-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.mini-stat{padding:14px;border-radius:var(--radius-surface);background:#ffffff8a;border:1px solid var(--line)}.mini-stat strong{display:block;font-size:1.4rem;margin-bottom:2px}.callout-banner{display:grid;gap:10px;padding:18px 20px;margin-top:22px;border-radius:var(--radius-surface);background:linear-gradient(135deg,#23445af2,#6f8b73ed);color:var(--paper-strong)}.callout-banner .muted{color:#fffaf3c7}.footer-note{margin-top:26px;color:var(--ink-soft);font-size:.93rem}.back-link{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--navy)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;padding:24px;background:#17334561;z-index:30}.modal-backdrop.is-open{display:flex}.modal{width:min(720px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:26px}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.close-button{width:40px;height:40px;border-radius:var(--radius-sm);border:1px solid var(--line);background:#ffffffa8;color:var(--ink);font-size:1.3rem;cursor:pointer}.form-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.three-column{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.resource-viewer{min-height:340px;display:grid;gap:22px}.resource-viewer-page{margin-top:-14px}.resource-back-button{justify-self:start;width:fit-content}.resource-content{color:var(--ink)}.resource-viewer-header{display:grid;gap:14px}.resource-viewer-body{display:grid;gap:18px}.resource-viewer-actions{display:flex;justify-content:flex-start;padding-top:8px;border-top:1px solid var(--line)}.resource-plain-content{margin:0;white-space:pre-wrap;word-break:break-word;font-family:SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.94rem;line-height:1.65}.resource-markdown{display:grid;gap:1rem;line-height:1.7}.resource-markdown>*{margin:0}.resource-markdown :where(h1,h2,h3,h4){color:var(--navy-deep);line-height:1.08}.resource-markdown h1{font-size:clamp(1.95rem,3vw,2.5rem)}.resource-markdown h2{font-size:1.55rem}.resource-markdown h3{font-size:1.18rem}.resource-markdown :where(p,ul,ol,blockquote,table,pre){margin:0}.resource-markdown :where(ul,ol){display:grid;gap:.55rem;padding-left:1.35rem}.resource-markdown li>:first-child{margin-top:0}.resource-markdown li>:last-child{margin-bottom:0}.resource-inline-link{color:var(--navy);font-weight:700;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:.2em}.resource-inline-link:hover{color:var(--navy-deep)}.resource-markdown :where(code,pre){font-family:SFMono-Regular,Menlo,Monaco,Consolas,monospace}.resource-markdown :not(pre)>code{padding:.14rem .42rem;border:1px solid rgba(35,68,90,.12);border-radius:var(--radius-control);background:#23445a0f;font-size:.92em}.resource-markdown pre{overflow-x:auto;padding:16px 18px;border:1px solid var(--line);border-radius:var(--radius-surface);background:#23445a0f}.resource-markdown pre code{padding:0;border:0;background:transparent}.resource-markdown blockquote{padding:12px 16px;border-left:4px solid rgba(196,107,58,.5);border-radius:0 var(--radius-surface) var(--radius-surface) 0;background:#c46b3a14;color:var(--ink-soft)}.resource-markdown table{width:100%;border-collapse:collapse;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-surface)}.resource-markdown th,.resource-markdown td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.resource-markdown th{background:#23445a12;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.resource-markdown tr:last-child td{border-bottom:0}.mobile-only{display:none}@media(max-width:1120px){.metric-grid,.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.hero-grid,.auth-grid,.shell-grid,.split-grid,.overview-grid,.subject-grid,.student-dashboard-shell{grid-template-columns:1fr}.topbar,.overview-header{align-items:flex-start}.topbar-actions{justify-items:start}.student-overview-band{grid-template-columns:minmax(0,1fr);grid-template-areas:"intro" "actions" "progress" "meta"}.student-overview-actions{justify-content:flex-start}.student-overview-progress{max-width:none}.student-toolbar-row{align-items:stretch}}@media(max-width:720px){.page-shell{padding:22px 16px 40px}.app-footer{align-items:flex-start;flex-direction:column}.topbar{flex-direction:column}.primary-nav{justify-content:flex-start}.headline,.auth-card,.overview-hero,.table-card,.student-overview-band,.student-program-rail,.student-concept-panel{padding:20px}.headline h1{max-width:none;font-size:clamp(2.15rem,8vw,3rem)}.metric-grid,.resource-grid,.mini-stats,.two-column,.three-column{grid-template-columns:1fr}.button-row,.form-actions,.action-row{flex-direction:column;align-items:stretch}.button{width:100%}.signout-button,.resource-back-button{width:fit-content}.resource-viewer-page{margin-top:-9px}.donut{width:128px;height:128px}.student-rail-footer{grid-template-columns:1fr}.student-overview-progress-head,.student-toolbar-row{flex-direction:column;align-items:flex-start}.student-overview-progress-stats{grid-template-columns:1fr}.student-concept-table{min-width:720px}}
