/* AnimyJob École V2. All rules scoped to the module; no global header/footer edits. */
#aj-school{--ae-ink:#262440;--ae-muted:#626273;--ae-line:#e4e2e9;--ae-violet:#5144ad;--ae-violet-dark:#39307d;--ae-mint:#e5f3e9;--ae-sun:#fff0be;--ae-pink:#f9e7e6;--ae-lavender:#efecff;--ae-page:#fbfaf7;--ae-radius:20px;color:var(--ae-ink);background:var(--ae-page);font-family:"Trebuchet MS",Arial,sans-serif;font-size:16px;line-height:1.6;text-align:left;isolation:isolate;min-width:0;width:100%;}
#aj-school *,#aj-school *:before,#aj-school *:after{box-sizing:border-box;}
#aj-school [hidden]{display:none!important;}
#aj-school a{color:inherit;text-decoration:none;}
#aj-school button,#aj-school input,#aj-school select{font:inherit;letter-spacing:normal;}
#aj-school button{cursor:pointer;}
#aj-school svg{width:21px;height:21px;flex:0 0 auto;vertical-align:middle;}
#aj-school h1,#aj-school h2,#aj-school h3,#aj-school p{margin:0;}
#aj-school h1,#aj-school h2,#aj-school h3{color:var(--ae-ink);font-weight:800;letter-spacing:-.035em;line-height:1.15;text-transform:none;}
#aj-school h1{font-size:clamp(32px,4.5vw,58px);max-width:880px;}
#aj-school h2{font-size:clamp(24px,2.8vw,32px);}
#aj-school h3{font-size:20px;}
#aj-school input:focus-visible,#aj-school button:focus-visible,#aj-school a:focus-visible,#aj-school select:focus-visible,#aj-school summary:focus-visible{outline:3px solid #7667d0;outline-offset:4px;}
#aj-school .ae-wrap{width:min(100%,1200px);margin:0 auto;padding:0 32px 24px;}
#aj-school .ae-sr{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
#aj-school .ae-skip{position:absolute;top:0;left:16px;transform:translateY(-180%);background:#fff;z-index:60;padding:10px 20px;}
#aj-school .ae-skip:focus{transform:translateY(0);}
#aj-school .ae-modulebar{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:85px;border-bottom:1px solid var(--ae-line);}
#aj-school .ae-brand{display:inline-flex;align-items:center;gap:11px;white-space:nowrap;font-size:21px;font-weight:800;letter-spacing:-.7px;}
#aj-school .ae-brand b{color:var(--ae-violet);}
#aj-school .ae-brand-icon{display:flex;align-items:center;justify-content:center;width:40px;height:42px;background:var(--ae-sun);border-radius:13px;transform:rotate(-5deg);}
#aj-school .ae-brand-icon svg{width:25px;height:25px;transform:rotate(5deg);}
#aj-school .ae-modulenav{display:flex;align-items:center;gap:25px;font-size:14px;font-weight:700;}
#aj-school .ae-modulenav button{border:0;background:none;padding:12px 0;color:inherit;font-weight:700;}
#aj-school .ae-modulenav a:hover,#aj-school .ae-modulenav button:hover{color:var(--ae-violet);}
#aj-school .ae-search{position:relative;display:flex;align-items:center;width:min(100%,660px);margin:21px 0 0 auto;background:white;border:1px solid var(--ae-line);border-radius:12px;min-height:48px;}
#aj-school .ae-search label{margin:0;padding:0 13px 0 17px;color:var(--ae-muted);}
#aj-school .ae-search input{flex:1;min-width:0;border:0;background:transparent;color:var(--ae-ink);padding:12px 8px 12px 0;font-size:14px;box-shadow:none;width:auto;}
#aj-school .ae-search input:focus{outline:0;}
#aj-school .ae-search:focus-within{outline:2px solid var(--ae-violet);outline-offset:2px;}
#aj-school .ae-search>button{background:var(--ae-lavender);color:var(--ae-violet-dark);border:0;margin:5px;padding:8px 13px;border-radius:8px;font-size:13px;font-weight:700;}
#aj-school .ae-search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;max-height:460px;overflow-y:auto;background:#fff;border:1px solid var(--ae-line);border-radius:12px;box-shadow:0 18px 40px #26244017;z-index:50;padding:8px;}
#aj-school .ae-search-results a{display:block;padding:13px;border-radius:8px;}
#aj-school .ae-search-results a:hover{background:var(--ae-lavender);}
#aj-school .ae-search-results small{display:block;color:var(--ae-muted);font-size:12px;}
#aj-school .ae-search-results p{padding:12px;}
#aj-school .ae-breadcrumb{margin:22px 0 10px;color:var(--ae-muted);font-size:12px;}
#aj-school .ae-breadcrumb ol{display:flex;flex-wrap:wrap;list-style:none;gap:5px 9px;padding:0;margin:0;}
#aj-school .ae-breadcrumb li{display:flex;gap:9px;align-items:center;}
#aj-school .ae-breadcrumb li+li:before{content:"/";color:#95909f;}
#aj-school .ae-breadcrumb a:hover{text-decoration:underline;}
#aj-school .ae-breadcrumb [aria-current]{color:var(--ae-ink);}
#aj-school .ae-eyebrow{font-size:11px;font-weight:800;letter-spacing:1.7px;text-transform:uppercase;color:var(--ae-violet);margin:0 0 12px;}
#aj-school .ae-lead{font-size:18px;line-height:1.7;color:var(--ae-muted);max-width:670px;margin:20px 0 0;}
#aj-school .ae-hero{display:grid;grid-template-columns:1.35fr 1fr;gap:60px;align-items:center;padding:28px 0 46px;}
#aj-school .ae-hero h1{font-size:clamp(38px,4.8vw,62px);line-height:1.08;letter-spacing:-2.6px;}
#aj-school .ae-hero h1 span{color:var(--ae-violet);}
#aj-school .ae-hero-copy .ae-lead{max-width:510px;}
#aj-school .ae-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:24px;}
#aj-school .ae-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;padding:14px 20px;border:1px solid transparent;font-size:14px;font-weight:800;line-height:1.35;min-height:48px;transition:background .15s,transform .15s;box-shadow:none;text-align:center;}
#aj-school .ae-btn svg{width:18px;height:18px;}
#aj-school .ae-btn:hover{transform:translateY(-1px);}
#aj-school .ae-btn-primary{background:var(--ae-violet);color:#fff;box-shadow:0 4px 0 var(--ae-violet-dark);}
#aj-school .ae-btn-primary:hover{background:var(--ae-violet-dark);}
#aj-school .ae-btn-outline{background:#fff;color:var(--ae-ink);border-color:#d9d6e1;}
#aj-school .ae-btn-outline:hover{background:var(--ae-lavender);border-color:#c8c0e7;}
#aj-school .ae-btn-dark{background:var(--ae-ink);color:#fff;}
#aj-school .ae-btn-text{color:var(--ae-violet);background:transparent;border-color:transparent;padding:11px 9px;box-shadow:none;}
#aj-school button:disabled{opacity:.6;cursor:default;transform:none;}
#aj-school .ae-facts{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:27px;font-size:12px;color:var(--ae-muted);font-weight:700;}
#aj-school .ae-facts span{display:inline-flex;align-items:center;gap:5px;}
#aj-school .ae-facts svg{width:15px;height:15px;color:#347651;}
#aj-school .ae-hero-demo{position:relative;padding:30px 12px 34px;max-width:395px;width:100%;justify-self:end;}
#aj-school .ae-hero-demo:before{content:"";position:absolute;inset:30px 0 36px;background:var(--ae-lavender);border-radius:30px;transform:rotate(7deg);z-index:-1;}
#aj-school .ae-demo-paper{position:relative;padding:25px 29px;background:#fff;border:1px solid #dedbe9;border-radius:21px;box-shadow:0 16px 36px #2c20431a;transform:rotate(-3deg);}
#aj-school .ae-demo-head{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--ae-muted);}
#aj-school .ae-demo-head b{color:#765116;background:var(--ae-sun);border-radius:8px;padding:5px 10px;}
#aj-school .ae-demo-label{font-size:10px;letter-spacing:1.5px;font-weight:800;color:var(--ae-violet);margin-top:30px;}
#aj-school .ae-demo-question{font-size:27px;line-height:1.35;letter-spacing:-1px;font-weight:800;margin:9px 0 19px;}
#aj-school .ae-demo-answer{border:2px dashed #d7d0ea;background:#faf9ff;border-radius:10px;padding:10px 16px;display:flex;justify-content:space-between;align-items:center;color:var(--ae-muted);font-size:14px;}
#aj-school .ae-demo-answer span{font-size:25px;color:var(--ae-violet);font-weight:800;}
#aj-school .ae-demo-cta{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:800;color:var(--ae-violet);margin-top:24px;}
#aj-school .ae-demo-sticker{position:absolute;top:-10px;right:0;background:var(--ae-sun);border:2px solid #fff;border-radius:12px;padding:12px 17px;line-height:1.5;font-size:11px;z-index:2;transform:rotate(6deg);box-shadow:0 5px 12px #38243911;}
#aj-school .ae-demo-note{position:absolute;bottom:0;left:10px;background:var(--ae-mint);border:3px solid var(--ae-page);padding:10px 17px;border-radius:12px;font-size:12px;color:#285e3f;font-weight:800;transform:rotate(-3deg);}
#aj-school .ae-demo-note svg{width:17px;height:17px;margin-right:6px;}
#aj-school .ae-proofbar{display:flex;align-items:center;justify-content:center;gap:0;border-top:1px solid var(--ae-line);border-bottom:1px solid var(--ae-line);padding:20px 0;color:var(--ae-muted);font-size:13px;}
#aj-school .ae-proofbar>span{padding:0 30px;}
#aj-school .ae-proofbar>span+span{border-left:1px solid var(--ae-line);}
#aj-school .ae-proofbar strong{display:inline-block;color:var(--ae-ink);font-size:18px;font-weight:800;margin-right:5px;}
#aj-school .ae-section{margin-top:53px;}
#aj-school .ae-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:23px;}
#aj-school .ae-section-head .ae-eyebrow{margin-bottom:8px;}
#aj-school .ae-section-link{color:var(--ae-violet);font-size:13px;font-weight:800;flex:0 0 auto;}
#aj-school .ae-section-link:hover{text-decoration:underline;}
#aj-school .ae-group-label{font-size:13px;font-weight:800;color:var(--ae-muted);margin:21px 0 12px;}
#aj-school .ae-group-label span{font-size:11px;font-weight:400;display:inline-block;margin-left:10px;}
#aj-school .ae-grades{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px;}
#aj-school .ae-grades-4{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:12px;}
#aj-school .ae-grade{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:19px 18px;border-radius:17px;border:1px solid #ffffffb3;box-shadow:0 3px 0 #ddd8cd4a;transition:transform .16s,box-shadow .16s;min-width:0;}
#aj-school .ae-grade:hover{transform:translateY(-4px);box-shadow:0 8px 16px #2624400d;}
#aj-school .ae-tone-mint{background:var(--ae-mint);}
#aj-school .ae-tone-sun{background:var(--ae-sun);}
#aj-school .ae-tone-pink{background:var(--ae-pink);}
#aj-school .ae-tone-lavender{background:var(--ae-lavender);}
#aj-school .ae-grade-name{font-size:29px;line-height:1.2;letter-spacing:-1.1px;font-weight:800;}
#aj-school .ae-grade-text{font-size:12px;line-height:1.6;max-width:145px;flex:1;}
#aj-school .ae-grade-meta{font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:space-between;width:100%;gap:4px;margin-top:3px;}
#aj-school .ae-grade-meta svg{width:14px;height:14px;}
#aj-school .ae-skills{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;}
#aj-school .ae-skill-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--ae-line);border-radius:16px;padding:23px;box-shadow:0 3px 0 #26244006;min-width:0;transition:transform .15s,border-color .15s;}
#aj-school .ae-skill-card:hover{border-color:#b7acdf;transform:translateY(-3px);}
#aj-school .ae-card-kicker{display:flex;align-items:center;gap:10px;font-size:11px;color:var(--ae-muted);margin-bottom:19px;}
#aj-school .ae-subject-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9px;font-size:19px;font-weight:800;}
#aj-school .ae-maths{background:var(--ae-mint);color:#306a4b;}
#aj-school .ae-french{background:var(--ae-pink);color:#8a403a;}
#aj-school .ae-skill-card h3{line-height:1.3;font-size:19px;flex:1;margin-bottom:12px;}
#aj-school .ae-skill-card>p{font-size:12px;color:var(--ae-muted);margin-bottom:20px;}
#aj-school .ae-card-action{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;font-weight:800;color:var(--ae-violet);}
#aj-school .ae-card-action svg{width:17px;height:17px;}
#aj-school .ae-family-band{margin:55px 0;padding:37px 42px;border-radius:24px;background:var(--ae-lavender);display:grid;grid-template-columns:1.1fr 1fr;gap:55px;align-items:center;}
#aj-school .ae-family-band h2{font-size:32px;}
#aj-school .ae-family-band p:not(.ae-eyebrow){margin:16px 0 24px;color:var(--ae-muted);font-size:14px;line-height:1.75;}
#aj-school .ae-three-steps{background:#ffffffb8;border:1px solid #fff;border-radius:19px;padding:15px 28px;}
#aj-school .ae-three-steps p{display:flex;align-items:center;gap:18px!important;margin:17px 0!important;font-size:15px!important;color:var(--ae-ink)!important;}
#aj-school .ae-three-steps b{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:var(--ae-sun);color:var(--ae-ink);}
#aj-school .ae-editorial{max-width:850px;margin:42px 0;}
#aj-school .ae-editorial h2{font-size:25px;margin-bottom:16px;}
#aj-school .ae-editorial p{font-size:14px;line-height:1.9;color:var(--ae-muted);margin-bottom:13px;}
#aj-school .ae-editorial a{color:var(--ae-violet);font-size:13px;font-weight:800;}
#aj-school .ae-modulefooter{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:55px;padding:25px 0 9px;border-top:1px solid var(--ae-line);font-size:11px;color:var(--ae-muted);}
#aj-school .ae-modulefooter>a{text-decoration:underline;}
#aj-school .ae-page-hero{display:flex;justify-content:space-between;align-items:center;gap:28px;margin-top:28px;padding:35px 36px;background:var(--ae-lavender);border-radius:23px;}
#aj-school .ae-page-hero h1{font-size:clamp(33px,4vw,47px);}
#aj-school .ae-page-hero .ae-lead{font-size:16px;margin-top:17px;max-width:760px;}
#aj-school .ae-page-hero .ae-facts{margin-top:20px;}
#aj-school .ae-page-hero-maths{background:var(--ae-mint);}
#aj-school .ae-page-hero-francais{background:var(--ae-pink);}
#aj-school .ae-page-hero-grade{background:var(--ae-sun);}
#aj-school .ae-big-grade{font-size:60px;font-weight:800;letter-spacing:-4px;flex:0 0 125px;display:flex;align-items:center;justify-content:center;width:125px;height:133px;background:#ffffffbd;border-radius:26px;transform:rotate(5deg);}
#aj-school .ae-big-file svg{width:70px;height:70px;}
#aj-school .ae-subject-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;}
#aj-school .ae-subject-card{display:flex;align-items:center;gap:24px;padding:27px;background:#fff;border:1px solid var(--ae-line);border-radius:20px;}
#aj-school .ae-subject-card:hover{border-color:var(--ae-violet);}
#aj-school .ae-subject-card h2{font-size:27px;margin-bottom:10px;}
#aj-school .ae-subject-card p:not(.ae-eyebrow){font-size:12px;color:var(--ae-muted);}
#aj-school .ae-subject-card .ae-card-action{margin-top:20px;}
#aj-school .ae-subject-large{display:flex;align-items:center;justify-content:center;flex:0 0 100px;width:100px;height:123px;font-size:32px;font-weight:800;line-height:1.3;border-radius:18px;background:var(--ae-mint);transform:rotate(-5deg);}
#aj-school .ae-subject-francais .ae-subject-large{background:var(--ae-pink);}
#aj-school .ae-domains{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;}
#aj-school .ae-domain-card{background:white;border:1px solid var(--ae-line);border-radius:14px;display:flex;align-items:center;gap:13px;padding:17px;}
#aj-school .ae-domain-card:hover{border-color:#b7acdf;background:#fdfcff;}
#aj-school .ae-domain-card>svg{margin-left:auto;width:16px;height:16px;}
#aj-school .ae-domain-card h3{font-size:17px;letter-spacing:-.3px;line-height:1.3;}
#aj-school .ae-domain-card p{color:var(--ae-muted);font-size:11px;margin-top:5px;}
#aj-school .ae-domain-symbol{font-size:19px;color:var(--ae-violet);font-weight:800;width:36px;height:36px;background:var(--ae-lavender);display:flex;align-items:center;justify-content:center;border-radius:9px;flex:0 0 36px;}
#aj-school .ae-reassurance-band{background:var(--ae-sun);border-radius:20px;padding:29px 34px;margin-top:46px;}
#aj-school .ae-reassurance-band h2{font-size:24px;}
#aj-school .ae-reassurance-band p{max-width:820px;font-size:14px;line-height:1.8;margin:13px 0;}
#aj-school .ae-reassurance-band a{color:#4f458d;font-size:13px;font-weight:800;}
#aj-school .ae-notion-hero{padding:29px 0 26px;}
#aj-school .ae-notion-hero h1{font-size:clamp(31px,3.9vw,47px);max-width:930px;line-height:1.14;}
#aj-school .ae-notion-hero .ae-lead{font-size:16px;max-width:900px;margin-top:16px;}
#aj-school .ae-notion-hero .ae-facts{margin-top:18px;}
#aj-school .ae-jumpbar{display:flex;gap:6px;position:sticky;top:var(--aj-school-sticky-offset,0px);z-index:15;padding:9px;background:#fbfaf7f5;border-top:1px solid var(--ae-line);border-bottom:1px solid var(--ae-line);backdrop-filter:blur(10px);margin-bottom:25px;}
#aj-school .ae-jumpbar a{padding:9px 17px;font-size:13px;font-weight:800;border-radius:9px;}
#aj-school .ae-jumpbar a:hover{background:var(--ae-lavender);color:var(--ae-violet);}
#aj-school section[id]{scroll-margin-top:calc(var(--aj-school-sticky-offset,0px) + 88px);}
#aj-school .ae-training{border:1px solid #d7d1eb;background:white;border-radius:24px;margin:22px auto 36px;box-shadow:0 5px 0 #eae6f5;max-width:950px;overflow:hidden;}
#aj-school .ae-training-welcome{display:flex;align-items:center;gap:23px;padding:36px;flex-wrap:wrap;}
#aj-school .ae-round-icon{display:flex;align-items:center;justify-content:center;flex:0 0 65px;width:65px;height:65px;background:var(--ae-sun);border-radius:20px;transform:rotate(-5deg);}
#aj-school .ae-round-icon svg{width:30px;height:30px;}
#aj-school .ae-training-welcome h2{font-size:30px;}
#aj-school .ae-training-welcome>div:not(.ae-start-controls){flex:1;min-width:220px;}
#aj-school .ae-training-welcome p{font-size:14px;color:var(--ae-muted);max-width:520px;margin:9px 0 0;}
#aj-school .ae-start-controls{display:flex;align-items:center;gap:11px;flex-wrap:wrap;margin-left:88px;}
#aj-school .ae-start-controls label{font-size:13px;font-weight:700;}
#aj-school .ae-start-controls select{border:1px solid #d9d4e4;border-radius:9px;background:#fff;padding:11px 14px;color:var(--ae-ink);font-size:14px;}
#aj-school .ae-player{max-width:800px;margin:auto;padding:28px 45px 43px;}
#aj-school .ae-player-top{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:var(--ae-muted);margin-bottom:22px;}
#aj-school .ae-player-top .ae-btn{padding-left:0;font-size:12px;}
#aj-school .ae-progress-row{display:flex;justify-content:space-between;gap:10px;font-size:12px;font-weight:700;}
#aj-school progress{appearance:none;border:0;background:#eeeaf7;border-radius:9px;width:100%;height:8px;display:block;margin:12px 0 33px;overflow:hidden;}
#aj-school progress::-webkit-progress-bar{background:#eeeaf7;}
#aj-school progress::-webkit-progress-value{background:var(--ae-violet);border-radius:9px;}
#aj-school progress::-moz-progress-bar{background:var(--ae-violet);}
#aj-school .ae-prompt{font-size:clamp(22px,2.9vw,33px);line-height:1.5;font-weight:800;letter-spacing:-.6px;margin-bottom:10px;}
#aj-school .ae-audio-actions{display:flex;gap:8px;}
#aj-school .ae-audio-actions .ae-btn{font-size:12px;min-height:40px;padding-left:0;}
#aj-school .ae-small{font-size:12px;line-height:1.7;color:var(--ae-muted);}
#aj-school #ae-audio-status:not(:empty){margin:0 0 18px;}
#aj-school #ae-answer-form{margin-top:20px;}
#aj-school #ae-answer-label{display:block;font-size:13px;font-weight:800;margin-bottom:8px;}
#aj-school .ae-answer{display:block;border:2px solid #cdc5e5;border-radius:12px;padding:12px 17px;font-size:24px;color:var(--ae-ink);width:100%;max-width:440px;min-height:60px;background:#fcfbff;}
#aj-school #ae-format-help{margin:9px 0;}
#aj-school .ae-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:15px;}
#aj-school .ae-options button{border:2px solid #e1dcea;background:#fff;border-radius:12px;padding:16px;font-size:19px;color:var(--ae-ink);}
#aj-school .ae-options button[aria-pressed=true]{border-color:var(--ae-violet);background:var(--ae-lavender);box-shadow:0 0 0 1px var(--ae-violet);}
#aj-school .ae-hint{padding:15px 18px;border-radius:12px;background:var(--ae-sun);font-size:14px;margin-top:18px;}
#aj-school .ae-feedback{border-left:4px solid #36724f;background:#edf7ef;border-radius:12px;padding:19px;margin-top:23px;font-size:14px;}
#aj-school .ae-feedback.is-review{background:#fff5df;border-color:#ac7320;}
#aj-school .ae-feedback strong{font-size:18px;display:block;margin-bottom:8px;}
#aj-school .ae-feedback p+p{margin-top:6px;}
#aj-school #ae-next{margin-top:20px;}
#aj-school .ae-session-end{text-align:center;padding:15px 0;}
#aj-school .ae-end-star{display:flex;width:70px;height:70px;align-items:center;justify-content:center;background:var(--ae-sun);border-radius:24px;transform:rotate(-7deg);margin:0 auto 20px;}
#aj-school .ae-end-star svg{width:40px;height:40px;}
#aj-school .ae-session-end h2{font-size:32px;}
#aj-school .ae-session-end p{margin:15px auto;max-width:460px;}
#aj-school .ae-session-end .ae-actions{justify-content:center;}
#aj-school .ae-load-error{padding:15px 30px;color:#a22938;font-size:14px;}
#aj-school .ae-reading{padding:22px;background:#f5f3ee;border:1px solid #e7e2d7;border-radius:13px;line-height:1.85;margin:16px 0 23px;font-size:16px;}
#aj-school .ae-reading h3{font-size:22px;margin-bottom:12px;}
#aj-school .ae-lesson-box{padding:32px 37px;background:var(--ae-lavender);border-radius:22px;max-width:950px;margin:35px auto;}
#aj-school .ae-lesson-box h2{font-size:28px;}
#aj-school .ae-lesson-lead{font-size:17px;line-height:1.8;margin:18px 0 23px;max-width:780px;}
#aj-school .ae-steps{list-style:none;padding:0;margin:0;display:grid;gap:12px;}
#aj-school .ae-steps li{display:flex;align-items:flex-start;gap:15px;}
#aj-school .ae-steps li>span{display:flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;background:#fff;border-radius:9px;color:var(--ae-violet);font-size:13px;font-weight:800;}
#aj-school .ae-steps p{font-size:14px;padding-top:2px;}
#aj-school .ae-tip{margin-top:24px;background:#ffffffa8;border-radius:12px;padding:18px 20px;}
#aj-school .ae-tip strong{font-size:12px;text-transform:uppercase;letter-spacing:.8px;}
#aj-school .ae-tip p{margin-top:7px;font-size:14px;line-height:1.8;}
#aj-school .ae-examples{max-width:950px;margin:42px auto;}
#aj-school .ae-examples details,#aj-school .ae-corrections details{border:1px solid var(--ae-line);background:#fff;border-radius:13px;padding:17px 22px;margin-top:10px;}
#aj-school summary{cursor:pointer;font-size:15px;font-weight:800;line-height:1.6;}
#aj-school details>p{font-size:14px;margin-top:12px;}
#aj-school .ae-example-answer{font-weight:800;color:#315d44;}
#aj-school .ae-worksheets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px;margin-top:20px;}
#aj-school .ae-worksheet-card{border:1px solid var(--ae-line);border-radius:16px;padding:23px;background:white;display:flex;flex-direction:column;box-shadow:0 3px 0 #ede8db6b;transition:transform .15s,border-color .15s;}
#aj-school .ae-worksheet-card:hover{border-color:var(--ae-violet);transform:translateY(-3px);}
#aj-school .ae-sheet-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:22px;}
#aj-school .ae-mini-paper{background:var(--ae-lavender);border-radius:10px;padding:9px;color:var(--ae-violet);transform:rotate(-7deg);}
#aj-school .ae-mini-paper svg{height:27px;width:27px;}
#aj-school .ae-mode{font-size:10px;font-weight:800;padding:5px 9px;border-radius:6px;background:var(--ae-lavender);}
#aj-school .ae-mode-guide{background:var(--ae-mint);color:#376447;}
#aj-school .ae-mode-autonomie{background:var(--ae-sun);color:#755414;}
#aj-school .ae-sheet-number{font-size:10px;letter-spacing:1px;color:var(--ae-muted);font-weight:800;}
#aj-school .ae-worksheet-card h3{font-size:19px;line-height:1.35;margin:9px 0 12px;flex:1;}
#aj-school .ae-worksheet-card>p{font-size:12px;color:var(--ae-muted);margin-bottom:18px;}
#aj-school .ae-listing-top{display:flex;justify-content:space-between;gap:14px;font-size:13px;}
#aj-school .ae-pagination{display:flex;align-items:center;justify-content:center;gap:9px;margin:32px 0 18px;flex-wrap:wrap;}
#aj-school .ae-pagination a{border:1px solid var(--ae-line);background:#fff;border-radius:9px;min-width:42px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;font-size:13px;}
#aj-school .ae-pagination a[aria-current]{background:var(--ae-violet);color:#fff;border-color:var(--ae-violet);}
#aj-school .ae-page-index{margin-top:20px;padding:19px 23px;border:1px solid var(--ae-line);border-radius:13px;background:#fff;}
#aj-school .ae-page-index summary{font-size:13px;}
#aj-school .ae-page-index>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:16px;}
#aj-school .ae-page-index a{font-size:12px;color:var(--ae-violet);text-decoration:underline;padding:7px;}
#aj-school .ae-printbar{display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap;background:var(--ae-sun);padding:23px 28px;border-radius:18px;margin:30px auto;max-width:950px;}
#aj-school .ae-printbar h2{font-size:23px;}
#aj-school .ae-printbar p{font-size:12px;margin-top:6px;}
#aj-school .ae-checkbox,#aj-school .ae-consent{font-size:13px;display:flex;align-items:center;gap:10px;}
#aj-school input[type=checkbox]{appearance:auto;width:19px;height:19px;accent-color:var(--ae-violet);flex:0 0 19px;}
#aj-school .ae-paper{background:#fff;border:1px solid #dfdbe3;border-radius:7px;box-shadow:0 5px 0 #e8e4db,0 10px 0 #f0ece6;max-width:950px;margin:35px auto;padding:36px 43px;}
#aj-school .ae-paper-head{display:flex;justify-content:space-between;gap:16px;font-size:10px;font-weight:800;letter-spacing:1px;color:var(--ae-muted);padding-bottom:17px;border-bottom:1px solid var(--ae-line);margin-bottom:24px;}
#aj-school .ae-paper h2{font-size:26px;line-height:1.3;}
#aj-school .ae-paper-name{font-size:12px;margin-top:24px;display:flex;gap:20px;justify-content:space-between;flex-wrap:wrap;}
#aj-school .ae-paper-instruction{font-size:13px;background:#f6f5f1;border-radius:7px;padding:12px 16px;margin-top:22px;}
#aj-school .ae-paper-questions{list-style:none;counter-reset:ae-q;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:19px 32px;padding:0;margin:25px 0 0;}
#aj-school .ae-paper-questions>li{counter-increment:ae-q;position:relative;padding:7px 0 5px 29px;font-size:15px;break-inside:avoid;}
#aj-school .ae-paper-questions>li:before{content:counter(ae-q);position:absolute;left:0;top:7px;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:6px;background:var(--ae-lavender);color:var(--ae-violet);}
#aj-school .ae-paper-questions:has(.ae-reading){grid-template-columns:1fr;}
#aj-school .ae-paper-hint{font-size:11px;color:var(--ae-muted);margin-top:7px;}
#aj-school .ae-paper-options{font-size:13px;margin-top:7px;}
#aj-school .ae-answer-space{border-bottom:1px dotted #b3adbf;height:34px;}
#aj-school .ae-paper-ref{font-size:9px;color:var(--ae-muted);line-height:1.7;margin-top:35px;border-top:1px solid var(--ae-line);padding-top:15px;overflow-wrap:anywhere;}
#aj-school .ae-corrections{max-width:950px;margin:45px auto;}
#aj-school .ae-corrections summary span{display:inline-block;font-size:12px;background:var(--ae-mint);padding:2px 9px;border-radius:5px;margin:0 8px;}
#aj-school .ae-sheet-neighbours{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:35px auto;}
#aj-school .ae-library-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
#aj-school .ae-library-links a{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--ae-line);border-radius:10px;background:#fff;padding:14px 17px;font-size:14px;}
#aj-school .ae-library-links a:hover{background:var(--ae-lavender);}
#aj-school .ae-library-links small{white-space:nowrap;font-size:10px;color:var(--ae-violet);}
#aj-school .ae-method{max-width:830px;margin:45px auto;}
#aj-school .ae-method section{padding:27px 0;border-bottom:1px solid var(--ae-line);}
#aj-school .ae-method h2{font-size:27px;margin-bottom:17px;}
#aj-school .ae-method p{font-size:15px;line-height:1.9;color:var(--ae-muted);margin:12px 0;}
#aj-school .ae-method a{text-decoration:underline;color:var(--ae-violet);}
#aj-school .ae-dialog{border:1px solid var(--ae-line);border-radius:20px;padding:26px;max-width:610px;width:calc(100% - 32px);max-height:85vh;overflow:auto;color:var(--ae-ink);box-shadow:0 30px 70px #26244033;}
#aj-school .ae-dialog::backdrop{background:#1b143580;}
#aj-school .ae-dialog:not([open]){display:none;}
#aj-school .ae-dialog-head{display:flex;align-items:center;justify-content:space-between;gap:18px;}
#aj-school .ae-dialog-head h2{font-size:27px;}
#aj-school .ae-dialog-head button{border:0;border-radius:8px;background:var(--ae-lavender);font-size:25px;width:40px;height:40px;color:var(--ae-ink);}
#aj-school .ae-dialog>p{font-size:14px;margin:18px 0;}
#aj-school .ae-history-row{padding:15px 0;border-top:1px solid var(--ae-line);font-size:13px;}
#aj-school .ae-history-row a{font-weight:800;}
#aj-school .ae-history-row p{font-size:12px;color:var(--ae-muted);margin-top:6px;}
#aj-school #ae-history-list{margin-top:20px;}
#aj-school.ae-focus-mode .ae-jumpbar{display:none;}
#aj-school.ae-focus-mode .ae-training{box-shadow:0 5px 0 #eae6f5,0 15px 45px #3023540a;}
@media(min-width:1200px){#aj-school .ae-compact-section .ae-section-head h2{font-size:27px;}}
@media(max-width:1000px){#aj-school .ae-wrap{padding:0 23px 22px;}#aj-school .ae-hero{gap:27px;}#aj-school .ae-hero h1{font-size:48px;}#aj-school .ae-hero-demo{max-width:335px;}#aj-school .ae-demo-paper{padding:24px;}#aj-school .ae-proofbar>span{padding:0 18px;}#aj-school .ae-proofbar strong{display:block;}#aj-school .ae-grades{gap:10px;}#aj-school .ae-grade{padding:17px 13px;}#aj-school .ae-grade-meta{font-size:9px;}#aj-school .ae-domains{grid-template-columns:repeat(2,minmax(0,1fr));}#aj-school .ae-subject-card{gap:18px;padding:23px;}#aj-school .ae-subject-large{flex-basis:70px;width:70px;height:100px;font-size:27px;}#aj-school .ae-subject-card h2{font-size:23px;}}
@media(max-width:760px){#aj-school .ae-wrap{padding:0 18px 20px;}#aj-school .ae-modulebar{min-height:74px;gap:12px;}#aj-school .ae-modulenav{gap:17px;font-size:13px;}#aj-school .ae-how-link{display:none;}#aj-school .ae-search{margin-top:15px;width:100%;}#aj-school .ae-search input{font-size:13px;}#aj-school .ae-breadcrumb{font-size:11px;margin-top:18px;}#aj-school .ae-hero{grid-template-columns:1fr;padding-top:26px;gap:18px;padding-bottom:33px;}#aj-school .ae-hero h1{font-size:49px;line-height:1.1;}#aj-school .ae-hero .ae-lead{max-width:600px;}#aj-school .ae-hero-demo{width:310px;justify-self:center;margin-top:3px;}#aj-school .ae-demo-paper{padding:22px 25px;}#aj-school .ae-demo-question{font-size:25px;}#aj-school .ae-demo-label{margin-top:25px;}#aj-school .ae-proofbar{justify-content:space-between;padding:18px 0;font-size:11px;}#aj-school .ae-proofbar>span{padding:0 15px;}#aj-school .ae-proofbar strong{font-size:19px;}#aj-school .ae-grades{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}#aj-school .ae-grades-4{grid-template-columns:repeat(4,minmax(0,1fr));}#aj-school .ae-grade{padding:18px 15px;}#aj-school .ae-grade-meta{font-size:10px;}#aj-school .ae-section{margin-top:40px;}#aj-school .ae-section-head{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:19px;}#aj-school .ae-skills,#aj-school .ae-worksheets{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;}#aj-school .ae-skill-card,#aj-school .ae-worksheet-card{padding:20px;}#aj-school .ae-card-kicker{gap:8px;font-size:10px;}#aj-school .ae-family-band{padding:29px;gap:30px;grid-template-columns:1fr;}#aj-school .ae-family-band h2{font-size:30px;}#aj-school .ae-page-hero{padding:27px;gap:20px;}#aj-school .ae-big-grade{font-size:40px;flex-basis:80px;width:80px;height:95px;border-radius:20px;letter-spacing:-2px;}#aj-school .ae-subject-grid{grid-template-columns:1fr;}#aj-school .ae-subject-card{padding:23px;gap:25px;}#aj-school .ae-subject-large{flex-basis:84px;width:84px;height:100px;}#aj-school .ae-domains{gap:11px;}#aj-school .ae-domain-card{padding:14px;gap:10px;}#aj-school .ae-domain-card h3{font-size:16px;}#aj-school .ae-domain-symbol{width:31px;height:31px;flex-basis:31px;font-size:17px;}#aj-school .ae-notion-hero{padding:23px 0;}#aj-school .ae-jumpbar{gap:1px;padding:7px 0;overflow-x:auto;white-space:nowrap;}#aj-school .ae-jumpbar a{padding:9px 12px;font-size:12px;}#aj-school .ae-training-welcome{padding:27px;gap:18px;}#aj-school .ae-round-icon{width:53px;height:53px;flex-basis:53px;}#aj-school .ae-start-controls{margin-left:0;width:100%;margin-top:5px;}#aj-school .ae-training-welcome h2{font-size:28px;}#aj-school .ae-training-welcome>div:not(.ae-start-controls){min-width:170px;}#aj-school .ae-player{padding:22px 27px 30px;}#aj-school .ae-lesson-box{padding:27px;}#aj-school .ae-lesson-lead{font-size:16px;}#aj-school .ae-steps p{font-size:14px;}#aj-school .ae-paper{padding:26px;}#aj-school .ae-paper-questions{gap:17px 22px;}#aj-school .ae-paper-questions>li{font-size:14px;}#aj-school .ae-page-index>div{grid-template-columns:repeat(3,minmax(0,1fr));}#aj-school .ae-printbar{padding:23px;gap:17px;}#aj-school .ae-library-links{grid-template-columns:1fr;}#aj-school .ae-modulefooter{font-size:10px;gap:14px;}#aj-school .ae-big-file svg{width:50px;height:50px;}}
@media(max-width:480px){#aj-school .ae-wrap{padding:0 16px 18px;}#aj-school .ae-brand{font-size:18px;gap:8px;letter-spacing:-.6px;}#aj-school .ae-brand-icon{width:33px;height:35px;border-radius:10px;}#aj-school .ae-brand-icon svg{width:21px;height:21px;}#aj-school .ae-modulenav{gap:13px;font-size:12px;}#aj-school .ae-search label{padding:0 9px 0 12px;}#aj-school .ae-search input{font-size:12px;}#aj-school .ae-search>button{padding:9px 10px;font-size:11px;}#aj-school .ae-hero h1{font-size:43px;letter-spacing:-2px;}#aj-school .ae-eyebrow{font-size:10px;letter-spacing:1.3px;}#aj-school .ae-lead{font-size:16px;line-height:1.7;}#aj-school .ae-actions{gap:10px;}#aj-school .ae-btn{font-size:12px;padding:13px 15px;}#aj-school .ae-facts{font-size:11px;gap:8px 15px;margin-top:22px;}#aj-school .ae-hero-demo{width:280px;margin-top:12px;}#aj-school .ae-demo-paper{padding:22px;}#aj-school .ae-demo-sticker{right:0;padding:10px 13px;}#aj-school .ae-demo-question{font-size:25px;}#aj-school .ae-proofbar{font-size:9px;line-height:1.5;}#aj-school .ae-proofbar>span{padding:0 10px;max-width:35%;}#aj-school .ae-proofbar strong{font-size:18px;margin:0 0 4px;}#aj-school .ae-proofbar>span:first-child{padding-left:0;}#aj-school .ae-proofbar>span:last-child{padding-right:0;}#aj-school .ae-grades,#aj-school .ae-grades-4{grid-template-columns:repeat(2,minmax(0,1fr));}#aj-school .ae-grades-5 .ae-grade:last-child{grid-column:1/-1;display:grid;grid-template-columns:56px 1fr;align-items:center;gap:3px 14px;}#aj-school .ae-grades-5 .ae-grade:last-child .ae-grade-name{grid-row:span 2;}#aj-school .ae-grades-5 .ae-grade:last-child .ae-grade-text{max-width:none;}#aj-school .ae-grades-5 .ae-grade:last-child .ae-grade-meta{max-width:210px;}#aj-school .ae-grade{gap:7px;}#aj-school .ae-grade-text{font-size:11px;}#aj-school .ae-grade-meta{font-size:9px;}#aj-school .ae-skills,#aj-school .ae-worksheets{grid-template-columns:1fr;}#aj-school .ae-skill-card{padding:20px;}#aj-school .ae-card-kicker{margin-bottom:14px;font-size:11px;}#aj-school .ae-skill-card h3{font-size:21px;}#aj-school .ae-card-action{font-size:12px;}#aj-school .ae-skill-card>p{margin-bottom:15px;}#aj-school .ae-family-band{padding:24px;margin:40px 0;}#aj-school .ae-three-steps{padding:13px 20px;}#aj-school .ae-three-steps p{font-size:13px!important;}#aj-school .ae-editorial h2{font-size:24px;}#aj-school .ae-page-hero{padding:25px 23px;display:block;margin-top:20px;}#aj-school .ae-big-grade{display:none;}#aj-school .ae-page-hero h1{font-size:35px;}#aj-school .ae-page-hero .ae-lead{font-size:15px;}#aj-school .ae-subject-card{padding:22px;gap:19px;}#aj-school .ae-subject-large{flex-basis:60px;width:60px;height:85px;font-size:26px;border-radius:14px;}#aj-school .ae-subject-card h2{font-size:24px;}#aj-school .ae-subject-card .ae-eyebrow{margin-bottom:7px;}#aj-school .ae-subject-card p:not(.ae-eyebrow){font-size:11px;}#aj-school .ae-domains{grid-template-columns:1fr;}#aj-school .ae-domain-card{padding:18px;}#aj-school .ae-domain-card h3{font-size:18px;}#aj-school .ae-domain-card p{font-size:12px;}#aj-school .ae-reassurance-band{padding:24px;}#aj-school .ae-notion-hero h1{font-size:33px;}#aj-school .ae-notion-hero .ae-lead{font-size:15px;}#aj-school .ae-jumpbar a{font-size:11px;padding:9px 10px;}#aj-school .ae-training{border-radius:20px;}#aj-school .ae-training-welcome{padding:25px 22px;gap:16px;}#aj-school .ae-round-icon{width:46px;height:46px;flex-basis:46px;border-radius:14px;}#aj-school .ae-round-icon svg{width:24px;height:24px;}#aj-school .ae-training-welcome h2{font-size:27px;}#aj-school .ae-training-welcome>div:not(.ae-start-controls){min-width:160px;}#aj-school .ae-training-welcome p{font-size:13px;}#aj-school .ae-start-controls{gap:10px;}#aj-school .ae-start-controls .ae-btn{flex:1;min-width:125px;}#aj-school .ae-start-controls label{width:100%;font-size:12px;}#aj-school .ae-start-controls select{font-size:12px;padding:12px 10px;}#aj-school .ae-player{padding:18px 21px 27px;}#aj-school .ae-player-top{gap:10px;font-size:10px;margin-bottom:15px;}#aj-school .ae-player-top .ae-btn{font-size:11px;}#aj-school .ae-prompt{font-size:24px;}#aj-school .ae-answer{font-size:22px;min-height:57px;}#aj-school .ae-options{gap:10px;}#aj-school .ae-options button{font-size:18px;padding:13px;}#aj-school .ae-feedback{padding:16px;font-size:13px;}#aj-school .ae-lesson-box{padding:25px 22px;border-radius:19px;}#aj-school .ae-lesson-box h2{font-size:26px;}#aj-school .ae-lesson-lead{font-size:15px;}#aj-school .ae-steps{gap:15px;}#aj-school .ae-steps li{gap:12px;}#aj-school .ae-tip{padding:17px;}#aj-school .ae-tip p{font-size:13px;}#aj-school .ae-examples details,#aj-school .ae-corrections details{padding:16px;}#aj-school summary{font-size:14px;}#aj-school .ae-sheet-card-top{margin-bottom:14px;}#aj-school .ae-worksheet-card{padding:22px;}#aj-school .ae-worksheet-card h3{font-size:21px;}#aj-school .ae-page-index{padding:17px;}#aj-school .ae-page-index>div{grid-template-columns:repeat(2,minmax(0,1fr));}#aj-school .ae-page-index a{font-size:11px;}#aj-school .ae-pagination{gap:6px;}#aj-school .ae-pagination a{min-width:36px;min-height:40px;font-size:11px;padding:8px 10px;}#aj-school .ae-listing-top{align-items:flex-start;gap:8px;font-size:11px;}#aj-school .ae-listing-top .ae-section-link{font-size:11px;}#aj-school .ae-paper{padding:25px 20px;}#aj-school .ae-paper h2{font-size:24px;}#aj-school .ae-paper-name{font-size:10px;gap:10px;}#aj-school .ae-paper-head{font-size:9px;}#aj-school .ae-paper-questions{grid-template-columns:1fr;gap:15px;}#aj-school .ae-paper-questions>li{font-size:15px;}#aj-school .ae-printbar{padding:23px;}#aj-school .ae-printbar .ae-btn{width:100%;}#aj-school .ae-corrections summary{font-size:13px;}#aj-school .ae-corrections summary span{margin:0 5px;}#aj-school .ae-reading{padding:19px;font-size:15px;}#aj-school .ae-sheet-neighbours .ae-btn{flex:1 0 45%;}#aj-school .ae-method h2{font-size:24px;}#aj-school .ae-method p{font-size:14px;}#aj-school .ae-modulefooter>span:last-child{display:none;}#aj-school .ae-library-links a{font-size:13px;}#aj-school .ae-library-links small{white-space:normal;flex:0 0 66px;text-align:right;}}
@media(max-width:350px){#aj-school .ae-wrap{padding-left:13px;padding-right:13px;}#aj-school .ae-brand{font-size:16px;}#aj-school .ae-modulenav{font-size:11px;gap:10px;}#aj-school .ae-hero h1{font-size:38px;}#aj-school .ae-hero-demo{width:260px;}#aj-school .ae-actions .ae-btn{font-size:11px;padding:12px;}#aj-school .ae-jumpbar a{padding:9px 8px;font-size:10px;}#aj-school .ae-training-welcome>div:not(.ae-start-controls){min-width:140px;}#aj-school .ae-training-welcome h2{font-size:25px;}}
@media(prefers-reduced-motion:reduce){#aj-school *,#aj-school *:before,#aj-school *:after{transition:none!important;scroll-behavior:auto!important;}}
@media print{#aj-school{background:#fff;color:#000;}#aj-school .ae-modulebar,#aj-school .ae-search,#aj-school .ae-breadcrumb,#aj-school .ae-jumpbar,#aj-school .ae-training,#aj-school .ae-printbar,#aj-school .ae-modulefooter,#aj-school .ae-sheet-neighbours,#aj-school .ae-section,#aj-school .ae-dialog{display:none!important;}#aj-school .ae-wrap{max-width:none;padding:0;}#aj-school .ae-paper{box-shadow:none;border:0;padding:0;max-width:none;}#aj-school .ae-paper-questions{grid-template-columns:1fr 1fr;}#aj-school .ae-corrections{break-before:page;}#aj-school .ae-corrections details>*{display:block;}#aj-school .ae-corrections summary{display:none;}#aj-school .ae-paper-ref{overflow-wrap:anywhere;}#aj-school .ae-lesson-box,#aj-school .ae-examples{break-inside:avoid;}@page{size:A4;margin:16mm;}}

#aj-school .ae-quick-grades{display:none;}
#aj-school .ae-title-subline{display:block;font-size:17px;font-weight:700;letter-spacing:0;line-height:1.6;margin-top:13px;color:var(--ae-violet);}
@media(max-width:760px){#aj-school .ae-hero-demo{display:none;}#aj-school .ae-quick-grades{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-top:23px;max-width:520px;}#aj-school .ae-quick-grades>span{grid-column:1/-1;font-size:12px;font-weight:800;color:var(--ae-muted);margin-bottom:1px;}#aj-school .ae-quick-grades a{display:flex;align-items:center;justify-content:center;min-height:45px;background:var(--ae-lavender);border:1px solid #dfd8f4;border-radius:10px;font-size:16px;font-weight:800;}#aj-school .ae-quick-grades a:nth-child(2){background:var(--ae-mint);border-color:#cfe4d5;}#aj-school .ae-quick-grades a:nth-child(3){background:var(--ae-sun);border-color:#eee0af;}#aj-school .ae-quick-grades a:nth-child(4){background:var(--ae-pink);border-color:#efd7d4;}#aj-school .ae-hero .ae-actions a[href="#ae-classes"]{display:none;}#aj-school .ae-hero .ae-actions{margin-top:17px;}#aj-school .ae-hero{padding-bottom:25px;}#aj-school .ae-title-subline{font-size:14px;}}

/* V3: semantic diagrams, full reading text and prerequisite navigation. */
#aj-school .ae-visual{margin:22px 0;max-width:100%;break-inside:avoid}#aj-school .ae-clock{display:block;width:240px;max-width:100%;height:auto;margin:auto}#aj-school .ae-fraction-bar{display:block;width:100%;max-width:484px;height:auto}#aj-school .ae-table-wrap{max-width:100%;overflow:auto}#aj-school .ae-data-table{border-collapse:collapse;width:100%;font-size:15px}#aj-school .ae-data-table th,#aj-school .ae-data-table td{padding:12px;border:1px solid #c9c5d6;text-align:center}#aj-school .ae-data-table th{background:#f1eef9}#aj-school .ae-data-table caption{font-weight:700;text-align:left;padding:0 0 12px;color:#292442}#aj-school .ae-reading-full{background:#fff;border:1px solid #e5e1d8;border-radius:20px;padding:32px;margin:28px 0}#aj-school .ae-reading-prose{max-width:72ch;font-size:18px;line-height:1.85}#aj-school .ae-reading-support{font-size:13px;color:#625d70;border-top:1px solid #eee8dd;padding-top:14px}#aj-school .ae-reading p{white-space:pre-line}#aj-school .ae-vocabulary summary,#aj-school .ae-adult-tip summary,#aj-school .ae-source-note summary{cursor:pointer;font-weight:700;padding:12px 0}#aj-school .ae-vocabulary dt{font-weight:700}#aj-school .ae-vocabulary dd{margin:4px 0 12px}#aj-school .ae-goals{border-left:3px solid #7463b4;padding:12px 18px;margin:20px 0;background:#fff}#aj-school .ae-goals ul{margin:10px 0 0;padding-left:20px}#aj-school .ae-learning-links{margin:28px 0}#aj-school .ae-learning-links h2{font-size:22px}#aj-school .ae-learning-links>div{display:flex;flex-wrap:wrap;gap:12px}#aj-school .ae-learning-links a{display:block;background:#fff;border:1px solid #ddd6eb;border-radius:12px;padding:14px 18px;color:#3d3166;text-decoration:none;font-weight:600;max-width:100%}#aj-school .ae-learning-links a:hover{border-color:#5144ad}#aj-school .ae-source-note{padding:16px 22px;background:#f4f1f8;border-radius:14px;margin:24px 0;font-size:13px;line-height:1.7}#aj-school .ae-source-note a{color:#423277;overflow-wrap:anywhere}#aj-school .ae-targeted-feedback{font-weight:700}#aj-school #ae-visual[hidden]{display:none!important}
@media(max-width:560px){#aj-school .ae-reading-full{padding:22px 18px;border-radius:15px}#aj-school .ae-reading-prose{font-size:17px}#aj-school .ae-data-table th,#aj-school .ae-data-table td{padding:8px}#aj-school .ae-clock{width:210px}#aj-school .ae-learning-links a{width:100%}}
@media print{#aj-school .ae-visual{break-inside:avoid}#aj-school .ae-table-wrap{overflow:visible!important}#aj-school .ae-reading-full{border:0}#aj-school .ae-source-note,#aj-school .ae-learning-links{display:none}}
