@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Nunito:wght@500;600;700;800;900&display=swap');
:root{--navy:#15396d;--navy2:#09294e;--sky:#eff7ff;--cream:#fffaf0;--ink:#182a43;--muted:#5e708b;--gold:#ffbf47;--line:#deebf5;--green:#177b61;--white:#fff;--shadow:0 14px 36px rgba(24,64,114,.075);font-family:'DM Sans',system-ui,sans-serif;color:var(--ink);background:#f5f9ff;font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #faab2a;outline-offset:3px}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{font-family:Nunito,system-ui,sans-serif;line-height:1.14}p{line-height:1.68}h1{font-size:clamp(2rem,3.5vw,3.4rem);letter-spacing:-.055em}h2{font-size:clamp(1.35rem,2.6vw,2rem);letter-spacing:-.03em}h3{font-size:1.17rem}small{color:var(--muted)}.skip-link{position:absolute;top:-70px;left:12px;background:white;padding:12px;z-index:999}.skip-link:focus{top:12px}.shell{display:grid;grid-template-columns:255px minmax(0,1fr);min-height:100vh}.sidebar{background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;position:sticky;top:0;height:100vh;padding:27px 17px 18px;z-index:5}.brand{display:flex;align-items:center;gap:11px;padding:0 8px 23px}.brand-icon{display:grid;place-items:center;background:var(--navy);color:#fff;border:3px solid #ffcf6d;width:43px;height:43px;flex:none;border-radius:15px;font-size:23px}.brand-name{font-family:Nunito,sans-serif;font-weight:900;color:var(--navy);line-height:1.08;font-size:15px}.brand-name span{color:#b8771a;display:block;font-size:12px;letter-spacing:.085em;margin-top:5px}.nav-heading{color:#99abc1;text-transform:uppercase;letter-spacing:.15em;font-size:10px;font-weight:800;margin:16px 12px 9px}.nav-link{display:flex;width:100%;align-items:center;gap:12px;text-align:left;padding:13px 13px;border-radius:14px;color:#45607e;background:transparent;border:0;font-weight:700;font-size:13px;margin:3px 0}.nav-link:hover,.nav-link.active{background:#eaf3ff;color:var(--navy)}.nav-ico{font-size:19px;width:23px;text-align:center}.sidebar-bottom{margin-top:auto}.sidebar-message{background:#fff6df;border:1px solid #f7df9d;border-radius:16px;padding:15px;color:#6e4c14;font-size:12px;line-height:1.7}.sidebar-message b{display:block;color:#2a3e55;font-size:13px}.sidebar-footer{font-size:10px;color:#92a4b7;margin:16px 10px 0}.workspace{min-width:0}.topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px clamp(18px,3vw,43px);background:rgba(255,255,255,.92);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:4;backdrop-filter:blur(10px)}.top-title{font-weight:800;font-family:Nunito,sans-serif;color:var(--navy);font-size:14px}.top-sub{font-size:11px;color:var(--muted);margin-top:3px}.top-right{display:flex;gap:10px;align-items:center}.pill{border-radius:100px;padding:8px 12px;font-size:11px;font-weight:800;background:#eaf6f0;color:#177052;white-space:nowrap}.pill.preview{background:#fff5dd;color:#88591d}.user-avatar{width:35px;height:35px;background:#e5eeff;color:#234782;border-radius:50%;display:grid;place-items:center;font-weight:900}.main{max-width:1350px;margin:auto;padding:32px clamp(18px,3vw,45px) 75px}.eyebrow{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.17em;color:#2d77b5;margin:0 0 13px}.hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(280px,.88fr);background:linear-gradient(135deg,#123c76,#205ca4);border-radius:25px;overflow:hidden;min-height:390px;color:#fff;box-shadow:var(--shadow)}.hero-copy{padding:clamp(26px,4vw,58px);align-self:center}.hero .eyebrow{color:#ffdf89}.hero h1{margin-bottom:15px}.hero p{color:#e3f0ff;max-width:570px;font-size:15px}.hero-image{position:relative;overflow:hidden;background:#d8effe;min-height:340px}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center 30%;position:absolute;inset:0}.hero-image:before{content:'';position:absolute;inset:0;z-index:1;box-shadow:inset 13px 0 28px #123c7630}.btn-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.btn{border:0;border-radius:12px;padding:12px 18px;font-weight:800;font-size:13px;background:var(--navy);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:43px}.btn:hover:not(:disabled){filter:brightness(1.09)}.btn.gold{background:var(--gold);color:#243249}.btn.light{background:#fff;color:var(--navy)}.btn.outline{background:#fff;color:var(--navy);border:1px solid #cddff2}.btn.soft{background:#e9f2ff;color:var(--navy)}.btn.green{background:#168266}.btn.small{padding:9px 12px;min-height:35px;font-size:12px}.btn.full{width:100%}.btn.ghost{background:transparent;color:var(--navy)}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:22px}.stat,.panel,.course-card,.lesson-card,.info-card,.notice{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.stat{padding:18px 19px}.stat strong{font:900 28px Nunito,sans-serif;color:var(--navy);display:block}.stat span{color:var(--muted);font-size:12px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:33px 0 16px}.section-head h2,.section-head p{margin:0}.section-head p{color:var(--muted);font-size:13px;margin-top:5px}.text-link{border:0;background:none;color:#21669d;font-weight:800;font-size:13px}.course-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.course-card{padding:0;overflow:hidden;display:flex;flex-direction:column;min-width:0}.course-art{height:125px;display:flex;align-items:center;justify-content:space-between;padding:18px 22px;position:relative;overflow:hidden}.course-art:after{content:'';border-radius:50%;width:150px;height:150px;background:#ffffff54;position:absolute;right:-48px;top:-80px}.course-art .emoji{font-size:50px;filter:drop-shadow(0 6px 4px #0001);z-index:1}.tag{display:inline-flex;align-items:center;padding:6px 9px;background:#ffffffbd;border-radius:100px;font-size:10px;font-weight:900;z-index:1}.course-body{padding:20px;display:flex;flex-direction:column;flex:1}.course-body h3{margin-bottom:9px;font-size:18px;color:var(--navy)}.course-body p{font-size:12px;color:var(--muted);line-height:1.65;flex:1;margin-bottom:17px}.meta-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:17px}.chip{display:inline-flex;padding:6px 9px;background:#f2f6fc;color:#54708b;border-radius:7px;font-size:10px;font-weight:800}.card-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px;border-top:1px solid var(--line);padding-top:14px}.card-bottom small{font-size:11px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.info-card{padding:21px}.info-card .info-icon{font-size:30px;margin-bottom:12px}.info-card h3{margin-bottom:8px;color:var(--navy)}.info-card p{font-size:12px;color:var(--muted);margin:0}.split{display:grid;grid-template-columns:1.25fr .75fr;gap:20px}.panel{padding:23px}.panel h2,.panel h3{color:var(--navy)}.panel p{font-size:13px;color:var(--muted)}.notice{padding:14px 17px;background:#fff8e5;color:#765820;border-color:#efdda7;font-size:12px;line-height:1.7;box-shadow:none}.notice.blue{background:#eff7ff;border-color:#cde1fc;color:#315982}.notice.green{background:#edf8f2;border-color:#cfecdb;color:#276c51}.banner{display:flex;gap:12px;align-items:flex-start;background:#eff7ff;border:1px solid #cbe5ff;padding:18px;border-radius:17px;margin-bottom:20px}.banner b{font-size:13px}.banner p{font-size:12px;margin:3px 0 0;color:#52708a}.page-head{margin-bottom:26px}.page-head h1{font-size:clamp(2rem,3vw,2.9rem);margin-bottom:9px;color:var(--navy)}.page-head p{color:var(--muted);margin:0;max-width:770px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.field{display:block;width:100%;padding:12px 13px;border:1px solid #cfddeb;border-radius:12px;background:white;color:var(--ink);font-size:13px}.filters .field{flex:1;min-width:170px}.filters select.field{max-width:185px}.course-detail-head{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);background:white;border:1px solid var(--line);border-radius:23px;overflow:hidden}.course-detail-copy{padding:35px}.course-detail-copy h1{color:var(--navy);font-size:clamp(2rem,3vw,2.8rem)}.course-detail-copy p{color:var(--muted);font-size:14px}.course-detail-art{min-height:275px;display:grid;place-items:center;font-size:105px;position:relative}.course-detail-art:before,.course-detail-art:after{content:'';position:absolute;border:3px solid #ffffff7f;border-radius:50%;width:190px;height:190px}.course-detail-art:after{width:255px;height:255px}.course-detail-art span{position:relative;z-index:1}.outline-list{display:grid;gap:10px}.lesson-card{display:flex;gap:13px;align-items:center;padding:15px;box-shadow:none}.lesson-number{border-radius:12px;background:#eaf4ff;width:42px;height:42px;display:grid;place-items:center;flex:none;color:var(--navy);font-weight:900}.lesson-card h3{margin:0 0 4px;font-size:14px}.lesson-card p{font-size:11px;margin:0;color:var(--muted)}.lesson-card .btn{margin-left:auto;white-space:nowrap}.progress-track{height:9px;background:#e8f0fa;overflow:hidden;border-radius:30px}.progress-fill{height:100%;background:linear-gradient(90deg,#19a879,#73d9a2);border-radius:30px;transition:width .2s}.progress-label{display:flex;justify-content:space-between;margin:9px 0;font-size:12px;color:var(--muted)}.back{display:inline-flex;background:transparent;border:0;padding:0;margin-bottom:20px;color:#1f72a5;font-weight:800;font-size:13px}.lesson-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:21px;align-items:start}.lesson-article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:clamp(20px,3.2vw,42px)}.lesson-article h1{color:var(--navy)}.lesson-article h2{font-size:21px;margin:28px 0 10px;color:var(--navy)}.lesson-article p{font-size:14px;color:#40556e;line-height:1.85}.reference{display:inline-block;color:#145e89;background:#eaf6ff;padding:8px 11px;border-radius:9px;font-weight:800;font-size:12px}.lesson-article .lead{font-size:15px;color:#2b577b;font-weight:700;border-left:4px solid #ffcb5c;padding-left:14px;margin:18px 0 24px}.callout{border-radius:15px;background:#f3f9ff;border:1px solid #dbeafb;padding:20px;margin-top:19px}.callout.goldish{background:#fff8e8;border-color:#f6e3b9}.callout.greenish{background:#eef8f1;border-color:#cfead6}.callout h3{margin-bottom:9px;color:var(--navy)}.callout p,.callout li{font-size:13px;color:#455f74}.callout ul{margin:0;padding-left:19px;line-height:1.85}.lesson-aside{position:sticky;top:100px}.aside-item{display:block;text-align:left;width:100%;border:0;border-radius:11px;padding:10px 12px;background:#f5f8fc;margin:6px 0;color:#566e88;font-size:12px}.aside-item.active{background:#e4f1ff;color:#154675;font-weight:800}.quiz-question{background:white;border:1px solid var(--line);border-radius:17px;padding:20px;margin:14px 0}.quiz-question h3{font-size:15px;color:var(--navy)}.option{width:100%;text-align:left;background:#f6f9fd;border:2px solid transparent;padding:12px 14px;margin:5px 0;border-radius:10px;font-size:13px;color:var(--ink)}.option:hover{background:#edf5ff}.option.selected{border-color:#2a74bc;background:#eaf4ff;font-weight:800}.quiz-answer{font-size:12px;color:var(--muted)}.certificate{padding:42px;border:10px double #e4bf64;text-align:center;border-radius:5px;background:linear-gradient(145deg,#fff,#fffaf0)}.certificate .seal{font-size:46px;margin-bottom:10px}.certificate h1{color:var(--navy);font-size:34px}.certificate h2{color:#a46e16}.certificate p{color:#4e657c}.cert-ribbon{font-size:10px;letter-spacing:.2em;color:#9d752b;font-weight:900}.cert-foot{display:flex;justify-content:space-around;gap:20px;margin-top:48px;font-size:12px}.cert-foot span{border-top:1px solid #b9a16b;padding-top:10px}.empty{padding:45px 20px;text-align:center;border:1px dashed #c8d7e8;border-radius:18px;background:#fff}.empty .emoji{font-size:36px}.empty p{color:var(--muted);font-size:13px}.footer{color:#8699ae;font-size:11px;text-align:center;padding:0 18px 25px}.modal-wrap{position:fixed;inset:0;background:#0b2647a8;display:grid;place-items:center;z-index:10;padding:15px}.modal{background:#fff;border-radius:22px;padding:27px;width:min(100%,450px);max-height:93vh;overflow:auto;box-shadow:0 25px 80px #051b3550}.modal h2{color:var(--navy);margin-bottom:7px}.modal p{font-size:12px;color:var(--muted)}.modal label{display:block;font-size:12px;font-weight:800;margin:14px 0 6px}.modal .field{min-width:0}.modal-actions{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:18px}.modal-close{border:0;border-radius:50%;background:#f0f5fa;width:32px;height:32px;font-size:19px;float:right}.auth-error{color:#ab2626!important;font-size:12px}.account-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 0;border-bottom:1px solid var(--line);font-size:13px}#toast{position:fixed;z-index:99;bottom:22px;right:22px;max-width:min(370px,90vw);padding:0;background:#15396d;color:white;border-radius:12px;box-shadow:var(--shadow);font-size:12px;line-height:1.5;overflow:hidden}#toast.visible{padding:13px 16px}.mobile-nav{display:none}.hide{display:none!important}@media(max-width:1150px){.course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-grid{grid-template-columns:repeat(2,1fr)}.hero{min-height:340px}.hero-image{min-height:300px}}@media(max-width:900px){.shell{grid-template-columns:1fr}.sidebar{display:none}.mobile-nav{display:flex;gap:5px;padding:9px 10px;background:white;position:fixed;bottom:0;left:0;right:0;z-index:6;box-shadow:0 -5px 25px #0b366315;border-top:1px solid var(--line);justify-content:space-around}.mobile-nav .nav-link{flex:1;min-width:0;flex-direction:column;gap:2px;padding:7px 2px;font-size:10px;margin:0}.mobile-nav .nav-ico{font-size:19px}.footer{padding-bottom:85px}.main{padding-bottom:105px}.topbar{top:0}.lesson-layout{grid-template-columns:1fr}.lesson-aside{position:static;order:-1}.lesson-aside .panel{padding:15px}.lesson-aside .aside-item{display:inline-flex;width:auto;margin:4px}.split{grid-template-columns:1fr}}@media(max-width:600px){.hero,.course-detail-head{grid-template-columns:1fr}.hero-image{min-height:245px;order:-1}.hero-copy{padding:25px}.hero h1{font-size:2.15rem}.hero p{font-size:13px}.course-detail-art{min-height:185px;font-size:80px;order:-1}.course-detail-copy{padding:23px}.course-grid,.feature-grid{grid-template-columns:1fr}.stat-grid{gap:9px}.stat{padding:15px}.stat strong{font-size:23px}.main{padding:19px 15px 100px}.topbar{padding:11px 15px}.top-title{font-size:12px}.top-sub{font-size:10px}.top-right .pill{display:none}.top-right .btn{padding:8px 10px;min-height:34px}.lesson-card{flex-wrap:wrap}.lesson-card .btn{margin-left:0}.lesson-article{padding:19px}.filters select.field{max-width:none}.cert-foot{flex-direction:column}.certificate{padding:20px}.certificate h1{font-size:25px}}@media print{body{background:white}.sidebar,.mobile-nav,.topbar,.footer,.print-hide,#toast{display:none!important}.shell{display:block}.main{padding:0;max-width:none}.certificate{border:10px double #bfa05b;min-height:92vh;display:flex;flex-direction:column;justify-content:center}.print-only{display:block!important}.print-cert .main>*:not(.certificate){display:none!important}}.print-only{display:none}

/* Official user-supplied brand artwork has a consistent home in site identity and certificates. */
.brand-photo{display:block;width:57px;height:57px;flex:0 0 57px;border-radius:14px;object-fit:contain;background:#fff;box-shadow:0 2px 9px #13376a18;border:1px solid #e4eef9}
.top-identity{display:flex;align-items:center;gap:10px;min-width:0}
.mobile-brand-photo{display:none;width:42px;height:42px;flex:0 0 42px;border-radius:9px;object-fit:contain;background:#fff;border:1px solid #dfeaf5}
.certificate-brand{display:block;width:104px;height:104px;object-fit:contain;margin:0 auto 12px}
.lesson-audio{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:15px}
.lesson-audio span{font-size:11px;color:var(--muted)}
@media(max-width:900px){.mobile-brand-photo{display:block}}
@media(max-width:600px){.mobile-brand-photo{width:33px;height:33px;flex-basis:33px}.top-identity{gap:6px}.top-title{font-size:11px!important}.top-sub{display:none}.top-right{gap:5px}}
@media print{.certificate-brand{width:95px;height:95px;print-color-adjust:exact}}

/* v1.2: the brand artwork belongs in compact identity and certificates, never as a giant hero placeholder. */
.brand-photo{width:45px;height:45px;flex-basis:45px;border-radius:12px;object-position:top center}
.hero-upgraded{grid-template-columns:minmax(0,1.07fr) minmax(320px,.93fr);min-height:440px;background:linear-gradient(135deg,#092b57 0%,#14549a 70%,#1a6fac 100%)}
.hero-upgraded .hero-copy{padding:clamp(28px,4vw,54px)}
.hero-upgraded h1{font-size:clamp(2.1rem,3.2vw,3.4rem);line-height:1.12}
.hero-upgraded .hero-highlight{color:#ffcf72}
.hero-upgraded .hero-note{font-size:11px;font-weight:700;color:#d5eaff;line-height:1.7;margin-top:22px}
.story-stage{position:relative;overflow:hidden;background:linear-gradient(155deg,#96dfff,#e2f5ff 58%,#fff3cb);min-height:440px;isolation:isolate;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:25px 20px 22px;color:#153b69}
.stage-halo{position:absolute;inset:11% 10% 15%;border:2px solid #ffffffa8;border-radius:50%;box-shadow:0 0 0 33px #ffffff35,0 0 0 78px #ffffff22;z-index:-1}
.stage-label{background:#fff;color:#18539a;border-radius:100px;padding:9px 16px;box-shadow:0 7px 22px #10538a18;font-size:11px;font-weight:900;letter-spacing:.09em;z-index:2;margin-bottom:12px}
.stage-people{font-size:clamp(38px,5vw,68px);display:flex;gap:8px;align-items:end;margin-bottom:-13px;filter:drop-shadow(0 6px 4px #294d7018);z-index:2}
.stage-people span:nth-child(2){font-size:1.22em}
.stage-book{background:linear-gradient(135deg,#fffef7,#fff7d8);border:3px solid #f2ce80;border-radius:29px;padding:13px 23px 17px;width:min(82%,320px);box-shadow:0 22px 38px #315c8544,0 8px 0 #ecbd58;transform:rotate(-2deg);text-align:center;z-index:2}
.stage-book-pages span{font-size:72px;line-height:1;display:block}
.stage-book-note{font-family:Nunito,sans-serif;font-size:17px;line-height:1.28;font-weight:700}
.stage-book-note strong{color:#155d9e}
.stage-card{position:absolute;background:#fff;color:#27537f;border-radius:13px;padding:11px 10px;box-shadow:0 10px 25px #15497922;font-weight:900;font-size:11px;display:flex;flex-direction:column;align-items:center;gap:3px;z-index:3}
.stage-card-left{left:4%;top:36%;transform:rotate(-9deg)}.stage-card-right{right:4%;top:39%;transform:rotate(8deg)}
.stage-bottom{font-size:12px;font-weight:900;color:#1f5e91;letter-spacing:.05em;margin-top:25px;text-align:center;z-index:2}
.stage-bottom span{display:block;text-transform:none;font-weight:700;letter-spacing:0;margin-top:5px}
.quick-start{background:#fff;box-shadow:var(--shadow);border:1px solid var(--line);border-radius:20px;padding:19px 23px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:20px}
.quick-start>div{display:flex;gap:14px;align-items:center;min-width:0}.quick-start .eyebrow{font-size:10px;margin:0 0 4px}.quick-icon{height:55px;width:55px;display:grid;place-items:center;background:#f0f7ff;border-radius:16px;font-size:32px;flex:none}.quick-start h2{font-size:18px;margin:0 0 4px}.quick-start p:not(.eyebrow){font-size:12px;color:var(--muted);margin:0}.quick-start button{flex:none}
.pathway-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.pathway-card{border:1px solid #dbe9f4;border-radius:20px;background:#fff;padding:20px;text-align:left;min-width:0;display:flex;flex-direction:column;gap:7px;box-shadow:var(--shadow);transition:transform .17s,box-shadow .17s}
.pathway-card:hover{transform:translateY(-3px);box-shadow:0 17px 38px #2453881c}
.pathway-card.pink{background:linear-gradient(140deg,#fff0f5,#fff)}.pathway-card.blue{background:linear-gradient(140deg,#eaf5ff,#fff)}.pathway-card.purple{background:linear-gradient(140deg,#f2eeff,#fff)}.pathway-card.green{background:linear-gradient(140deg,#e8faf2,#fff)}
.pathway-icon{font-size:35px}.pathway-age{font-size:10px;color:#547695;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.pathway-card strong{font:900 18px Nunito,sans-serif;color:#173968}.pathway-card>span:nth-last-child(2){font-size:12px;line-height:1.5;color:#51677e;min-height:37px}.pathway-card b{margin-top:auto;color:#1d6196;font-size:12px}
.spotlight{display:grid;grid-template-columns:56px minmax(0,1fr) 210px;gap:21px;align-items:center;border:1px solid #f3dda1;border-radius:22px;background:linear-gradient(115deg,#fffae9 0%,#fff6d6 65%,#e0f6ff);margin-top:30px;padding:28px}.spotlight-icon{background:white;border-radius:16px;font-size:33px;width:56px;height:56px;display:grid;place-items:center}.spotlight .eyebrow{color:#9b6f13}.spotlight h2{color:#173968;font-size:24px;margin:0 0 8px}.spotlight p:not(.eyebrow){font-size:13px;color:#536980;margin:0}.spotlight .btn-row{margin-top:17px}.spotlight-art{border-radius:23px;background:linear-gradient(135deg,#fff,#d8ebff);border:2px solid white;min-height:175px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;transform:rotate(3deg)}.spotlight-art span{font-size:72px}.spotlight-art small{font-size:9px;font-weight:900;color:#315f93;text-align:center}
@media(max-width:1180px){.pathway-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.spotlight{grid-template-columns:45px minmax(0,1fr)}.spotlight-art{display:none}}
@media(max-width:750px){.hero-upgraded{grid-template-columns:1fr}.story-stage{min-height:350px;order:-1}.hero-upgraded .hero-copy{padding:25px}.quick-start{align-items:stretch;flex-direction:column}.quick-start button{align-self:start}.spotlight{display:block;padding:22px}.spotlight-icon{margin-bottom:12px}}
@media(max-width:430px){.pathway-grid{grid-template-columns:1fr}.story-stage{min-height:320px}.stage-book{width:min(87%,300px)}.stage-card-left{left:2%;top:40%}.stage-card-right{right:2%;top:42%}}

/* Bible study room, character explorer and meaningful lesson self-check. */
.study-link{display:flex;align-items:center;gap:16px;background:#edf6ff;border:1px solid #d4e8fd;border-radius:19px;padding:20px;margin-top:20px}.study-link>span{font-size:36px}.study-link>div{flex:1}.study-link strong{font:900 18px Nunito,sans-serif;color:var(--navy)}.study-link p{font-size:12px;color:#536a83;margin:4px 0 0}.study-link .btn{flex:none}
.study-intro{display:flex;align-items:center;gap:22px;padding:25px;border-radius:22px;background:linear-gradient(120deg,#12457a,#186da3);color:white}.study-intro>span{font-size:62px}.study-intro>div{flex:1}.study-intro h2{font-size:24px;margin:0 0 7px}.study-intro p{font-size:13px;line-height:1.6;margin:0;color:#e4f3ff}.study-intro .btn{flex:none}
.reading-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.reading-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:21px;box-shadow:var(--shadow);min-width:0;position:relative;display:flex;flex-direction:column;align-items:flex-start}.reading-day{font-size:10px;color:#527698;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.reading-index{position:absolute;top:16px;right:18px;font:900 29px Nunito,sans-serif;color:#e2ecf6}.reading-card h3{color:var(--navy);font-size:19px;margin:8px 0}.reading-card .reference{font-size:11px}.reading-card p{color:#52677d;font-size:13px;flex:1;margin:15px 0}.reading-card .btn{margin-top:auto}
.character-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.character-card{display:flex;align-items:flex-start;gap:17px;background:white;padding:20px;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.character-icon{font-size:43px;background:#eef6ff;padding:15px;border-radius:16px}.character-card h3{color:var(--navy);margin:0 0 3px}.character-card b{font-size:11px;color:#2972a3}.character-card p{font-size:12px;margin:8px 0;color:#50667d}.character-card small{font-size:11px}.character-card .text-link{margin-top:10px;padding:0}
.self-check{border-radius:17px;border:1px solid #d9dafb;background:#f7f6ff;padding:21px;margin:20px 0}.self-check h3{color:var(--navy);margin:0 0 8px}.self-check>p:not(.eyebrow){font-size:14px;color:#455a75}.self-check-answer{background:white;border:1px solid #e2dff5;padding:17px;border-radius:13px;margin-top:13px}.self-check-answer h4{margin-bottom:8px}.self-check-answer li,.self-check-answer p{font-size:12px;line-height:1.8;color:#405770}
@media(max-width:1100px){.reading-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.study-intro{flex-wrap:wrap}.study-link{flex-wrap:wrap}}
@media(max-width:650px){.reading-grid,.character-grid{grid-template-columns:1fr}.study-intro>span{font-size:43px}.character-card{padding:15px;gap:12px}.character-icon{padding:10px}.study-link .btn,.study-intro .btn{width:100%}}
/* v2: individual Bible learning worlds, memory verse lab, and activity studio. */
.programme-welcome{background:linear-gradient(110deg,#eff7ff,#fffbe8);border:1px solid #d8eaf6;border-radius:18px;padding:17px 20px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin:15px 0 20px}.programme-welcome h2{font-size:19px;color:var(--navy);margin:2px 0 4px}.programme-welcome p{font-size:12px;color:var(--muted);margin:0}.programme-welcome .eyebrow{font-size:10px;margin:0}.programme-welcome .btn{flex:none}
.programme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.programme-tile{border:1px solid #dfebf7;background:#fff;border-radius:23px;overflow:hidden;box-shadow:var(--shadow);padding:0 23px 23px;display:flex;flex-direction:column;align-items:flex-start}.programme-tile.pink{background:#fff8fc}.programme-tile.blue{background:#f5faff}.programme-tile.purple{background:#faf7ff}.programme-tile.green{background:#f6fff9}.programme-picture{height:150px;width:calc(100% + 46px);margin:0 -23px 20px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;gap:20px;background:linear-gradient(120deg,#fff7c4,#ffe2ef)}.programme-tile.blue .programme-picture{background:linear-gradient(125deg,#bcf1ff,#d7e5ff)}.programme-tile.purple .programme-picture{background:linear-gradient(125deg,#dddcff,#f6dcff)}.programme-tile.green .programme-picture{background:linear-gradient(125deg,#cbf4d9,#fef1c8)}.programme-picture:after{content:'📖';position:absolute;font-size:70px;right:8%;bottom:-23px;transform:rotate(-15deg);opacity:.24}.programme-picture>span:first-child{font-size:82px;filter:drop-shadow(0 7px 6px #213f6c1c);z-index:1}.programme-picture>span:last-child{font-size:11px;font-weight:900;color:#284e79;z-index:1;max-width:120px}.programme-age{font-size:10px;text-transform:uppercase;letter-spacing:.11em;font-weight:900;color:#387ca7}.programme-tile h2{font-size:24px;color:var(--navy);margin:8px 0}.programme-tile h3{font-size:13px;color:#996321;margin:0 0 6px}.programme-tile p{color:#546a83;font-size:13px;flex:1}.programme-tile-foot{border-top:1px solid #dce9f5;padding-top:14px;display:flex;gap:10px;align-items:center;justify-content:space-between;width:100%;flex-wrap:wrap}.programme-tile-foot span{color:var(--muted);font-size:11px;font-weight:800}
.programme-hero{padding:clamp(24px,4vw,48px);border-radius:23px;display:grid;grid-template-columns:1.35fr .65fr;gap:20px;align-items:center;overflow:hidden;background:linear-gradient(120deg,#ffedf5,#fff9dc);color:#173962}.programme-hero.blue{background:linear-gradient(120deg,#d2f4ff,#e8edff)}.programme-hero.purple{background:linear-gradient(120deg,#eae2ff,#fff0fb)}.programme-hero.green{background:linear-gradient(120deg,#dbf8e4,#fff5d7)}.programme-hero h1{color:#173968;margin:0 0 7px}.programme-hero h2{font-size:19px;color:#376da4;margin-bottom:10px}.programme-hero p{max-width:570px;color:#465d7c}.programme-hero .eyebrow{color:#21669d}.programme-hero-illustration{display:flex;justify-content:center;align-items:center;gap:4px;font-size:clamp(45px,5vw,85px);min-height:160px;position:relative;border-radius:50%;background:#ffffff85;box-shadow:0 0 0 17px #ffffff37}.programme-hero-illustration span:nth-child(1){position:absolute;left:6%;top:-9%;font-size:.8em}.programme-hero-illustration span:nth-child(3){position:absolute;right:10%;top:12%;font-size:.5em}
.programme-guidance{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:25px 0;padding:22px;border-radius:18px;background:#fff;border:1px solid var(--line)}.programme-guidance h2,.programme-guidance h3{font-size:18px;color:var(--navy)}.programme-guidance p{color:#566f85;font-size:13px;margin:8px 0}.programme-guidance .btn-row{margin-top:12px}
.verse-grid,.activity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.verse-card,.activity-tile{border:1px solid #d8e7f5;background:white;border-radius:21px;box-shadow:var(--shadow);padding:23px;min-width:0}.verse-symbol,.activity-art{font-size:42px;display:grid;place-items:center;min-height:85px;background:linear-gradient(115deg,#e7f5ff,#fff6d5);border-radius:16px;margin-bottom:13px}.verse-card .reference{display:inline-block;margin-bottom:12px}.verse-card h2,.activity-tile h2{font-size:20px;color:var(--navy);margin:0 0 9px}.verse-card p,.activity-tile p{font-size:13px;color:#506980;line-height:1.65}.verse-actions{display:flex;align-items:flex-start;gap:10px;flex-direction:column}.verse-actions .self-check-answer{width:100%;margin-top:0}.activity-tile{display:flex;flex-direction:column;align-items:flex-start}.activity-tile p{flex:1}.activity-tile .chip{margin-bottom:10px}
.review-feedback{text-align:left;border-radius:16px;background:#f4f9ff;border:1px solid #dbe7f5;padding:18px;margin:20px 0}.review-feedback h2{font-size:18px;color:var(--navy)}.review-item{border-top:1px solid #dbe7f5;padding:11px 0}.review-item strong{font-size:12px}.review-item p{margin:5px 0;color:#526b81;font-size:12px}.review-item .text-link{padding:0}
@media(max-width:950px){.programme-grid,.programme-guidance{grid-template-columns:1fr}.programme-hero{grid-template-columns:1fr}.programme-hero-illustration{min-height:135px;font-size:60px}}
@media(max-width:650px){.programme-welcome{align-items:stretch;flex-direction:column}.programme-welcome .btn{align-self:flex-start}.programme-grid,.verse-grid,.activity-grid{grid-template-columns:1fr}.programme-hero{padding:24px}.programme-hero-illustration{font-size:51px}.programme-tile-foot .btn{width:100%}}
@media print{.programme-welcome,.programme-guidance,.programme-grid,.verse-grid,.activity-grid{break-inside:avoid}}

.sidebar{overflow-y:auto;overscroll-behavior:contain}

/* v2.1: hero artwork replaces the text-heavy Bible discovery illustration. */
.story-stage-photo{padding:0;background:#d9edfd;display:block;isolation:auto}
.story-stage-photo img{width:100%;height:100%;position:absolute;inset:0;display:block;object-fit:cover;object-position:center 55%}

/* Version 3 — Bible Discovery Centre, story builder, art corner and teacher planner. */
.discovery-lead{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(250px,.85fr);align-items:stretch;overflow:hidden;border-radius:24px;background:#123d6e;color:white;margin-bottom:30px}
.discovery-lead>div:first-child{padding:clamp(24px,4vw,48px)}.discovery-lead h1{font:900 clamp(27px,3.1vw,40px)/1.18 Nunito,sans-serif;margin:10px 0 13px;color:white}.discovery-lead p{color:#e4f2ff;font-size:14px;line-height:1.7}.discovery-cover{min-height:255px;overflow:hidden}.discovery-cover img{width:100%;height:100%;display:block;object-fit:cover}.discovery-promo{background:linear-gradient(110deg,#e5f5ff,#fff6d8);border:1px solid #d1e5f5;border-radius:20px;padding:20px;display:flex;justify-content:space-between;align-items:center;gap:20px;margin:20px 0}.discovery-promo h2{font:900 20px Nunito,sans-serif;color:var(--navy);margin:5px 0}.discovery-promo p{font-size:12px;color:#536b82;margin:0}.discovery-promo .btn{flex-shrink:0}
.discovery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:16px 0 24px}.discovery-card{min-width:0;display:flex;flex-direction:column;align-items:flex-start;background:white;border:1px solid #d8e7f3;box-shadow:var(--shadow);padding:22px;border-radius:19px}.discovery-ico{font-size:32px;display:grid;place-items:center;width:65px;height:61px;border-radius:14px;background:linear-gradient(120deg,#d9eeff,#fff2ce);margin-bottom:13px}.discovery-meta{font-size:10px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;color:#39749b;margin:4px 0 7px}.discovery-card h3,.reading-plan-day h3{font:900 19px Nunito,sans-serif;color:var(--navy);margin:4px 0 8px}.discovery-card p{font-size:13px;color:#4c6480;line-height:1.63;margin:5px 0 12px}.discovery-card .btn{margin-top:auto}.discovery-card .reference{color:#2c6792;font-weight:800}.discovery-search-label{display:block;font-size:12px;font-weight:800;color:#284f75;margin:20px 0 8px}.discovery-stack{display:grid;gap:12px;margin:22px 0}.discovery-detail{background:white;border:1px solid #dae8f5;border-radius:17px;box-shadow:var(--shadow);overflow:hidden}.discovery-detail summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:15px;padding:18px 20px;color:var(--navy)}.discovery-detail summary::-webkit-details-marker{display:none}.discovery-detail summary span:nth-child(2){flex:1}.discovery-detail summary b{display:block;font:900 17px Nunito,sans-serif}.discovery-detail summary small{display:block;font-size:11px;color:#6b8296;margin-top:5px}.timeline-number{display:grid;place-items:center;background:#e6f4ff;color:#115b91;width:36px;height:36px;border-radius:50%;font-weight:900}.discovery-detail-body{border-top:1px solid #ebf1f7;padding:5px 22px 19px}.discovery-detail-body p{font-size:13px;color:#49637a;line-height:1.75}.guided-task{background:#f0f7ff;border:1px solid #d8e7f6;border-radius:13px;padding:14px 16px;margin:14px 0}.guided-task b{color:#1b4c81}.guided-task p{margin:7px 0 0;font-size:13px;line-height:1.65;color:#375b7e}.mini-reflect{margin:10px 0 16px;width:100%;background:#f4f9ff;border:1px solid #e1ecfa;border-radius:12px;padding:11px 13px}.mini-reflect summary{cursor:pointer;color:#195384;font-size:12px;font-weight:900}.mini-reflect p{margin:10px 0 2px}.discovery-empty{font-size:13px;color:#795929;margin:10px 0 20px}
.story-toolbar{background:#fff;border:1px solid #d9e9f8;border-radius:15px;padding:17px;display:flex;align-items:center;gap:15px;margin:18px 0}.story-toolbar label{font-size:13px;font-weight:900;color:#234d70}.story-toolbar select{max-width:460px}.sequence-list{list-style:none;padding:0;display:grid;gap:10px;margin:20px 0}.sequence-row{display:flex;align-items:center;gap:14px;padding:13px 15px;background:#f4f9ff;border:1px solid #d6e7f8;border-radius:13px;font-size:13px;color:#274767}.sequence-index{background:#1c619a;color:white;font-weight:900;padding:9px 13px;border-radius:10px}.sequence-row>span:nth-child(2){flex:1}.sequence-actions{display:flex;gap:5px}.sequence-actions .btn{min-width:37px}.reading-plan-list{background:white;border:1px solid #d6e6f4;padding:clamp(17px,3vw,28px);border-radius:20px}.reading-plan-list h2{color:var(--navy)}.reading-plan-list>p{color:#577089;font-size:13px}.reading-plan-day{border-top:1px solid #e4edf7;padding:17px 0;display:flex;align-items:center;justify-content:space-between;gap:16px}.reading-plan-day p{font-size:13px;color:#4d6680;margin:2px 0}.paint-layout,.teacher-layout{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:18px;margin:20px 0}.paint-layout .panel,.teacher-layout .panel{min-width:0}.paint-palette{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.paint-color{width:42px;height:42px;border-radius:50%;cursor:pointer;border:3px solid white;box-shadow:0 0 0 1px #8aa1ba}.paint-color.selected{outline:3px solid #245b95;outline-offset:2px}.paint-canvas{padding:8px;background:white;border:1px solid #cbdfee;border-radius:19px;display:grid;place-items:center}.paint-canvas svg{max-width:100%;height:auto;touch-action:manipulation}.paint-canvas [data-paint-shape]{cursor:pointer;stroke-linejoin:round}.teacher-layout .panel label{display:block;color:#24476b;font-size:12px;font-weight:800;margin:15px 0 7px}.teacher-layout textarea{display:block;width:100%;min-height:70px;resize:vertical;font:inherit}.teacher-layout .field{width:100%}.teacher-layout .btn[type=submit]{margin-top:18px}.teacher-paper{padding:20px;border:1px solid #c8d8e7;border-radius:12px;background:#fffdf4;margin:20px 0}.teacher-paper h3{font-size:16px;color:var(--navy);margin:16px 0 8px}.teacher-paper p{white-space:pre-wrap;overflow-wrap:anywhere;color:#3d5873;font-size:13px;line-height:1.7}.discovery-detail[hidden],.discovery-card[hidden]{display:none!important}
@media(max-width:1160px){.discovery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.discovery-lead{grid-template-columns:1fr 36%}}@media(max-width:770px){.discovery-lead{display:flex;flex-direction:column}.discovery-cover{height:220px}.discovery-grid,.paint-layout,.teacher-layout{grid-template-columns:1fr}.discovery-promo,.story-toolbar,.reading-plan-day{flex-direction:column;align-items:stretch}.discovery-promo .btn{align-self:start}.paint-canvas svg{width:100%}}@media(max-width:450px){.discovery-grid{grid-template-columns:1fr}.discovery-lead>div:first-child{padding:23px}.sequence-row{flex-wrap:wrap}.sequence-row>span:nth-child(2){flex-basis:calc(100% - 56px)}.sequence-actions{margin-left:auto}}
@media print{.sidebar,.topbar,.mobile-nav,.footer,.teacher-layout form,.teacher-output>.btn,.discovery-lead,.back{display:none!important}.workspace,.main{margin:0!important;width:100%!important;padding:0!important}.teacher-layout{display:block}.teacher-output{border:none!important;box-shadow:none!important}.teacher-paper{border:none!important}}
