*{box-sizing:border-box}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root,body{min-height:100vh}#root{overflow-x:hidden;width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--header-h:100px;--logo-h:calc(var(--header-h) - 20px)}.header{background:linear-gradient(135deg,#2596be,#2596be);box-sizing:border-box;color:#fff;height:100px;height:var(--header-h);justify-content:space-between;overflow:visible;padding:0 1rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.brand,.header{align-items:center;display:flex}.brand{justify-content:flex-start;min-width:200px;width:auto}.brand-link{align-items:center;color:#fff;display:flex;gap:.8rem;text-decoration:none}.brand-logo{background:#0000;display:block;height:80px;height:var(--logo-h);max-width:100%;width:auto}.nav-links{align-items:center;display:flex;gap:.75rem;height:100%;margin-left:auto;white-space:nowrap}.mobile-menu-toggle{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:30px;justify-content:space-around;margin-left:auto;padding:0;width:30px;z-index:1001}.hamburger-line{background-color:#fff;border-radius:2px;height:3px;transform-origin:center;transition:all .3s ease;width:100%}.mobile-menu-toggle.active .hamburger-line:first-child{transform:rotate(45deg) translate(6px,6px)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-nav{background:linear-gradient(135deg,#2596be,#2596be);display:none;height:calc(100vh - 100px);height:calc(100vh - var(--header-h));left:0;overflow-y:auto;position:fixed;top:100px;top:var(--header-h);transform:translateX(-100%);transition:transform .3s ease;width:100%;z-index:1000}.mobile-nav.open{transform:translateX(0)}.mobile-nav-content{display:flex;flex-direction:column;gap:1rem;height:100%;padding:2rem 1rem}.mobile-nav .nav-item{background-color:#ffffff1a;border-radius:8px;font-size:1.2rem;padding:1rem;text-align:center;transition:background-color .3s ease}.mobile-nav .nav-item:hover{background-color:#fff3}.mobile-nav .nav-item.cta{background-color:#ffd23f;color:#333;font-weight:700}.mobile-nav .nav-item.cta:hover{background-color:#ffc107}.mobile-menu-overlay{background-color:#00000080;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.nav-links .nav-item{border:2px solid #0000;border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:625;padding:.35rem 1rem;text-decoration:none;transition:background-color .3s}.nav-links .nav-item:hover{background-color:#fff3}.header .nav-links .nav-item.active{background-color:#ffd23f26;border-color:#ffd23f;color:#fff;cursor:default;pointer-events:none}.nav-links .nav-item.clickable:hover{background-color:#ffd23f;color:#333}.nav-links .nav-item.cta{background-color:initial;border:2px solid #ffd23f;border-radius:999px;color:#ffd23f;font-size:1.2rem;font-weight:700;padding:.5rem 1rem}.nav-links .nav-item.cta:hover{background-color:#ffd23f;color:#333}@media (max-width:768px){:root{--header-h:88px}.header{height:100px;height:var(--header-h);padding:0 .5rem}.desktop-nav{display:none}.mobile-menu-toggle{display:flex}.mobile-menu-overlay,.mobile-nav{display:block}}@media (max-width:480px){:root{--header-h:84px}.header{height:100px;height:var(--header-h);padding:0 .25rem}.mobile-menu-toggle{height:28px;width:28px}.mobile-nav-content{padding:1.5rem .5rem}.mobile-nav .nav-item{font-size:1.1rem;padding:.8rem}}@media (max-width:360px){:root{--header-h:76px}.mobile-menu-toggle{height:26px;width:26px}.mobile-nav-content{padding:1rem .25rem}.mobile-nav .nav-item{font-size:1rem;padding:.7rem}}body{overflow-x:hidden;width:100%}.hero{align-items:center;display:flex;justify-content:center;min-height:56.25vh;padding:2rem 2rem 2.5rem;width:100%}.fluffy-bg{overflow:hidden;position:relative}.fluffy-bg:before{background-image:var(--hero-bg-url);background-position:50%;background-size:cover;content:"";inset:0;opacity:.15;pointer-events:none;position:absolute}.fluffy-bg>*{position:relative}.hero-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1.2fr;margin:0 auto;max-width:1400px;padding:0 1rem;width:100%}.hero h1{font-size:clamp(2.5rem,3.2vw + 1rem,3.75rem);font-weight:800;line-height:1.05;text-align:left;white-space:nowrap}.hero p{font-size:1.35rem;margin-bottom:1.25rem;opacity:.98;text-align:center}.hero-ctas{align-items:center;display:flex;gap:2rem;justify-content:flex-start;margin-top:2rem;padding-left:10rem;width:100%}.hero-right{justify-self:end;padding-right:1.5rem}.hero-right img,.hero-video{border-radius:16px;box-shadow:0 10px 24px #00000026;height:auto;max-width:1000px;object-fit:cover;width:100%}.hero-video{background-color:#000;display:block}.mt-8{margin-top:2.5rem}.primary-cta{background-color:#ffd23f;border:none;border-radius:8px;color:#333;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.primary-cta:hover{background-color:#ffc107;transform:translateY(-2px)}.secondary-cta{background-color:initial;border:2px solid #fff;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.secondary-cta:hover{background-color:#fff;color:#3c91e6}.fluffy-convo{background-color:#fff;box-shadow:0 2px 8px #0000000f;display:flex;justify-content:center;padding:2.5rem 1rem}.fluffy-convo-inner img{border-radius:25px;box-shadow:0 10px 24px #00000026;max-width:1100px;width:100%}.showcase{background:linear-gradient(135deg,#f2f7ff,#e8f0ff);padding:3.2rem 1rem}.showcase-media img{border-radius:20px}.section-divider{border:0;border-top:1px solid #e0e0e0;margin:2rem auto;max-width:1200px}.trust-badges{background-color:#fff;box-shadow:0 2px 8px #0000001a;padding:2rem;text-align:center}.badges-grid{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin:0 auto;max-width:800px}.badge{background-color:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;color:#666;font-weight:700;padding:1rem 1.5rem}.features-section{background:linear-gradient(135deg,#fff7f9,#ffe9f1);padding:3rem 2rem;width:100%}.core-benefits-title{color:#ee4266;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.features-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-width:1400px;width:100%}.feature-card{border-radius:16px;display:flex;flex-direction:column;justify-content:center;min-height:280px;padding:3rem 2.5rem}.feature-icon{display:none}.feature-card h3{font-size:1.85rem;font-weight:700}.feature-card p{color:#444;font-size:1.2rem;line-height:1.7}.how-it-works{background-color:#e8e9f3;padding:4rem 2rem}.how-it-works h2{color:#ee4266;margin-bottom:3rem}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));max-width:900px}.testimonials-section{background:linear-gradient(135deg,#f6fff9,#e8ffe9);padding:2rem;width:100%}.testimonials-section h2{color:#ee4266;font-size:2.5rem;margin-bottom:3rem;text-align:center;width:100%}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px;width:100%}.testimonial-card{background-color:#f8f9fa;border-left:4px solid #ffd23f;border-radius:12px;padding:2rem}.testimonial-quote{color:#555;font-size:1.1rem;font-style:italic;margin-bottom:1rem}.testimonial-author{color:#3c91e6;font-weight:700}.testimonial-outcome{color:#666;font-size:.9rem}.conditions-section{background-color:#e8e9f3;padding:2rem;width:100%}.conditions-section h2{color:#ee4266;font-size:2.5rem;margin-bottom:3rem;text-align:center;width:100%}.conditions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(5,minmax(180px,1fr));margin:0 auto;max-width:1000px;width:100%}.condition-card{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;color:inherit;padding:1.5rem;text-align:center;text-decoration:none;transition:transform .3s ease}.condition-card:hover{transform:translateY(-3px)}.condition-icon{display:none}.condition-card h3{color:#3c91e6;font-size:1.25rem;margin-bottom:.5rem}.condition-card p{color:#555;font-size:1rem}.bottom-cta{background-color:#3c91e6;color:#fff;padding:1rem 2rem 3rem;text-align:center;width:100%}.bottom-cta h2{font-size:2.2rem;margin-bottom:1rem}.bottom-cta p{font-size:2rem;margin-bottom:3rem;opacity:.98}.bottom-cta .primary-cta{margin-top:1rem}@media (max-width:768px){.hero{min-height:100vh;padding:1.5rem 1rem;width:100%}.hero-content{gap:2rem;grid-template-columns:1fr;max-width:100%;padding:0;width:100%}.hero h1,.hero-left{text-align:center;width:100%}.hero h1{font-size:2.25rem;line-height:1.2;margin:0 auto 1rem;white-space:normal}.hero p{font-size:1.1rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center;width:100%}.hero-ctas{align-items:center;flex-direction:column;gap:1rem}.hero-ctas,.hero-right{display:flex;justify-content:center;padding:0;width:100%}.hero-right img{border-radius:12px;height:auto;max-width:400px;width:100%}.bottom-cta,.conditions-section,.features-section,.testimonials-section{padding:2rem 1rem;width:100%}.features-grid,.testimonials-grid{gap:1.5rem;grid-template-columns:1fr;width:100%}.features-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.feature-card{box-sizing:border-box;min-height:auto;padding:1.25rem;width:100%}.feature-card h3{font-size:1.1rem}.feature-card p{font-size:.95rem}.conditions-grid{gap:1rem;grid-template-columns:repeat(2,1fr);width:100%}.condition-card,.feature-card,.testimonial-card{margin:0;width:100%}.badges-grid{flex-wrap:wrap;gap:1rem;justify-content:center}}@media (max-width:480px){.features-grid{grid-template-columns:1fr}.feature-card h3{font-size:1.05rem}.feature-card p{font-size:.9rem}.hero{min-height:100vh;padding:1.5rem .5rem}.hero-content{gap:1.5rem}.hero h1{font-size:2rem;line-height:1.1;padding:0 .5rem}.hero p{font-size:1rem;padding:0 .5rem}.hero-ctas{gap:.75rem;width:100%}.primary-cta,.secondary-cta{font-size:1rem;max-width:280px;padding:.8rem 1.5rem;text-align:center;width:100%}.hero-right img{max-width:300px;width:100%}.bottom-cta,.conditions-section,.features-section,.testimonials-section{padding:1.5rem .5rem}.conditions-grid,.features-grid,.testimonials-grid{gap:1rem}}@media (max-width:360px){.hero{min-height:100vh;padding:1rem .25rem}.hero-content{gap:1rem}.hero h1{font-size:1.75rem;padding:0 .25rem}.hero p{font-size:.9rem;padding:0 .25rem}.primary-cta,.secondary-cta{font-size:.9rem;max-width:250px;padding:.7rem 1.2rem}.hero-right img{max-width:250px}.bottom-cta,.conditions-section,.features-section,.testimonials-section{padding:1rem .25rem}}.beta-hero{align-items:center;background:linear-gradient(135deg,#3c91e6,#2e6cb5);color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:56.25vh;padding:2.25rem 1.5rem;text-align:center}.beta-hero h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.beta-hero p{font-size:1.2rem;margin:0 auto;opacity:.95;text-align:center;white-space:nowrap;width:-webkit-max-content;width:max-content}.beta-content{background-color:#fff;border-radius:0;box-shadow:none;margin:0;max-width:none;padding:1.5rem;text-align:center;width:100%}.beta-content h2{color:#ee4266;font-size:2rem;margin-bottom:1.5rem}.beta-content p{color:#555;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.benefits-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin:1.5rem 0}.benefit-item{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem}.benefit-icon{color:#3c91e6;font-size:2rem;margin-bottom:1rem}.benefit-item h3{color:#ee4266;font-size:1.1rem;margin-bottom:.5rem}.benefit-item p{color:#666;font-size:.9rem;margin:0}.form-section{background-color:#f8f9fa;border-radius:8px;border-top:2px solid #e9ecef;margin-top:3rem;padding:2rem}.form-section h3{color:#3c91e6;font-size:1.875rem;margin-bottom:1rem}.form-section p{color:#666;font-size:1.375rem;margin-bottom:2rem}.waitlist-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.form-trust-container{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1.1fr .75fr}.tally-form{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:2rem}.trust-notes{background-color:#e8f4fd;border-left:4px solid #3c91e6;border-radius:8px;padding:1.5rem}.two-col{margin:0 auto;max-width:800px}.trust-notes h4{color:#3c91e6;font-size:1.1rem;margin-bottom:1rem}.trust-notes ul{color:#555;margin:0 auto;max-width:500px;text-align:left}.trust-notes li{margin-bottom:.5rem}@media (max-width:768px){.beta-hero h1{font-size:2rem;margin-bottom:1.5rem}.beta-hero p{font-size:1rem;line-height:1.5;margin:0 auto;max-width:90%;white-space:normal}.beta-content{background-color:#fff;margin:0;padding:1.5rem}.benefits-grid,.form-trust-container{grid-template-columns:1fr}.form-trust-container{gap:1rem}.tally-form{padding:1rem}.trust-notes{margin-top:0}.waitlist-text{overflow:visible;text-overflow:clip;white-space:normal}}.login-layout{grid-column-gap:1rem;align-items:start;column-gap:1rem;display:grid;grid-template-columns:1fr 1fr;margin:3rem auto;max-width:900px}.login-actions{display:none}.login-container{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin:0;max-width:400px;padding:2rem}.login-container h1{color:#ee4266;font-size:2rem;margin-bottom:1.5rem;text-align:center}.login-section{color:#1e5fb3;font-weight:800;letter-spacing:.04em;margin-bottom:.25rem;text-align:center}.login-header-row{align-items:center;display:flex;gap:1rem;justify-content:space-between}.slp-login-link{background-color:#3c91e6;border-radius:8px;color:#fff;font-size:.95rem;font-weight:700;padding:.5rem .75rem;text-decoration:none}.slp-login-link:hover{background-color:#2e6cb5}.form-group{margin-bottom:1.5rem}.form-group label{color:#555;display:block;font-weight:500;margin-bottom:.5rem}.form-group input{border:2px solid #e9ecef;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus{border-color:#3c91e6;outline:none}.login-btn{background-color:#3c91e6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem;transition:background-color .3s ease;width:100%}.login-btn:hover{background-color:#2e6cb5}.login-btn:disabled{background-color:#ccc;cursor:not-allowed}.error-message{background-color:#f8d7da;color:#dc3545}.error-message,.success-message{border-radius:8px;margin-bottom:1rem;padding:.75rem;text-align:center}.success-message{background-color:#d4edda;color:#28a745}.return-home{border-top:1px solid #e9ecef;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.return-home a{color:#3c91e6;font-weight:500;text-decoration:none}.return-home a:hover{text-decoration:underline}.loading{margin-top:1rem;text-align:center}.spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#3c91e6;height:20px;margin:0 auto;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.login-layout{grid-template-columns:1fr;row-gap:1rem}.login-container{margin:0 1rem;padding:1.5rem}.login-container h1{font-size:1.8rem}}.hero{padding:0}.hero h1{margin-left:auto;margin-right:auto;text-align:center}.hero h1,.hero p{max-width:800px;padding:0 2rem}.hero p{line-height:1.6}.about-hero{align-items:center;display:flex;justify-content:center;min-height:56.25vh;padding:2rem 0}.about-hero p{max-width:800px;width:auto}.vision-container{margin:0 auto;max-width:900px;padding:0 1rem;text-align:center}.vision-container h1{margin-bottom:1.75rem;text-align:center;transform:translateY(-12px)}.about-hero .vision-container p{text-wrap:balance;font-size:1.15rem;line-height:1.6;margin:.5rem auto 0;max-width:60ch;text-align:center}.about-hero .vision-container p+p{margin-top:1.25rem}@media (max-width:768px){.about-hero .vision-container p{font-size:1.05rem;line-height:1.55;margin:.5rem auto 0}}@media (min-width:1024px){.vision-container{max-width:1200px;width:min(92vw,1200px)}.about-hero .vision-container p{text-wrap:initial;max-width:none}.mission-section,.mission-section .two-col,.origin-section{max-width:none;width:100%}.origin-section.two-col{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:2fr 1fr}}.connect-section{background-color:#3c91e6;color:#fff;padding:2.5rem 1rem 3rem;text-align:center}.connect-section h2{font-size:2rem;margin:0 0 1rem}.connect-icons{display:inline-flex;gap:1rem}.connect-icon{align-items:center;border-radius:50%;display:inline-flex;height:55px;justify-content:center;overflow:hidden;text-decoration:none;width:55px}.connect-icon:hover{filter:brightness(.95)}.connect-icon img{display:block;height:100%;object-fit:cover;width:100%}.mission-section{background-color:#fff;padding:1rem 2rem}.mission-content{text-align:left}.two-col{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 1fr;width:100%}.mission-section h2{color:#ee4266;font-size:2.5rem;margin-bottom:2rem}.mission-section p{color:#555;font-size:1.2rem;line-height:1.8;margin-bottom:2rem}.mission-highlight{background-color:#f8f9fa;border-left:5px solid #ffd23f;border-radius:12px;margin:2rem 0;padding:2rem;text-align:left}.mission-highlight h3{color:#3c91e6;margin-bottom:1rem}.origin-section{background-color:#e8e9f3;padding:4rem 3rem;width:100%}.origin-content{margin:0;max-width:100%;text-align:left;width:100%}.origin-image{justify-self:end}.origin-image img{border-radius:12px;height:auto;object-fit:cover;width:400px}.origin-section h2{color:#ee4266;font-size:2.5rem;margin-bottom:2rem}.origin-section p{color:#555;font-size:1.2rem;line-height:1.8;margin-bottom:2rem}.team-section{background-color:#fff;padding:1rem 2rem}.team-content{margin:0 auto;max-width:1400px;text-align:left}.team-title{color:#ee4266;font-size:2.5rem;margin-bottom:2rem;text-align:center}.team-row{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);justify-items:center}.team-card{align-items:center;display:flex;flex-direction:column;text-align:center}.team-headshot{border-radius:50%;height:150px;margin-bottom:.75rem;object-fit:cover;width:150px}.team-layout{grid-gap:2rem;gap:2rem;grid-template-areas:"names photo";grid-template-columns:1.2fr 1fr}.team-layout,.team-names{align-items:start;display:grid}.team-names{grid-column-gap:2rem;grid-row-gap:1.5rem;column-gap:2rem;grid-area:names;grid-template-columns:1fr 1fr 1fr;row-gap:1.5rem}.team-names .team-inline-card:first-child{grid-column:1}.team-names .team-inline-card:nth-child(2){grid-column:3}.team-names .team-inline-card:nth-child(3){grid-column:2}.team-inline-card{align-items:flex-start;display:flex;flex-direction:column;min-width:220px}.team-inline-name{font-size:1.75rem;font-weight:800}.team-inline-role{font-size:1.1rem}.team-inline-edu{font-style:italic}.team-inline-major{text-align:left}.team-role{font-size:12px}.team-edu{font-style:italic}.team-major{text-align:center}.team-photo-left{grid-area:photo;justify-self:end}.team-photo-left img{border-radius:12px;height:500px;object-fit:cover;width:500px}.team-grid{grid-gap:2rem;grid-template-columns:1fr 1fr;margin-top:2rem}.team-grid,.team-member{align-items:center;display:grid;gap:2rem}.team-member{grid-gap:2rem;grid-template-columns:1fr 2fr;text-align:left}.member-photo img{border-radius:12px;box-shadow:0 4px 12px #0000001a;max-width:450px;width:100%}.member-info h3{color:#3c91e6;font-size:1.9rem;margin-bottom:1rem}.member-info p{color:#555;line-height:1.6;margin-bottom:1rem}.research-section{background-color:#e8e9f3;padding:1rem 2rem}.research-content{margin:0 auto;max-width:900px;text-align:center}.research-section h2{color:#ee4266;font-size:2.5rem;margin-bottom:2rem}.research-section p{color:#555;font-size:1.2rem;line-height:1.8;margin-bottom:2rem}.research-partners{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.slider{grid-gap:.75rem;gap:.75rem;grid-template-columns:48px 1fr 48px}.slider-frame{background:#fff;height:calc(700px + 1.5rem)}.slide{object-fit:cover}.partner{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem}.partner h4{color:#3c91e6;font-size:1.3rem;margin-bottom:1rem}.partner p{color:#666;line-height:1.6}.vision-section{background-color:#fff;padding:4rem 2rem}.vision-content{margin:0 auto;max-width:1400px;text-align:left;width:95vw}.vision-section h2{color:#ee4266;font-size:2.5rem;margin-bottom:2rem;text-align:center}.vision-section p{color:#555;font-size:1.2rem;line-height:1.8;margin:0 auto 2rem;max-width:none;width:100%}@media (max-width:1024px){.team-layout{grid-template-areas:"photo" "names";grid-template-columns:1fr}.team-photo-left{justify-self:center}.team-photo-left img{height:420px;width:420px}.team-names{grid-template-columns:1fr}.team-names .team-inline-card:first-child,.team-names .team-inline-card:nth-child(2),.team-names .team-inline-card:nth-child(3){grid-column:auto}}@media (max-width:768px){.hero h1{font-size:2rem;padding:0 1rem}.hero p{font-size:1.1rem;padding:0 1rem}.team-member{text-align:center}.research-partners,.team-member{grid-template-columns:1fr}.mission-section,.origin-section,.research-section,.team-section,.vision-section{padding:2rem 1rem}.vision-content{padding:0 1rem;width:100vw}.origin-section.two-col{display:block}.hero{padding:2rem 1rem}.hero h1,.hero p{text-align:center}.mission-section.two-col{display:block}.mission-content{margin-bottom:2rem}.mission-highlight{margin-top:0}.team-row{gap:1.5rem;grid-template-columns:1fr}.team-card{margin:0 auto;max-width:280px;width:100%}.team-headshot{height:120px;width:120px}}@media (max-width:480px){.hero h1{font-size:1.8rem;padding:0 .5rem}.hero p{font-size:1rem;padding:0 .5rem}.mission-section,.origin-section,.research-section,.team-section{padding:1.5rem .5rem}.mission-section h2,.origin-section h2,.team-section h2{font-size:2rem}}body{line-height:1.6}.hero{background:linear-gradient(135deg,#3c91e6,#2e6cb5);color:#fff;padding:3rem 2rem;text-align:center}.how-it-works{background-color:#3c91e6;padding:2rem}.how-it-works h2{color:#e8e9f3;font-size:2.5rem;margin-bottom:2rem;text-align:center}.steps-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.step{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem;text-align:center}.step-number{align-items:center;background-color:#ffd23f;border-radius:50%;color:#333;display:flex;font-size:1.2rem;font-weight:700;height:50px;justify-content:center;margin:0 auto 1rem;width:50px}.step h3{color:#3c91e6;margin-bottom:1rem}.step p{color:#666}.product-showcase{background-color:#f8f9fa;padding:3rem 1rem}.showcase-row{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1.1fr 1fr;margin:0 auto 2.5rem;max-width:1200px}.showcase-text h3{color:#ee4266;font-size:1.75rem;margin-bottom:.75rem}.showcase-text p{color:#444;font-size:1.05rem;line-height:1.8}.showcase-media img{border-radius:12px;box-shadow:0 8px 20px #00000026;width:100%}.reveal-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal-on-scroll.in-view{opacity:1;transform:translateY(0)}.hero h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.hero p{font-size:1.2rem;margin:0 auto;max-width:600px;opacity:.95}.features-section{background-color:#fff;padding:1rem 2rem}.features-section h2{color:#ee4266;font-size:2.5rem;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1200px}.feature-card{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:2rem;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#ee4266;font-size:1.3rem;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6}.comparison-section{background-color:#e8e9f9;padding:4rem 2rem}.comparison-section h2{color:#ee4266;font-size:2.5rem;margin-bottom:3rem;text-align:center}.comparison-table{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin:0 auto;max-width:900px;overflow:hidden}.comparison-header{background-color:#3c91e6;color:#fff;font-size:1.4rem;font-weight:700;padding:2rem;text-align:center}.comparison-header,.comparison-row{display:grid;grid-template-columns:1fr 1fr}.comparison-row{border-bottom:1px solid #e9ecef}.comparison-row:last-child{border-bottom:none}.comparison-cell{align-items:center;display:flex;font-size:1.1rem;justify-content:center;line-height:1.5;padding:2rem 1.5rem;text-align:center}.comparison-cell:first-child{background-color:#f8f9fa;border-right:1px solid #e9ecef}.checkmark{color:#28a745}.checkmark,.xmark{font-size:1.5rem;font-weight:700}.xmark{color:#dc3545}.faq-section{background-color:#fff;padding:4rem 2rem}.faq-section h2{color:#ee4266;font-size:2.5rem;margin-bottom:3rem;text-align:center}.faq-grid{margin:0 auto;max-width:800px}.faq-item{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:1rem;overflow:hidden}.faq-question{align-items:center;background-color:#e9ecef;color:#333;cursor:pointer;display:flex;font-weight:700;justify-content:space-between;padding:1.5rem;transition:background-color .3s ease}.faq-question:hover{background-color:#dee2e6}.faq-answer{color:#666;display:none;padding:1.5rem}.faq-answer.active{display:block}.faq-toggle{font-size:1.2rem;transition:transform .3s ease}.faq-toggle.active{transform:rotate(180deg)}.cta-section{background-color:#3c91e6;color:#fff;padding:4rem 2rem;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1.5rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.95}.cta-button{background-color:#ffd23f;border:none;border-radius:8px;color:#333;cursor:pointer;display:inline-block;font-size:1.2rem;font-weight:700;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{background-color:#ffc107;transform:translateY(-2px)}@media (max-width:768px){.hero h1{font-size:2rem}.comparison-header,.comparison-row{font-size:.9rem;grid-template-columns:1fr 1fr}.comparison-header{font-size:1.1rem;padding:1.5rem 1rem}.comparison-cell{font-size:.85rem;line-height:1.4;padding:1.5rem .75rem}.comparison-cell:first-child{border-bottom:none;border-right:1px solid #e9ecef}.features-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.slider-frame{height:360px}.showcase-row{grid-template-columns:1fr}.comparison-section,.faq-section,.features-section,.how-it-works,.product-slider-section{padding:2rem 1rem}.steps-grid{gap:1rem}.step{padding:1.5rem}}.product-slider-section{background-color:#f8f9fa;padding:1rem}.product-slider-section h2{color:#ee4266;font-size:2.5rem;margin-bottom:3rem;text-align:center}.slider{grid-column-gap:1rem;align-items:center;column-gap:1rem;display:grid;grid-template-columns:56px minmax(320px,1100px) 56px;justify-content:center;margin:0 auto;width:-webkit-fit-content;width:fit-content}.slider-frame{aspect-ratio:16/9;background:#000;border-radius:12px;box-shadow:0 2px 8px #0000001a;max-width:1100px;overflow:hidden;position:relative;width:100%}.slide{height:100%;inset:0;opacity:0;position:absolute;transition:opacity .6s ease;width:100%}.slide.active{opacity:1}.slide img,.slide video{background:#000;display:block;height:100%;object-fit:contain;width:100%}.slide-caption{bottom:0;color:#ccc;font-size:2rem;font-weight:700;left:0;padding:1rem 1.25rem;position:absolute;right:0;text-shadow:0 1px 3px #0009}.slider-btn{align-items:center;background:#3c91e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:inline-flex;font-size:28px;height:48px;justify-content:center;width:48px}.slider-btn:hover{background:#2e6cb5}.slider>.slider-btn:first-of-type{justify-self:end}.slider>.slider-btn:last-of-type{justify-self:start}@media (max-width:900px){.slider{grid-template-columns:44px minmax(260px,90vw) 44px}.slider-frame{aspect-ratio:16/10}.slide-caption{font-size:1.4rem}}@media (max-width:560px){.slider{column-gap:.5rem;grid-template-columns:40px minmax(240px,88vw) 40px}.slider-frame{aspect-ratio:3/2}.slider-btn{font-size:22px;height:40px;width:40px}.features-section h2,.how-it-works h2,.product-slider-section h2{font-size:2rem}.feature-card h3,.step h3{font-size:1.2rem}}.progresspanel-container{background-color:#f1f3f8;border-radius:8px;box-shadow:0 2px 8px #00000014;margin-bottom:1rem;padding:1rem}.progresspanel-container h3{color:#333;font-size:1.2rem;margin-bottom:1rem;text-transform:capitalize}.graph-wrapper{background-color:#fff;border-radius:5px;padding:.5rem}.dayinfo-overlay{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background-color:#00000040;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1000}.dayinfo-overlay,.dayinfo-wrapper{align-items:center;display:flex;justify-content:center}.dayinfo-wrapper{position:relative;z-index:1001}.dayinfo-modal{background:#fff;border-radius:16px;box-shadow:0 6px 20px #00000040;max-height:90vh;max-width:900px;max-width:var(--modal-max-width);overflow-y:auto;padding:2rem;position:relative;width:90vw;z-index:1002}.dayinfo-arrow{align-items:center;background:#3c91e6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s;-webkit-user-select:none;user-select:none;width:28px;z-index:1003}.dayinfo-arrow:hover{background:#2f74c0}.dayinfo-arrow.left{left:-36px}.dayinfo-arrow.right{right:-36px}.close-button{background:#ff5e5e;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;height:30px;left:1rem;line-height:30px;padding:0;position:absolute;text-align:center;top:1rem;width:30px}.selected-date-title{color:#333;font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.dayinfo-section{background:#f4f7fb;border-radius:10px;box-shadow:0 1px 4px #0000000d;margin-bottom:2rem;padding:1rem}.section-header{color:#3c91e6;font-size:1.1rem;margin-bottom:.5rem}.section-content{color:#444;font-size:.95rem}.conversation-list{margin-top:1rem}.conversation-entry{background:#fff;border-left:5px solid #3c91e6;border-radius:10px;box-shadow:0 1px 3px #0000000d;margin-bottom:1rem;padding:1rem}.timestamp{color:#888;font-size:.8rem;margin-bottom:.3rem}.metadata{color:#555;font-size:.85rem;margin-top:.5rem}.metadata div{margin-top:.25rem}.dayanalysis-container{display:block;margin-bottom:2rem;width:100%}.graph-wrapper{height:300px;min-height:300px;width:100%}.daysummary-container{background:#f2f9ff;border-left:6px solid #3c91e6;border-radius:10px;box-shadow:0 1px 4px #0000000d;margin-bottom:2rem;padding:1rem}.daysummary-header{color:#226bb3;font-size:1.1rem;margin:0 0 .5rem}.daysummary-body{color:#444;font-size:.95rem;line-height:1.5}.placeholder{color:#999;font-style:italic}:root{--bubble-width:60%;--child-color:#3c91e6;--ai-color:#f0f0f0;--feedback-color:#ffe177;--feedback-text:#5a4a00}.dayconversation-container{max-height:400px;overflow-y:auto;padding:1rem;scroll-behavior:smooth}.section-header{font-size:1.25rem;margin-bottom:1rem}.dayconversation-thread{display:flex;flex-direction:column;gap:14px}.message-pair{gap:8px}.child-bubble-block,.message-pair{display:flex;flex-direction:column}.child-bubble-block{align-items:flex-end;gap:6px}.child-bubble{align-items:center;background-color:#3c91e6;background-color:var(--child-color);color:#fff;display:flex;gap:8px;justify-content:flex-end}.ai-bubble,.child-bubble{word-wrap:break-word;border-radius:16px;max-width:60%;max-width:var(--bubble-width);padding:10px 15px}.ai-bubble{align-self:flex-start;background-color:#f0f0f0;background-color:var(--ai-color);color:#333;font-size:.95rem}.feedback-bubble{word-wrap:break-word;align-self:flex-end;background-color:#ffe177;background-color:var(--feedback-color);border-radius:12px;box-shadow:0 1px 3px #0000001a;color:#5a4a00;color:var(--feedback-text);font-size:.85rem;max-width:55%;max-width:calc(var(--bubble-width) - 5%);padding:8px 12px}.play-button{background:#0000;border:none;cursor:pointer;flex-shrink:0;height:18px;position:relative;width:18px}.play-button.play:before{border-bottom:9px solid #0000;border-left:14px solid #fff;border-top:9px solid #0000;content:"";height:0;left:0;position:absolute;top:0;width:0}.play-button.pause:after,.play-button.pause:before{background-color:#fff;content:"";height:18px;position:absolute;top:0;width:4px}.play-button.pause:before{left:2px}.play-button.pause:after{left:10px}.dayconversation-thread:after{content:"";height:12px}body{color:#333}#notification{background-color:#ffd23f;color:#333;display:block;font-weight:700;padding:1rem;text-align:center}.dashboard{margin:1.25rem auto;max-width:1280px;padding:0 1rem 1.25rem}.dashboard-toolbar{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.toolbar-actions{display:flex;gap:.5rem}.tabs{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1.4fr 1fr;margin-bottom:1.5rem}.tab{background-color:#fff;background-image:linear-gradient(180deg,#fff,#fbfcff);border-radius:14px;box-shadow:0 4px 16px #14142814;display:flex;flex-direction:column;padding:1rem}.tab h3{color:#1e5fb3;margin-bottom:.75rem;margin-top:0}.weekly-hours{align-items:flex-end;display:flex;flex-grow:1;gap:.5rem;height:140px;justify-content:space-between;padding-top:10px;position:relative}.day-column{align-items:center;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:flex-end}.day-column.today .day-bar{background:linear-gradient(180deg,#3c91e6,#1e5fb3)}.day-bar-container{align-items:center;flex-direction:column;flex-grow:1;justify-content:flex-end;width:80%}.day-bar,.day-bar-container{display:flex;position:relative}.day-bar{align-items:flex-end;background-color:#6aaef1;border-radius:5px 5px 0 0;justify-content:center;transition:background-color .3s ease;width:100%}.day-bar:hover{background-color:#f4b400}.hour-label{background-color:#fffc;border-radius:3px;bottom:100%;color:#333;margin-bottom:5px;padding:2px 5px;position:absolute;white-space:nowrap}.day-label,.hour-label{font-size:.8rem;font-weight:700}.day-label{color:#555;margin-top:5px;text-align:center}.progress-metric{background-color:#f1f3f8;border-radius:5px;margin:.5rem 0;padding:.4rem}.focus-list{display:flex;flex-direction:column;gap:.5rem}.focus-item{grid-gap:.75rem;align-items:center;background:#f8fafe;border:1px solid #e6ecf7;border-radius:8px;display:grid;gap:.75rem;grid-template-columns:auto 1fr auto;padding:.5rem .75rem}.focus-item.selected{background:#eef5ff;border-color:#cfe1ff}.focus-order-badge{align-items:center;background:#3c91e6;border-radius:50%;color:#fff;display:inline-flex;font-size:.9rem;font-weight:700;height:28px;justify-content:center;width:28px}.focus-label{align-items:center;color:#2b2b2b;display:flex;font-weight:600;gap:.5rem}.focus-controls{display:flex;gap:.25rem}.focus-btn{background:#fff;border:1px solid #d2d8e6;border-radius:6px;color:#1e5fb3;cursor:pointer;padding:.25rem .5rem}.focus-btn:disabled{cursor:not-allowed;opacity:.5}.recommendations{background:linear-gradient(90deg,#f5f7ff,#fff);border-radius:12px;box-shadow:0 4px 16px #1414280f;margin-bottom:1rem;padding:.75rem 1rem 1rem}.recommendations input{border:1px solid #ccc;border-radius:5px;margin-top:.5rem;padding:.6rem;width:100%}.calendar{background:#fff;border-radius:12px;box-shadow:0 4px 16px #1414280f;padding:1rem;position:-webkit-sticky;position:sticky;top:78px}.calendar.compact .calendar-grid{gap:.25rem}.calendar.compact .calendar-day{padding:.5rem}.calendar-header{align-items:center;display:flex;justify-content:space-between}.calendar-header button{background-color:#3c91e6;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;padding:.5rem 1rem}.calendar-header button:hover{background-color:#2e6cb5}.calendar-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(7,1fr);margin-top:1rem}.calendar-day{background-color:#f1f3f8;border-radius:5px;padding:1rem;text-align:center}.calendar-day.today{background-color:#3c91e6;color:#fff;font-weight:700}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0006;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.modal{background:#fff;border-radius:10px;box-shadow:0 4px 12px #0000004d;max-width:500px;padding:2rem;width:90%}.modal input,.modal textarea{border:1px solid #ccc;border-radius:5px;box-sizing:border-box;margin-bottom:1rem;padding:.5rem;width:100%}.modal textarea{min-height:100px;resize:vertical}.modal-buttons{text-align:right}.modal-buttons button{border:none;border-radius:5px;cursor:pointer;font-weight:700;margin-left:.5rem;padding:.5rem 1rem}.cancel-btn{background-color:#ccc}.button,.submit-btn{background-color:#3c91e6;color:#fff}.button{border:none;border-radius:5px;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 1.5rem}.button:hover{background-color:#2e6cb5}.button.secondary{background-color:#5a5a5a;color:#fff}.button.secondary:hover{background-color:#424242}@media (max-width:768px){.dashboard{margin:1rem;padding:.5rem}.tabs{flex-direction:column}.weekly-hours{height:100px}.calendar-grid{gap:.25rem}.calendar-day{font-size:.9rem;padding:.5rem}.modal{padding:1.5rem;width:95%}}.content-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:.9fr 1.6fr;margin-bottom:1.25rem}.left-column,.right-column{display:flex;flex-direction:column;gap:1rem}.patient-chart{background:#fff;background-image:radial-gradient(circle at 20% -20%,#eff5ff 0,#fff0 40%),radial-gradient(circle at 120% 20%,#f7faff 0,#fff0 35%);border-radius:12px;box-shadow:0 4px 16px #1414280f;min-height:320px;padding:1rem}.patient-chart h3{color:#3c91e6;margin-bottom:1rem;margin-top:0}.patient-chart-body p{margin-top:0}.chart-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.chart-tab{background:#f1f3f8;border:none;border-radius:6px;color:#333;cursor:pointer;font-weight:600;padding:.5rem .75rem}.chart-tab.active{background:#3c91e6;box-shadow:0 6px 16px #3c91e659;color:#fff}.patient-section{background:#fff;padding:1rem}.note-card,.patient-section{border:1px solid #eee;border-radius:8px}.note-card{background:#fafbfe;margin-top:.5rem;padding:.75rem}@media (max-width:1024px){.content-grid{grid-template-columns:1fr}}body{background-color:#e8e9f3;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0}.slp-login-container{background-color:#fff;border-radius:10px;box-shadow:0 4px 12px #0000001a;box-sizing:border-box;margin:5vh auto;padding:2rem 3rem;text-align:center;width:400px}.slp-input{border:1px solid #ccc;border-radius:5px;box-sizing:border-box;margin:.5rem 0;padding:.75rem;width:calc(100% - 14px)}.slp-button{color:#fff;font-size:1rem;padding:.75rem;width:100%}.slp-button,.slp-button:hover{background-color:#2b2d42}.slp-return-link{color:#2b2d42;display:inline-block;font-size:.9rem;font-weight:700;margin-top:1rem;text-decoration:none}.slp-return-link:hover{color:#2b2d42;text-decoration:underline}.slp-header{align-items:center;background-color:#2b2d42;box-shadow:0 2px 6px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:14px 28px}.slp-brand a{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none}.slp-center{font-size:1.1rem;font-weight:500;text-align:center}.slp-actions{display:flex;gap:10px}.slp-button{background-color:#fff;border:none;border-radius:5px;color:#2b2d42;cursor:pointer;font-size:.95rem;font-weight:700;padding:8px 16px;transition:background-color .2s ease}.slp-button:hover{background-color:#dbe0ea}.slpclientcard-container{background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 4px 6px #0000000d;cursor:pointer;margin-bottom:14px;padding:16px;transition:transform .1s ease,box-shadow .1s ease}.slpclientcard-container:hover{box-shadow:0 6px 12px #0000001a;transform:translateY(-2px)}.slpclientcard-content{display:flex;flex-direction:column}.slpclientcard-header{color:#333;font-size:1.2rem;margin:0 0 10px}.slpclientcard-container p{color:#555;font-size:.95rem;margin:4px 0}:root{--modal-max-width:900px}.slpdetail-overlay{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background-color:#00000040;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1000}.slpdetail-overlay,.slpdetail-wrapper{align-items:center;display:flex;justify-content:center}.slpdetail-wrapper{position:relative;z-index:1001}.slpdetail-modal{background:#fff;border-radius:16px;box-shadow:0 6px 20px #00000040;max-height:90vh;max-width:900px;max-width:var(--modal-max-width);overflow-y:auto;padding:2rem;position:relative;width:90vw;z-index:1002}.slpdetail-close-button{background:#ff5e5e;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;height:30px;left:1rem;line-height:30px;padding:0;position:absolute;text-align:center;top:1rem;width:30px}.slpdetail-title{color:#333;font-size:1.3rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.slpdetail-tabs{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:1.5rem}.slpdetail-tab{background-color:#f0f0f0;border:none;border-radius:8px;color:#333;cursor:pointer;font-weight:700;padding:10px 16px;transition:background-color .2s;white-space:nowrap}.slpdetail-tab.active{background-color:#2b2d42;color:#fff}.slpdetail-panel{margin-top:1rem}.slp-dashboard-loading{align-items:center;color:#2b2d42;display:flex;font-size:1.5rem;height:100vh;justify-content:center}.slp-client-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin-top:1rem;padding-left:1.5rem}
/*# sourceMappingURL=main.7a318583.css.map*/