@import url(https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;500;700&display=swap);body,html{margin:0;overflow-x:hidden;padding:0;width:100%}body{background-color:#ffe7d4;background-color:var(--primary-light);margin:0;width:100%}.App,body{color:#f9f9f9;color:var(--text-primary);max-width:100vw;overflow-x:hidden;padding:0}.App{background:linear-gradient(135deg,#3a3b40,#1abfdb)}.hero-section{align-items:center!important;color:#f9f9f9;color:var(--text-primary);display:flex;flex-direction:column;height:40vh;justify-content:center;padding:0;text-align:center}.chat-container,.cta-button,.feature-card,.main-title{max-width:100%}.main-title{color:#e54024!important;color:var(--accent-color)!important;font-size:3.5rem!important;font-weight:700!important;margin-bottom:20px!important}.subtitle{color:#1e0151!important;color:var(--primary-dark)!important;font-weight:300!important;margin-bottom:40px!important}.cta-button{background-color:#e54024!important;background-color:var(--accent-color)!important;border-radius:50px!important;color:#ffe7d4!important;color:var(--primary-light)!important;font-size:2rem!important;padding:12px 40px!important;text-transform:none!important;transition:transform .2s!important}.cta-button:hover{background-color:#5493f2!important;background-color:var(--complementary-color)!important;transform:scale(1.05)}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#5493f2!important;background:var(--complementary-color)!important;border:1px solid #ffffff1a;border-radius:15px!important;height:100%;padding:30px;text-align:center;transition:transform .2s}.feature-card:hover{transform:translateY(-5px)}.feature-icon{color:#e54024;color:var(--accent-color);font-size:3rem!important;margin-bottom:20px}.features-section{background:#ffe7d4!important;background:var(--primary-light)!important;margin-top:40px}.auth-container{align-items:center;background:#1e0151;background:var(--primary-dark);border:1px solid #ffffff1a;border-radius:15px;display:flex;flex-direction:column;justify-content:center;margin:10px auto;max-width:400px;padding:20px;text-align:center}.auth-input{background:#ffffffe6;border:1px solid #fff3;border-radius:30px;color:#1e0151;color:var(--primary-dark);padding:16px}.auth-button,.auth-input{font-size:1.5rem;margin:8px 0;width:100%}.auth-button{background:#0000;border:2px solid #e54024;border:2px solid var(--accent-color);border-radius:50px;color:#e54024;color:var(--accent-color);cursor:pointer;padding:12px;transition:background-color .3s ease}.auth-button:hover{background-color:#e54024;background-color:var(--accent-color);color:#fff}.welcome-container{color:#f9f9f9;color:var(--text-primary);text-align:center}@media (max-width:600px){.main-title{font-size:2.5rem!important}.subtitle{font-size:1.2rem!important}}.footer{background:#1e0151;background:var(--primary-dark);margin-top:30px;padding:30px 0}.footer-content{align-items:center;justify-content:space-around;margin:0 auto;max-width:1200px;padding:0 20px}.footer-section{color:#dcdce1;color:var(--text-secondary);text-align:center}.footer-section h4{color:#f9f9f9;color:var(--text-primary);margin-bottom:10px}.footer-section a{color:#e54024;color:var(--accent-color);text-decoration:none}.footer-section a:hover{text-decoration:underline}.landing-container{min-height:calc(100vh - 200px);padding-bottom:60px}@media (max-width:768px){.header{padding:10px 15px}.header h2{font-size:1.2rem}.main-title{font-size:3rem!important}.cta-button,.subtitle{font-size:1.5rem!important}.cta-button{background-color:#e54024;background-color:var(--accent-color);padding:10px 30px!important}.feature-card{padding:20px}.feature-card,.feature-card h6{font-size:1.6rem!important}.feature-card p{font-size:1.2rem!important}.feature-icon{font-size:3rem!important}}.footer-section{margin-bottom:20px}.footer{margin-top:20px;padding:20px 0}.footer-content{gap:15px;text-align:center}.App,.footer-content{flex-direction:column}.App{display:flex;min-height:100vh}.welcome-container{flex:1 1;padding:0}#root{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.footer{margin-top:auto}.lp-header{align-items:center;background:url(/static/media/Header-02.a39764dd217401d569b8.png) no-repeat 50%/cover;display:flex;height:110px;justify-content:center;width:100%}.lp-logo{height:80px;object-fit:contain}:root{--complementary-color:#5a189a}.header{align-items:center;background-color:#1e0151;background-color:var(--primary-dark);border-bottom:2px solid #e54024;border-bottom:2px solid var(--accent-color);display:flex;height:92px;justify-content:space-between;left:0;padding:10px 20px;position:fixed;right:0;top:0;transition:transform .3s ease-in-out;z-index:1000}.header.hidden{transform:translateY(-100%)}.header.visible{transform:translateY(0)}.header-left{align-items:center;display:flex}.header-logo{height:50px;max-width:120px}.greeting{color:#f9f9f9;color:var(--text-primary);flex-grow:1;font-size:1.2rem;text-align:center}.ai-emphasis{-webkit-text-fill-color:#0000;animation:ai-glow 2s ease-in-out infinite alternate;background:linear-gradient(45deg,#e54024,#ff6b35);background:linear-gradient(45deg,var(--accent-color),#ff6b35);-webkit-background-clip:text;background-clip:text;color:#e54024;color:var(--accent-color);font-weight:700;text-shadow:0 0 8px #e5402480}@keyframes ai-glow{0%{text-shadow:0 0 8px #e5402480}to{text-shadow:0 0 12px #e54024cc,0 0 20px #e540244d}}.signin-button,.signout-button{background-color:#5a189a;background-color:var(--complementary-color);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;transition:background .3s ease}.signin-button:hover,.signout-button:hover{background-color:#e54024;background-color:var(--accent-color)}.hamburger-menu{display:none}@media (max-width:768px){.header{height:80px}.header-logo{height:40px;max-width:90px}.greeting{font-size:1rem;left:50%;position:absolute;transform:translateX(-50%);white-space:nowrap}.ai-emphasis{font-size:1.1em}.hamburger-menu{background:none;border:none;color:#f9f9f9;color:var(--text-primary);cursor:pointer;display:block;font-size:2rem;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.mobile-menu{background-color:#1e0151;background-color:var(--primary-dark);border-top:2px solid #e54024;border-top:2px solid var(--accent-color);left:0;opacity:0;padding:0;position:absolute;text-align:center;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden;width:100%}.mobile-menu.open{opacity:1;padding:10px 0;transform:translateY(0);visibility:visible}.mobile-menu button{background:none;border:none;color:#f9f9f9;color:var(--text-primary);cursor:pointer;font-size:1.2rem;padding:10px;width:100%}.mobile-menu button:hover{background:#e54024;background:var(--accent-color);color:#1e0151;color:var(--primary-dark)}}.footer{background-color:#1e0151;background-color:var(--primary-dark);color:#f9f9f9;color:var(--text-primary);padding:40px 0;text-align:center;width:100%}.footer-logo{margin-bottom:20px;padding-bottom:20px}.footer-logo-img{height:auto;width:250px}.footer-content{display:flex;gap:40px;justify-content:center}.footer-section{max-width:300px}.footer h4{color:#ffe7d4;color:var(--primary-light);margin-bottom:10px}.footer p{color:#dcdce1;color:var(--text-secondary);margin:0}.footer a{color:#5493f2;color:var(--complementary-color);text-decoration:none}.footer a:hover{text-decoration:underline}.home-container{align-items:stretch;display:flex;flex-direction:column;margin:0;min-height:100vh;padding:0;width:100vw}.hero-container{height:auto;padding-top:0;position:relative;width:100vw}.hero-image{background:url(/static/media/Hero-Back.303245731bf5557f292a.png) no-repeat 50%;background-size:cover;border-radius:30px;height:500px;left:0;margin:0 auto 20px;padding-bottom:30px;padding-top:60px;position:relative;width:80%}.sign-in-title{background-color:#5493f2;background-color:var(--complementary-color);color:#4c1911;color:var(--card-bg);font-size:1.8rem;font-weight:700;margin-bottom:15px;margin-top:30px;padding-bottom:20px;padding-top:20px;text-align:center}.show-signin-button{border-radius:50px!important;font-size:1.4rem!important;margin-bottom:40px!important;margin-top:30px!important;padding:12px 20px!important}.first-intro-section{background:url(/static/media/First-Intro-Section-Back-01.c2754d0ba3d0f98d5c83.png) no-repeat 50%/cover;display:flex;flex-direction:column;height:auto;justify-content:flex-start;margin:0;min-height:100vh;padding:40px 0 40px 40px;position:relative;text-align:left;width:100vw}.first-intro-section-logo{margin-bottom:20px;width:100px}.intro-text{background-color:#00000080;border-radius:10px;color:#ffe7d4!important;font-size:1.1rem;line-height:1.6;max-width:600px;padding:20px;text-align:justify}.intro-text+.intro-text{margin-top:20px}.second-intro-section{align-items:center;background-image:url(/static/media/First-Intro-Section-Back-01.c2754d0ba3d0f98d5c83.png);background-position:50%;background-size:cover;color:#fff;display:flex;height:450px;justify-content:center;width:100%}.second-intro-section-title{font-size:36px;font-weight:700;text-align:center}.chatbot-icon{border-radius:15px;z-index:1000}.chatbot-icon img{border-radius:15px;cursor:pointer;height:80px;width:auto}.chatbot-icon{bottom:20px;cursor:pointer;position:fixed;right:20px;z-index:1003}@media (max-width:768px){.hero-image{border-radius:15px;height:auto;margin:20px auto;min-height:250px;overflow:hidden;padding:20px;width:90%}.cta-image{background-color:#fffc;border-radius:15px;height:40px;left:auto;margin:10px auto;max-width:300px;padding:10px;position:relative;top:auto;transform:none;width:80%}.chatbot-icon{bottom:10px;position:fixed;right:10px;z-index:1000}.chatbot-icon img{cursor:pointer;height:auto;width:60px}.first-intro-section-logo{display:block;margin-bottom:20px;margin-left:auto;margin-right:auto;transform:translate(0);width:100px}.intro-text{background-color:#00000080;border-radius:10px;color:#ffe7d4!important;font-size:1.1rem;line-height:1.6;margin-left:auto;margin-right:auto;max-width:600px;padding:20px;text-align:justify;width:90%}.first-intro-section{padding:10px 0}.welcome-message{margin-top:80px;padding:8px 20px 0}.welcome-message h2{font-size:1.2rem;letter-spacing:.5px}}@media (min-width:769px){.hero-container{position:relative}.cta-image{background-color:#fffc;border-radius:15px;bottom:0;height:auto;left:50%;margin:20px auto;max-width:600px;padding:10px;position:absolute;transform:translateX(-50%);width:80%}}.welcome-message{background:#0000;color:#1e0151;color:var(--primary-dark);margin:92px 0 0;padding:12px 20px 0;position:relative;text-align:center;width:100%;z-index:990}.welcome-message h2{font-size:1.8rem;font-weight:600;letter-spacing:.5px;margin:0;text-shadow:none;text-transform:none}:root{--primary-dark:#1e0151;--primary-light:#ffe7d4;--accent-color:#e54024;--text-primary:#f9f9f9;--text-secondary:#dcdce1;--landing-page-card-bg:#ffe7d4;--card-bg:#4c1911;--complementary-color:#5493f2}.edu-gallery{background-image:url(data:image/png;base64,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);background-position:50%;background-size:cover;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;padding:40px;transform:translateY(2px)}.edu-gallery-title{color:#4c1911;color:var(--card-bg);font-size:2.5rem;font-weight:700;margin-bottom:30px;text-transform:uppercase}.edu-gallery-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.edu-card{background-color:#1e0151;background-color:var(--primary-dark);border-radius:15px;color:#f9f9f9;color:var(--text-primary);display:flex;flex-direction:column;height:400px;justify-content:space-between;padding:20px;transition:all .4s ease-in-out;width:300px}.edu-card.expanded{height:600px;padding:30px;width:50vw}.edu-card-title{font-size:1.5rem;font-weight:700}.edu-card-text{color:#dcdce1;color:var(--text-secondary);font-size:1rem}.edu-card-extra{font-size:1rem;opacity:1;transition:opacity .3s ease-in-out}.edu-card-button,.edu-card-extra{color:#f9f9f9;color:var(--text-primary)}.edu-card-button{background-color:#5493f2;background-color:var(--complementary-color);border:none;border-radius:25px;cursor:pointer;padding:10px;transition:background .3s;width:100%}.edu-card-button:hover{background-color:darken(#5493f2,10%);background-color:darken(var(--complementary-color),10%);filter:invert(1)}@media (max-width:768px){.edu-gallery{padding:20px}.edu-card{margin:10px 0}.edu-card,.edu-card.selected{max-width:320px;width:90%}.edu-card-button{background-color:#5493f2!important;background-color:var(--complementary-color)!important;color:#f9f9f9;color:var(--text-primary);font-size:1.1rem;width:100%}.edu-card.expanded{height:600px;padding:10px;width:90%}}:root{--chat--color-primary:#e54024;--chat--color-primary-shade-50:#d0371f;--chat--color-primary-shade-100:#b12e1a;--chat--color-secondary:#5493f2;--chat--color-secondary-shade-50:#467dc0;--chat--color-white:#f9f9f9;--chat--color-light:#ffe7d4;--chat--color-light-shade-50:#f2d5b0;--chat--color-light-shade-100:#e2c290;--chat--color-medium:#d1b29f;--chat--color-dark:#1e0151;--chat--color-disabled:#777980;--chat--color-typing:#404040;--chat--spacing:1rem;--chat--border-radius:10px;--chat--transition-duration:0.15s;--chat--window--width:440px;--chat--window--height:660px;--chat--header-height:auto;--chat--header--padding:var(--chat--spacing);--chat--header--background:var(--chat--color-dark);--chat--header--color:var(--chat--color-light);--chat--header--border-top:none;--chat--header--border-bottom:2px solid var(--chat--color-secondary);--chat--heading--font-size:1.8em;--chat--subtitle--font-size:1.2em;--chat--subtitle--line-height:1.5;--chat--textarea--height:60px;--chat--message--font-size:1rem;--chat--message--padding:var(--chat--spacing);--chat--message--border-radius:10px;--chat--message-line-height:1.4;--chat--message--bot--background:var(--chat--color-white);--chat--message--bot--color:var(--chat--color-dark);--chat--message--bot--border:none;--chat--message--user--background:var(--chat--color-primary);--chat--message--user--color:var(--chat--color-light);--chat--message--user--border:none;--chat--message--pre--background:#0000001a;--chat--toggle--background:var(--chat--color-primary);--chat--toggle--hover--background:var(--chat--color-primary-shade-50);--chat--toggle--active--background:var(--chat--color-primary-shade-100);--chat--toggle--color:var(--chat--color-light);--chat--toggle--size:70px}*{box-sizing:border-box;font-family:League Spartan,sans-serif!important;margin:0;padding:0}
/*# sourceMappingURL=main.4b534a60.css.map*/