:root{--bg:#fff;--text:#07133d;--muted:#263860;--soft:#f3f9ff;--line:#d8e5f5;--blue:#0b62ef;--blue-soft:#e6f2ff;--green:#2ea330;--green-soft:#eaf8e8;--yellow:#ffbd12;--yellow-soft:#fff5cd;--orange:#f47b20;--shadow:0 18px 50px #19418221;--radius:8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);text-rendering:geometricprecision;margin:0;font-family:Nunito,Aptos Rounded,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.site-header{z-index:10;border:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff2;border-top:0;border-radius:0 0 8px 8px;grid-template-columns:1fr auto 1fr;align-items:center;height:72px;padding:0 clamp(24px,6.6vw,118px);display:grid;position:sticky;top:0}.brand{color:var(--blue);letter-spacing:0;font-size:28px;font-weight:900}nav{color:#07133d;align-self:stretch;gap:18px;font-size:13px;font-weight:800;display:flex}nav a{border-bottom:3px solid #0000;align-items:center;display:flex}nav a.active{color:var(--blue);border-color:var(--blue)}.header-actions{justify-self:end;align-items:center;gap:12px;display:flex}.icon-button,.mobile-menu{color:#07133d;cursor:pointer;background:0 0;border:0;place-items:center;width:38px;height:38px;display:grid}.profile-button{color:#07133d;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;font-size:15px;font-weight:850;display:flex}.profile-button svg:first-child{border:2px solid var(--blue);width:36px;height:36px;color:var(--blue);background:#eef6ff;border-radius:50%;padding:7px}.settings-button{border:1px solid var(--line);min-height:38px;color:var(--blue);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-size:14px;font-weight:900;display:inline-flex}.profile-button img{border:2px solid var(--blue);object-fit:cover;border-radius:50%;width:36px;height:36px}.profile-button.setup-needed{cursor:help}.google-signin-wrap{justify-content:flex-end;align-items:center;min-width:168px;display:flex}.google-signin-wrap span{max-width:150px;color:var(--orange);font-size:12px;font-weight:850;line-height:1.2}.mobile-actions{justify-self:end;display:none}.mobile-menu{display:grid}.settings-backdrop{z-index:30;background:#07133d3d;justify-content:flex-end;display:flex;position:fixed;inset:0}.settings-panel{background:#fff;width:min(420px,100vw - 28px);min-height:100%;padding:28px;box-shadow:-18px 0 48px #07133d2e}.search-panel{background:#fff;width:min(620px,100vw - 28px);min-height:100%;padding:28px;box-shadow:-18px 0 48px #07133d2e}.settings-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.settings-head h2{margin:0;font-size:28px}.settings-head p{color:var(--muted);margin:8px 0 0;font-size:15px;font-weight:700;line-height:1.45}.settings-panel label{color:#07133d;gap:8px;margin-bottom:18px;font-size:14px;font-weight:900;display:grid}.settings-panel input,.settings-panel select,.search-input input{border:1px solid var(--line);color:#07133d;background:#fff;border-radius:7px;width:100%;min-height:46px;padding:0 14px;font-size:16px;font-weight:750}.search-input{border:1px solid var(--line);min-height:50px;color:var(--blue);background:#fff;border-radius:8px;grid-template-columns:24px 1fr;align-items:center;gap:8px;padding:0 12px;display:grid}.search-input input{border:0;outline:0;min-height:48px;padding:0}.search-results{gap:10px;margin-top:18px;display:grid}.search-result{border:1px solid var(--line);color:#07133d;text-align:left;cursor:pointer;background:#fff;border-radius:8px;gap:4px;padding:14px;display:grid}.search-result:hover{border-color:var(--blue);background:var(--blue-soft)}.search-result span{color:var(--blue);text-transform:uppercase;font-size:12px;font-weight:900}.search-result strong{font-size:17px}.search-result p,.empty-state{color:var(--muted);margin:0;font-size:14px;font-weight:700;line-height:1.35}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.stat-grid span{border:1px solid var(--line);min-height:54px;color:var(--blue);background:var(--blue-soft);border-radius:8px;align-items:center;gap:9px;padding:12px;font-size:14px;font-weight:950;display:flex}.notification-list{border:1px solid var(--line);background:#fff;border-radius:8px;gap:9px;margin-top:18px;padding:16px;display:grid}.notification-list strong{color:#081846;font-size:17px}.notification-list p{color:var(--muted);margin:0;font-size:14px;font-weight:750;line-height:1.4}.activity-panel{background:#fff;width:min(480px,100vw - 28px);min-height:100%;padding:28px;box-shadow:-18px 0 48px #07133d2e}.activity-art{width:100%;height:170px}.activity-copy{color:#13234d;margin:18px 0;font-size:17px;font-weight:750;line-height:1.5}.activity-actions{gap:12px;display:grid}.grade-summary{border:1px solid var(--line);border-radius:var(--radius);background:var(--blue-soft);margin-top:8px;padding:18px}.grade-summary strong,.grade-summary span{display:block}.grade-summary strong{font-size:18px}.grade-summary span{color:var(--blue);margin-top:4px;font-weight:900}.grade-summary p{color:var(--muted);margin:10px 0 0;font-size:14px;font-weight:750;line-height:1.45}.grade-summary em{color:var(--green);margin-top:12px;font-size:14px;font-style:normal;font-weight:950;display:block}.settings-save{width:100%;margin-top:18px}main{overflow:hidden}.hero{border-bottom:1px solid var(--line);grid-template-columns:minmax(380px,.86fr) minmax(520px,1.14fr);align-items:stretch;gap:clamp(22px,4vw,56px);min-height:420px;padding:50px clamp(24px,6.6vw,118px) 0;display:grid}.hero-copy{flex-direction:column;justify-content:center;padding-bottom:44px;display:flex}.hero-copy h1{color:#07133d;letter-spacing:0;margin:0;font-size:clamp(56px,5.1vw,82px);line-height:.98}.hero-copy h1 span{color:var(--blue)}.hero-copy p{color:#12214b;max-width:545px;margin:22px 0 32px;font-size:18px;font-weight:650;line-height:1.55}.grade-chip{border:1px solid var(--line);width:fit-content;color:var(--blue);background:var(--blue-soft);border-radius:999px;margin:-12px 0 24px;padding:8px 13px;font-size:14px;font-weight:900}.hero-actions{align-items:center;gap:24px;display:flex}.button{border:2px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:14px;min-height:50px;padding:0 30px;font-size:15px;font-weight:900;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.button:hover,.module-card:hover,.resource-card:hover{transform:translateY(-2px)}.button.primary{color:#fff;background:var(--blue);box-shadow:0 11px 24px #0b62ef38}.button.secondary{color:var(--blue);border-color:var(--blue);background:#fff}.button.small{min-height:40px;padding:0 20px;font-size:14px}.button:disabled{cursor:not-allowed;opacity:.52;box-shadow:none;transform:none}.hero-visual{background:linear-gradient(90deg,#fffffff2,#0000 24%),#f6fbff;border-radius:8px 8px 0 0;min-height:370px;position:relative;overflow:hidden}.hero-visual img{object-fit:cover;object-position:center;mix-blend-mode:multiply;width:100%;height:100%;min-height:370px;display:block}.section{border-bottom:1px solid var(--line);padding:24px clamp(24px,6.6vw,118px)}.section-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;display:flex}.section-heading h2,.about-learner h2,.panel-title h2,.closing-cta h2{color:#081846;letter-spacing:0;margin:0;font-size:30px;line-height:1.12}.section-heading p,.panel-title p,.closing-cta p{color:var(--muted);margin:7px 0 0;font-size:15px;font-weight:650}.section-heading a{color:var(--blue);font-size:14px;font-weight:900}.module-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.module-card,.resource-card,.week-panel{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 8px 22px #0f34690d}.module-card{grid-template-columns:90px 1fr;gap:22px;min-height:160px;padding:22px;transition:transform .16s,box-shadow .16s;display:grid}.module-icon{color:#fff;border-radius:8px;place-items:center;width:74px;height:74px;display:grid}.module-icon.blue{background:var(--blue)}.module-icon.green{background:var(--green)}.module-icon.yellow{background:var(--yellow);color:#0f2760}.module-card h3,.resource-card h3{margin:0;font-size:19px;line-height:1.2}.module-card h3{color:var(--blue)}.module-card:nth-child(2) h3{color:var(--green)}.module-card:nth-child(3) h3{color:var(--orange)}.module-card p{color:#263860;min-height:48px;margin:9px 0 18px;font-size:15px;font-weight:650;line-height:1.45}.module-progress{grid-template-columns:1fr 44px;align-items:center;gap:14px;display:grid}.module-progress span{background:#dbe4ef;border-radius:999px;height:10px;overflow:hidden}.module-progress i{border-radius:inherit;background:currentColor;height:100%;display:block}.module-card:first-child .module-progress{color:var(--blue)}.module-card:nth-child(2) .module-progress{color:var(--green)}.module-card:nth-child(3) .module-progress{color:var(--orange)}.module-progress strong{color:#081846;font-size:15px}.quiz-section{background:linear-gradient(#fff 0%,#f7fbff 100%)}.quiz-tabs{gap:12px;display:flex}.quiz-tabs button{border:2px solid var(--line);min-width:105px;height:40px;color:var(--blue);cursor:pointer;background:#fff;border-radius:6px;padding:0 20px;font-size:15px;font-weight:900}.quiz-tabs button.selected{color:#fff;border-color:var(--blue);background:var(--blue)}.quiz-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;grid-template-columns:92px minmax(0,1fr) 210px;align-items:stretch;gap:22px;padding:22px;display:grid;box-shadow:0 10px 26px #0f34690f}.quiz-badge{color:#fff;border-radius:8px;place-items:center;width:76px;height:76px;display:grid}.quiz-badge.math{background:var(--green)}.quiz-badge.science{color:#092052;background:var(--yellow)}.quiz-body{min-width:0}.quiz-status{justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;display:flex}.quiz-status span,.quiz-actions span,.quiz-actions p{color:var(--muted);font-size:14px;font-weight:850}.quiz-status strong{color:var(--blue);white-space:nowrap;font-size:15px}.quiz-body h3{color:#081846;margin:0 0 18px;font-size:24px;line-height:1.18}.answer-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.fair-note{color:#37618d;margin:-4px 0 14px;font-size:13px;font-weight:850}.answer-choice{border:2px solid var(--line);color:#07133d;cursor:pointer;background:#fff;border-radius:7px;min-height:48px;padding:10px 14px;font-size:16px;font-weight:900}.answer-choice:disabled{cursor:default}.answer-choice.selected{border-color:var(--blue);background:var(--blue-soft)}.answer-choice.right{border-color:var(--green);background:var(--green-soft)}.answer-choice.wrong{border-color:var(--orange);background:#fff0e7}.quiz-feedback{min-height:44px;color:var(--muted);background:#f8fbff;border:1px dashed #b8c8df;border-radius:7px;align-items:center;gap:9px;margin-top:16px;padding:10px 12px;font-size:15px;font-weight:800;display:flex}.quiz-feedback.show{color:#081846;border-style:solid}.quiz-actions{border-left:1px solid var(--line);flex-direction:column;justify-content:space-between;gap:18px;padding-left:22px;display:flex}.quiz-actions div{gap:10px;display:grid}.quiz-actions .button{width:100%}.games-section{background:#fff}.battle-bar{border:1px solid var(--line);border-radius:var(--radius);background:var(--yellow-soft);justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;padding:18px;display:flex}.battle-bar strong,.battle-bar span{display:block}.battle-bar strong{color:#081846;font-size:18px}.battle-bar span{color:var(--muted);margin-top:3px;font-size:14px;font-weight:800}.battle-modes{flex-wrap:wrap;gap:8px;display:flex}.battle-modes button{color:#092052;cursor:pointer;background:#fff;border:1px solid #f2a900;border-radius:6px;min-width:58px;min-height:38px;font-weight:950}.battle-modes button.selected{color:#092052;background:var(--yellow)}.game-grid,.leaderboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.active-game-panel{border:2px solid var(--blue);border-radius:var(--radius);background:#f8fbff;gap:18px;margin-bottom:20px;padding:20px;display:grid;box-shadow:0 12px 30px #0b62ef1f}.active-game-head{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;display:grid}.active-game-head span{color:var(--blue);text-transform:uppercase;font-size:12px;font-weight:950}.active-game-head h3,.game-question h4{color:#081846;margin:4px 0 0;font-size:22px;line-height:1.18}.active-game-head p{color:var(--muted);margin:7px 0 0;font-size:14px;font-weight:800}.battle-score{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:auto auto auto auto auto;align-items:center;gap:8px;padding:12px;display:grid}.battle-score strong{min-width:34px;color:var(--green);text-align:center;font-size:24px}.battle-score span{color:#081846;text-transform:none;max-width:112px;font-size:12px;font-weight:950}.battle-score i{color:var(--orange);font-style:normal;font-weight:950}.game-question{min-width:0}.game-question h4{margin-bottom:14px}.active-game-actions{justify-content:flex-end;gap:12px;display:flex}.game-card,.leaderboard-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 8px 22px #0f34690d}.game-card{grid-template-rows:auto 1fr auto;gap:16px;min-height:256px;padding:18px;display:grid}.game-icon{color:#fff;border-radius:8px;place-items:center;width:58px;height:58px;display:grid}.game-icon.math{background:var(--green)}.game-icon.science{color:#092052;background:var(--yellow)}.game-card span{color:var(--blue);text-transform:uppercase;font-size:12px;font-weight:950}.game-card h3,.leaderboard-card h3{color:#081846;margin:4px 0 0;font-size:20px}.game-card p{color:var(--muted);margin:9px 0 0;font-size:15px;font-weight:700;line-height:1.42}.stats-strip{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.stats-strip span{border:1px solid var(--line);min-height:38px;color:var(--blue);background:var(--blue-soft);border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-size:14px;font-weight:950;display:inline-flex}.leaderboard-section{background:linear-gradient(#f7fbff 0%,#fff 100%)}.leaderboard-card{padding:18px}.leaderboard-title{color:var(--blue);align-items:center;gap:10px;display:flex}.leaderboard-card ol{gap:10px;margin:16px 0 0;padding:0;list-style:none;display:grid}.leaderboard-card li{border:1px solid var(--line);background:#fff;border-radius:7px;grid-template-columns:1fr auto;align-items:center;gap:10px;min-height:58px;padding:10px 12px;display:grid}.leaderboard-card li span,.leaderboard-card li small{display:block}.leaderboard-card li span{color:#081846;font-size:15px;font-weight:950}.leaderboard-card li small{color:var(--muted);margin-top:3px;font-size:12px;font-weight:800}.leaderboard-card li strong{color:var(--green);white-space:nowrap;font-size:14px}.split-section{border-bottom:1px solid var(--line);grid-template-columns:.95fr 1.05fr;gap:42px;padding:24px clamp(24px,6.6vw,118px);display:grid}.about-learner{border-right:1px solid var(--line);padding-right:42px}.about-layout{grid-template-columns:138px 1fr;align-items:center;gap:24px;margin-top:18px;display:grid}.about-layout img{object-fit:cover;border-radius:50%;width:138px;height:138px;box-shadow:0 14px 28px #0f34691f}.about-layout p{color:#13234d;margin:0 0 10px;font-size:16px;font-weight:650;line-height:1.55}.about-layout strong{color:var(--blue);font-size:16px}.about-learner ul{color:#13234d;flex-wrap:wrap;gap:26px;margin:24px 0 0;padding:0;font-size:15px;font-weight:850;list-style:none;display:flex}.about-learner li{align-items:center;gap:9px;display:flex}.about-learner li:first-child svg{color:var(--green)}.about-learner li:nth-child(2) svg{color:var(--blue)}.about-learner li:nth-child(3) svg{color:var(--yellow)}.week-panel{padding:24px}.panel-title{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.panel-title strong{color:var(--blue);white-space:nowrap;font-size:15px}.goal-list{border:1px solid var(--line);border-radius:var(--radius);display:grid;overflow:hidden}.goal-row{border:0;border-bottom:1px solid var(--line);color:#07133d;text-align:left;cursor:pointer;background:#fff;grid-template-columns:44px 1fr 32px;align-items:center;gap:18px;min-height:58px;padding:0 18px;font-size:16px;font-weight:850;display:grid}.goal-row:last-child{border-bottom:0}.goal-icon{color:#fff;border-radius:7px;place-items:center;width:34px;height:34px;display:grid}.goal-icon.blue{background:var(--blue)}.goal-icon.green{background:var(--green)}.goal-icon.yellow{background:var(--yellow);color:#092052}.goal-row i{width:28px;height:28px;color:var(--green);border:2px solid #17264f;border-radius:50%;place-items:center;font-style:normal;display:grid}.goal-row.done{background:#f8fcff}.goal-row.done span:nth-child(2){-webkit-text-decoration:line-through #91a5c4;text-decoration:line-through #91a5c4;text-decoration-thickness:2px}.library{padding-top:24px;padding-bottom:32px}.resource-heading{align-items:center}.filters{flex-wrap:wrap;justify-content:flex-end;gap:14px;display:flex}.filters button{border:1px solid var(--line);min-width:86px;height:36px;color:var(--blue);cursor:pointer;background:#fff;border-radius:6px;padding:0 18px;font-size:14px;font-weight:900}.filters .selected{color:#fff;border-color:var(--blue);background:var(--blue)}.resource-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.resource-card{cursor:pointer;grid-template-columns:96px 1fr;gap:15px;min-height:104px;padding:14px 36px 14px 14px;transition:transform .16s,box-shadow .16s;display:grid;position:relative}.resource-card:focus-visible{outline-offset:3px;outline:3px solid #0b62ef52}.resource-card.saved{background:#f8fbff;border-color:#94bfff}.resource-card.completed{border-color:#9bd89b}.resource-art{background:#bfe9ff;border-radius:6px;height:78px;position:relative;overflow:hidden}.resource-art.mountain{background:linear-gradient(#9dddfd 0 45%,#9bdc8e 46%)}.resource-art.mountain span{clip-path:polygon(50% 0,100% 100%,0 100%);background:#5b8fc8;width:64px;height:54px;position:absolute;bottom:7px;left:11px}.resource-art.mountain b{clip-path:polygon(50% 0,100% 100%,0 100%);background:#fff;width:22px;height:20px;position:absolute;bottom:29px;left:32px}.resource-art.math{background:linear-gradient(135deg,#99e1e8,#61c9d2);place-items:center;display:grid}.resource-art.math strong{color:#ffcf37;text-shadow:0 2px #07133d33;font-size:28px;line-height:.95}.resource-art.bridge{background:linear-gradient(#bfe8ff 0 52%,#8dd68d 53%)}.resource-art.bridge span{background:repeating-linear-gradient(90deg,#f8fafc 0 10px,#cbd5e1 10px 12px);border:4px solid #f2f4f6;width:54px;height:42px;position:absolute;bottom:12px;left:22px;transform:skew(-8deg)}.resource-art.tree{background:linear-gradient(#bfe8ff 0 55%,#8ed17f 56%)}.resource-art.tree span{background:#8b572a;width:15px;height:42px;position:absolute;bottom:8px;left:43px}.resource-art.tree b{background:#4aa64a;border-radius:50%;width:58px;height:48px;position:absolute;top:9px;left:23px;box-shadow:-14px 16px 0 -8px #3d963e,16px 13px 0 -7px #62b55f}.resource-art.space{background:radial-gradient(circle at 76% 24%,#ffdb4d 0 8px,#0000 9px),linear-gradient(135deg,#1749a8,#87d6ff)}.resource-art.space span{background:#7fd36c;border-radius:50%;width:48px;height:28px;position:absolute;top:24px;left:20px;box-shadow:10px 7px 0 -4px #2f8ec9}.resource-art.space b{border:3px solid #fff;border-radius:50%;width:52px;height:36px;position:absolute;top:18px;left:18px;transform:rotate(-20deg)}.resource-art.animal{background:linear-gradient(#bfe8ff 0 55%,#a8dc84 56%)}.resource-art.animal span{background:#f0b34f;border-radius:50% 50% 42% 42%;width:45px;height:33px;position:absolute;top:27px;left:27px}.resource-art.animal b{background:#f0b34f;border-radius:50% 50% 0;width:14px;height:14px;position:absolute;top:18px;left:31px;box-shadow:23px 0 #f0b34f}.resource-art.book{background:linear-gradient(135deg,#e7f1ff,#b9d9ff);place-items:center;display:grid}.resource-art.book strong{color:var(--blue);font-size:24px}.resource-art.puzzle{background:linear-gradient(135deg,#fff1b5,#aee7c5)}.resource-art.puzzle span,.resource-art.puzzle b{border-radius:6px;width:30px;height:30px;position:absolute}.resource-art.puzzle span{background:var(--blue);top:22px;left:18px}.resource-art.puzzle b{background:var(--yellow);top:22px;left:48px}.resource-card h3{padding-right:6px;font-size:16px}.resource-card span{color:var(--blue);margin-top:7px;font-size:13px;font-weight:900;display:block}.resource-card:nth-child(2) span,.resource-card:nth-child(3) span{color:var(--orange)}.resource-card p{color:#263860;margin:7px 0 0;font-size:13px;font-weight:650;line-height:1.35}.resource-card em{width:fit-content;color:var(--green);background:var(--green-soft);border-radius:999px;margin-top:9px;padding:4px 8px;font-size:12px;font-style:normal;font-weight:950;display:inline-flex}.bookmark-button{color:#64748b;cursor:pointer;background:#fff;border:1px solid #0000;border-radius:50%;place-items:center;width:30px;height:30px;display:grid;position:absolute;top:13px;right:13px}.bookmark-button:hover,.bookmark-button.saved{color:var(--blue);background:var(--blue-soft);border-color:#94bfff}.load-more-row{justify-content:center;align-items:center;gap:18px;margin-top:24px;display:flex}.load-more-row span{color:var(--muted);font-size:14px;font-weight:850}.closing-cta{border-bottom:1px solid var(--line);background:#eaf6ff;grid-template-columns:1fr auto;align-items:center;gap:24px;min-height:104px;padding:22px clamp(24px,6.6vw,118px);display:grid;position:relative}.closing-cta h2,.closing-cta p{text-align:center}.confetti{pointer-events:none;position:absolute;inset:0}.confetti span{border:2px solid var(--blue);width:10px;height:10px;position:absolute;transform:rotate(28deg)}.confetti span:first-child{border-color:var(--yellow);top:34px;left:18%}.confetti span:nth-child(2){border-color:var(--green);bottom:24px;left:70%}.confetti span:nth-child(3){top:30px;right:13%}@media (width<=1180px){.site-header{grid-template-columns:1fr auto}nav,.header-actions{display:none}.mobile-actions{gap:4px;display:flex}.hero,.split-section,.closing-cta{grid-template-columns:1fr}.hero{padding-top:34px}.hero-copy{padding-bottom:8px}.about-learner{border-right:0;padding-right:0}.resource-grid{grid-template-columns:repeat(2,1fr)}.game-grid,.leaderboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.site-header{border-radius:0;height:60px;padding:0 18px}.brand{font-size:20px}.hero{gap:22px;min-height:auto;padding:24px 18px 0}.hero-copy h1{font-size:42px}.hero-copy p{margin:16px 0 20px;font-size:15px}.hero-actions{gap:10px;display:grid}.button{width:100%;min-height:44px;padding:0 20px;font-size:14px}.hero-visual,.hero-visual img{min-height:210px}.hero-visual{border-radius:0;margin:0 -18px}.section,.split-section,.closing-cta{padding:20px 18px}.section-heading,.resource-heading{flex-direction:column;align-items:flex-start;gap:12px}.section-heading h2,.about-learner h2,.panel-title h2,.closing-cta h2{font-size:23px}.module-row,.quiz-card,.game-grid,.leaderboard-grid,.resource-grid{grid-template-columns:1fr}.search-panel,.settings-panel{width:min(390px,100vw - 18px);padding:22px}.battle-bar{flex-direction:column;align-items:flex-start}.battle-modes{width:100%}.battle-modes button{flex:58px}.active-game-panel{padding:16px}.active-game-head,.battle-score{grid-template-columns:1fr}.battle-score{justify-items:start}.battle-score strong{text-align:left}.active-game-actions{flex-direction:column}.game-card{min-height:auto}.quiz-actions{border-left:0;border-top:1px solid var(--line);padding-top:18px;padding-left:0}.module-card{grid-template-columns:66px 1fr;gap:16px;min-height:116px;padding:16px}.module-icon{width:56px;height:56px}.module-card h3{font-size:16px}.module-card p{margin-bottom:12px;font-size:13px}.about-layout{grid-template-columns:96px 1fr;gap:16px}.about-layout img{width:96px;height:96px}.about-layout p,.about-layout strong{font-size:14px}.about-learner ul{gap:16px}.panel-title{display:block}.panel-title strong{margin-top:8px;display:block}.goal-row{grid-template-columns:40px 1fr 28px;gap:12px;min-height:56px;padding:0 12px;font-size:14px}.filters{flex-wrap:nowrap;justify-content:flex-start;max-width:100%;padding-bottom:4px;overflow-x:auto}.filters button{flex:none}.quiz-tabs{width:100%}.quiz-tabs button{flex:1 1 0;min-width:0}.quiz-card{gap:16px;padding:16px}.quiz-badge{width:58px;height:58px}.quiz-status{flex-direction:column;align-items:flex-start;gap:4px}.quiz-body h3{font-size:19px}.answer-grid{grid-template-columns:1fr}.resource-card{grid-template-columns:86px 1fr}.load-more-row{flex-direction:column;align-items:stretch;gap:10px}.closing-cta{gap:16px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important}}
