:root{--Green: #166F40;--Light-Green: #E3F4EC;--White: #FFFFFF;--Dark-Gray: #434343;--Medium-Gray: #CECECE;--Gray-50: #767676;--AA-Gray: #6C6C6C;--Negro: #262626;--Light-Gray: #F7F7F7}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Helvetica Neue,Arial,sans-serif;width:100%;min-height:100vh;background-color:#ecf3f0}.main-wrapper{display:flex;flex-direction:column;min-height:100vh}.header{display:flex;height:104px;padding:24px 100px;justify-content:space-between;align-items:center;align-self:stretch;background:var(--Green);z-index:10}.header-logo{display:flex;height:40px;justify-content:flex-end;align-items:center;gap:16px}.header-logo img{height:100%;width:auto}.header-nav-container{display:flex;padding:8px;align-items:center;gap:16px;border-radius:88px;background:#ffffff1f}.header-nav-inner{display:flex;align-items:center;gap:6px}.nav-btn{display:flex;padding:12px 18px;justify-content:center;align-items:center;gap:6px;border-radius:56px;color:var(--White);text-align:center;font-family:Helvetica Neue,sans-serif;font-size:16px;font-weight:400;line-height:100%;border:none;cursor:pointer;background:transparent;transition:background-color .3s ease}.nav-btn svg{display:none}.nav-btn.active svg{display:block}.nav-btn.active{background:var(--Green)}.main-content{display:flex;padding:32px 104px;flex-direction:column;align-items:center;gap:8px;align-self:stretch;background:#ecf3f0;flex:1}.chatbot-container{display:flex;width:100%;max-width:1068px;flex-direction:column;align-items:flex-start;gap:12px;flex:1 0 0}.top-container{display:flex;width:100%;max-width:1068px;padding:8px 0;justify-content:center;align-items:flex-start;flex:1 0 0}.center-content{display:flex;flex-direction:column;align-items:center;gap:40px;flex:1 0 0;align-self:stretch}.title-section{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;align-self:stretch}.brand-row{display:flex;align-items:center;gap:10px}.brand-logo{width:33px;height:67px}.brand-text-thin{color:var(--Green);font-family:Helvetica Neue,sans-serif;font-size:56px;font-weight:300;line-height:60px}.brand-text-bold{color:var(--Green);font-family:Helvetica Neue,sans-serif;font-size:56px;font-weight:700;line-height:60px;letter-spacing:-1.12px}.subtitle{color:var(--Dark-Gray);text-align:center;font-family:Helvetica Neue,sans-serif;font-size:20px;font-weight:500;line-height:22.8px;letter-spacing:-.2px;opacity:.75}.suggestions-container{display:flex;padding:32px 24px;flex-direction:column;align-items:center;gap:12px;align-self:stretch;border-radius:24px;background:var(--Light-Green)}.suggestions-column{display:flex;flex-direction:column;align-items:center;gap:15px;align-self:stretch;width:100%}.suggestions-row{display:flex;justify-content:center;align-items:center;gap:18px;align-self:stretch;width:100%}.suggestion-card{display:flex;padding:16px;align-items:center;gap:8px;flex:1 0 0;border-radius:16px;background:var(--White);box-shadow:0 3px 4px #0000000d;color:var(--Dark-Gray);font-family:Helvetica Neue,sans-serif;font-size:16px;font-weight:400;line-height:140%;align-self:stretch;border:1px solid transparent;cursor:pointer;transition:all .2s ease}.suggestion-card:hover{border:1px solid var(--Green);background:var(--Light-Green);color:var(--Negro)}.chat-history-container{display:flex;width:100%;max-width:1068px;flex-direction:column;align-items:flex-start;gap:12px;flex:1 0 0}.chat-history-box{display:flex;width:100%;justify-content:center;align-items:flex-start;flex:1 0 0;border-radius:16px;background:#fffc}.chat-history-scroll{display:flex;padding:8px 0;flex-direction:column;align-items:flex-start;flex:1 0 0;align-self:stretch;gap:8px;max-height:60vh;overflow-y:auto}.chat-message-row.user-row{display:flex;padding:12px;flex-direction:column;justify-content:center;align-items:flex-end;gap:8px;align-self:stretch}.chat-bubble.user-bubble{display:flex;max-width:800px;padding:20px 24px;flex-direction:column;align-items:flex-start;gap:6px;border-radius:16px 16px 4px;background:var(--Light-Green)}.chat-message-row.assistant-row{display:flex;width:100%;padding:12px;flex-direction:column;justify-content:center;align-items:flex-start;gap:8px}.chat-bubble.assistant-bubble{display:flex;max-width:800px;padding:20px 24px;flex-direction:column;align-items:flex-start;gap:6px;align-self:stretch;border-radius:16px 16px 16px 4px;background:var(--Light-Gray)}.chat-sender{font-family:Helvetica Neue,sans-serif;font-size:14px;font-weight:500;line-height:22.8px;opacity:.75}.user-bubble .chat-sender{color:var(--Negro)}.assistant-bubble .chat-sender{color:var(--Dark-Gray)}.chat-text{font-family:Helvetica Neue,sans-serif;font-size:16px;font-weight:400;line-height:160%;letter-spacing:.16px;opacity:.85;color:var(--Negro);margin:0;word-wrap:break-word}.chat-text p{margin:0 0 12px}.chat-text p:last-child{margin-bottom:0}.chat-text h1,.chat-text h2,.chat-text h3,.chat-text h4{font-family:Helvetica Neue,sans-serif;color:var(--Green);font-weight:600;margin:16px 0 8px;line-height:130%}.chat-text>*:first-child{margin-top:0}.chat-text h1{font-size:20px}.chat-text h2{font-size:18px}.chat-text h3{font-size:16px;font-weight:700}.chat-text h4{font-size:15px;font-weight:600;color:var(--Dark-Gray)}.chat-text strong{font-weight:600;color:var(--Negro)}.chat-text em{font-style:italic}.chat-text ul,.chat-text ol{margin:8px 0 12px;padding-left:20px}.chat-text li{margin-bottom:4px;line-height:150%}.chat-text li>ul,.chat-text li>ol{margin:4px 0}.chat-text a{color:var(--Green);text-decoration:underline}.chat-text blockquote{border-left:3px solid var(--Green);padding:8px 12px;margin:8px 0;background:#166f400d;border-radius:0 8px 8px 0}.chat-text code{font-family:SF Mono,Fira Code,monospace;font-size:14px;background:#0000000f;padding:2px 6px;border-radius:4px}.chat-text pre{background:#0000000f;padding:12px;border-radius:8px;overflow-x:auto;margin:8px 0}.chat-text pre code{background:none;padding:0}.chat-text hr{border:none;border-top:1px solid var(--Medium-Gray);margin:16px 0}.chat-text table{border-collapse:collapse;width:100%;margin:8px 0;font-size:14px}.chat-text th,.chat-text td{border:1px solid var(--Medium-Gray);padding:8px 12px;text-align:left}.chat-text th{background:var(--Light-Green);font-weight:600;color:var(--Green)}.typing-indicator{display:flex;gap:4px;padding:4px 0}.typing-indicator span{width:8px;height:8px;border-radius:50%;background:var(--Green);opacity:.4;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.input-area-wrapper{display:flex;width:100%;max-width:1068px;padding:16px 24px;align-items:center;gap:16px;border-radius:24px;border:.75px solid var(--Medium-Gray);background:var(--White);box-shadow:0 4px 8px #0000001a;margin-top:16px}.input-field-container{display:flex;max-height:167px;justify-content:center;align-items:center;gap:8px;flex:1 0 0}.chat-input{width:100%;border:none;outline:none;color:var(--Dark-Gray);font-family:Helvetica Neue,sans-serif;font-size:16px;font-weight:400;line-height:24px;background:transparent}.chat-input::placeholder{color:var(--Gray-50)}.send-btn{display:flex;padding:8px 18px;justify-content:center;align-items:center;gap:6px;border-radius:56px;background:var(--Green);border:none;cursor:pointer;transition:opacity .2s}.send-btn:disabled{opacity:.5;cursor:not-allowed}.send-icon-wrapper{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.send-text{color:var(--White);text-align:center;font-family:Helvetica Neue,sans-serif;font-size:16px;font-weight:400;line-height:24px}.footer{display:flex;height:203px;flex-direction:column;align-items:flex-start;gap:24px;align-self:stretch;border-top:.5px solid var(--Light-Green);background:var(--White)}.footer-content{display:flex;padding:24px 88px 0;flex-direction:column;justify-content:center;align-items:flex-start;gap:24px;flex:1 0 0;align-self:stretch}.footer-disclaimer{color:var(--AA-Gray);font-family:Helvetica Neue,sans-serif;font-size:12px;font-weight:400;line-height:140%}.footer-logos-wrapper{display:flex;justify-content:space-between;align-items:center;align-self:stretch;flex-wrap:nowrap;gap:24px}.footer-logos-left{display:flex;height:50px;align-items:center;gap:4%;flex:1 1 auto;min-width:0}.footer-logos-left img{height:100%;width:auto;max-width:100%;object-fit:contain}.footer-logos-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex:0 1 auto;min-width:0}.footer-logos-right img{width:259px;max-width:100%;height:auto}.footer-bottom-bar{display:flex;padding:4px 88px;justify-content:space-between;align-items:center;align-self:stretch;background:var(--Green);min-height:25px;flex-wrap:nowrap;gap:16px}.footer-copyright,.footer-legal-links{color:var(--White);font-family:Helvetica Neue,sans-serif;font-size:12px;font-weight:400;line-height:140%;white-space:nowrap}.welcome-modal-overlay{display:flex;position:fixed;top:104px;left:0;width:100%;height:calc(100vh - 104px);background:#166f40a3;justify-content:center;align-items:center;z-index:1000;opacity:1;transition:opacity .3s ease}.welcome-modal-box{display:flex;width:809px;padding:16px 16px 74px;flex-direction:column;align-items:flex-start;gap:8px;border-radius:16px;background:var(--White);box-shadow:0 4px 20px #00000026}.modal-close-container{display:flex;justify-content:flex-end;align-items:flex-start;align-self:stretch;padding:8px}.modal-close-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.modal-content-inner{display:flex;padding:0 80px;flex-direction:column;align-items:center;gap:40px;align-self:stretch}.modal-brand-section{display:flex;height:123px;flex-direction:column;justify-content:center;align-items:center;gap:10px;align-self:stretch}.modal-text{align-self:stretch;color:var(--AA-Gray);font-family:Helvetica Neue,sans-serif;font-size:20px;font-weight:400;line-height:140%;letter-spacing:-.4px;text-align:left}.modal-text p{margin-bottom:1em}.modal-text p:last-child{margin-bottom:0}@media screen and (max-width:768px){.welcome-modal-overlay{display:none!important}.main-wrapper{width:100%}.header{height:128px;padding:24px 16px;flex-direction:column;align-items:center;justify-content:center;gap:16px}.header-logo{height:32px;gap:16px}.header-nav-container{padding:4px 8px}.nav-btn{padding:8px 18px}.main-content{padding:64px 24px 16px;gap:16px}.chatbot-container,.top-container,.center-content{width:100%;align-items:center}.brand-logo{width:25px;height:52px}.brand-text-thin{font-size:40px}.brand-text-bold{font-size:40px;letter-spacing:-.8px}.subtitle{font-size:16px;line-height:22.8px;letter-spacing:-.16px}.suggestions-container{padding:12px;gap:8px}.suggestions-column{width:100%;height:auto;gap:8px}.suggestions-row{flex-direction:column;width:100%;gap:8px}.suggestion-card{padding:12px;font-size:14px;width:100%}.input-area-wrapper{width:100%;padding:12px 20px;gap:16px;margin-top:0}.send-btn{padding:10px}.send-text{display:none}.footer{height:auto;border-top:none}.footer-content{width:100%;padding:24px;align-items:center;gap:16px;border-top:.5px solid var(--Light-Green)}.footer-disclaimer{text-align:center}.footer-logos-wrapper{flex-direction:column;align-items:center;gap:24px;width:100%}.footer-logos-left{width:301px;justify-content:center;gap:24px;flex-wrap:wrap;height:auto}.footer-logos-left img:nth-child(1){width:65px;height:41px}.footer-logos-left img:nth-child(2){width:137px;height:41px}.footer-logos-left img:nth-child(3){width:54px;height:41px}.footer-logos-left img:nth-child(4){width:115px;height:32px}.footer-logos-right img{width:259px;height:40px}.footer-bottom-bar{padding:4px 16px;flex-direction:column;align-items:center;gap:8px}.footer-copyright,.footer-legal-links{text-align:center}}
