@import"https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,500;0,6..72,600;0,6..72,700;1,6..72,500;1,6..72,600&family=Public+Sans:wght@400;500;600;700&display=swap";:root{--color-bg: #fbfdfb;--color-surface: #ffffff;--color-surface-soft: #f0f8f3;--color-ink: #13241d;--color-ink-soft: #54675e;--color-primary: #1f7a5a;--color-primary-dark: #176147;--color-teal: #159a8c;--color-lime: #86c34a;--color-accent: #d9a441;--color-accent-soft: #f4e6c5;--color-border: #e2ece7;--color-sky: #e3f3ec;--radius: 18px;--radius-lg: 28px;--shadow: 0 16px 40px -30px rgba(19, 36, 29, .18);--shadow-hover: 0 28px 52px -34px rgba(21, 154, 140, .32);--maxw: 1180px;--font-body: "Public Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Newsreader", Georgia, "Times New Roman", serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--color-ink);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-display);line-height:1.08;letter-spacing:0;color:var(--color-ink)}h1{font-size:2rem;margin:0 0 .5rem;font-weight:600}h2{font-size:1.5rem;margin:0 0 .75rem;font-weight:600}h3{font-size:1.2rem;margin:0 0 .5rem;font-weight:600}p{margin:0 0 1rem;color:var(--color-ink-soft)}a{color:var(--color-primary)}a:hover{color:var(--color-primary-dark)}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 2.75rem}.site-header{background:#fbfdfbe0;border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:64px;padding:.55rem 0}.brand{display:inline-flex;align-items:center;gap:.7rem;font-family:var(--font-display);font-weight:600;font-size:1.18rem;color:var(--color-ink);text-decoration:none}.brand-wordmark{gap:0}.brand-logo{display:block;width:auto;height:50px}.brand-mark{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,var(--color-teal),var(--color-lime));color:#fff;box-shadow:0 16px 28px -20px #159a8c8c}.brand-mark svg{width:17px;height:17px}.nav-links{display:flex;align-items:center;gap:.35rem;list-style:none;margin:0;padding:0}.nav-links a{display:inline-block;padding:.42rem .65rem;border-radius:999px;text-decoration:none;color:var(--color-ink-soft);font-weight:500;font-size:.95rem}.nav-links a:hover{background:#e3f3ece6;color:var(--color-primary)}.nav-links a.active{color:var(--color-primary);background:#e3f3ece6}.nav-toggle{display:none;background:#ffffffb8;border:1px solid var(--color-border);border-radius:12px;padding:.45rem .7rem;font-size:1.2rem;cursor:pointer;color:var(--color-ink)}.hero{position:relative;overflow:hidden;padding:4rem 0;border-bottom:1px solid rgba(226,236,231,.75)}.hero>.container{position:relative;z-index:1;text-align:center}.hero h1{margin:0 auto 1.3rem;font-size:4rem;letter-spacing:0}.hero .lead{max-width:40rem;margin:0 auto 2rem;font-size:1.15rem}.page-hero{background:#f6fbf7;padding:2rem 0 2.1rem}.page-hero>.container{text-align:left}.page-hero h1{margin:0 0 .55rem;font-size:2.25rem}.page-hero .lead{max-width:44rem;margin:0;font-size:1rem}.hero-kicker{display:inline-flex;align-items:center;gap:.65rem;margin:0 auto 1.5rem;padding:.55rem 1rem;border:1px solid rgba(226,236,231,.92);border-radius:999px;background:#ffffffbd;color:var(--color-teal);font-size:.84rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.hero-kicker-dot{width:.55rem;height:.55rem;border-radius:50%;background:linear-gradient(135deg,var(--color-teal),var(--color-lime))}.hero-accent{background:linear-gradient(120deg,var(--color-teal),var(--color-lime));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.9rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.72rem 1.15rem;border-radius:999px;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;font-size:.94rem;transition:transform .15s ease,box-shadow .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.btn-primary{background:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-dark);color:#fff;box-shadow:0 24px 34px -28px #1f7a5acc;transform:translateY(-1px)}.btn-outline{background:var(--color-sky);color:var(--color-primary);border-color:#1f7a5a14}.btn-outline:hover{background:#d4ebe0;color:var(--color-primary-dark)}.btn:active{transform:translateY(1px)}.section{padding:5.25rem 0}.section-tight{padding:3.2rem 0}.section h2{text-align:left}.eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:.82rem;font-weight:600;color:var(--color-teal);margin:0 0 .5rem}.muted{color:var(--color-ink-soft)}.center{text-align:center}.section-intro{max-width:44rem;margin:0 auto 2.8rem;text-align:center}.section-intro h2{margin-bottom:.9rem;text-align:center;font-size:2.6rem}.section-intro p{font-size:1.04rem}.surface-tint{background:linear-gradient(180deg,#f0f8f3e6,#fbfdfbf2)}.grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.45rem;box-shadow:var(--shadow);transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease;display:flex;flex-direction:column}.card.linkable:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px);border-color:#159a8c38}.card h3{margin-bottom:.45rem}.card .card-icon{font-size:1.6rem}.card .card-foot{margin-top:auto;padding-top:1rem}.card a.card-link{font-weight:600;text-decoration:none}.card a.card-link:after{content:" →"}.badge{display:inline-block;align-self:flex-start;font-size:.76rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.34rem .72rem;border-radius:999px;background:var(--color-accent-soft);color:#8a6116}.badge-soft{background:var(--color-sky);color:var(--color-primary)}.badge-muted{background:#eceef0;color:#65706c}.badge-available{background:#dff4df;color:#287235}.badge-lesson{background:#e3f3ec;color:#1f7a5a}.badge-activity{background:#e9f6d8;color:#4d7622}.badge-simulation{background:#e1f2f5;color:#137182}.badge-teacher{background:#f4e6c5;color:#8a6116}.badge-row{display:flex;flex-wrap:wrap;gap:.45rem;margin:.85rem 0 0}.badge-row .badge{font-size:.68rem;letter-spacing:.06em;padding:.26rem .58rem}.meta-list{list-style:none;margin:.5rem 0 0;padding:0;font-size:.9rem}.meta-list li{padding:.3rem 0;border-bottom:1px dashed var(--color-border);display:flex;justify-content:space-between;gap:.75rem}.meta-list li:last-child{border-bottom:0}.meta-list .meta-key{color:var(--color-ink-soft);font-weight:600}.meta-list .meta-val{text-align:right}.callout{background:var(--color-sky);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.2rem 1.35rem;margin:1.5rem 0;box-shadow:var(--shadow)}.callout.callout-amber{background:linear-gradient(180deg,#f4e6c5bf,#fff9e9eb)}.callout h3{margin-top:0}.visual-hero{background:radial-gradient(circle at 12% 18%,rgba(134,195,74,.2),transparent 24rem),radial-gradient(circle at 88% 8%,rgba(21,154,140,.16),transparent 24rem),linear-gradient(135deg,#f6fbf7,#fffaf0)}.visual-hero .container{text-align:left}.hero-router-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.55fr);gap:2rem;align-items:center}.hero-copy{max-width:46rem}.hero-copy h1{max-width:12ch;margin:0 0 .85rem;font-size:clamp(2.4rem,7vw,5.2rem);line-height:.95}.hero-copy .lead{max-width:37rem;margin:0}.hero-card-stack{position:relative;min-height:17rem}.hero-library-card{position:absolute;inset:auto 0 0 auto;width:min(100%,21rem);border-radius:28px;padding:1.2rem;border:1px solid rgba(31,122,90,.14);background:#ffffffdb;box-shadow:0 28px 70px -44px #13241d73}.hero-library-card:first-child{top:0;bottom:auto;right:2.1rem;transform:rotate(-4deg)}.hero-library-card:nth-child(2){top:5.3rem;right:.5rem;transform:rotate(3deg)}.hero-library-card:nth-child(3){bottom:.2rem;right:3.3rem;transform:rotate(-1deg)}.hero-library-card h3{margin:.6rem 0 .25rem;font-size:1.25rem}.hero-library-card p{margin:0;font-size:.88rem}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:1.25rem;margin-bottom:1.35rem}.section-heading h2{margin-bottom:.25rem;font-size:clamp(1.7rem,4vw,2.7rem)}.section-heading p{max-width:38rem;margin:0}.topic-tile-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.topic-tile{position:relative;min-height:18rem;overflow:hidden;border-radius:26px;padding:1.25rem;color:var(--color-ink);background:linear-gradient(180deg,#ffffffd6,#fffffffa),var(--tile-accent, var(--color-sky))}.topic-tile:after{content:"";position:absolute;inset:auto -2rem -4rem auto;width:11rem;height:11rem;border-radius:50%;background:var(--tile-orb, rgba(31, 122, 90, .12))}.topic-tile h3{position:relative;z-index:1;margin-top:1rem;font-size:1.65rem}.topic-tile p,.topic-tile .badge-row,.topic-tile .card-foot{position:relative;z-index:1}.topic-tile .card-foot{display:flex;align-items:center;gap:.8rem}.topic-tile-cell{--tile-accent: #eaf7e9;--tile-orb: rgba(134, 195, 74, .18)}.topic-tile-genetics{--tile-accent: #eff6df;--tile-orb: rgba(217, 164, 65, .18)}.topic-tile-ecology{--tile-accent: #e4f4ef;--tile-orb: rgba(31, 122, 90, .16)}.topic-tile-skills{--tile-accent: #eef6f7;--tile-orb: rgba(21, 154, 140, .16)}.topic-tile-evolution{--tile-accent: #f7f0de;--tile-orb: rgba(217, 164, 65, .2)}.topic-tile-environment{--tile-accent: #e7f4e9;--tile-orb: rgba(58, 132, 83, .16)}.topic-icon{position:relative;z-index:1;width:4.5rem;height:4.5rem;border:1px solid rgba(31,122,90,.14);border-radius:22px;background:#ffffffc2;box-shadow:inset 0 0 0 1px #ffffffa6}.topic-icon:before,.topic-icon:after,.topic-icon span{content:"";position:absolute;display:block}.topic-icon-cell:before{top:1rem;right:1rem;bottom:1rem;left:1rem;border:3px solid var(--color-primary);border-radius:43% 57% 48% 52%}.topic-icon-cell:after{width:1rem;height:1rem;left:1.75rem;top:1.75rem;border-radius:50%;background:var(--color-lime)}.topic-icon-genetics:before,.topic-icon-genetics:after{width:2.15rem;height:3.1rem;top:.7rem;border:2px solid transparent}.topic-icon-genetics:before{left:1rem;border-left-color:var(--color-primary);border-radius:50%;transform:rotate(16deg)}.topic-icon-genetics:after{right:1rem;border-right-color:var(--color-accent);border-radius:50%;transform:rotate(16deg)}.topic-icon-genetics span{left:1.35rem;width:1.8rem;height:2px;border-radius:999px;background:var(--color-teal)}.topic-icon-genetics span:nth-child(1){top:1.35rem;transform:rotate(15deg)}.topic-icon-genetics span:nth-child(2){top:2.15rem;transform:rotate(-14deg)}.topic-icon-genetics span:nth-child(3){top:2.95rem;transform:rotate(15deg)}.topic-icon-ecology:before{width:2.6rem;height:2.6rem;left:.95rem;top:.95rem;border:2px solid var(--color-primary);border-radius:50%}.topic-icon-ecology:after{width:1.6rem;height:.82rem;left:1.48rem;top:1.8rem;border-radius:50% 50% 45% 45%;background:var(--color-lime)}.topic-icon-ecology span{width:.54rem;height:.54rem;border-radius:50%;background:var(--color-teal)}.topic-icon-ecology span:nth-child(1){left:1rem;top:1.15rem}.topic-icon-ecology span:nth-child(2){right:1rem;top:1.55rem}.topic-icon-ecology span:nth-child(3){left:1.85rem;bottom:1rem}.topic-icon-skills:before{left:1rem;right:1rem;bottom:1rem;height:2px;background:var(--color-border)}.topic-icon-skills:after{left:1rem;bottom:1rem;width:2.5rem;height:2rem;clip-path:polygon(0 100%,0 64%,35% 36%,64% 54%,100% 0,100% 100%);background:linear-gradient(135deg,var(--color-teal),var(--color-lime));opacity:.86}.topic-icon-evolution:before{width:2.6rem;height:1.7rem;left:1rem;top:1.35rem;border:2px solid var(--color-accent);border-radius:50%}.topic-icon-evolution:after{width:1.4rem;height:1.4rem;left:1.55rem;top:1.5rem;border-radius:50%;background:radial-gradient(circle at 62% 40%,transparent .22rem,var(--color-primary) .24rem)}.topic-icon-environment:before{left:1.35rem;top:.9rem;width:1.8rem;height:2.7rem;border-radius:50% 50% 48% 48%;background:linear-gradient(180deg,var(--color-lime),var(--color-primary));transform:rotate(-18deg)}.topic-icon-environment:after{left:2.15rem;top:1.4rem;width:2px;height:1.9rem;background:#fffc;transform:rotate(-18deg)}.library-section{padding:4rem 0}.library-section+.library-section{padding-top:0}.resource-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.resource-grid.featured-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.resource-card-compact{min-height:19rem;padding:1.15rem;border-radius:22px}.resource-card-compact h3{margin-top:.9rem;font-size:1.45rem}.resource-card-compact p{margin-bottom:.3rem;font-size:.95rem}.card-topline{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem}.resource-card-compact .card-foot{display:flex;align-items:center;gap:.8rem;padding-top:1.2rem}.resource-card-compact .btn{padding:.62rem .95rem}.mini-callout-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.mini-callout{border:1px solid var(--color-border);border-radius:22px;padding:1rem;background:#ffffffc2;box-shadow:var(--shadow)}.mini-callout h3{margin-top:.45rem;font-size:1.35rem}.coming-soon-strip{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.coming-soon-strip .card{min-height:0;padding:1rem;background:#f8faf8;box-shadow:none}.topic-landing-layout{display:grid;grid-template-columns:minmax(0,.68fr) minmax(0,1.32fr);gap:1.25rem;align-items:start}.topic-summary-card{position:sticky;top:5.5rem;border-radius:28px;background:radial-gradient(circle at 82% 12%,var(--tile-orb, rgba(31, 122, 90, .12)),transparent 9rem),#fff}.topic-summary-card .topic-icon{margin-bottom:1rem}.resource-group{margin-bottom:1.4rem}.resource-group:last-child{margin-bottom:0}.resource-group-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.resource-group-header h2{margin:0;font-size:1.45rem}.prose{max-width:760px}.prose h2{margin-top:2rem}.prose ul{color:var(--color-ink-soft)}.prose li{margin-bottom:.4rem}.features{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.hero-shell{max-width:54rem;margin:0 auto}.home-router{background:#f6fbf7;padding:2rem 0 2.2rem}.home-router>.container{text-align:left}.router-head{max-width:62rem;margin-bottom:1.15rem;display:block}.router-head h1{max-width:22ch;margin:0 0 .55rem;font-size:2.35rem;line-height:1.05}.router-head .lead{max-width:42rem;margin:0 0 .85rem;font-size:1rem}.router-steps{margin-bottom:0}.route-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:.9rem;align-items:stretch}.route-card{min-height:0;padding:1.25rem;border-radius:10px;box-shadow:0 18px 42px -34px #13241d57}.route-card h2{max-width:22ch;margin-top:.55rem;font-size:1.45rem;line-height:1.08}.route-card p{max-width:34rem;font-size:.95rem;margin-bottom:1.2rem}.route-card .card-foot,.featured-resource-card .card-foot{display:flex;align-items:center;flex-wrap:wrap;gap:.85rem}.route-card-student{border-color:#1f7a5a33;background:linear-gradient(180deg,#fff,#f3fbf6)}.route-card-teacher{background:#fff}.pathway-section{padding-top:3.25rem}.compact-intro{margin-bottom:1.6rem}.compact-intro h2{font-size:2.25rem}.grade-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}.grade-card{padding:2rem;border-radius:26px}.grade-card h3{font-size:2rem;margin-bottom:.6rem}.grade-card p{font-size:1rem;max-width:34ch}.grade-card .card-foot{display:flex;align-items:center;justify-content:space-between;gap:1rem}.grade-card-accent{background:linear-gradient(145deg,#f0f8f3e6,#fffffffa)}.grade-label{display:inline-flex;align-items:center;gap:.6rem;margin-bottom:1.1rem}.grade-label span:last-child{color:var(--color-ink-soft);font-size:.96rem;font-weight:600}.icon-well{width:3.8rem;height:3.8rem;display:inline-grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#1f7a5a1f,#159a8c29);color:var(--color-primary);border:1px solid rgba(21,154,140,.12)}.icon-well svg{width:1.7rem;height:1.7rem}.pathway-panel{display:grid;gap:1.5rem;grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr);align-items:stretch}.pathway-card{border-radius:var(--radius-lg);padding:2rem;background:linear-gradient(180deg,#fffffff0,#fffffffa),linear-gradient(135deg,#159a8c14,#86c34a14)}.pathway-title{font-size:2.45rem;margin-bottom:1rem}.pathway-steps{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.2rem;padding:0;list-style:none}.pathway-steps li{padding:.32rem .65rem;border-radius:999px;background:#e3f3eceb;color:var(--color-primary);font-size:.82rem;font-weight:600}.pathway-meta{display:grid;gap:.85rem;margin:1.4rem 0 1.6rem}.pathway-meta-item{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding-bottom:.8rem;border-bottom:1px solid rgba(226,236,231,.9)}.pathway-meta-item:last-child{border-bottom:0;padding-bottom:0}.pathway-meta-label{color:var(--color-ink-soft);font-size:.9rem;font-weight:600}.pathway-meta-value{text-align:right;font-size:.98rem;color:var(--color-ink)}.support-card{padding:1.7rem;border-radius:var(--radius-lg);background:linear-gradient(180deg,#f0f8f3e0,#fffffff5)}.support-card h3{font-size:1.7rem}.support-list{list-style:none;margin:1rem 0 0;padding:0}.support-list li{display:flex;align-items:flex-start;gap:.8rem;margin-bottom:.9rem;color:var(--color-ink-soft)}.support-list li:before{content:"";width:.55rem;height:.55rem;flex:0 0 auto;margin-top:.45rem;border-radius:50%;background:linear-gradient(135deg,var(--color-teal),var(--color-lime))}.resource-strip{display:grid;gap:1.25rem;grid-template-columns:repeat(3,minmax(0,1fr))}.resource-card{padding:1.55rem;border-radius:24px}.resource-card h3{font-size:1.65rem}.resource-card .meta-list{margin-top:1rem}.teacher-resource-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(18rem,.9fr);gap:1.25rem;align-items:stretch}.featured-resource-card{border-radius:14px}.featured-resource-card h3{margin-top:.85rem;font-size:2rem}.tpt-note{border:1px solid var(--color-border);border-radius:14px;padding:1.55rem;background:linear-gradient(180deg,#ffffffdb,#f4e6c552);box-shadow:var(--shadow)}.tpt-note h3{font-size:1.8rem}.soft-note{max-width:42rem;margin:0 auto;padding:1.15rem 1.3rem;border-radius:22px;background:#ffffffc7;border:1px solid rgba(226,236,231,.95);box-shadow:var(--shadow)}.filter-bar{display:grid;gap:.8rem;margin:0 0 1.6rem;padding:1rem 1.15rem;border:1px solid var(--color-border);border-radius:22px;background:#fffc;box-shadow:var(--shadow)}.filter-group{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.filter-label{flex:0 0 5.5rem;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-ink-soft)}.chip{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--color-border);border-radius:999px;padding:.38rem .85rem;background:var(--color-surface);color:var(--color-ink-soft);font:inherit;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.chip:hover{background:var(--color-sky);color:var(--color-primary)}.chip.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.library-toolbar{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1rem}.library-count{margin:0;font-size:.9rem;color:var(--color-ink-soft)}.resource-grid .card[hidden]{display:none}.library-empty{padding:2.5rem 1rem;border:1px dashed var(--color-border);border-radius:22px;text-align:center}.card-meta{margin:.6rem 0 0;font-size:.85rem;color:var(--color-ink-soft)}.card-meta span+span:before{content:"·";margin:0 .45rem;color:var(--color-border);font-weight:700}.resource-card-compact.card-slim{min-height:0}.form-card{max-width:26rem}.form-card h3{margin-bottom:1rem}.field{display:block;margin-bottom:1rem}.field span{display:block;margin-bottom:.35rem;font-size:.9rem;font-weight:600;color:var(--color-ink-soft)}.field input{width:100%;padding:.65rem .8rem;border:1px solid var(--color-border);border-radius:12px;font:inherit;color:var(--color-ink);background:var(--color-bg)}.field input:focus{outline:2px solid rgba(31,122,90,.35);outline-offset:1px;border-color:var(--color-primary)}.form-notice{padding:.6rem .8rem;border-radius:12px;font-size:.92rem;background:var(--color-sky);color:var(--color-primary-dark)}.form-notice-error{background:#fbeaea;color:#8a2b2b}.form-notice-success{background:var(--color-sky);color:var(--color-primary-dark)}.account-strip{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin:1rem 0 0;font-size:.95rem}.account-strip .account-email{font-weight:600;color:var(--color-ink)}.linklike{background:none;border:0;padding:0;font:inherit;font-weight:600;color:var(--color-primary);cursor:pointer;text-decoration:underline}.linklike:hover{color:var(--color-primary-dark)}.pack-price{font-family:var(--font-display);font-size:1.3rem;font-weight:600;color:var(--color-ink)}.purchase-card .card-foot{display:flex;flex-wrap:wrap;align-items:center;gap:.85rem}.site-footer{background:#11211b;color:#cfdad4;margin-top:3rem;padding:3rem 0 1.7rem}.site-footer a{color:#dfe9e3}.site-footer .brand-wordmark{display:inline-flex}.site-footer .brand-logo-wrap{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .7rem;border-radius:12px;background:#fffffff5}.site-footer .brand-logo{height:42px}.footer-grid{display:grid;gap:1.5rem;grid-template-columns:2fr 1fr 1fr}.site-footer h4{color:#fff;margin:0 0 .6rem;font-size:.95rem}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.35rem}.footer-links a{text-decoration:none;color:#cfdad4;font-size:.92rem}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:1.75rem;padding-top:1rem;font-size:.85rem;color:#a9b8b1;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}@media (max-width: 900px){body{overflow-x:hidden}.container{padding:0 1.25rem}.grade-grid,.hero-router-layout,.pathway-panel,.resource-strip,.route-grid,.teacher-resource-grid,.topic-landing-layout{grid-template-columns:1fr}.topic-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topic-summary-card{position:static}.hero h1,.router-head h1{max-width:100%;font-size:2.2rem}.hero-card-stack{min-height:10rem}.hero-library-card{position:relative;width:100%;inset:auto!important;transform:none!important;margin-bottom:.7rem}.hero-library-card:nth-child(3){display:none}}@media (max-width: 760px){.nav-toggle{display:inline-block}.nav>.btn{display:none}.brand-logo{height:44px}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;background:#fbfdfbfa;border-bottom:1px solid var(--color-border);padding:.8rem 1.25rem 1rem;gap:.15rem;box-shadow:0 20px 40px -30px #13241d47}.nav-links.open{display:flex}.nav{position:relative}.hero{padding:2rem 0}.hero h1,.router-head h1{font-size:1.85rem}.hero .lead{font-size:1.02rem}.page-hero{padding:1.45rem 0 1.55rem}.page-hero h1{font-size:1.9rem}.section{padding:4rem 0}.library-section{padding:3rem 0}.home-router{padding:1.25rem 0 1.55rem}.router-head{margin-bottom:1rem}.route-card{min-height:0}.compact-intro h2,.section-intro h2,.pathway-title{font-size:2rem}.route-card h2{font-size:1.55rem}.route-card .btn,.tpt-note .btn,.soft-note .btn{width:100%}.section-intro{margin-bottom:2.2rem}.grade-card,.pathway-card,.support-card,.resource-card{padding:1.4rem}.pathway-meta-item{flex-direction:column;align-items:flex-start}.pathway-meta-value{text-align:left}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.section-heading{display:block}.resource-group-header{align-items:flex-start;flex-direction:column}.filter-label{flex-basis:100%}.library-toolbar{flex-direction:column;align-items:flex-start;gap:.25rem}.topic-tile-grid{grid-template-columns:1fr}.topic-tile{min-height:0}.resource-card-compact .card-foot,.topic-tile .card-foot{align-items:stretch;flex-direction:column}.resource-card-compact .btn,.topic-tile .btn{width:100%}}
