.style-module__1emlpq__container{color:#f0f0f0;background-color:#080808;background-image:radial-gradient(circle at 15%,#00ff8508 0%,#0000 50%),radial-gradient(circle at 85% 30%,#00ff8508 0%,#0000 50%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:Inter,sans-serif;display:flex}.style-module__1emlpq__wrapper{z-index:1;width:100%;max-width:800px;position:relative}.style-module__1emlpq__card{-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#191919cc 0%,#0a0a0ae6 100%);border:1px solid #00ff851a;border-radius:24px;padding:3rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #0006,inset 0 0 20px #00ff8505}.style-module__1emlpq__card:before{content:"";pointer-events:none;background:radial-gradient(circle at 0 0,#00ff850d 0%,#0000 40%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.style-module__1emlpq__headerLogo{opacity:.95;filter:drop-shadow(0 0 15px #00ff8533);width:auto;height:80px;margin:0 auto 1.5rem;display:block}.style-module__1emlpq__header{text-align:center;flex-direction:column;align-items:center;margin-bottom:2.5rem;display:flex}.style-module__1emlpq__iconGlow{color:#00ff85;filter:drop-shadow(0 0 12px #00ff8566);margin-bottom:1rem}.style-module__1emlpq__title{letter-spacing:-.03em;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.style-module__1emlpq__subtitle{color:#aaa;max-width:500px;margin:0 auto;font-size:1.1rem;line-height:1.6}.style-module__1emlpq__greenText{color:#00ff85}.style-module__1emlpq__form{flex-direction:column;gap:1.5rem;max-width:400px;margin:0 auto;display:flex}.style-module__1emlpq__inputGroup{text-align:left;flex-direction:column;gap:.5rem;display:flex}.style-module__1emlpq__inputGroup label{color:#aaa;font-size:.9rem;font-weight:500}.style-module__1emlpq__form input,.style-module__1emlpq__returningTextarea{color:#fff;background:#0000004d;border:1px solid #ffffff1a;border-radius:12px;padding:1rem 1.2rem;font-family:inherit;font-size:1rem;transition:all .3s}.style-module__1emlpq__returningTextarea{resize:vertical;min-height:100px}.style-module__1emlpq__form input:focus,.style-module__1emlpq__returningTextarea:focus{border-color:#00ff85;outline:none;box-shadow:0 0 0 3px #00ff851a}.style-module__1emlpq__primaryButton{color:#080808;cursor:pointer;background:#00ff85;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.8rem;margin-top:1rem;padding:1.2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.style-module__1emlpq__primaryButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #00ff8533}.style-module__1emlpq__primaryButton:disabled{opacity:.5;cursor:not-allowed}.style-module__1emlpq__chatContainer{background:#0f0f0ff2;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;height:85vh;min-height:600px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #00000080}.style-module__1emlpq__topStickyArea{-webkit-backdrop-filter:blur(12px);z-index:10;background:#0a0a0ad9;border-bottom:1px solid #ffffff0d;flex-shrink:0;padding-bottom:.5rem}.style-module__1emlpq__chatHeader{align-items:center;gap:1rem;padding:1.5rem 2rem;display:flex}.style-module__1emlpq__chatLogo{width:auto;height:32px}.style-module__1emlpq__chatHeaderText{flex-grow:1}.style-module__1emlpq__chatHeaderText h2{color:#fff;margin:0;font-size:1.1rem}.style-module__1emlpq__chatHeaderSub{color:#aaa;font-size:.8rem}.style-module__1emlpq__onlineIndicator{color:#aaa;background:#ffffff0d;border-radius:20px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.85rem;display:flex}.style-module__1emlpq__onlineDot{background:#00ff85;border-radius:50%;width:8px;height:8px;animation:2s infinite style-module__1emlpq__pulse;box-shadow:0 0 8px #00ff85}@keyframes style-module__1emlpq__pulse{0%{transform:scale(.95);box-shadow:0 0 #00ff85b3}70%{transform:scale(1);box-shadow:0 0 0 6px #00ff8500}to{transform:scale(.95);box-shadow:0 0 #00ff8500}}.style-module__1emlpq__progressWrap{align-items:center;gap:1rem;padding:.5rem 2rem;display:flex}.style-module__1emlpq__progressBar{background:#00ff85;border-radius:2px;height:4px;transition:width .5s}.style-module__1emlpq__progressLabel{color:#aaa;white-space:nowrap;font-size:.8rem}.style-module__1emlpq__timerBarWrap{background:#ffffff1a;width:100%;height:2px}.style-module__1emlpq__timerBar{height:100%;transition:width 1s linear,background-color 1s}.style-module__1emlpq__messagesArea{scroll-behavior:smooth;flex-direction:column;flex-grow:1;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.style-module__1emlpq__messagesArea::-webkit-scrollbar{width:6px}.style-module__1emlpq__messagesArea::-webkit-scrollbar-track{background:0 0}.style-module__1emlpq__messagesArea::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.style-module__1emlpq__message{border-radius:16px;max-width:85%;padding:1.2rem 1.5rem;font-size:1.05rem;line-height:1.5;animation:.3s forwards style-module__1emlpq__fadeIn}@keyframes style-module__1emlpq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.style-module__1emlpq__aiMessage{color:#f0f0f0;background:#191919cc;border:1px solid #ffffff0d;border-bottom-left-radius:4px;align-self:flex-start}.style-module__1emlpq__userMessage{color:#080808;background:#00ff85;border-bottom-right-radius:4px;align-self:flex-end;font-weight:500}.style-module__1emlpq__loadingMessage{color:#00ff85;align-items:center;gap:1rem;font-weight:500;display:flex}.style-module__1emlpq__loadingLogo{width:auto;height:24px;animation:1.5s ease-in-out infinite style-module__1emlpq__logoPulse}@keyframes style-module__1emlpq__logoPulse{0%{opacity:.7;filter:brightness();transform:scale(1)}50%{opacity:1;filter:brightness(1.5)drop-shadow(0 0 8px #00ff8580);transform:scale(1.1)}to{opacity:.7;filter:brightness();transform:scale(1)}}.style-module__1emlpq__researchCard{background:#0006;border-left:3px solid #00ff85;border-radius:0 8px 8px 0;align-items:flex-start;gap:1rem;margin-top:1.5rem;padding:1rem 1.2rem;display:flex}.style-module__1emlpq__researchIcon{font-size:1.2rem}.style-module__1emlpq__researchStat{color:#fff;margin-bottom:.4rem;font-size:.95rem;font-weight:600}.style-module__1emlpq__researchContext{color:#aaa;margin-bottom:.5rem;font-size:.85rem;line-height:1.4}.style-module__1emlpq__researchSource{color:#666;font-size:.75rem}.style-module__1emlpq__researchLink{color:#00ff85;align-items:center;gap:.3rem;font-size:.75rem;text-decoration:none;display:inline-flex}.style-module__1emlpq__researchLink:hover{text-decoration:underline}.style-module__1emlpq__chipOptions{flex-wrap:wrap;gap:.8rem;margin-top:1.5rem;display:flex}.style-module__1emlpq__chipButton{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:.8rem 1.2rem;font-size:.95rem;transition:all .2s}.style-module__1emlpq__chipButton:hover{color:#00ff85;background:#00ff851a;border-color:#00ff85}.style-module__1emlpq__inputArea,.style-module__1emlpq__otherForm{background:#0a0a0acc;border-top:1px solid #ffffff0d;gap:1rem;padding:1.5rem 2rem;display:flex}.style-module__1emlpq__otherForm{background:0 0;border-top:none;margin-top:1rem;padding:0}.style-module__1emlpq__chatInput{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;flex-grow:1;padding:1rem 1.5rem;font-size:1rem;transition:all .3s}.style-module__1emlpq__chatInput:focus{background:#0000004d;border-color:#00ff85;outline:none}.style-module__1emlpq__sendButton{color:#080808;cursor:pointer;background:#00ff85;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.style-module__1emlpq__sendButton:disabled{color:#ffffff4d;cursor:not-allowed;background:#ffffff1a}.style-module__1emlpq__sendButton:hover:not(:disabled){transform:scale(1.05);box-shadow:0 0 15px #00ff854d}.style-module__1emlpq__timeoutOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:50;background:#000c;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.style-module__1emlpq__timeoutModal{text-align:center;background:#111;border:1px solid #ffffff1a;border-radius:16px;max-width:400px;padding:3rem}.style-module__1emlpq__countdown{color:#00ff85;font-variant-numeric:tabular-nums;margin:1rem 0 2rem;font-size:4rem;font-weight:800;display:block}.style-module__1emlpq__resultCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f0ff2;border:1px solid #ffffff0d;border-radius:24px;padding:3rem;box-shadow:0 20px 40px #0006}.style-module__1emlpq__resultHeader{border-bottom:1px solid #ffffff0d;align-items:center;gap:1.5rem;margin-bottom:3rem;padding-bottom:2rem;display:flex}.style-module__1emlpq__resultLogo{width:auto;height:60px}.style-module__1emlpq__resultTitle{color:#00ff85;margin-bottom:.5rem;font-size:2rem}.style-module__1emlpq__resultSubtitle{color:#aaa;font-size:1.1rem}.style-module__1emlpq__resultContent{flex-direction:column;gap:2.5rem;display:flex}.style-module__1emlpq__resultSection h3{color:#fff;margin-bottom:1rem;font-size:1.3rem}.style-module__1emlpq__resultSection p{color:#ccc;font-size:1.05rem;line-height:1.7}.style-module__1emlpq__justificativasGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.style-module__1emlpq__justificativaCard{background:#0000004d;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;padding:1.5rem;transition:transform .3s;display:flex}.style-module__1emlpq__justificativaCard:hover{border-color:#00ff854d;transform:translateY(-5px)}.style-module__1emlpq__justificativaHeader{color:#00ff85;align-items:center;gap:.8rem;margin-bottom:1rem;font-size:1.1rem;display:flex}.style-module__1emlpq__justificativaReason{flex-grow:1;margin-bottom:1.5rem;font-size:.95rem}.style-module__1emlpq__justificativaStat{border-top:1px solid #ffffff0d;flex-direction:column;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.style-module__1emlpq__statText{color:#aaa;font-size:.85rem}.style-module__1emlpq__statLink{color:#00ff85;align-items:center;gap:.3rem;font-size:.8rem;text-decoration:none;display:flex}.style-module__1emlpq__statSource{color:#666;font-size:.8rem}.style-module__1emlpq__serviceList{flex-direction:column;gap:.8rem;padding:0;list-style:none;display:flex}.style-module__1emlpq__serviceList li{color:#f0f0f0;background:#00ff850d;border-left:2px solid #00ff85;border-radius:8px;align-items:center;gap:1rem;padding:1rem 1.5rem;font-weight:500;display:flex}.style-module__1emlpq__investment{color:#00ff85;text-align:center;background:#00ff850d;border-radius:12px;margin:1rem 0;padding:1.5rem;font-size:1.5rem;font-weight:700}.style-module__1emlpq__disclaimer{text-align:center;color:#666!important;font-size:.85rem!important}.style-module__1emlpq__ctaSection{border-top:1px solid #ffffff0d;flex-direction:column;gap:1.5rem;margin-top:4rem;padding-top:3rem;display:flex}.style-module__1emlpq__ctaPrimary{color:#080808;cursor:pointer;background:#00ff85;border:none;border-radius:12px;justify-content:center;align-items:center;gap:1rem;padding:1.5rem;font-size:1.2rem;font-weight:700;transition:all .3s;display:flex}.style-module__1emlpq__ctaPrimary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #00ff8540}.style-module__1emlpq__ctaPrimary:disabled{opacity:.6;cursor:not-allowed}.style-module__1emlpq__ctaSecondaries{gap:1rem;display:flex}.style-module__1emlpq__ctaSecondary{color:#aaa;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.8rem;padding:1rem;font-size:1rem;transition:all .2s;display:flex}.style-module__1emlpq__ctaSecondary:hover:not(:disabled){color:#fff;background:#ffffff0d;border-color:#fff3}.style-module__1emlpq__schedulePicker{background:#0000004d;border:1px solid #ffffff0d;border-radius:16px;margin-top:3rem;padding:2rem}.style-module__1emlpq__scheduleTitle{color:#fff;align-items:center;gap:.8rem;margin-bottom:1.5rem;display:flex}.style-module__1emlpq__scheduleLabel{color:#aaa;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.8rem;font-size:.85rem}.style-module__1emlpq__dateCarousel{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;gap:.75rem;margin-bottom:1.5rem;padding-bottom:.75rem;display:flex;overflow-x:auto}.style-module__1emlpq__dateCarousel::-webkit-scrollbar{height:4px}.style-module__1emlpq__dateCarousel::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.style-module__1emlpq__dateCard{color:#aaa;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;flex-shrink:0;align-items:center;gap:.25rem;min-width:60px;padding:.9rem 1rem;transition:all .2s;display:flex}.style-module__1emlpq__dateCard:hover{color:#fff;background:#00ff850d;border-color:#00ff854d}.style-module__1emlpq__dateCardActive{color:#00ff85;background:#00ff851f;border-color:#00ff8580}.style-module__1emlpq__dateCardWeekday{text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.style-module__1emlpq__dateCardDay{font-size:1.5rem;font-weight:700;line-height:1}.style-module__1emlpq__dateCardMonth{text-transform:uppercase;font-size:.7rem}.style-module__1emlpq__timeGrid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;display:grid}.style-module__1emlpq__timeSlot{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;padding:1rem;transition:all .2s}.style-module__1emlpq__timeSlot:hover{border-color:#00ff85}.style-module__1emlpq__timeSlotSelected{color:#080808;background:#00ff85;border-color:#00ff85;font-weight:600}.style-module__1emlpq__scheduleConfirm{border-top:1px solid #ffffff0d;flex-direction:column;gap:1.5rem;margin-top:2rem;padding-top:2rem;display:flex}.style-module__1emlpq__scheduleSelected{color:#00ff85;justify-content:center;align-items:center;gap:.8rem;font-size:1.2rem;display:flex}.style-module__1emlpq__successCard{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;display:flex}.style-module__1emlpq__successLogo{width:auto;height:50px;margin-bottom:1rem}.style-module__1emlpq__successIcon{color:#00ff85;filter:drop-shadow(0 0 15px #00ff8566)}.style-module__1emlpq__successCard h3{color:#fff;margin:0;font-size:1.8rem}.style-module__1emlpq__successCard p{color:#aaa;max-width:400px;font-size:1.1rem;line-height:1.6}.style-module__1emlpq__backHome{color:#aaa;align-items:center;gap:.5rem;margin-top:2rem;text-decoration:none;transition:color .2s;display:inline-flex}.style-module__1emlpq__backHome:hover{color:#fff}.style-module__1emlpq__chipButton.style-module__1emlpq__chipActive{color:#00ff85;background:#00ff8526;border-color:#00ff85;box-shadow:0 0 12px #00ff8533}.style-module__1emlpq__outroContainer{flex-direction:column;gap:.5rem;width:100%;margin-top:1.5rem;display:flex}.style-module__1emlpq__outroInput{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;width:100%;padding:1rem 1.5rem;font-size:1rem;transition:all .3s}.style-module__1emlpq__outroInput:focus{background:#0000004d;border-color:#00ff85;outline:none;box-shadow:0 0 10px #00ff851a}.style-module__1emlpq__charCounter{color:#fff6;align-self:flex-end;font-size:.8rem}.style-module__1emlpq__submitContainer{justify-content:flex-end;width:100%;margin-top:1.5rem;display:flex}.style-module__1emlpq__premiumSubmitButton{color:#080808;cursor:pointer;background:linear-gradient(135deg,#00ff85 0%,#00b8ff 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.8rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 15px #00ff8533}.style-module__1emlpq__premiumSubmitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #00ff8566,0 0 15px #00b8ff4d}.style-module__1emlpq__premiumSubmitButton:active:not(:disabled){transform:translateY(0)}.style-module__1emlpq__premiumSubmitButton:disabled{color:#ffffff4d;cursor:not-allowed;box-shadow:none;background:#ffffff0d;border:1px solid #ffffff1a}@media (max-width:768px){.style-module__1emlpq__container{padding:1rem}.style-module__1emlpq__card,.style-module__1emlpq__resultCard{padding:2rem 1.5rem}.style-module__1emlpq__title{font-size:2rem}.style-module__1emlpq__chatHeader,.style-module__1emlpq__messagesArea{padding:1rem}.style-module__1emlpq__ctaSecondaries{flex-direction:column}.style-module__1emlpq__resultHeader{text-align:center;flex-direction:column}.style-module__1emlpq__resultTitle{font-size:1.5rem}}
