:root{font-synthesis:none;text-rendering:optimizelegibility;font-family:Arial,Helvetica,sans-serif}html,body,#root{width:100%;min-width:320px;min-height:100%;margin:0}button,input,textarea,select{font:inherit}::selection{color:#0b1f3a;background:#bed7f4}:root{--navy-950:#0b1f3a;--navy-900:#14345c;--navy-800:#1c4977;--blue-600:#3478e5;--blue-200:#bed7f4;--blue-100:#e9f2fc;--gold-500:#e7a832;--white:#fff;--off-white:#f7f9fc;--gray-100:#eef2f6;--gray-200:#d9e2ec;--gray-500:#62758a;--gray-700:#334e68;--shadow:0 20px 60px #0b1f3a1f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--off-white);color:var(--navy-950);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.navbar{z-index:100;background:var(--white);border-bottom:1px solid var(--gray-200);justify-content:space-between;align-items:center;min-height:78px;padding:0 7%;display:flex;position:relative}.website-name{color:var(--navy-950);flex-shrink:0;align-items:center;gap:10px;font-size:1.15rem;font-weight:800;display:flex}.logo-mark{color:var(--blue-600);font-size:1.05rem}.navbar nav{align-items:center;gap:27px;display:flex}.nav-link{color:var(--navy-950);white-space:nowrap;padding:29px 0 26px;font-size:.9rem;font-weight:700;transition:color .2s;position:relative}.nav-link:after{content:"";background:var(--blue-600);border-radius:999px;width:0;height:3px;margin:auto;transition:width .2s;position:absolute;bottom:19px;left:0;right:0}.nav-link:hover,.nav-link.active{color:var(--blue-600)}.nav-link:hover:after,.nav-link.active:after{width:100%}.eyebrow{color:var(--blue-600);letter-spacing:.18em;text-transform:uppercase;margin:0 0 22px;font-size:.78rem;font-weight:850}.light-eyebrow{color:#9fcbff}.section{padding:110px 9%}.section-heading{max-width:850px;margin-bottom:55px}.section-heading h2,.split-section h2,.evidence-section h2,.contact-card h2,.cta-section h2,.home-founder-text h2,.about-founder-card h2{letter-spacing:-.05em;margin:0;font-size:clamp(2.3rem,4vw,4.5rem);line-height:1.07}.section-heading>p:last-child,.split-section>div>p:last-child{color:var(--gray-700);margin:24px 0 0;font-size:1.05rem;line-height:1.75}.centered-heading{text-align:center;margin-left:auto;margin-right:auto}.primary-button,.secondary-button,.light-button{border-radius:999px;justify-content:center;align-items:center;min-height:50px;padding:0 24px;font-weight:750;transition:transform .2s,background-color .2s,box-shadow .2s,border-color .2s;display:inline-flex}.primary-button{background:var(--navy-900);color:var(--white);box-shadow:0 10px 25px #14345c2e}.primary-button:hover{background:var(--blue-600);transform:translateY(-3px)}.secondary-button{border:1px solid var(--gray-200);color:var(--navy-950);background:#ffffffb8}.secondary-button:hover{border-color:var(--blue-600);transform:translateY(-3px)}.light-button{background:var(--white);color:var(--navy-950);flex-shrink:0}.light-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0b1f3a38}.button-row{flex-wrap:wrap;gap:14px;margin-top:38px;display:flex}.home-hero{background:radial-gradient(circle at 85% 15%,#3478e51f,#0000 27%),linear-gradient(115deg,#f8fafc,#e8f2fd);grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;min-height:calc(100vh - 78px);padding:85px 7%;display:grid}.hero-content{max-width:760px}.home-hero h1{letter-spacing:-.065em;margin:0;font-size:clamp(3.5rem,6vw,6.5rem);line-height:.98}.hero-description{max-width:700px;color:var(--gray-700);margin:30px 0 0;font-size:1.13rem;line-height:1.78}.summit-visual{min-height:500px;box-shadow:var(--shadow);background:linear-gradient(#c9e3f8 0%,#ecf6fd 54%,#a9c2b1 55%,#829d87 100%);border-radius:40px;position:relative;overflow:hidden}.visual-sun{background:#f2c866;border-radius:50%;width:90px;height:90px;position:absolute;top:55px;right:60px;box-shadow:0 0 55px #e7a83280}.mountain{border-right:240px solid #0000;border-bottom:370px solid var(--navy-900);border-left:240px solid #0000;width:0;height:0;position:absolute;bottom:-60px;left:50%;transform:translate(-50%)}.mountain-back{border-bottom-color:#7896a4;left:22%;transform:translate(-50%)scale(.72)}.mountain-middle{border-bottom-color:#4e7183;left:80%;transform:translate(-50%)scale(.8)}.mountain-front:after{content:"";border-bottom:115px solid #f7fbfd;border-left:75px solid #0000;border-right:75px solid #0000;width:0;height:0;position:absolute;top:105px;left:-75px;transform:rotate(180deg)}.summit-flag{z-index:6;position:absolute;top:110px;left:50%}.flag-pole{background:var(--navy-950);width:4px;height:110px}.flag-shape{background:var(--gold-500);clip-path:polygon(0 0,100% 20%,75% 100%,0 82%);width:60px;height:35px;position:absolute;top:0;left:4px}.visual-message{z-index:10;background:#ffffffde;border-radius:16px;padding:18px 22px;position:absolute;bottom:25px;right:25px;box-shadow:0 10px 25px #0b1f3a26}.visual-message strong,.visual-message span{display:block}.visual-message span{color:var(--gray-700);margin-top:5px;font-size:.87rem}.home-values{background:var(--white)}.three-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.information-card{border:1px solid var(--gray-200);background:var(--white);border-radius:24px;min-height:280px;padding:35px;transition:transform .2s,box-shadow .2s}.information-card:hover{box-shadow:var(--shadow);transform:translateY(-6px)}.card-number{color:var(--blue-600);letter-spacing:.12em;font-size:.8rem;font-weight:850}.information-card h3{letter-spacing:-.03em;margin:45px 0 17px;font-size:1.65rem}.information-card p{color:var(--gray-700);margin:0;line-height:1.75}.home-founder-preview{background:var(--off-white);grid-template-columns:.7fr 1.3fr;align-items:center;gap:75px;padding:105px 9%;display:grid}.home-founder-photo{aspect-ratio:4/5;border:8px solid var(--white);background:var(--gray-200);width:100%;max-width:420px;box-shadow:var(--shadow);border-radius:30px;overflow:hidden}.home-founder-photo img{object-fit:cover;object-position:center 25%;width:100%;height:100%;display:block}.home-founder-text{max-width:820px}.home-founder-text p:not(.eyebrow){max-width:720px;color:var(--gray-700);margin:25px 0 35px;font-size:1.05rem;line-height:1.8}.cta-section{background:var(--blue-600);color:var(--white);justify-content:space-between;align-items:center;gap:60px;padding:85px 9%;display:flex}.cta-section>div{max-width:900px}.cta-section p:last-child{color:#fffc;max-width:700px;margin:22px 0 0;line-height:1.75}.page-hero{background:radial-gradient(circle at 90% 15%, #3478e51c, transparent 25%), var(--off-white);padding:95px 9% 105px}.page-hero h1{letter-spacing:-.065em;max-width:1030px;margin:0;font-size:clamp(3.2rem,6vw,6.4rem);line-height:.99}.page-hero>p:last-child{max-width:820px;color:var(--gray-700);margin:30px 0 0;font-size:1.12rem;line-height:1.8}.split-section{background:var(--white);grid-template-columns:.9fr 1.1fr;gap:100px;display:grid}.large-body-text p{color:var(--gray-700);margin:0 0 25px;font-size:1.08rem;line-height:1.85}.values-section{background:var(--off-white)}.about-founder-section{background:var(--white)}.about-founder-card{background:radial-gradient(circle at 90% 15%, #3478e54d, transparent 30%), var(--navy-950);color:var(--white);border-radius:34px;grid-template-columns:1.5fr .5fr;align-items:center;gap:60px;padding:65px;display:grid}.about-founder-card>div:first-child{max-width:850px}.about-founder-card p:not(.eyebrow){color:#ffffffbf;max-width:760px;margin:25px 0 35px;line-height:1.8}.about-founder-initials{aspect-ratio:1;color:#a9d2ff;letter-spacing:-.08em;background:#ffffff12;border:2px solid #fff3;border-radius:50%;justify-self:end;place-items:center;width:min(100%,230px);font-size:clamp(3rem,6vw,5.5rem);font-weight:850;display:grid}.founder-page-hero{background:radial-gradient(circle at 15% 15%,#3478e521,#0000 25%),linear-gradient(120deg,#f8fafc,#e9f2fc);grid-template-columns:.78fr 1.22fr;align-items:center;gap:85px;min-height:calc(100vh - 78px);padding:90px 9%;display:grid}.founder-page-photo-column{width:100%;max-width:520px}.founder-photo-frame{aspect-ratio:4/5;border:10px solid var(--white);background:var(--gray-200);box-shadow:var(--shadow);border-radius:36px;position:relative;overflow:hidden}.founder-photo-frame:after{content:"";pointer-events:none;background:linear-gradient(#0000 65%,#0b1f3a2e);position:absolute;inset:0}.founder-photo{object-fit:cover;object-position:center 25%;width:100%;height:100%;display:block}.founder-photo-caption{justify-content:space-between;align-items:flex-start;gap:20px;margin-top:20px;padding:0 8px;display:flex}.founder-photo-caption strong,.founder-photo-caption span{display:block}.founder-photo-caption strong{color:var(--navy-950);font-size:1.1rem}.founder-photo-caption span{color:var(--gray-700);text-align:right;font-size:.92rem}.founder-page-content{max-width:850px}.founder-page-content h1{letter-spacing:-.065em;margin:0;font-size:clamp(3.2rem,5.5vw,6rem);line-height:1}.founder-page-content>p:not(.eyebrow){max-width:800px;color:var(--gray-700);margin:25px 0 0;font-size:1.04rem;line-height:1.83}.founder-page-content .founder-page-introduction{color:var(--navy-900);font-size:1.18rem;font-weight:650}.founder-page-actions{flex-wrap:wrap;gap:14px;margin-top:38px;display:flex}.founder-background-section{background:var(--white)}.founder-background-card h3{margin-top:42px}.founder-quote-section{background:var(--navy-950);color:var(--white);text-align:center;padding:105px 12%}.founder-quote-section blockquote{letter-spacing:-.045em;max-width:1050px;margin:0 auto;font-size:clamp(2.2rem,4vw,4.4rem);font-weight:750;line-height:1.15}.founder-quote-section p{color:#a9d2ff;margin:30px 0 0;font-size:.92rem;font-weight:700}.impact-statistics{background:var(--white);grid-template-columns:repeat(4,minmax(0,1fr));gap:0;display:grid}.stat-card{border:1px solid var(--gray-200);background:var(--white);min-height:230px;padding:35px}.stat-card strong,.stat-card span{display:block}.stat-card strong{color:var(--blue-600);letter-spacing:-.075em;font-size:clamp(3.2rem,6vw,6rem)}.stat-card span{max-width:180px;color:var(--gray-700);margin-top:15px;font-weight:700;line-height:1.45}.evidence-section{background:var(--off-white);grid-template-columns:.85fr 1.15fr;gap:90px;display:grid}.evidence-section>div:first-child>p:last-child{color:var(--gray-700);margin:26px 0 0;line-height:1.8}.evidence-list article{border-bottom:1px solid var(--gray-200);grid-template-columns:auto 1fr;gap:25px;padding:28px 0;display:grid}.evidence-list article:first-child{padding-top:0}.evidence-list article>span{color:var(--blue-600);font-size:.78rem;font-weight:850}.evidence-list h3{margin:0;font-size:1.35rem}.evidence-list p{color:var(--gray-700);margin:12px 0 0;line-height:1.75}.testimonials-section{background:var(--white)}.testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px;display:grid}.testimonial-card{background:var(--navy-950);color:var(--white);border-radius:25px;padding:40px}.testimonial-card p{margin:0;font-size:1.2rem;line-height:1.75}.testimonial-card span{color:#a9d2ff;margin-top:28px;font-size:.86rem;font-weight:700;display:block}.contact-grid{background:var(--white);grid-template-columns:repeat(2,minmax(0,1fr));gap:25px;display:grid}.contact-card{border:1px solid var(--gray-200);background:var(--off-white);border-radius:26px;min-height:360px;padding:42px}.featured-contact-card{background:var(--blue-100)}.contact-card h2{font-size:clamp(2rem,3.5vw,3.5rem)}.contact-card>p:not(.eyebrow){color:var(--gray-700);margin:24px 0 32px;line-height:1.8}.text-link,.contact-email{color:var(--blue-600);font-weight:800}.text-link:hover,.contact-email:hover{text-decoration:underline}.not-found-page{flex-direction:column;justify-content:center;align-items:flex-start;min-height:70vh;padding:90px 9%;display:flex}.not-found-page h1{letter-spacing:-.06em;max-width:900px;margin:0;font-size:clamp(3rem,7vw,6rem)}.not-found-page>p:not(.eyebrow){color:var(--gray-700);margin:25px 0 0;font-size:1.08rem}.footer{background:var(--navy-950);color:#ffffffad;grid-template-columns:1.15fr 1.15fr .7fr;align-items:center;gap:40px;padding:45px 7%;font-size:.86rem;display:grid}.footer-name{color:var(--white);font-size:1rem;font-weight:800}.footer>div:first-child p{max-width:400px;margin:12px 0 0;line-height:1.6}.footer-links{flex-wrap:wrap;justify-content:center;gap:15px 20px;display:flex}.footer-links a:hover{color:var(--white)}.copyright{text-align:right;margin:0}@media (width<=1180px){.navbar nav{gap:18px}.nav-link{font-size:.83rem}}@media (width<=1050px){.home-hero{grid-template-columns:1fr}.summit-visual{width:100%;max-width:750px;margin:auto}.home-founder-preview,.founder-page-hero,.split-section,.evidence-section{grid-template-columns:1fr}.home-founder-photo,.founder-page-photo-column{max-width:470px}.three-card-grid{grid-template-columns:1fr}.information-card{min-height:auto}.split-section,.evidence-section{gap:45px}.about-founder-card{grid-template-columns:1fr}.about-founder-initials{justify-self:start;width:180px}.founder-page-hero{gap:60px}.impact-statistics{grid-template-columns:repeat(2,minmax(0,1fr))}.footer{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.copyright{text-align:left}}@media (width<=760px){.navbar{flex-direction:column;align-items:flex-start;gap:18px;padding:20px 6%}.navbar nav{flex-wrap:wrap;gap:7px 18px}.nav-link{padding:4px 0 9px;font-size:.88rem}.nav-link:after{bottom:2px}.home-hero,.page-hero,.section,.not-found-page,.home-founder-preview{padding-left:7%;padding-right:7%}.home-hero{min-height:auto;padding-top:80px;padding-bottom:80px}.home-hero h1{font-size:clamp(3.1rem,15vw,4.8rem)}.page-hero{padding-top:80px;padding-bottom:85px}.page-hero h1{font-size:clamp(3rem,14vw,4.7rem)}.summit-visual{border-radius:28px;min-height:390px}.mountain{border-bottom-width:300px;border-left-width:195px;border-right-width:195px}.button-row,.founder-page-actions{flex-direction:column;align-items:stretch}.button-row a,.founder-page-actions a{width:100%}.home-founder-preview{gap:45px;padding-top:80px;padding-bottom:80px}.home-founder-photo{max-width:380px}.cta-section{flex-direction:column;align-items:flex-start;padding:75px 7%}.about-founder-card{padding:38px 25px}.founder-page-hero{min-height:auto;padding:75px 7%}.founder-page-content h1{font-size:clamp(3rem,14vw,4.7rem)}.founder-photo-frame{border-width:7px;border-radius:26px}.founder-photo-caption{flex-direction:column;gap:5px}.founder-photo-caption span{text-align:left}.founder-quote-section{padding:80px 7%}.contact-grid,.testimonial-grid,.impact-statistics{grid-template-columns:1fr}.contact-card{min-height:auto;padding:34px 26px}.footer{padding:42px 7%}.footer-links{justify-content:flex-start}}.signup-page{background:var(--off-white)}.signup-hero{background:radial-gradient(circle at 88% 12%,#3478e529,#0000 28%),linear-gradient(115deg,#f8fafc,#e7f1fc);padding:100px 9%}.signup-hero h1{max-width:1000px;color:var(--navy-950);letter-spacing:-.065em;margin:0;font-size:clamp(3.2rem,6vw,6.5rem);line-height:.99}.signup-hero-description{max-width:830px;color:var(--gray-700);margin:30px 0 0;font-size:1.12rem;line-height:1.8}.signup-highlights{border:1px solid var(--gray-200);background:#fffc;border-radius:22px;grid-template-columns:repeat(3,minmax(0,1fr));max-width:1050px;margin-top:55px;display:grid;overflow:hidden}.signup-highlights div{border-right:1px solid var(--gray-200);padding:28px}.signup-highlights div:last-child{border-right:none}.signup-highlights strong,.signup-highlights span{display:block}.signup-highlights strong{color:var(--navy-950);font-size:1.05rem}.signup-highlights span{color:var(--gray-700);margin-top:8px;font-size:.88rem;line-height:1.5}.signup-courses{background:var(--white);padding:110px 9%}.signup-section-heading{max-width:850px;margin-bottom:55px}.signup-section-heading h2{color:var(--navy-950);letter-spacing:-.055em;margin:0;font-size:clamp(2.5rem,4.5vw,4.8rem);line-height:1.05}.signup-course-grid{gap:35px;display:grid}.signup-course-card{border:1px solid var(--gray-200);background:var(--off-white);border-radius:30px;padding:50px}.signup-featured-course{box-shadow:var(--shadow);background:linear-gradient(135deg,#e9f2fccc,#fffffff2);border-color:#3478e559}.signup-course-top{justify-content:space-between;align-items:flex-start;gap:40px;display:flex}.signup-course-label{color:var(--blue-600);letter-spacing:.14em;text-transform:uppercase;margin-bottom:15px;font-size:.76rem;font-weight:850;display:block}.signup-course-card h2{color:var(--navy-950);letter-spacing:-.055em;margin:0;font-size:clamp(2.4rem,5vw,4.8rem);line-height:1.03}.signup-free-badge,.signup-online-badge{background:var(--blue-100);color:var(--blue-600);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;flex-shrink:0;padding:9px 15px;font-size:.75rem;font-weight:850}.signup-course-description{max-width:1000px;color:var(--gray-700);margin:28px 0 0;font-size:1.05rem;line-height:1.82}.signup-course-details{border-top:1px solid var(--gray-200);border-left:1px solid var(--gray-200);grid-template-columns:repeat(4,minmax(0,1fr));margin:42px 0;display:grid}.signup-course-details div{border-right:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);background:#ffffffb3;min-height:125px;padding:24px}.signup-course-details span,.signup-course-details strong{display:block}.signup-course-details span{color:var(--blue-600);letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px;font-size:.73rem;font-weight:850}.signup-course-details strong{color:var(--navy-950);font-size:.95rem;line-height:1.55}.signup-schedule-box{background:var(--navy-950);color:var(--white);border-radius:22px;margin-top:42px;padding:32px}.signup-schedule-heading{border-bottom:1px solid #ffffff2e;justify-content:space-between;align-items:center;gap:30px;padding-bottom:25px;display:flex}.signup-schedule-heading div>span,.signup-schedule-heading div>strong{display:block}.signup-schedule-heading div>span{color:#a9d2ff;letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:850}.signup-schedule-heading div>strong{margin-top:7px;font-size:1.6rem}.signup-online-badge{color:#a9d2ff;background:#ffffff1f}.signup-schedule-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:45px;padding-top:30px;display:grid}.signup-schedule-columns h3{margin:0;font-size:1.35rem}.signup-schedule-columns p{color:#ffffffd9;margin:10px 0}.signup-schedule-columns span{color:#ffffffad;line-height:1.6;display:block}.signup-schedule-columns strong{color:#a9d2ff;margin-top:15px;font-size:.88rem;display:block}.signup-closed-course{border-color:var(--gray-200);background:var(--gray-100)}.signup-closed-label{color:var(--gray-500)}.signup-closed-badge{background:var(--gray-200);color:var(--gray-700);letter-spacing:.06em;text-transform:uppercase;border-radius:999px;flex-shrink:0;padding:9px 15px;font-size:.75rem;font-weight:850}.signup-closed-note{border:1px solid var(--gray-200);background:var(--white);color:var(--gray-700);border-radius:14px;margin:22px 0 0;padding:14px 18px;font-size:.92rem;font-weight:650;line-height:1.6}.signup-schedule-box-closed{background:var(--gray-500)}.signup-schedule-box-closed .signup-schedule-columns{grid-template-columns:minmax(0,1fr)}.signup-button.signup-button-disabled{background:var(--gray-200);color:var(--gray-500);cursor:not-allowed;pointer-events:none}.signup-button{background:var(--navy-900);min-height:52px;color:var(--white);border-radius:999px;justify-content:center;align-items:center;padding:0 25px;font-weight:750;transition:background .2s,transform .2s;display:inline-flex}.signup-button:hover{background:var(--blue-600);transform:translateY(-3px)}.signup-tutoring{background:var(--off-white);padding:100px 9%}.signup-tutoring-card{max-width:900px;box-shadow:var(--shadow);background:linear-gradient(135deg,#e9f2fccc,#fffffff2);border:1px solid #3478e559;border-radius:30px;padding:50px}.signup-tutoring-card h2{color:var(--navy-950);letter-spacing:-.055em;margin:15px 0 0;font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.05}.signup-tutoring-description{max-width:700px;color:var(--gray-700);margin:22px 0 0;font-size:1.05rem;line-height:1.8}.signup-tutoring-description a{color:var(--blue-600);font-weight:750}.signup-tutoring-card .signup-button{margin-top:30px}.signup-process{background:var(--blue-600);color:var(--white);padding:100px 9%}.signup-process-heading{max-width:900px}.signup-process-heading h2{letter-spacing:-.055em;margin:0;font-size:clamp(2.5rem,4.5vw,4.8rem);line-height:1.05}.signup-light-eyebrow{color:#c9e3ff}.signup-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;margin:55px 0 40px;display:grid}.signup-steps article{background:#ffffff14;border:1px solid #ffffff38;border-radius:22px;padding:30px}.signup-steps article>span{color:#c9e3ff;font-size:.78rem;font-weight:850}.signup-steps h3{margin:30px 0 15px;font-size:1.4rem}.signup-steps p{color:#ffffffc7;margin:0;line-height:1.7}.signup-light-button{background:var(--white);min-height:52px;color:var(--navy-950);border-radius:999px;justify-content:center;align-items:center;padding:0 25px;font-weight:750;transition:box-shadow .2s,transform .2s;display:inline-flex}.signup-light-button:hover{transform:translateY(-3px);box-shadow:0 15px 35px #0b1f3a38}@media (width<=1000px){.signup-highlights{grid-template-columns:1fr}.signup-highlights div{border-right:none;border-bottom:1px solid var(--gray-200)}.signup-highlights div:last-child{border-bottom:none}.signup-course-details{grid-template-columns:repeat(2,minmax(0,1fr))}.signup-steps{grid-template-columns:1fr}}@media (width<=700px){.signup-hero,.signup-courses,.signup-tutoring,.signup-process{padding-left:7%;padding-right:7%}.signup-tutoring-card{padding:35px 24px}.signup-hero{padding-top:80px;padding-bottom:80px}.signup-hero h1{font-size:clamp(3rem,14vw,4.7rem)}.signup-course-card{padding:35px 24px}.signup-course-top,.signup-schedule-heading{flex-direction:column;align-items:flex-start}.signup-course-details,.signup-schedule-columns{grid-template-columns:1fr}.signup-button,.signup-light-button{width:100%}.signup-no-class-note{color:#ffffffb8;border-top:1px solid #ffffff2e;margin:28px 0 0;padding-top:22px;font-size:.9rem;line-height:1.6}}.resources-page,.number-game-page{background:var(--off-white)}.resources-hero{background:radial-gradient(circle at 88% 15%,#3478e524,#0000 27%),linear-gradient(115deg,#f8fafc,#e8f2fd);padding:100px 9% 110px}.resources-hero h1{letter-spacing:-.065em;max-width:1050px;margin:0;font-size:clamp(3.4rem,6vw,6.5rem);line-height:.99}.resources-hero>p:last-child{color:#1f334d;max-width:790px;margin:30px 0 0;font-size:1.12rem;font-weight:500;line-height:1.8}.resources-grid-section{background:var(--white);padding:105px 9%}.resources-section-heading{grid-template-columns:1.1fr .9fr;align-items:end;gap:70px;margin-bottom:55px;display:grid}.resources-section-heading h2{letter-spacing:-.055em;max-width:800px;margin:0;font-size:clamp(2.5rem,4.5vw,4.8rem);line-height:1.05}.resources-section-heading>p{color:#1f334d;margin:0;font-weight:500;line-height:1.8}.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;display:grid}.resource-card{border:1px solid var(--gray-200);background:var(--off-white);border-radius:30px;overflow:hidden}.resource-card-link{transition:transform .2s,box-shadow .2s,border-color .2s;display:block}.resource-card-link:hover{border-color:var(--blue-600);box-shadow:var(--shadow);transform:translateY(-7px)}.resource-card-graphic{min-height:310px;padding:40px}.number-theory-graphic{background:radial-gradient(circle at 75% 15%, #ffffff5c, transparent 25%), linear-gradient(145deg, var(--navy-950), var(--blue-600));flex-direction:column;justify-content:center;align-items:center;display:flex}.mini-number-bank{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.mini-number-bank span{background:var(--white);width:54px;height:54px;color:var(--navy-950);border-radius:14px;place-items:center;font-size:1.15rem;font-weight:800;display:grid;box-shadow:0 9px 20px #0b1f3a38}.mini-sort-arrow{color:#c9e3ff;margin:20px 0;font-size:2rem;font-weight:800}.mini-category-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%;max-width:480px;display:grid}.mini-category-row div{min-height:76px;color:var(--white);text-align:center;background:#ffffff1a;border:1px solid #ffffff3d;border-radius:15px;place-items:center;padding:10px;display:grid}.shape-patterns-graphic{background:radial-gradient(circle at 75% 15%, #ffffff5c, transparent 25%), linear-gradient(145deg, var(--navy-950), var(--gold-500));place-items:center;display:grid}.mini-matrix-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%;max-width:220px;display:grid}.mini-matrix-cell{aspect-ratio:1;background:var(--white);border-radius:14px;place-items:center;display:grid;box-shadow:0 9px 20px #0b1f3a38}.mini-matrix-cell-alt{background:#ffffffad}.mini-matrix-cell-question{color:var(--white);box-shadow:none;background:#ffffff1a;border:2px dashed #ffffff80;font-size:1.6rem;font-weight:800}.fraction-sort-graphic{background:radial-gradient(circle at 75% 15%, #ffffff5c, transparent 25%), linear-gradient(145deg, var(--navy-950), #2f9e5b);flex-direction:column;justify-content:center;align-items:center;display:flex}.algebra-balance-graphic{background:radial-gradient(circle at 75% 15%, #ffffff5c, transparent 25%), linear-gradient(145deg, var(--navy-950), #b93b30);flex-direction:column;justify-content:center;align-items:center;display:flex}.mini-equation{background:var(--white);color:var(--navy-950);border-radius:14px;margin:0;padding:12px 20px;font-size:1.2rem;font-weight:800;box-shadow:0 9px 20px #0b1f3a38}.triangle-properties-graphic{background:radial-gradient(circle at 75% 15%, #ffffff5c, transparent 25%), linear-gradient(145deg, var(--navy-950), var(--gold-500));place-items:center;display:grid}.mini-triangle-icon{width:100%;max-width:200px}.mini-triangle-icon polygon{fill:#ffffff24;stroke:var(--white);stroke-width:4px;stroke-linejoin:round}.mini-triangle-right-angle{fill:none;stroke:var(--white);stroke-width:3px}.resource-card-content{padding:35px}.resource-card-label-row{justify-content:space-between;align-items:center;gap:20px;display:flex}.resource-type-badge,.coming-soon-badge{background:var(--blue-100);color:var(--blue-600);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:8px 12px;font-size:.72rem;font-weight:800;display:inline-block}.coming-soon-badge{background:var(--gray-200);color:var(--gray-700)}.resource-arrow{color:var(--blue-600);font-size:1.6rem;transition:transform .2s}.resource-card-link:hover .resource-arrow{transform:translate(5px)}.resource-card h3{letter-spacing:-.035em;margin:24px 0 15px;font-size:2rem}.resource-card-content>p{color:#1f334d;margin:0;font-weight:500;line-height:1.75}.resource-card-details{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.resource-card-details span{background:var(--white);color:var(--gray-700);border-radius:999px;padding:8px 11px;font-size:.78rem;font-weight:700}.coming-soon-resource{opacity:.74}.coming-soon-graphic{background:linear-gradient(135deg,#3478e514,#0b1f3a12);place-items:center;min-height:310px;display:grid}.coming-soon-graphic span{border:2px dashed var(--blue-200);width:100px;height:100px;color:var(--blue-600);border-radius:28px;place-items:center;font-size:3rem;display:grid}.resources-purpose-section{background:var(--navy-950);color:var(--white);grid-template-columns:1.1fr .9fr;align-items:center;gap:75px;padding:95px 9%;display:grid}.resources-purpose-section h2{letter-spacing:-.055em;max-width:850px;margin:0;font-size:clamp(2.5rem,4.5vw,4.8rem);line-height:1.06}.resources-purpose-section>p{color:#fffc;margin:0;font-weight:500;line-height:1.8}.mode-tab-row{flex-wrap:wrap;gap:10px;margin:18px 0;display:flex}.mode-tab{border:1px solid var(--gray-200);background:var(--white);color:var(--navy-900);cursor:pointer;border-radius:999px;padding:10px 16px;font-size:.85rem;font-weight:750;transition:background .2s,color .2s,border-color .2s}.mode-tab:hover{border-color:var(--blue-600)}.mode-tab-active{background:var(--navy-900);border-color:var(--navy-900);color:var(--white)}.shape-status-bar{justify-content:space-between;gap:24px;margin-bottom:30px;display:flex}.shape-status-bar>div{flex-direction:column;gap:6px;display:flex}.shape-stat-label{color:var(--blue-600);letter-spacing:.11em;text-transform:uppercase;font-size:.76rem;font-weight:800}.shape-status-bar strong{color:var(--navy-950);font-size:1.3rem}.answer-option-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:480px;margin:0 auto;display:grid}.answer-option{border:3px solid var(--gray-200);background:var(--white);cursor:pointer;border-radius:18px;place-items:center;min-height:120px;padding:16px;transition:border-color .2s,transform .2s,box-shadow .2s;display:grid}.answer-option:hover:not(:disabled){border-color:var(--blue-600);transform:translateY(-3px);box-shadow:0 9px 20px #14345c2e}.answer-option:disabled{cursor:default}.answer-option-selected{border-color:var(--blue-600)}.answer-option-correct{background:#e8f7ee;border-color:#2f9e5b}.answer-option-incorrect{background:#fff0ed;border-color:#d94a3a}.shape-answer-panel{text-align:center;margin-top:30px}.shape-answer-panel .game-feedback{max-width:640px;margin-left:auto;margin-right:auto}.shape-answer-panel .primary-button{margin-top:18px}@media (width<=900px){.shape-status-bar{flex-direction:column;gap:14px}}@media (width<=760px){.answer-option-grid{grid-template-columns:1fr}}.number-game-hero{background:radial-gradient(circle at 85% 15%,#3478e521,#0000 27%),linear-gradient(115deg,#f8fafc,#e8f2fd);grid-template-columns:1.15fr .85fr;align-items:center;gap:75px;padding:85px 9%;display:grid}.back-to-resources-link{color:var(--blue-600);margin-bottom:35px;font-size:.9rem;font-weight:800;display:inline-block}.back-to-resources-link:hover{text-decoration:underline}.number-game-hero h1{letter-spacing:-.065em;margin:0;font-size:clamp(3.5rem,6vw,6.5rem);line-height:.98}.number-game-hero>div:first-child>p:last-child{color:#1f334d;max-width:750px;margin:28px 0 0;font-size:1.1rem;font-weight:500;line-height:1.78}.game-rule-card{border:1px solid var(--gray-200);box-shadow:var(--shadow);background:#ffffffd9;border-radius:26px;padding:35px}.game-rule-card>strong{color:var(--blue-600);letter-spacing:.14em;text-transform:uppercase;margin-bottom:20px;font-size:.8rem;display:block}.game-rule-card p{color:#1f334d;margin:15px 0 0;font-weight:500;line-height:1.65}.game-board-section{background:var(--white);padding:90px 9% 105px}.game-toolbar{justify-content:space-between;align-items:center;gap:35px;margin-bottom:35px;display:flex}.game-progress span,.game-progress strong{display:block}.game-progress span{color:var(--blue-600);letter-spacing:.11em;text-transform:uppercase;font-size:.76rem;font-weight:800}.game-progress strong{margin-top:7px;font-size:1.35rem}.game-toolbar-actions{align-items:center;gap:22px;display:flex}.mistake-counter{color:var(--gray-700);font-weight:600}.new-round-button{background:var(--navy-900);min-height:48px;color:var(--white);cursor:pointer;border:none;border-radius:999px;padding:0 21px;font-weight:750;transition:background .2s,transform .2s}.new-round-button:hover{background:var(--blue-600);transform:translateY(-2px)}.number-bank-panel{border:1px solid var(--gray-200);background:var(--off-white);border-radius:28px;padding:35px}.number-bank-heading{justify-content:space-between;align-items:flex-end;gap:25px;display:flex}.number-bank-heading .eyebrow{margin-bottom:10px}.number-bank-heading h2{letter-spacing:-.04em;margin:0;font-size:clamp(1.8rem,3vw,2.8rem)}.number-bank-heading>span{color:var(--gray-700);font-size:.9rem;font-weight:700}.number-bank{border:2px dashed var(--blue-200);background:var(--white);border-radius:22px;flex-wrap:wrap;align-items:center;gap:15px;min-height:125px;margin-top:30px;padding:22px;display:flex}.draggable-number{background:var(--navy-900);width:72px;height:72px;color:var(--white);cursor:grab;border:2px solid #0000;border-radius:18px;place-items:center;font-size:1.45rem;font-weight:850;transition:transform .15s,background .15s,border-color .15s;display:grid;box-shadow:0 9px 20px #14345c2e}.draggable-number:hover{background:var(--blue-600);transform:translateY(-3px)}.draggable-number:active{cursor:grabbing}.selected-number{border-color:var(--gold-500);background:var(--blue-600);transform:translateY(-4px)scale(1.04)}.empty-number-bank{width:100%;color:var(--blue-600);text-align:center;font-weight:800}.sorting-zones{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:30px;display:grid}.sorting-zone{border:2px solid var(--gray-200);background:var(--off-white);cursor:pointer;border-radius:25px;outline:none;min-height:310px;transition:border-color .2s,box-shadow .2s,transform .2s;overflow:hidden}.sorting-zone:hover,.sorting-zone:focus-visible{border-color:var(--blue-600);box-shadow:var(--shadow);transform:translateY(-4px)}.sorting-zone-heading{background:var(--navy-950);min-height:120px;color:var(--white);padding:28px}.sorting-zone-prime .sorting-zone-heading{background:var(--blue-600)}.sorting-zone-both .sorting-zone-heading{background:var(--navy-800)}.sorting-zone-heading h3{margin:0;font-size:1.6rem}.sorting-zone-heading p{color:#ffffffc9;margin:10px 0 0;font-size:.87rem;font-weight:500;line-height:1.5}.placed-number-area{flex-wrap:wrap;align-content:flex-start;gap:12px;min-height:185px;padding:25px;display:flex}.placed-number{background:var(--white);width:60px;height:60px;color:var(--navy-950);border-radius:16px;place-items:center;font-size:1.2rem;font-weight:850;display:grid;box-shadow:0 8px 20px #0b1f3a1f}.drop-instruction{width:100%;color:var(--gray-500);text-align:center;margin:auto;font-weight:700}.game-feedback{background:var(--gray-100);color:var(--navy-950);border-radius:16px;margin-top:28px;padding:19px 22px;font-weight:700;line-height:1.6}.game-feedback-correct{color:#175c34;background:#e8f7ee}.game-feedback-incorrect{color:#8b2f23;background:#fff0ed}.game-feedback-complete{background:var(--blue-100);color:var(--navy-900)}.game-learning-section{background:var(--off-white);grid-template-columns:.75fr 1.25fr;gap:75px;padding:100px 9%;display:grid}.game-learning-section h2{letter-spacing:-.055em;margin:0;font-size:clamp(2.5rem,4.5vw,4.8rem);line-height:1.05}.game-strategy-grid{gap:18px;display:grid}.game-strategy-grid article{border:1px solid var(--gray-200);background:var(--white);border-radius:20px;grid-template-columns:auto 1fr;column-gap:22px;padding:26px;display:grid}.game-strategy-grid article>span{color:var(--blue-600);grid-row:1/3;font-size:.78rem;font-weight:850}.game-strategy-grid h3{margin:0;font-size:1.3rem}.game-strategy-grid p{color:#1f334d;margin:10px 0 0;font-weight:500;line-height:1.7}@media (width<=1050px){.resources-section-heading,.resources-purpose-section,.number-game-hero,.game-learning-section{grid-template-columns:1fr;gap:40px}.resource-grid,.sorting-zones{grid-template-columns:1fr}.sorting-zone{min-height:auto}}@media (width<=760px){.resources-hero,.resources-grid-section,.resources-purpose-section,.number-game-hero,.game-board-section,.game-learning-section{padding-left:7%;padding-right:7%}.resources-hero h1,.number-game-hero h1{font-size:clamp(3rem,14vw,4.7rem)}.resource-card-graphic{min-height:260px;padding:25px}.mini-number-bank span{width:46px;height:46px}.mini-category-row{grid-template-columns:1fr}.game-toolbar,.game-toolbar-actions,.number-bank-heading{flex-direction:column;align-items:flex-start}.new-round-button{width:100%}.number-bank-panel{padding:25px 18px}.number-bank{justify-content:center}.draggable-number{width:62px;height:62px}}.round-rule-label,.game-status-bar span,.check-panel-label,.category-heading-row span{color:var(--blue-600);letter-spacing:.11em;text-transform:uppercase;font-size:.73rem;font-weight:850;display:block}.game-rule-card h2{color:var(--navy-950);letter-spacing:-.04em;margin:12px 0 0;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.08}.preset-range-label{color:var(--gray-700);font-size:.9rem;font-weight:700;margin:12px 0 0!important}.preset-rule-list{gap:12px;margin-top:25px;display:grid}.preset-rule-list div{border:1px solid var(--gray-200);background:var(--off-white);border-radius:15px;padding:15px}.preset-rule-list strong,.preset-rule-list span{display:block}.preset-rule-list strong{color:var(--navy-950);font-size:.93rem}.preset-rule-list span{color:#1f334d;margin-top:5px;font-size:.82rem;font-weight:500;line-height:1.45}.game-status-bar{border:1px solid var(--gray-200);background:var(--off-white);border-radius:20px;justify-content:space-between;align-items:center;gap:35px;margin-bottom:30px;padding:24px 28px;display:flex}.game-status-bar>div:last-child{text-align:right}.game-status-bar strong{color:var(--navy-950);margin-top:7px;font-size:1.1rem;display:block}.number-bank-drop-zone{transition:border-color .2s,box-shadow .2s}.number-bank-drop-zone:hover{border-color:var(--blue-200)}.game-number{background:var(--navy-900);min-width:76px;height:72px;color:var(--white);cursor:grab;border:3px solid #0000;border-radius:18px;place-items:center;padding:0 13px;font-size:1.35rem;font-weight:850;transition:transform .16s,background-color .16s,border-color .16s,box-shadow .16s;display:grid;position:relative;box-shadow:0 9px 20px #14345c2e}.game-number:hover:not(:disabled){background:var(--blue-600);transform:translateY(-3px)}.game-number:active:not(:disabled){cursor:grabbing}.game-number-selected{border-color:var(--gold-500);background:var(--blue-600);transform:translateY(-4px)scale(1.04)}.game-number-correct{cursor:not-allowed;background:#218b4a;border-color:#2f9e5b;box-shadow:0 9px 20px #218b4a33}.game-number-correct:hover{background:#218b4a;transform:none}.game-number-incorrect{background:#b93b30;border-color:#d94a3a;box-shadow:0 9px 20px #b93b3033}.game-number-incorrect:hover:not(:disabled){background:#d94a3a}.number-lock-icon{border:2px solid var(--white);width:25px;height:25px;color:var(--white);background:#176f3b;border-radius:50%;place-items:center;font-size:.72rem;display:grid;position:absolute;top:-9px;right:-9px}.return-to-bank-button{border:1px solid var(--gray-200);background:var(--white);color:var(--navy-900);cursor:pointer;border-radius:999px;margin-top:18px;padding:10px 15px;font-weight:750}.return-to-bank-button:hover{border-color:var(--blue-600);color:var(--blue-600)}.randomized-sorting-zones{align-items:stretch}.randomized-sorting-zone{cursor:default}.randomized-sorting-zone .sorting-zone-heading{min-height:155px}.sorting-zone-position-1 .sorting-zone-heading{background:var(--navy-950)}.sorting-zone-position-2 .sorting-zone-heading{background:var(--blue-600)}.sorting-zone-position-3 .sorting-zone-heading{background:var(--navy-800)}.category-heading-row{justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px;display:flex}.category-heading-row span{color:#b9dcff}.category-heading-row strong{color:#ffffffd1;font-size:.78rem}.placed-number-area{align-items:flex-start}.placed-game-number{min-width:66px;height:62px;padding:0 10px;font-size:1.15rem}.answer-check-panel{border:1px solid var(--gray-200);background:var(--off-white);border-radius:22px;justify-content:space-between;align-items:center;gap:40px;margin-top:30px;padding:28px;display:flex}.answer-check-panel>div{max-width:720px}.answer-check-panel p{color:#1f334d;margin:9px 0 0;font-weight:500;line-height:1.65}.check-answers-button,.new-preset-button{min-width:210px;min-height:52px;color:var(--white);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;padding:0 24px;font-weight:800;transition:transform .2s,background-color .2s,opacity .2s}.check-answers-button{background:var(--navy-900)}.check-answers-button:hover:not(:disabled){background:var(--blue-600);transform:translateY(-2px)}.check-answers-button:disabled{background:var(--gray-500);cursor:not-allowed;opacity:.65}.new-preset-button{background:#218b4a}.new-preset-button:hover{background:#176f3b;transform:translateY(-2px)}.game-feedback{font-weight:750}@media (width<=900px){.game-status-bar,.answer-check-panel{flex-direction:column;align-items:flex-start}.game-status-bar>div:last-child{text-align:left}.check-answers-button,.new-preset-button{width:100%}}@media (width<=760px){.game-number{min-width:62px;height:62px;padding:0 9px;font-size:1.1rem}.placed-game-number{min-width:58px;height:56px}.randomized-sorting-zone .sorting-zone-heading{min-height:auto}.category-heading-row{flex-direction:column;align-items:flex-start;gap:6px}}.shape-board{border:1px solid var(--gray-200);background:var(--off-white);border-radius:24px;margin-bottom:28px;padding:32px}.board-instructions{color:var(--gray-700,#334e68);text-align:center;margin:20px 0 0;font-weight:500;line-height:1.6}.matrix-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:340px;margin:0 auto;display:grid}.matrix-cell{aspect-ratio:1;border:2px solid var(--gray-200);background:var(--white);border-radius:16px;place-items:center;display:grid}.matrix-cell-question{color:var(--blue-600);font-size:2.2rem;font-weight:800}.classification-examples{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.classification-cell{border:2px solid var(--gray-200);background:var(--white);border-radius:16px;place-items:center;width:96px;height:96px;display:grid}.folding-prompt{flex-direction:column;align-items:center;gap:16px;display:flex}.fold-axis-label{color:var(--navy-950);text-align:center;margin:0;font-weight:700}.fold-grid{border:2px solid var(--gray-200);background:var(--white);border-radius:12px;gap:4px;width:160px;padding:10px;display:grid}.fold-cell{background:var(--navy-900);border-radius:4px}.fold-cell-hole{background:var(--off-white);border:2px dashed var(--gray-500)}.shape-figure-group{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;max-width:130px;display:flex}@media (width<=760px){.classification-examples{gap:12px}.matrix-grid{max-width:260px}}.algebra-board{text-align:center;flex-direction:column;align-items:center;gap:30px;display:flex}.equation-display{color:var(--navy-950);letter-spacing:-.02em;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:850}.balance-scale{grid-template-columns:1fr auto 1fr;align-items:end;gap:18px;width:100%;max-width:560px;display:grid}.balance-fulcrum{border-left:22px solid #0000;border-right:22px solid #0000;border-bottom:38px solid var(--navy-900);width:0;height:0;margin-bottom:-2px}.balance-pan{border:2px solid var(--gray-200);background:var(--white);border-radius:20px;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;min-height:90px;padding:18px;display:flex;box-shadow:0 9px 20px #0b1f3a1f}.balance-tile{background:var(--navy-900);min-width:56px;height:56px;color:var(--white);border-radius:14px;place-items:center;padding:0 12px;font-size:1.2rem;font-weight:850;display:grid}.balance-tile-constant{background:var(--blue-600)}.balance-tile-bracket{background:var(--navy-800);min-width:96px;padding:0 16px}.operation-panel{border:1px solid var(--gray-200);background:var(--off-white);border-radius:22px;margin-top:30px;padding:28px}.operation-button-row{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.operation-button{border:2px solid var(--gray-200);background:var(--white);color:var(--navy-900);cursor:pointer;border-radius:999px;padding:12px 20px;font-weight:750;transition:border-color .2s,background .2s,color .2s}.operation-button:hover{border-color:var(--blue-600)}.operation-button-active{border-color:var(--navy-900);background:var(--navy-900);color:var(--white)}.operation-value-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin-top:22px;display:flex}.operation-value-row label{color:var(--gray-700);font-weight:700}.operation-value-hint{max-width:360px;color:var(--gray-700);text-align:center;margin:0;font-weight:700}.operation-value-row input{border:2px solid var(--gray-200);background:var(--white);width:100px;min-height:48px;color:var(--navy-950);text-align:center;border-radius:14px;padding:0 16px;font-size:1.05rem;font-weight:750}.operation-value-row input:focus{border-color:var(--blue-600);outline:none}@media (width<=760px){.balance-scale{grid-template-columns:1fr;justify-items:center}.balance-fulcrum{display:none}}.triangle-board{flex-direction:column;align-items:center;gap:20px;display:flex}.triangle-figure{width:100%;max-width:320px;height:auto}.triangle-outline{fill:var(--off-white);stroke:var(--navy-900);stroke-width:3px;stroke-linejoin:round}.triangle-vertex-label,.triangle-side-label{fill:var(--navy-950);text-anchor:middle;dominant-baseline:middle;font-size:15px;font-weight:800}.triangle-tick-mark{stroke:var(--navy-900);stroke-width:3px}.triangle-right-angle-marker{fill:none;stroke:var(--navy-900);stroke-width:2.5px}.triangle-exterior-ray{stroke:var(--gray-500);stroke-width:2px;stroke-dasharray:6 5}.triangle-exterior-label{fill:var(--navy-950);text-anchor:middle;dominant-baseline:middle;font-size:15px;font-weight:800}.triangle-altitude-line{stroke:var(--blue-600);stroke-width:2px;stroke-dasharray:5 4}.triangle-altitude-label{fill:var(--navy-950);text-anchor:middle;dominant-baseline:middle;font-size:14px;font-weight:800}.game-feedback-heading{margin:0 0 6px;font-weight:850}.game-feedback-line{margin:0}.game-feedback-line+.game-feedback-line{margin-top:6px}.triangle-answer-option-grid{max-width:620px}.triangle-answer-option{min-height:76px;color:var(--navy-950);font-size:1.15rem;font-weight:800}:root{--gray-700:#1f334d}.hero-description,.section-heading>p:last-child,.home-founder-text p:not(.eyebrow),.page-hero>p:last-child,.large-body-text p,.founder-page-content>p:not(.eyebrow),.evidence-section>div:first-child>p:last-child,.evidence-list p,.contact-card>p:not(.eyebrow),.information-card p,.not-found-page>p:not(.eyebrow){color:#1f334d;font-weight:500}.navbar nav{flex-wrap:wrap;justify-content:flex-end}@media (width<=1220px){.navbar nav{gap:14px}.nav-link{font-size:.78rem}}@media (width<=1030px){.navbar{flex-direction:column;align-items:flex-start;gap:18px;padding-top:20px;padding-bottom:20px}.navbar nav{justify-content:flex-start}.nav-link{padding:4px 0 9px;font-size:.87rem}.nav-link:after{bottom:2px}}
