@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(135deg,#f8f5ff,#f0ebff,#ebe5ff,#e6ddff,#f3f0ff);display:flex;align-items:center;justify-content:center;z-index:9999;overflow:hidden}.loading-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}.blob{position:absolute;border-radius:50%;filter:blur(50px);opacity:.5;animation:float 6s ease-in-out infinite}.blob-1{width:300px;height:300px;background:linear-gradient(135deg,#8731e8,#c4b5fd);top:-50px;left:-100px;animation-delay:0s}.blob-2{width:200px;height:200px;background:linear-gradient(135deg,#4528dc,#8731e8);bottom:-50px;right:-50px;animation-delay:2s}.blob-3{width:250px;height:250px;background:linear-gradient(135deg,#c4b5fd,#ddd6fe);bottom:50px;left:-100px;animation-delay:4s}@keyframes float{0%,to{transform:translate(0)}25%{transform:translate(30px,-30px)}50%{transform:translate(-20px,20px)}75%{transform:translate(30px,20px)}}.spinner-wrapper{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center;z-index:10}.spinner-ring{position:absolute;width:100%;height:100%;border:3px solid transparent;border-radius:50%;border-top-color:#8731e8;animation:spin 1.2s linear infinite}.spinner-ring:nth-child(1){animation-delay:0s;border-top-color:#8731e8}.spinner-ring:nth-child(2){width:70%;height:70%;top:5px;left:5px;animation-delay:.2s;border-top-color:#4528dc}.spinner-ring:nth-child(3){width:55%;height:55%;top:12.5px;left:12.5px;animation-delay:.4s;border-top-color:#c4b5fd}.spinner-dot{position:absolute;width:12px;height:12px;background:linear-gradient(135deg,#8731e8,#4528dc);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 20px #8731e880;z-index:11}.loading-text{font-family:Poppins,sans-serif;font-size:18px;font-weight:500;color:#4528dc;margin:0;position:relative;z-index:10;text-align:center;letter-spacing:.5px}.loading-dots{display:flex;gap:8px;align-items:center;justify-content:center;position:relative;z-index:10}.loading-dots span{width:8px;height:8px;background:linear-gradient(135deg,#8731e8,#4528dc);border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}.loading-dots span:nth-child(3){animation-delay:0s}@keyframes bounce{0%,80%,to{transform:translateY(0);opacity:.7}40%{transform:translateY(-16px);opacity:1}}@media(max-width:600px){.blob-1{width:200px;height:200px}.blob-2{width:150px;height:150px}.blob-3{width:180px;height:180px}.spinner-wrapper{width:60px;height:60px}.spinner-ring{border-width:2px}.spinner-dot{width:10px;height:10px}.loading-text{font-size:16px}.loading-dots span{width:6px;height:6px}}.invalid-token-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2)}.invalid-token-card{max-width:500px;width:100%}.error-token-icon{font-size:4rem;margin-bottom:1.5rem;display:block;text-align:center;animation:shake .5s ease-in-out}.invalid-token-card h1{color:#d32f2f;margin:0 0 1rem;font-size:1.8rem;text-align:center}.error-token-message{color:#666;font-size:1rem;margin-bottom:2rem;line-height:1.6;text-align:center}.error-token-details{background:#f5f5f5;border-left:4px solid #d32f2f;padding:1rem;margin-bottom:2rem;text-align:left;border-radius:4px}.error-token-details p{margin:0 0 .5rem;font-weight:600;color:#333}.error-token-details ul{margin:.5rem 0 0;padding-left:1.5rem;color:#666;font-size:.95rem}.error-token-details li{margin-bottom:.3rem}.action-token-buttons{display:flex;gap:1rem;justify-content:center}.btn-token-primary,.btn-token-secondary{flex:1}.btn-token-primary{background-color:#667eea!important}.btn-token-primary:hover{background-color:#5568d3!important;transform:translateY(-2px)}.btn-token-secondary{background-color:#f0f0f0!important;color:#333!important;border:1px solid #ddd!important}.btn-token-secondary:hover{background-color:#e8e8e8!important;transform:translateY(-2px)}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-10px)}75%{transform:translate(10px)}}@media(max-width:600px){.invalid-token-card{padding:2rem 1.5rem!important}.action-token-buttons{flex-direction:column}.btn-token-primary,.btn-token-secondary{width:100%}}.success-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);animation:success-gradient-shift 10s ease infinite;background-size:200% 200%}@keyframes success-gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.success-card{background:#fff;border-radius:16px;padding:3rem 2.5rem;max-width:650px;width:100%;box-shadow:0 20px 60px #0003;animation:success-slide-up .6s ease-out;position:relative;overflow:hidden;max-height:90vh;overflow-y:auto}.success-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#28a745,#20c997,#28a745);animation:success-shimmer 2s ease-in-out infinite}@keyframes success-shimmer{0%,to{opacity:1}50%{opacity:.5}}@keyframes success-slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.success-icon-wrapper{display:flex;justify-content:center;margin-bottom:2rem}.success-checkmark{width:100px;height:100px;animation:success-scale-in .6s ease-out;filter:drop-shadow(0 4px 8px rgba(40,167,69,.3))}.success-checkmark .success-circle{fill:none;stroke:#28a745;stroke-width:3;stroke-dasharray:283;stroke-dashoffset:283;animation:success-circle-animation .6s ease-out forwards}.success-checkmark .success-check{fill:none;stroke:#28a745;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:success-check-animation .6s ease-out .3s forwards}@keyframes success-circle-animation{to{stroke-dashoffset:0}}@keyframes success-check-animation{to{stroke-dashoffset:0}}@keyframes success-scale-in{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.success-main-title{color:#2c3e50;font-size:2rem;font-weight:700;text-align:center;margin:0 0 1rem;line-height:1.3;background:linear-gradient(135deg,#2c3e50,#34495e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.success-main-message{color:#666;font-size:1.1rem;text-align:center;margin-bottom:2rem;line-height:1.7}.success-reference-box{background:linear-gradient(135deg,#e8f5e9,#f1f8f4);border-radius:12px;padding:1.5rem;text-align:center;margin-bottom:2rem;border:2px solid #c8e6c9;position:relative;overflow:hidden}.success-reference-box:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:success-slide-light 3s ease-in-out infinite}@keyframes success-slide-light{0%,to{left:-100%}50%{left:100%}}.success-reference-label{color:#2e7d32;font-size:.9rem;font-weight:600;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:1px}.success-reference-code{color:#1b5e20;font-size:1.4rem;font-weight:700;margin:0 0 1rem;font-family:Courier New,monospace;word-break:break-all;letter-spacing:2px}.success-btn-copy{background:#28a745;color:#fff;border:none;padding:.5rem 1.5rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;z-index:1}.success-btn-copy:hover{background:#218838;transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.success-btn-copy:active{transform:translateY(0)}.success-details-box{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:4px solid #667eea;border-radius:12px;padding:1.75rem;margin-bottom:2rem;box-shadow:0 2px 8px #0000000d}.success-details-title{margin:0 0 1.5rem;font-weight:700;color:#2c3e50;font-size:1.1rem}.success-details-list{list-style:none;margin:0;padding:0}.success-details-item{display:flex;align-items:flex-start;margin-bottom:1.25rem;color:#495057;font-size:1rem;line-height:1.6;animation:success-fade-in-left .6s ease-out;animation-fill-mode:both}.success-details-item:nth-child(1){animation-delay:.2s}.success-details-item:nth-child(2){animation-delay:.3s}.success-details-item:nth-child(3){animation-delay:.4s}.success-details-item:last-child{margin-bottom:0}@keyframes success-fade-in-left{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.success-step-number{display:flex;align-items:center;justify-content:center;min-width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;font-size:.9rem;font-weight:700;margin-right:1rem;flex-shrink:0;box-shadow:0 2px 8px #667eea4d}.success-corretor-box{background:linear-gradient(135deg,#f0f4ff,#e6eeff);border-radius:12px;padding:1.75rem;margin-bottom:2rem;border:2px solid #d0d9ff}.success-corretor-title{margin:0 0 1rem;font-weight:700;color:#2c3e50;font-size:1.05rem}.success-corretor-info{display:flex;flex-direction:column;gap:.75rem}.success-corretor-name{font-size:1.2rem;font-weight:700;color:#667eea;margin:0 0 .5rem}.success-corretor-contact{display:flex;align-items:center;gap:.75rem;font-size:.95rem;padding:.5rem;background:#fff;border-radius:8px;flex-wrap:wrap}.success-contact-label{font-weight:600;color:#666;min-width:80px;flex-shrink:0}.success-contact-value{color:#2c3e50;font-weight:500;min-width:0;flex:1;overflow-wrap:anywhere;word-break:break-word;white-space:normal}.success-action-buttons{display:flex;gap:1rem;margin-bottom:1.5rem}.success-btn-primary,.success-btn-secondary{flex:1;padding:1rem 1.5rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;text-decoration:none;box-shadow:0 4px 12px #0000001a}.success-btn-primary{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.success-btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 20px #25d36666}.success-btn-primary:active{transform:translateY(-1px)}.success-btn-secondary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.success-btn-secondary:hover{transform:translateY(-3px);box-shadow:0 8px 20px #667eea66}.success-btn-secondary:active{transform:translateY(-1px)}.success-btn-home{width:100%;padding:.9rem 1.5rem;background:#fff;color:#667eea;border:2px solid #667eea;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:2rem}.success-btn-home:hover{background:#f8f9ff;transform:translateY(-2px);box-shadow:0 6px 16px #667eea33}.success-btn-home:active{transform:translateY(0)}.success-footer{text-align:center;padding-top:1.5rem;border-top:2px solid #e9ecef}.success-footer-text{color:#6c757d;font-size:.95rem;margin:0 0 .75rem;line-height:1.6}.success-footer-text strong{color:#495057;font-weight:700}.success-footer-note{font-size:.85rem!important;color:#999!important;margin:.5rem 0 0!important}@media(max-width:600px){.success-card{padding:2rem 1.5rem;border-radius:12px}.success-main-title{font-size:1.5rem}.success-main-message{font-size:1rem}.success-action-buttons{flex-direction:column;gap:.75rem}.success-btn-primary,.success-btn-secondary{width:100%;padding:.9rem 1.5rem}.success-details-item{font-size:.95rem}.success-checkmark{width:80px;height:80px}.success-details-box,.success-corretor-box,.success-reference-box{padding:1.25rem}.success-reference-code{font-size:1.1rem}.success-corretor-contact{flex-direction:column;align-items:flex-start;gap:.25rem}.success-contact-label{min-width:auto}}@media(max-width:400px){.success-card{padding:1.5rem 1rem}.success-main-title{font-size:1.3rem;margin-bottom:.75rem}.success-action-buttons{gap:.5rem}.success-btn-primary,.success-btn-secondary,.success-btn-home{padding:.75rem 1rem;font-size:.95rem}.success-step-number{min-width:28px;height:28px;font-size:.85rem}.success-corretor-name{font-size:1.1rem}}@media(hover:none){.success-btn-primary:hover,.success-btn-secondary:hover,.success-btn-home:hover,.success-btn-copy:hover{transform:none}.success-btn-primary:active,.success-btn-secondary:active,.success-btn-home:active,.success-btn-copy:active{opacity:.8}}@media(max-width:900px){.success-corretor-contact{flex-direction:column;align-items:flex-start}.success-contact-value{width:100%}}.form-container{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;position:relative;z-index:1;flex:1}.form-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000014;padding:50px 40px;animation:slideUp .6s ease-out;width:100%;max-width:600px;max-height:90vh;overflow-y:auto}.form-header{margin-bottom:40px;text-align:center}.form-header h1{font-size:28px;font-weight:700;color:#222;margin-bottom:10px;background:linear-gradient(135deg,#8731e8,#4528dc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.form-header p{font-size:14px;color:#666;font-weight:400}.form-button{width:100%;padding:16px 24px;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;color:#fff;background:linear-gradient(135deg,#8731e8,#4528dc);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:20px;text-transform:uppercase;letter-spacing:.5px}.form-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #8731e84d}.form-button:active:not(:disabled){transform:translateY(0)}.form-button:disabled{opacity:.7;cursor:not-allowed}@media(max-width:600px){.form-card{padding:30px 20px}.form-header h1{font-size:24px}.form-container{padding:10px}}.form-group{margin-bottom:32px;animation:fadeIn .8s ease-out backwards}.form-group:nth-child(1){animation-delay:0s}.form-group:nth-child(2){animation-delay:.1s}.form-group:nth-child(3){animation-delay:.2s}.form-group:nth-child(4){animation-delay:.3s}.form-group:nth-child(5){animation-delay:.4s}.form-group:nth-child(6){animation-delay:.5s}.form-group:nth-child(7){animation-delay:.6s}.form-label{display:block;font-size:15px;font-weight:600;color:#222;margin-bottom:10px;display:flex;align-items:center;gap:8px}.form-label .required{color:#8731e8;font-weight:700}.form-hint{font-size:13px;color:#999;margin-top:6px;font-weight:400;line-height:1.4}select{width:100%;padding:14px 40px 14px 16px;font-family:Poppins,sans-serif;font-size:15px;color:#222;background-color:#f8f9fa;border:2px solid #e0e3e8;border-radius:8px;transition:all .3s ease;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238731E8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:20px}select:hover{border-color:#8731e8;background-color:#fafbfc}select:focus{outline:none;border-color:#8731e8;background-color:#fff;box-shadow:0 0 0 4px #8731e81a}select:disabled{opacity:.6;cursor:not-allowed}input[type=text],input[type=email],input[type=date],input[type=number],textarea{width:100%;padding:14px 16px;font-family:Poppins,sans-serif;font-size:15px;color:#222;background-color:#f8f9fa;border:2px solid #e0e3e8;border-radius:8px;transition:all .3s ease}input[type=text]:hover,input[type=email]:hover,input[type=date]:hover,input[type=number]:hover,textarea:hover{border-color:#8731e8;background-color:#fafbfc}input[type=text]:focus,input[type=email]:focus,input[type=date]:focus,input[type=number]:focus,textarea:focus{outline:none;border-color:#8731e8;background-color:#fff;box-shadow:0 0 0 4px #8731e81a}input[type=text]:disabled,input[type=email]:disabled,input[type=date]:disabled,input[type=number]:disabled,textarea:disabled{opacity:.6;cursor:not-allowed}.file-input-wrapper{position:relative;display:block}.file-input-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;border:2px dashed #d0d5dd;border-radius:10px;background-color:#f8f9fa;cursor:pointer;transition:all .3s ease;text-align:center;position:relative;overflow:hidden}.file-input-label:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#8731e80d,#4528dc0d);opacity:0;transition:opacity .3s ease;pointer-events:none}.file-input-label:hover{border-color:#8731e8;background-color:#fafbfc}.file-input-label:hover:before{opacity:1}.file-input-label.drag-over{border-color:#8731e8;background-color:#fafbfc}.file-input-label.drag-over:before{opacity:1}.file-input-label.has-file{border-color:#28a745;background-color:#28a7450d}.file-input-label.error{border-color:#dc3545;background-color:#dc35450d}.file-input-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:12px}.file-input-icon{font-size:32px;color:#8731e8;transition:transform .3s ease}.file-input-label:hover .file-input-icon{transform:scale(1.1)}.file-input-text{display:flex;flex-direction:column;gap:6px}.file-input-title{font-size:15px;font-weight:600;color:#222}.file-input-subtitle{font-size:13px;color:#999}.file-input-label.has-file .file-input-icon,.file-input-label.has-file .file-input-title{color:#28a745}.file-name{font-size:12px;color:#666;margin-top:8px;padding:8px 12px;background-color:#e8f5e9;border-radius:6px;word-break:break-word;display:flex;align-items:center;gap:6px;justify-content:center}.file-name i{color:#28a745}.form-group.error select,.form-group.error .file-input-label{border-color:#dc3545}.error-message{font-size:12px;color:#dc3545;margin-top:8px;display:flex;align-items:center;gap:6px;display:none}.form-group.error .error-message{display:flex}@media(max-width:600px){.file-input-label{padding:24px 16px}.file-input-icon{font-size:28px}}.docs-info{background:linear-gradient(135deg,#8731e81a,#4528dc0d);border-left:4px solid #8731E8;border-radius:8px;padding:16px;margin-bottom:32px}.docs-info-header{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-weight:600;color:#8731e8;font-size:14px}.docs-info-header i{font-size:16px}.docs-info-description{font-size:15px;font-weight:600;color:#222;margin-bottom:6px}.docs-info-hint{font-size:13px;color:#666;line-height:1.4}.error-box{background:#dc35450d;border:1px solid rgba(220,53,69,.2);border-radius:8px;padding:12px 16px;margin-top:20px;display:flex;align-items:center;gap:8px;color:#dc3545;font-size:13px;font-weight:500}.error-box i{font-size:16px}@media(max-width:600px){.docs-info{padding:12px}.docs-info-description{font-size:14px}.docs-info-hint{font-size:12px}}*{margin:0;padding:0;box-sizing:border-box}html{width:100%;height:100%}body{font-family:Poppins,sans-serif;background:linear-gradient(135deg,#f8f5ff,#f0ebff,#ebe5ff,#e6ddff,#f3f0ff);width:100%;min-height:100vh;height:100%;position:relative;overflow-x:hidden;background-attachment:fixed}body:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.02' numOctaves='4' result='noise' seed='2'/%3E%3CfeDisplacementMap in='SourceGraphic' in2='noise' scale='30' xChannelSelector='R' yChannelSelector='G'/%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23noise)'%3E%3Cpath d='M0,100 Q250,50 500,100 T1000,100 L1000,0 L0,0 Z' fill='rgba(135,49,232,0.04)' opacity='0.5'/%3E%3Cpath d='M0,150 Q250,100 500,150 T1000,150 L1000,80 Q500,120 0,100 Z' fill='rgba(69,40,220,0.03)' opacity='0.4'/%3E%3Cpath d='M0,200 Q250,150 500,200 T1000,200 L1000,150 Q500,180 0,160 Z' fill='rgba(124,79,224,0.02)' opacity='0.3'/%3E%3C/g%3E%3C/svg%3E");background-attachment:fixed;background-size:cover;pointer-events:none;z-index:0}#root{width:100%;min-height:100vh;height:100%;position:relative;z-index:1;display:flex;flex-direction:column}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#8731e81a}::-webkit-scrollbar-thumb{background:#8731e8;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4528dc}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}.text-primary{color:#8731e8}.text-success{color:#28a745}.text-error{color:#dc3545}.text-muted{color:#999}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.mt-40{margin-top:40px}.mb-40{margin-bottom:40px}.gap-8{gap:8px}.gap-12{gap:12px}.gap-20{gap:20px}@media(max-width:600px){body:before{animation:none}}
