.Sidebar-module__degjda__sidebar{color:#fff;background-image:url(/fundo_supera_franqueadas.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;width:260px;height:100vh;padding:1rem;transition:width .3s;display:flex;position:relative;overflow:hidden;box-shadow:2px 0 8px #0000001a}.Sidebar-module__degjda__sidebar:before{content:"";z-index:0;background:linear-gradient(#f37021d9 0%,#e05f1ae6 100%);position:absolute;inset:0}.Sidebar-module__degjda__sidebar>*{z-index:1;position:relative}.Sidebar-module__degjda__logo{color:#fff;letter-spacing:-.5px;filter:brightness(0)invert();justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:2rem;padding:1.5rem;font-size:1.5rem;font-weight:900;display:flex}.Sidebar-module__degjda__nav{flex-direction:column;flex:1;gap:.5rem;display:flex}.Sidebar-module__degjda__navItem{cursor:pointer;color:#ffffffe6;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.Sidebar-module__degjda__navItem:hover{color:#fff;background-color:#ffffff26;transform:translate(4px)}.Sidebar-module__degjda__navItem.Sidebar-module__degjda__active{color:#fff;background-color:#ffffff40;font-weight:600;box-shadow:0 2px 8px #0000001a}.Sidebar-module__degjda__userProfile{border-top:1px solid #fff3;align-items:center;gap:.75rem;margin-top:auto;padding-top:1rem;display:flex;position:relative}.Sidebar-module__degjda__avatar{color:#fff;background-color:#fff3;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.Sidebar-module__degjda__avatar:hover{background-color:#ffffff4d;border-color:#ffffff80}.Sidebar-module__degjda__userName{color:#fff;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.9rem;font-weight:500;overflow:hidden}.Sidebar-module__degjda__dropdownMenu{z-index:1000;background:#fff;border:1px solid #e5e5e5;border-radius:8px;min-width:150px;animation:.2s ease-out Sidebar-module__degjda__fadeIn;position:absolute;bottom:calc(100% + .5rem);left:0;right:0;overflow:hidden;box-shadow:0 4px 12px #00000026}@keyframes Sidebar-module__degjda__fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.Sidebar-module__degjda__menuItem{cursor:pointer;color:#666;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.9rem;transition:all .2s;display:flex}.Sidebar-module__degjda__menuItem:hover{color:var(--supera-orange);background-color:#fff5f0}.Sidebar-module__degjda__menuItem span{font-weight:500}.Sidebar-module__degjda__logoutIcon{transform:rotate(180deg)}
.InteractionSelector-module__saslPq__container{grid-template-columns:repeat(2,1fr);justify-items:center;gap:2.5rem;width:100%;max-width:900px;margin:3rem auto 0;padding:0 2rem;display:grid}@media (max-width:768px){.InteractionSelector-module__saslPq__container{grid-template-columns:1fr;gap:1.5rem;max-width:500px;margin-top:2rem;padding:0 1rem}}.InteractionSelector-module__saslPq__card{cursor:pointer;text-align:center;background:#fff;border:none;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;width:100%;max-width:400px;min-height:220px;padding:3rem 2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #0000001f}.InteractionSelector-module__saslPq__card:before{content:"";background:#999;height:4px;transition:transform .3s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.InteractionSelector-module__saslPq__card:hover:before{transform:scaleX(1)}.InteractionSelector-module__saslPq__card:hover{background:linear-gradient(#fff 0%,#fff5f0 100%);transform:translateY(-6px);box-shadow:0 16px 40px #00000040}.InteractionSelector-module__saslPq__icon{color:var(--supera-orange);background:#fff5f0;border-radius:12px;justify-content:center;align-items:center;margin-bottom:.75rem;padding:.75rem;transition:all .3s;display:flex}.InteractionSelector-module__saslPq__card:hover .InteractionSelector-module__saslPq__icon{background:var(--supera-orange);color:#fff;transform:scale(1.15)rotate(5deg)}.InteractionSelector-module__saslPq__title{color:var(--supera-dark-grey);letter-spacing:-.3px;margin:0;font-size:1.15rem;font-weight:700}.InteractionSelector-module__saslPq__description{color:#666;max-width:100%;margin:0;font-size:.95rem;line-height:1.6}
.ChatInterface-module__WixlvW__container{background:#fff;flex-direction:column;width:100%;max-width:1200px;height:100%;margin:0 auto;display:flex;position:relative}.ChatInterface-module__WixlvW__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#ffffffe6;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex;position:sticky;top:0}.ChatInterface-module__WixlvW__backButton{cursor:pointer;color:#666;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.ChatInterface-module__WixlvW__backButton:hover{color:var(--supera-dark-grey);background-color:#f5f5f5}.ChatInterface-module__WixlvW__headerInfo{color:var(--supera-orange);align-items:center;gap:.5rem;display:flex}.ChatInterface-module__WixlvW__headerTitle{color:var(--supera-dark-grey);font-size:1rem;font-weight:600}.ChatInterface-module__WixlvW__headerRightLabel{color:#999;letter-spacing:.5px;opacity:.8;margin-left:auto;margin-right:1rem;font-size:.7rem;font-weight:700}.ChatInterface-module__WixlvW__messages{overscroll-behavior-y:none;flex-direction:column;flex:1;gap:1.5rem;padding:2rem 0;scroll-padding-bottom:0;display:flex;position:relative;overflow-y:auto;padding-bottom:0!important}.ChatInterface-module__WixlvW__messages>.ChatInterface-module__WixlvW__message:last-child{margin-bottom:0}.ChatInterface-module__WixlvW__messagesEndSpacer{flex-shrink:0;width:100%;height:0;min-height:0}.ChatInterface-module__WixlvW__centeredContent{flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:1000px;margin:0 auto;padding-bottom:10vh;display:flex}.ChatInterface-module__WixlvW__emptyState{text-align:center;color:#666;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:2rem;animation:.5s ease-out ChatInterface-module__WixlvW__fadeIn;display:flex}.ChatInterface-module__WixlvW__emptyIconWrapper{width:64px;height:64px;color:var(--supera-orange);background-color:#fff5f0;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.ChatInterface-module__WixlvW__emptyState h3{color:var(--supera-dark-grey);margin:0;font-size:1.5rem;font-weight:600}.ChatInterface-module__WixlvW__inputAreaCentered{flex-direction:column;gap:1.5rem;width:100%;display:flex}.ChatInterface-module__WixlvW__inputArea{background:0 0;flex-direction:column;gap:1rem;width:100%;max-width:1000px;margin:0 auto;padding:1.5rem 0 2rem;display:flex;position:sticky;bottom:0}.ChatInterface-module__WixlvW__suggestions{flex-wrap:wrap;justify-content:center;gap:.75rem;padding-bottom:.5rem;display:flex}.ChatInterface-module__WixlvW__suggestions::-webkit-scrollbar{display:none}.ChatInterface-module__WixlvW__chip{color:#666;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e5e5;border-radius:20px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;transition:all .2s;display:flex;box-shadow:0 6px 20px #0000001f}.ChatInterface-module__WixlvW__chip:hover{border-color:var(--supera-orange);color:var(--supera-orange);background-color:#fff5f0;transform:translateY(-1px);box-shadow:0 16px 40px #00000040}.ChatInterface-module__WixlvW__inputContainer{background:#fff;border:1px solid #e5e5e5;border-radius:16px;align-items:center;transition:all .2s;display:flex;position:relative;box-shadow:0 6px 20px #0000001f}.ChatInterface-module__WixlvW__inputContainer:focus-within{border-color:var(--supera-orange);transform:translateY(-2px);box-shadow:0 16px 40px #00000040}.ChatInterface-module__WixlvW__levelIconWrapper{z-index:10;align-items:center;padding-left:1rem;display:flex;position:relative}.ChatInterface-module__WixlvW__levelIconButton{cursor:pointer;color:#999;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.ChatInterface-module__WixlvW__levelIconButton:hover:not(:disabled){color:var(--supera-orange);background:#f5f5f5}.ChatInterface-module__WixlvW__levelIconButton:disabled{opacity:.5;cursor:not-allowed}.ChatInterface-module__WixlvW__levelMenu{z-index:1000;transform-origin:top;background:#fff;border:1px solid #e5e5e5;border-radius:12px;min-width:200px;animation:.2s ease-out ChatInterface-module__WixlvW__slideDown;position:absolute;top:calc(100% + .5rem);left:0;overflow:hidden;box-shadow:0 8px 24px #00000026}.ChatInterface-module__WixlvW__levelMenuUp{transform-origin:bottom;animation:.2s ease-out ChatInterface-module__WixlvW__slideUp;top:auto;bottom:calc(100% + .5rem)}@keyframes ChatInterface-module__WixlvW__slideDown{0%{opacity:0;transform:translateY(-10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ChatInterface-module__WixlvW__slideUp{0%{opacity:0;transform:translateY(10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ChatInterface-module__WixlvW__levelMenuItem{text-align:left;cursor:pointer;width:100%;color:var(--supera-dark-grey);background:#fff;border:none;padding:.75rem 1rem;font-size:.9rem;transition:all .2s;display:block}.ChatInterface-module__WixlvW__levelMenuItem:hover{background:#f5f5f5}.ChatInterface-module__WixlvW__levelMenuItem.ChatInterface-module__WixlvW__active{color:var(--supera-orange);background:#fff5f0;font-weight:600}.ChatInterface-module__WixlvW__levelMenuItem:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.ChatInterface-module__WixlvW__levelMenuItem:last-child{border-bottom-right-radius:12px;border-bottom-left-radius:12px}.ChatInterface-module__WixlvW__input{resize:none;width:100%;min-height:60px;max-height:200px;color:var(--supera-dark-grey);border:none;border-radius:16px;outline:none;flex:1;padding:1.25rem 4rem 1.25rem .5rem;font-family:inherit;font-size:1rem}.ChatInterface-module__WixlvW__sendButton{background-color:var(--supera-orange);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;bottom:10px;right:10px}.ChatInterface-module__WixlvW__sendButton:hover{background-color:#e65c19;transform:scale(1.05)}.ChatInterface-module__WixlvW__sendButton:disabled{cursor:not-allowed;background-color:#e5e5e5;transform:none}.ChatInterface-module__WixlvW__message{margin-bottom:0;display:flex}.ChatInterface-module__WixlvW__userMessage{justify-content:flex-end;padding-right:1rem}.ChatInterface-module__WixlvW__aiMessage{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.5rem}.ChatInterface-module__WixlvW__errorMessage{justify-content:center}.ChatInterface-module__WixlvW__bubble{word-wrap:break-word;border-radius:12px;max-width:95%;padding:1.5rem 1.75rem;position:relative;overflow:visible}.ChatInterface-module__WixlvW__aiBubble{box-sizing:border-box;word-wrap:break-word;width:98%;min-width:0;max-width:98%;color:var(--supera-dark-grey);background-color:#fff;border-radius:12px 12px 12px 4px;padding:1.5rem 1.75rem;position:relative;overflow:hidden visible;box-shadow:6px 3px 20px #0000001f}.ChatInterface-module__WixlvW__userBubble{background-color:var(--supera-orange);color:#fff;border-bottom-right-radius:4px;box-shadow:-6px 3px 20px #0000001f}.ChatInterface-module__WixlvW__errorBubble{color:#c33;background-color:#fee;border:1px solid #fcc;border-radius:12px;align-items:center;gap:.5rem;max-width:80%;padding:1rem 1.25rem;display:flex}.ChatInterface-module__WixlvW__loadingContainer{flex-direction:column;gap:.5rem;padding:0;display:flex}.ChatInterface-module__WixlvW__aiLabel{color:var(--supera-orange);letter-spacing:.5px;margin-bottom:0;font-size:.75rem;font-weight:600;display:block}.ChatInterface-module__WixlvW__messageContent{line-height:1.6}.ChatInterface-module__WixlvW__markdownContent{color:var(--supera-dark-grey);font-size:.95rem;line-height:1.8}.ChatInterface-module__WixlvW__markdownContent h1{color:var(--supera-orange);border-bottom:2px solid var(--supera-orange);margin:1.5rem 0 1rem;padding-bottom:.5rem;font-size:1.6rem;font-weight:700}.ChatInterface-module__WixlvW__markdownContent h2{color:var(--supera-dark-grey);border-left:4px solid var(--supera-orange);margin:1.25rem 0 .75rem;padding-left:.75rem;font-size:1.35rem;font-weight:600}.ChatInterface-module__WixlvW__markdownContent h3{color:var(--supera-dark-grey);margin:1rem 0 .5rem;font-size:1.15rem;font-weight:600}.ChatInterface-module__WixlvW__markdownContent h4{color:#555;margin:.75rem 0 .4rem;font-size:1.05rem;font-weight:600}.ChatInterface-module__WixlvW__markdownContent h5{color:#666;text-transform:uppercase;letter-spacing:.5px;margin:.5rem 0 .3rem;font-size:.95rem;font-weight:600}.ChatInterface-module__WixlvW__markdownContent h6{color:#777;margin:.5rem 0 .25rem;font-size:.9rem;font-weight:600}.ChatInterface-module__WixlvW__markdownContent p{text-align:justify;margin:.75rem 0}.ChatInterface-module__WixlvW__markdownContent strong{color:var(--supera-dark-grey);font-weight:600}.ChatInterface-module__WixlvW__markdownContent ul,.ChatInterface-module__WixlvW__markdownContent ol{margin:.75rem 0;padding-left:1.5rem}.ChatInterface-module__WixlvW__markdownContent li{margin:.4rem 0;padding-left:.25rem}.ChatInterface-module__WixlvW__markdownContent li::marker{color:var(--supera-orange)}.ChatInterface-module__WixlvW__markdownContent ul li{list-style-type:disc}.ChatInterface-module__WixlvW__markdownContent ul ul li{list-style-type:circle}.ChatInterface-module__WixlvW__markdownContent ol li{list-style-type:decimal}.ChatInterface-module__WixlvW__markdownContent blockquote{border-left:4px solid var(--supera-orange);color:#555;background-color:#fff8f5;border-radius:0 8px 8px 0;margin:1rem 0;padding:.75rem 1rem;font-style:italic}.ChatInterface-module__WixlvW__markdownContent blockquote p{margin:0}.ChatInterface-module__WixlvW__markdownContent em{color:#555;font-style:italic}.ChatInterface-module__WixlvW__markdownContent p>em:only-child{color:#666;font-size:.88rem;line-height:1.3;display:block;margin:0!important;padding:0!important}.ChatInterface-module__WixlvW__markdownContent p:has(>em:only-child){line-height:1.2;margin-bottom:0!important;padding-bottom:0!important}.ChatInterface-module__WixlvW__tableWrapper{margin-top:.15rem!important}.ChatInterface-module__WixlvW__chartWrapper{width:100%;margin:1.5rem 0}.ChatInterface-module__WixlvW__chartContainer{margin-bottom:0!important}.ChatInterface-module__WixlvW__chartCaption{text-align:left;color:#666;padding-left:.25rem;font-size:.88rem;font-style:italic;margin-top:.5rem!important;margin-bottom:0!important}.ChatInterface-module__WixlvW__markdownContent code{color:var(--supera-orange);background-color:#f5f5f5;border-radius:4px;padding:.15rem .4rem;font-family:Consolas,Monaco,monospace;font-size:.9em}.ChatInterface-module__WixlvW__markdownContent pre{background-color:#2d2d2d;border-radius:8px;margin:1rem 0;padding:1rem;overflow-x:auto}.ChatInterface-module__WixlvW__markdownContent pre code{color:#f8f8f2;background-color:#0000;padding:0}.ChatInterface-module__WixlvW__markdownContent hr{background:linear-gradient(to right,var(--supera-orange),transparent);border:none;height:2px;margin:1.5rem 0}.ChatInterface-module__WixlvW__markdownContent a{color:var(--supera-orange);border-bottom:1px dotted var(--supera-orange);text-decoration:none;transition:all .2s}.ChatInterface-module__WixlvW__markdownContent a:hover{color:#e65c19;border-bottom-style:solid}.ChatInterface-module__WixlvW__markdownContent mark{background-color:#fff3cd;border-radius:3px;padding:.1rem .3rem}.ChatInterface-module__WixlvW__tableWrapper{-webkit-overflow-scrolling:touch;width:fit-content;max-width:100%;margin:1rem auto;overflow:auto visible}.ChatInterface-module__WixlvW__tableWrapper::-webkit-scrollbar{height:8px}.ChatInterface-module__WixlvW__tableWrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.ChatInterface-module__WixlvW__tableWrapper::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.ChatInterface-module__WixlvW__tableWrapper::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.ChatInterface-module__WixlvW__markdownTable{border-collapse:collapse;table-layout:auto;background-color:#fff;border-radius:8px;width:auto;min-width:min-content;max-width:100%;margin:1rem 0;font-size:.9rem;display:table;overflow:hidden;box-shadow:0 2px 8px #0000000f}.ChatInterface-module__WixlvW__markdownTable thead{background:linear-gradient(135deg,var(--supera-orange)0%,#e65c19 100%);display:table-header-group}.ChatInterface-module__WixlvW__markdownTable th{text-align:center;color:#fff;vertical-align:middle;text-transform:uppercase;letter-spacing:.5px;border-bottom:none;padding:.85rem .75rem;font-size:.8rem;font-weight:600}.ChatInterface-module__WixlvW__markdownTable tbody{display:table-row-group}.ChatInterface-module__WixlvW__markdownTable tr{display:table-row}.ChatInterface-module__WixlvW__markdownTable td,.ChatInterface-module__WixlvW__markdownTableTd{color:var(--supera-dark-grey);vertical-align:middle;border-bottom:1px solid #f0f0f0;min-width:80px;padding:.75rem;text-align:center!important}.ChatInterface-module__WixlvW__markdownTable tbody tr:nth-child(2n){background-color:#fafafa}.ChatInterface-module__WixlvW__markdownTable tbody tr:last-child td{border-bottom:none}.ChatInterface-module__WixlvW__markdownTable tbody tr:hover{background-color:#fff5f0;transition:background-color .2s}.ChatInterface-module__WixlvW__markdownImage{border-radius:8px;max-width:100%;height:auto;margin:1rem 0}.ChatInterface-module__WixlvW__chartsContainer{flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;margin:2rem 0;display:flex}.ChatInterface-module__WixlvW__chartContainer{width:100%;max-width:100%;height:auto;min-height:350px;margin:1.5rem 0;padding:0;display:block;box-shadow:none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;filter:none!important;background:0 0!important;border:none!important;border-radius:0!important}.ChatInterface-module__WixlvW__chartContainer *{box-shadow:none!important;-webkit-box-shadow:none!important;filter:none!important}.ChatInterface-module__WixlvW__chartContainer canvas{margin:0;display:block;width:100%!important;max-width:100%!important;height:auto!important;box-shadow:none!important;-webkit-box-shadow:none!important;filter:none!important;border:none!important;outline:none!important}.ChatInterface-module__WixlvW__chartCanvas{max-width:100%;height:auto;margin:1rem 0}.ChatInterface-module__WixlvW__loadingIndicator{color:#666;align-items:center;gap:.5rem;min-height:24px;margin-bottom:0;display:flex}.ChatInterface-module__WixlvW__processingSteps{table-layout:fixed;opacity:1;visibility:visible;box-sizing:border-box;width:100%;min-height:24px;margin-top:1rem;padding:0;display:table;position:relative;overflow:hidden}.ChatInterface-module__WixlvW__processingSteps:before{content:"";z-index:1;background:linear-gradient(90deg,#e5e5e5 0% 30%,#e5e5e580 70%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}.ChatInterface-module__WixlvW__processingStep{color:#666;white-space:nowrap;text-overflow:ellipsis;text-align:left;vertical-align:middle;opacity:1;box-sizing:border-box;z-index:2;width:100%;min-height:24px;margin:0;padding:0;font-size:.9rem;line-height:24px;position:relative;overflow:hidden;display:table-cell!important}.ChatInterface-module__WixlvW__processingStep.ChatInterface-module__WixlvW__fadeIn{animation:.3s ease-in forwards ChatInterface-module__WixlvW__fadeInStep}.ChatInterface-module__WixlvW__processingStep.ChatInterface-module__WixlvW__fadeOut{animation:.3s ease-out forwards ChatInterface-module__WixlvW__fadeOutStep}@keyframes ChatInterface-module__WixlvW__fadeInStep{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes ChatInterface-module__WixlvW__fadeOutStep{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(5px)}}.ChatInterface-module__WixlvW__stepText{white-space:nowrap;font-size:.85rem;display:inline-block}.ChatInterface-module__WixlvW__spinner{animation:1s linear infinite ChatInterface-module__WixlvW__spin}@keyframes ChatInterface-module__WixlvW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ChatInterface-module__WixlvW__floatingReportButton{z-index:10!important;background-color:var(--supera-orange)!important;color:#fff!important;cursor:pointer!important;z-index:1000!important;border:none!important;border-radius:50%!important;justify-content:center!important;align-self:flex-end!important;align-items:center!important;width:64px!important;min-width:64px!important;height:64px!important;min-height:64px!important;margin:0!important;padding:0!important;transition:all .3s!important;display:flex!important;position:sticky!important;bottom:1rem!important;box-shadow:0 4px 20px #e65c1966!important}.ChatInterface-module__WixlvW__floatingReportButton:hover:not(:disabled){background-color:#e65c19;transform:translateY(-4px)scale(1.05);box-shadow:0 8px 30px #e65c1980}.ChatInterface-module__WixlvW__floatingReportButton:active:not(:disabled){transform:translateY(-2px)scale(1.02);box-shadow:0 4px 20px #e65c1966}.ChatInterface-module__WixlvW__floatingReportButton:disabled{cursor:not-allowed;background-color:#ccc;transform:none;box-shadow:0 2px 10px #0003}.ChatInterface-module__WixlvW__pdfIcon{color:#fff;width:40px;height:40px}@media (max-width:768px){.ChatInterface-module__WixlvW__floatingReportButton{width:56px;height:56px;bottom:100px;right:1rem}}.ChatInterface-module__WixlvW__input:disabled{cursor:not-allowed;background-color:#f9f9f9}@keyframes ChatInterface-module__WixlvW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.page-module__E0kJGG__mainContainer{background-color:var(--background);height:100vh;display:flex}.page-module__E0kJGG__contentArea{flex-direction:column;flex:1;height:100vh;display:flex;position:relative;overflow:hidden}.page-module__E0kJGG__welcomeSection{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem 2rem 4rem;animation:.5s ease-out page-module__E0kJGG__fadeIn;display:flex}.page-module__E0kJGG__logoContainer{justify-content:center;align-items:center;margin-bottom:0;display:flex}.page-module__E0kJGG__logoImage{filter:drop-shadow(0 2px 8px #0000001a);width:auto;height:90px;display:block}.page-module__E0kJGG__logoText{color:var(--supera-orange);letter-spacing:-1px;font-size:3rem;font-weight:900}.page-module__E0kJGG__subtitle{color:var(--supera-dark-grey);text-align:center;margin:0 0 .5rem;font-size:1.5rem;font-weight:600;line-height:1.4}.page-module__E0kJGG__title{color:#666;text-align:center;letter-spacing:-.5px;margin:0;font-size:2.25rem;font-weight:800}@keyframes page-module__E0kJGG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page-module__E0kJGG__inteligenciaSupera{color:#999;letter-spacing:.5px;opacity:.8;text-align:center;width:100%;max-width:1200px;font-size:.7rem;font-weight:700;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}
