section{scroll-margin-top:80px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.landing-page{width:100%;min-height:100vh;background:#e4d7fc;padding-top:70px;margin:0}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.header{position:fixed;top:0;left:0;right:0;width:100%;background-color:#270365;padding:4px 0;box-shadow:0 4px 10px #0000001a;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:.7rem 20px}.logo{height:32px;width:auto;transition:transform .3s ease}.logo:hover{transform:scale(1.05)}.nav-menu.desktop{display:flex}.nav-menu.desktop ul{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-menu.desktop a{text-decoration:none;color:#e4d7fc;font-weight:500;font-size:1rem;transition:color .3s ease;position:relative}.nav-menu.desktop a:hover{color:#667eea}.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;color:#b48cff;transition:transform .3s ease}.menu-toggle:hover{transform:scale(1.1)}.menu-toggle:active{transform:scale(.95)}.sidebar{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:linear-gradient(135deg,#270365,#764ba2);box-shadow:-5px 0 20px #0000004d;z-index:1001;transition:right .3s ease-in-out;display:flex;flex-direction:column;overflow-y:auto}.sidebar.open{right:0}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.2)}.sidebar-logo{height:35px;width:auto;filter:brightness(0) invert(1)}.sidebar-close{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;transition:transform .3s ease}.sidebar-close:hover{transform:rotate(90deg)}.sidebar-menu{list-style:none;padding:2rem 0;margin:0;flex:1}.sidebar-menu li{margin:0}.sidebar-menu a{display:block;padding:1rem 2rem;color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;transition:all .3s ease;border-left:4px solid transparent}.sidebar-menu a:hover{background:#ffffff1a;border-left-color:#fff;padding-left:2.5rem}.sidebar-footer{padding:1.5rem;text-align:center;border-top:1px solid rgba(255,255,255,.2);color:#fffc;font-size:.9rem}.sidebar-overlay{position:fixed;inset:0;background:#00000080;z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}.sidebar-overlay.active{opacity:1;visibility:visible}.hero-section{padding:4rem 0;min-height:calc(100vh - 70px);display:flex;align-items:center}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-text{animation:fadeInUp .8s ease-out}.hero-title{font-size:2.5rem;font-weight:800;color:#270365;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;line-height:1.2}.hero-description{font-size:1.5rem;font-weight:500;color:#270365;margin-bottom:2rem;line-height:1.8}.text-justified{text-align:justify}.footer-socials-inicio{display:flex;gap:1.5rem;margin-bottom:2rem}.footer-socials-inicio a{color:#7025fb;font-size:1.8rem;transition:all .3s ease}.footer-socials-inicio a:hover{transform:translateY(-3px);color:#b48cff}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-btn{padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:30px;cursor:pointer;border:none;transition:all .3s ease}.hero-btn.primary{background:#4c3bcf;color:#f6f4fa;margin-right:.5rem;box-shadow:0 4px 15px #667eea4d}.hero-btn.primary:hover{background:#1600bd;transform:translateY(-3px)}.hero-btn.secondary{background:transparent;color:#4c3bcf;border:2px solid #4C3BCF;box-shadow:none}.hero-btn.secondary:hover{background:#4c3bcf0d;border-color:#1600bd;color:#1600bd;transform:translateY(-3px)}.hero-image{animation:fadeInRight .8s ease-out}.hero-image img{width:100%;height:auto;border-radius:20px;box-shadow:0 10px 40px #0000001a}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section-header{text-align:center;margin-bottom:3rem;max-width:720px;margin:0 auto 4rem;color:#270365}.section-title{font-size:2.25rem;font-weight:700;margin-bottom:1.5rem}.section-subtitle{font-size:1.25rem;line-height:1.6;font-weight:500;color:#1e214e;opacity:.9;margin:0 auto}.text-justified{text-align:justify;text-justify:inter-word}.demo-mode{padding:5rem 0;color:#270365}.demo-buttons{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.demo-btn{padding:1.2rem 3rem;font-size:1.2rem;font-weight:600;border:none;border-radius:30px;cursor:pointer;transition:all .3s ease;min-width:200px}.demo-btn.primary{background:#4c3bcf;color:#f6f4fa;box-shadow:0 4px 15px #667eea4d}.demo-btn.primary:hover{background-color:#1600bd;transform:translateY(-3px);box-shadow:0 6px 18px #b6adff80}.demo-btn.secondary{background-color:#9e1fe6;color:#fff}.demo-btn.secondary:hover{background-color:#a050ce;transform:translateY(-3px);box-shadow:0 6px 18px #fff3}.chat-container{width:100%;max-width:850px;height:100%;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 8px 24px #00000026;display:flex;flex-direction:column;overflow:hidden}.chat-title{display:flex;align-items:center;justify-content:center;position:relative;padding:18px 50px;font-weight:600;font-size:20px;background:#4c3bcf;color:#fff}.chat-container.charla .chat-title{background:#4c3bcf}.chat-container.debate .chat-title{background:#9e1fe6}.chat-box{flex:1;padding:15px;display:flex;flex-direction:column;gap:8px;overflow-y:auto;background:#f7f9fc;max-height:600px;min-height:400px;scrollbar-width:thin;scrollbar-color:#6C63FF #F7F9FC}.chat-box::-webkit-scrollbar{width:8px}.chat-box::-webkit-scrollbar-thumb{background-color:#6c63ff;border-radius:10px}.chat-box::-webkit-scrollbar-track{background:#f7f9fc}.chat-message{max-width:75%;padding:14px 18px;border-radius:16px;font-size:18px;line-height:1.6;animation:fadeInMsg .3s ease;color:#2b2b2b}.chat-message.usuario{background:#f0e6fa;align-self:flex-end;border-bottom-right-radius:6px;border:1px solid #E1CFF5}.chat-message.Vismi{background:#e2deff;align-self:flex-start;border-bottom-left-radius:6px;border:1px solid #CFC8FF}.chat-input-wrapper{display:flex;padding:14px;gap:10px;border-top:1px solid #ddd;background:#fff}.chat-input{flex:1;padding:12px 14px;border-radius:10px;border:1px solid #ccc;font-size:15px;transition:all .2s ease}.chat-input:focus{outline:none;border-color:#6c63ff;box-shadow:0 0 0 3px #6c63ff33}.chat-send-btn{padding:12px 20px;background:#6c63ff;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:background .2s ease;font-weight:500}.chat-send-btn:hover{background:#574fd6}@keyframes fadeInMsg{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.prompt-counter{text-align:center;padding:8px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px;margin-bottom:12px;font-size:14px;font-weight:500;box-shadow:0 2px 8px #667eea4d;animation:fadeIn .3s ease-in}.prompt-counter span{display:inline-block}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.prompt-counter.warning{background:linear-gradient(135deg,#f093fb,#f5576c)}.prompt-counter.limit-reached{background:linear-gradient(135deg,#fa709a,#9429ff)}.chat-input:disabled,.chat-send-btn:disabled{opacity:.5;cursor:not-allowed;background-color:#e0e0e0}.chat-send-btn:disabled{background:#ccc;color:#666}@keyframes vismiFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.chat-form{animation:vismiFadeIn .45s ease-out;background:#e2deff;border-radius:14px;padding:1rem;margin-top:.5rem;display:flex;flex-direction:column;gap:.6rem}.chat-form input{padding:.55rem .7rem;border-radius:8px;border:1.5px solid #ccc;font-size:.9rem}.chat-form input.error{border-color:#e54848}.form-error{color:#e54848;font-size:.8rem}.chat-form button{margin-top:.6rem;padding:.6rem;border-radius:10px;border:none;background:#4c3bcf;color:#fff;font-weight:600;cursor:pointer}.chat-form button:hover{background:#5a4bcb}.chat-message.vismi.typing{width:fit-content;padding:10px 14px;background:#e2deff;border-radius:18px;display:flex;gap:6px;align-items:center}.chat-message.vismi.typing .dot{width:6px;height:6px;background-color:#4c3bcf;border-radius:50%;animation:blink 1.4s infinite both}.chat-message.vismi.typing .dot:nth-child(1){animation-delay:0s}.chat-message.vismi.typing .dot:nth-child(2){animation-delay:.2s}.chat-message.vismi.typing .dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.popup-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-in-out}.popup-content{background:#fff;border-radius:1.5rem;padding:2rem 1.5rem;max-width:1000px;width:80%;max-height:85vh;overflow-y:auto;box-shadow:0 10px 40px #00000040;position:relative;display:flex;flex-direction:column;animation:scaleUp .3s ease-in-out;transition:all .3s ease}.popup-close{position:absolute;top:18px;right:22px;background:none;border:none;font-size:1.5rem;color:#1d1d1d;cursor:pointer;transition:transform .2s ease}.popup-close:hover{transform:scale(1.2)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.popup-content::-webkit-scrollbar{width:6px}.popup-content::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:3px}.vismi-students{padding:5rem 0rem}.pillars-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:50rem;margin:0 auto}.pillar-card{background-color:#4c3bcf;border-radius:20px;padding:2.5rem;box-shadow:0 8px 24px #27036514;border:1px solid rgba(158,31,230,.08);transition:transform .3s ease}.pillar-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #1e214e26}.pillar-title{font-size:1.8rem;font-weight:600;color:#fff;margin-bottom:1.5rem}.pillar-list{list-style:none;padding-left:0;color:#fff;margin-bottom:1.5rem}.pillar-list li{font-size:1.1rem;line-height:1.7;margin-bottom:.5rem}.pillar-impact{font-size:1.125rem;margin-top:auto;background-color:#e3d9f4;color:#270365;border-left:4px solid #b6adff;padding:.75rem 1rem;border-radius:10px;font-style:italic}.session-modes{text-align:center;color:#1e214e;margin-bottom:1rem;padding:5rem 0rem}.modes-grid{max-width:73rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:0 auto;padding:0 1.5rem}.mode-card{display:flex;flex-direction:column;justify-content:center;text-align:left;min-height:260px;background-color:#4c3bcf;padding:2rem;border-radius:20px;box-shadow:0 8px 20px #1e214e14;transition:all .3s ease}.mode-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #7b6dff33}.mode-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.mode-title{font-size:1.5rem;font-weight:600;color:#fff}.mode-icon{width:1.5rem;height:1.5rem;color:#b6adff}.mode-description{color:#fff;font-size:1.1rem;line-height:1.6;margin-bottom:1rem;opacity:.9}.about-mv-grid{display:flex;justify-content:space-evenly;align-items:stretch;margin:1.5rem;gap:1rem}.about-mv-grid>*{flex:1;max-width:400px}.about-card{background-color:#4c3bcf;border-radius:20px;display:flex;gap:2rem;align-items:flex-start;box-shadow:0 10px 28px #27036514}.about-card.vertical{flex-direction:column;align-items:center;text-align:center;padding:1.8rem 1.6rem}.about-card.expanded{max-height:900px}.about-content .about-toggle{margin-top:1.2rem;padding:.5rem 1.2rem;background-color:#fff;color:#4c3bcf;border:1.5px solid rgba(76,59,207,.4);border-radius:999px;font-size:.9rem;font-weight:600;cursor:pointer}.about-description-wrapper{max-height:5px;overflow:hidden;transition:max-height .4s ease}.about-description-wrapper.expanded{max-height:500px}.about-card.vertical .about-content{text-align:center}.about-avatar-wrapper{width:180px;height:180px;margin:0;flex-shrink:0;border-radius:50%;display:flex;justify-content:center;align-items:flex-start;padding-top:12px}.about-avatar{width:150px;height:160px;border-radius:50%;object-fit:cover;object-position:top;background-color:#eee8f6}.about-name{font-size:1.4rem;font-weight:700;color:#f6f4fa}.about-role{font-size:1.1rem;color:#fff;margin-bottom:1rem;font-weight:500}.mv-card.vertical{text-align:center;display:flex;flex-direction:column;justify-content:center;padding:1.8rem 1.6rem}.about-card.vertical .about-description{font-size:1rem;color:#fff;text-align:justify;line-height:1.7;-webkit-hyphens:auto;hyphens:auto}.popup-overlay{position:fixed;inset:0;background:#140a3c66;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:1100}.popup-content{background:#fff;padding:2.5rem;border-radius:24px;max-width:800px;width:90%;position:relative;animation:popupFade .25s ease}.founder-popup.horizontal{display:flex;align-items:center;gap:2rem}.founder-popup-img{width:220px;object-fit:cover;border-radius:20px;flex-shrink:0}.founder-popup-info{display:flex;flex-direction:column;gap:.75rem}.founder-popup-info h3{margin:0;font-size:1.4rem}.founder-popup-role{font-weight:500;margin-bottom:1rem;color:#4c3bcf}.founder-popup-description{font-size:.95rem;line-height:1.7;margin-bottom:1.8rem;text-align:justify}.linkedin-btn{display:inline-flex;align-items:center;justify-content:center;padding:.7rem 1.4rem;background-color:#4c3bcf;color:#fff;border-radius:999px;text-decoration:none;font-weight:600;transition:.3s}.linkedin-btn:hover{background-color:#3727b5}@keyframes popupFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.mv-container{max-width:900px;margin:4rem auto 5rem;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}.mv-card{padding:2.4rem 2.2rem;border-radius:24px;text-align:left;box-shadow:0 12px 32px #2703651f;min-height:unset;margin:0;justify-content:space-between}.mv-card.visible{transform:translateY(0);opacity:1}.mv-card:hover{transform:translateY(-8px)}.mv-card.mission{background:#fff;box-shadow:0 12px 32px #2703651f}.mv-card.mission:hover{box-shadow:0 18px 44px #27036533}.mv-card.vision{background-color:#fff;border:1.5px solid rgba(76,59,207,.25);box-shadow:0 14px 34px #2703651f}.mv-card.vision .mv-title{color:#4c3bcf}.mv-card.vision .mv-text{color:#3e3a66;-webkit-hyphens:auto;hyphens:auto}.mv-column,.about-column{align-self:flex-start}.mv-title{position:relative;z-index:1;font-size:1.45rem;font-weight:800;margin-bottom:1.5rem;display:flex;align-items:center;gap:.6rem}.mv-card.mission .mv-title{color:#4c3bcf}.mv-text{position:relative;z-index:1;line-height:2;font-size:1.125rem;text-align:justify;-webkit-hyphens:auto;hyphens:auto;margin-bottom:1.4rem;gap:1rem}.mv-card.mission .mv-text{color:#3e3a66}@media(max-width:767px){.mv-container{grid-template-columns:1fr}}@media(max-width:767px){.about-card{flex-direction:column;align-items:center;text-align:center}.about-content{text-align:center}.about-description{text-align:justify}}@media(max-width:1024px){.about-mv-grid{flex-wrap:wrap;justify-content:center}.about-mv-grid>*{flex:0 0 45%;margin-bottom:2rem}}@media(max-width:600px){.about-mv-grid{flex-direction:column;align-items:center}.about-mv-grid>*{width:100%;max-width:400px}}.contact-section{padding:6rem 2rem;text-align:center}.contact-form{max-width:600px;margin:0 auto;background-color:#eee8f6;padding:2.5rem;margin-top:2rem;border-radius:20px;box-shadow:0 10px 28px #27036514}.form-group{display:flex;flex-direction:column;margin-bottom:1.5rem}.form-group label{font-size:.9rem;margin-bottom:.4rem;color:#270365}.form-group input,.form-group textarea{padding:.75rem .9rem;border-radius:10px;border:1px solid rgba(39,3,101,.15);font-size:.95rem;font-family:inherit}.form-group textarea{min-height:120px;resize:vertical}.contact-btn{width:100%;padding:.9rem;border-radius:14px;border:none;background-color:#9e1fe6;color:#fff;font-size:1rem;font-weight:600;cursor:pointer}.contact-btn:hover{background-color:#cb88f4}.footer{background-color:#270365;padding:2rem 1rem}.footer-content{max-width:72rem;margin:0 auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem}@media(min-width:768px){.footer-content{flex-direction:row}.footer-socials{margin-bottom:0}}.footer-socials{display:flex;gap:1.2rem;margin-bottom:.5rem}.footer-socials a{display:flex;align-items:center;justify-content:center;font-size:1.6rem;color:#b48cff;transition:transform .2s ease,color .2s ease}.footer-socials a:hover{transform:scale(1.1);color:#fff}.footer-info{display:flex;align-items:center;gap:.5rem}.footer-logo{height:2rem}.footer-text,.footer-copyright{color:#fff}.footer-developer{display:flex;align-items:center;gap:.5rem;color:#fff}.footer-developer span{line-height:1}.vismi-logo{height:2rem;display:block;transform:translateY(-5px)}@media(max-width:768px){.nav-menu.desktop{display:none}.menu-toggle{display:block}.header-content{padding:1rem 1.5rem}.logo{height:35px}.sidebar{width:100%;max-width:300px}}@media(max-width:480px){.header-content{padding:.2rem 1rem}.logo{height:30px}.sidebar{width:85%}}@media(min-width:1400px){.header-content{padding:.7rem 3rem}.logo{height:45px}.nav-menu.desktop ul{gap:2.5rem}.nav-menu.desktop a{font-size:1.1rem}}@media(max-width:1024px){.container{padding:0 1.5rem}.hero-title{font-size:2.8rem}.hero-description{font-size:1.1rem}.section-title{font-size:2.2rem}.about-mv-grid,.modes-grid{grid-template-columns:1fr}}@media(max-width:768px){.landing-page{padding-top:60px}.container{padding:0 1rem}.hero-section{padding:3rem 0;min-height:auto}.hero-grid{grid-template-columns:1fr;gap:2rem}.hero-title{font-size:2.2rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column}.hero-btn{width:100%;text-align:center}.footer-socials-inicio{justify-content:center}.chat-container{border-radius:0;height:85vh;max-width:100%}.chat-title{font-size:16px;padding:14px}.chat-box{padding:10px;gap:6px;max-height:none;min-height:0}.chat-message{font-size:15px;max-width:85%;padding:10px 14px}.chat-input-wrapper{padding:10px;gap:8px}.chat-input{font-size:14px;padding:10px 12px;flex:1;min-width:0;resize:none;max-height:80px}.chat-send-btn{padding:10px 14px;font-size:14px;white-space:nowrap;flex-shrink:0}.demo-mode{padding:3rem 0}.demo-buttons{flex-direction:column;align-items:stretch}.demo-btn{width:100%}.section-title{font-size:1.8rem}.section-subtitle{font-size:1rem}.vismi-students{padding:3rem 0}.pillar-card{padding:1.5rem}.pillar-title{font-size:1.4rem}.pillar-list li{font-size:1rem}.session-modes{padding:3rem 0}.modes-grid{grid-template-columns:1fr;gap:1.5rem}.mode-card{padding:1.5rem}.about-section{padding:3rem 0}.about-mv-grid{grid-template-columns:1fr;gap:1.5rem}.about-card{padding:1.5rem}.about-avatar-wrapper{width:120px;height:120px;margin-bottom:2rem}.founder-popup{flex-direction:column;align-items:center;text-align:center;padding:1.5rem}.founder-popup-img{width:150px;height:150px}.contact-section{padding:3rem 0}.contact-form{padding:2rem 1.5rem}.footer{padding:2rem 0}.footer-content{padding:0 1rem}.footer-socials{gap:1.5rem}.footer-socials a{font-size:1.5rem}.footer-developer{flex-direction:column;text-align:center}}@media(max-width:480px){.hero-title{font-size:1.8rem}.hero-description{font-size:.95rem}.hero-btn{padding:.9rem 1.5rem;font-size:1rem}.section-title{font-size:1.5rem}.section-subtitle{font-size:.9rem}.demo-btn{padding:1rem 2rem;font-size:1.1rem}.pillar-title{font-size:1.2rem}.mode-title{font-size:1.3rem}.contact-form{padding:1.5rem 1rem}.form-group input,.form-group textarea{padding:.8rem 1rem}}@media(min-width:1400px){.container{padding:0 3rem}.hero-title{font-size:2.7rem}.hero-description{font-size:1.3rem}.section-title{font-size:2.5rem}.section-subtitle{font-size:1.3rem}}@media(min-width:1920px){.container{max-width:1600px;padding:0 4rem}.hero-title{font-size:4.5rem}.hero-description{font-size:1.4rem}.section-title{font-size:3.5rem}.hero-btn,.demo-btn{font-size:1.3rem;padding:1.3rem 3rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%}
