html.serginho-page,html.serginho-page body{height:100%;margin:0;overflow:hidden;padding:0}.serginho-container{background:linear-gradient(180deg,#f8fafc 0,#e2e8f0);bottom:0;display:flex;flex-direction:column;height:100vh;height:100dvh;left:0;max-width:100vw;overflow:hidden;position:fixed;right:0;top:0;width:100%}.serginho-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000d;flex-shrink:0;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{margin:0 auto;max-width:900px}.avatar-large{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 4px 12px #667eea4d;display:flex;flex-shrink:0;font-size:20px;height:40px;justify-content:center;width:40px}.header-info h1{color:#1e293b;font-size:18px;line-height:1.2}.header-info p{color:#64748b;font-size:12px;margin:0}.welcome-container-compact{background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0;padding:8px 16px;position:-webkit-sticky;position:sticky;top:60px;z-index:99}.welcome-card-compact{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000f;display:flex;gap:10px;margin:0 auto;max-width:900px;padding:10px 12px}.avatar-compact{border-radius:50%;box-shadow:0 2px 8px #667eea4d;flex-shrink:0;height:36px;object-fit:cover;width:36px}.welcome-info-compact h3{color:#1e293b;font-size:14px;font-weight:700;line-height:1.2;margin:0 0 2px}.welcome-info-compact p{color:#64748b;font-size:12px;line-height:1.3;margin:0}.messages-container{-webkit-overflow-scrolling:touch;box-sizing:border-box;flex:1 1;margin:0 auto;max-width:900px;overflow-x:hidden;overscroll-behavior:contain;padding:12px 16px;width:100%}.message{animation:fadeIn .3s ease-in;margin-bottom:12px}.message-user{justify-content:flex-end}.message-assistant{justify-content:flex-start}.message-avatar{border-radius:50%;box-shadow:0 2px 8px #667eea4d;font-size:14px;height:28px;margin-right:8px;width:28px}.message-bubble{font-size:14px;line-height:1.5;max-width:85%;min-width:0;overflow:hidden}.message-bubble .markdown-message{border-radius:0}.message-assistant .message-bubble .markdown-message.ai-message,.message-user .message-bubble .markdown-message.user-message{background:#0000;padding:10px 14px}.message-user .message-bubble{border-radius:16px 16px 4px 16px;box-shadow:0 4px 12px #667eea4d;color:#fff}.message-assistant .message-bubble{background:#fff;border:1px solid #e2e8f0;border-radius:16px 16px 16px 4px;box-shadow:0 2px 8px #00000014;color:#1e293b}.message-loading{padding:14px}.typing-indicator{align-items:center;gap:4px}.typing-indicator span{animation:bounce 1.4s ease-in-out infinite both;background:#94a3b8;height:8px;width:8px}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}.input-container{box-shadow:0 -2px 8px #00000014;min-height:56px;overflow:visible;padding:10px 12px max(12px,env(safe-area-inset-bottom))}.input-container,.input-wrapper{box-sizing:border-box;width:100%}.input-wrapper{gap:6px;max-width:100%}.icon-btn{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;font-size:12px;height:28px;min-width:28px;transition:all .2s;width:28px}.icon-btn:hover:not(:disabled){background:#e2e8f0}.icon-btn:disabled{opacity:.6}.icon-btn:active{transform:scale(.95)}.icon-btn.recording{animation:pulse-red 1s infinite;background:#fee2e2;border-color:#ef4444}.action-buttons{display:flex;gap:4px}.action-btn{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;cursor:pointer;display:flex;font-size:16px;height:36px;justify-content:center;transition:all .2s;width:36px}.action-btn:hover{background:#f1f5f9}.message-input{min-height:40px;resize:none;transition:all .2s}.message-input:focus{box-shadow:0 0 0 3px #667eea1a!important;opacity:1!important}.message-input::placeholder{-webkit-text-fill-color:#94a3b8;color:#94a3b8}.voice-btn{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;font-size:18px;height:40px;justify-content:center;transition:all .2s;width:40px}.voice-btn:hover{background:#f1f5f9}.voice-btn.recording{animation:pulse-red 1s infinite;background:#fee2e2;border-color:#ef4444}.send-btn{border-radius:50%;box-shadow:0 4px 12px #667eea4d;font-size:18px;height:40px;min-width:40px;transition:all .2s;width:40px}.send-btn:hover:not(:disabled){box-shadow:0 6px 16px #667eea66}.send-btn:disabled{opacity:.5;transform:none}.send-btn:active:not(:disabled){transform:scale(.95)}@keyframes pulse-red{0%{box-shadow:0 0 0 0 #ef444466}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 0 10px #ef444400}}@media (max-width:768px){.serginho-header{padding:10px 12px}.header-info h1{font-size:16px}.welcome-container-compact{padding:6px 12px}.messages-container{padding:10px 12px}.message-bubble{max-width:88%}}@media (max-width:480px){.serginho-container{height:100svh}.serginho-header{padding:8px 12px}.header-content{gap:8px}.avatar-large{font-size:16px;height:32px;width:32px}.header-info h1{font-size:15px}.header-info p{font-size:10px}.welcome-container-compact{padding:6px 8px}.welcome-card-compact{gap:8px;padding:8px 10px}.avatar-compact{height:32px;width:32px}.welcome-info-compact h3{font-size:13px}.welcome-info-compact p{font-size:11px}.messages-container{box-sizing:border-box;padding:10px 8px}.message,.messages-container{max-width:100%;width:100%}.message-bubble{word-wrap:break-word;font-size:14px;max-width:88%;overflow-wrap:break-word;padding:10px 12px;word-break:break-word}.message-assistant .message-bubble{max-width:calc(100% - 40px)}.message-user .message-bubble{max-width:85%}.action-buttons{display:none}.input-container{padding:8px}.input-wrapper{gap:4px}.voice-btn{font-size:16px}.send-btn,.voice-btn{height:36px;width:36px}.send-btn{font-size:14px;min-width:36px}.icon-btn{height:32px;min-width:32px;width:32px}.message-input{flex:1 1;font-size:14px;min-height:36px;min-width:0;padding:8px 10px}}.welcome-card,.welcome-container{display:none}.avatar-xl{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 6px 20px #667eea66;display:flex;flex-shrink:0;font-size:20px;height:40px;justify-content:center;width:40px}.welcome-header{display:none}.welcome-header h2{font-size:16px}.welcome-header p{font-size:12px}.welcome-text{font-size:13px}.markdown-message{word-wrap:break-word;line-height:1.6;max-width:100%;overflow-wrap:break-word;position:relative;word-break:break-word}.markdown-message.user-message{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px 16px 4px 16px;color:#fff;max-width:100%;padding:10px 14px}.markdown-message.ai-message{background:#f8f9fa;border-radius:4px 16px 16px 16px;color:#1a1a2e;max-width:100%;padding:14px 16px}.message-actions{border-bottom:1px solid #00000014;display:flex;justify-content:flex-end;margin-bottom:12px;padding-bottom:8px}.copy-button{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#666;cursor:pointer;display:flex;font-size:12px;gap:6px;padding:6px 12px;transition:all .2s ease}.copy-button:hover{background:#f0f0f0;border-color:#ccc;color:#333}.copy-button.copied{background:#d4edda;border-color:#28a745;color:#28a745}.md-h1{border-bottom:2px solid #667eea;color:#1a1a2e;font-size:1.5rem;font-weight:700;margin:24px 0 16px;padding-bottom:8px}.md-h2{align-items:center;color:#2d2d44;display:flex;font-size:1.3rem;gap:8px;margin:20px 0 12px}.md-h2,.md-h3{font-weight:600}.md-h3{color:#3d3d5c;font-size:1.1rem;margin:16px 0 10px}.md-h4{color:#4d4d6d;font-size:1rem;font-weight:600;margin:12px 0 8px}.md-p{color:#333;margin:10px 0}.md-ol,.md-ul{margin:12px 0;padding-left:24px}.md-li{color:#444;margin:8px 0}.md-ul>.md-li{list-style-type:disc}.md-ol>.md-li{list-style-type:decimal}.md-link{border-bottom:1px solid #0000;color:#667eea;text-decoration:none;transition:all .2s ease}.md-link:hover{border-bottom-color:#5a67d8;color:#5a67d8}.md-code-inline{background:#e9ecef;border-radius:4px;color:#e83e8c;font-family:Fira Code,Monaco,Consolas,monospace;font-size:.9em;padding:2px 6px}.code-block-wrapper{border-radius:12px;box-shadow:0 4px 12px #00000026;margin:16px 0;overflow:hidden}.code-block-header{align-items:center;background:#1e1e2e;border-bottom:1px solid #333;display:flex;justify-content:space-between;padding:8px 16px}.code-language{color:#888;font-size:12px;font-weight:500;text-transform:uppercase}.code-copy-btn{background:#333;border:none;border-radius:4px;color:#aaa;cursor:pointer;font-size:11px;padding:4px 10px;transition:all .2s ease}.code-copy-btn:hover{background:#444;color:#fff}.md-pre{background:#1e1e2e;border-radius:8px;margin:12px 0;overflow-x:auto;padding:16px}.md-code-block{color:#e0e0e0;font-family:Fira Code,Monaco,Consolas,monospace;font-size:14px;line-height:1.5}.md-blockquote{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:4px solid #667eea;border-radius:0 8px 8px 0;color:#555;font-style:italic;margin:16px 0;padding:12px 20px}.table-wrapper{border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:16px 0;overflow-x:auto}.md-table{background:#fff;border-collapse:collapse;width:100%}.md-thead{background:linear-gradient(135deg,#667eea,#764ba2)}.md-th{color:#fff;font-weight:600;text-align:left}.md-td,.md-th{font-size:14px;padding:12px 16px}.md-td{border-bottom:1px solid #eee;color:#444}.md-tr:hover .md-td{background:#f8f9fa}.md-hr{background:linear-gradient(90deg,#0000,#667eea,#0000);border:none;height:2px;margin:24px 0}.md-strong{color:#1a1a2e;font-weight:700}.md-em{color:#555;font-style:italic}@media (max-width:768px){.markdown-message{word-wrap:break-word;max-width:100%;overflow-wrap:break-word;word-break:break-word}.markdown-message.ai-message{padding:12px 14px}.md-h1{font-size:1.3rem}.md-h2{font-size:1.15rem}.md-h3{font-size:1rem}.code-block-wrapper,.table-wrapper{border-radius:0;margin:12px -14px}.message-actions{margin-bottom:8px;padding-bottom:6px}.copy-button{font-size:11px;padding:4px 10px}}@media (max-width:480px){.markdown-message{max-width:100%;min-width:0}.markdown-message.ai-message{padding:10px 12px}.markdown-message.user-message{padding:8px 12px}.md-p{font-size:14px;margin:8px 0}.md-ol,.md-ul{margin:8px 0;padding-left:20px}.md-li{font-size:14px;margin:6px 0}.copy-button{font-size:10px;padding:4px 8px}.code-block-wrapper,.table-wrapper{margin:10px -12px}}.success-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:32px 16px;position:relative}.confetti-container{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:1000}.confetti{animation:confetti-fall 3s linear infinite;height:10px;position:absolute;top:-10px;width:10px}@keyframes confetti-fall{to{transform:translateY(100vh) rotate(1turn)}}.success-container{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;max-width:900px;padding:48px;position:relative;width:100%;z-index:1}.success-icon{height:120px;margin:0 auto 32px;width:120px}.checkmark{animation:checkmark-pop .6s ease-out;height:100%;width:100%}@keyframes checkmark-pop{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.checkmark circle{stroke-dasharray:283;stroke-dashoffset:283;animation:checkmark-circle .6s ease-out forwards}.checkmark path{stroke-dasharray:60;stroke-dashoffset:60;animation:checkmark-check .4s ease-out .3s forwards}@keyframes checkmark-circle{to{stroke-dashoffset:0}}@keyframes checkmark-check{to{stroke-dashoffset:0}}.success-title{-webkit-text-fill-color:#0000;animation:fade-in-up .6s ease-out .2s both;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:36px;font-weight:800;margin-bottom:16px;text-align:center}.success-subtitle{animation:fade-in-up .6s ease-out .4s both;color:#64748b;font-size:18px;line-height:1.6;margin-bottom:48px;text-align:center}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.benefits-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:48px}.benefit-card{animation:fade-in-up .6s ease-out both;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:16px;padding:24px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.benefit-card:first-child{animation-delay:.5s}.benefit-card:nth-child(2){animation-delay:.6s}.benefit-card:nth-child(3){animation-delay:.7s}.benefit-card:nth-child(4){animation-delay:.8s}.benefit-card:nth-child(5){animation-delay:.9s}.benefit-card:nth-child(6){animation-delay:1s}.benefit-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}.benefit-icon{font-size:48px;margin-bottom:12px}.benefit-card h3{color:#1e293b;font-size:18px;font-weight:700;margin-bottom:8px}.benefit-card p{color:#64748b;font-size:14px;line-height:1.5}.next-steps{animation:fade-in-up .6s ease-out 1.1s both;margin-bottom:48px}.next-steps h2{color:#1e293b;font-size:24px;font-weight:800;margin-bottom:24px;text-align:center}.cta-buttons{display:flex;flex-direction:column;gap:16px}.cta-primary,.cta-secondary{align-items:center;border:2px solid #0000;border-radius:16px;display:flex;gap:16px;padding:20px 24px;text-decoration:none;transition:all .3s ease}.cta-primary{background:linear-gradient(135deg,#22d3ee,#06b6d4);box-shadow:0 4px 16px #22d3ee4d;color:#000}.cta-primary:hover{box-shadow:0 8px 24px #22d3ee66;transform:translateY(-2px)}.cta-secondary{background:#fff;border-color:#e2e8f0;color:#1e293b}.cta-secondary:hover{background:#f8fafc;border-color:#6366f1;transform:translateY(-2px)}.cta-icon{flex-shrink:0;font-size:32px}.cta-content{align-items:flex-start;display:flex;flex-direction:column;text-align:left}.cta-content strong{font-size:18px;font-weight:700;margin-bottom:4px}.cta-content small{font-size:14px;opacity:.8}.additional-info{grid-gap:20px;animation:fade-in-up .6s ease-out 1.2s both;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:32px}.info-card{background:#f8fafc;border-left:4px solid #6366f1;border-radius:12px;padding:20px}.info-card h4{color:#1e293b;font-size:16px;font-weight:700;margin-bottom:8px}.info-card p{color:#64748b;font-size:14px;line-height:1.6}.info-card a{color:#6366f1;font-weight:600;text-decoration:none}.info-card a:hover{text-decoration:underline}.session-id{animation:fade-in-up .6s ease-out 1.3s both;color:#94a3b8;font-size:12px;margin-bottom:16px;text-align:center}.session-id code{background:#f1f5f9;border-radius:4px;font-family:Courier New,monospace;padding:4px 8px}.back-home{animation:fade-in-up .6s ease-out 1.4s both;color:#64748b;display:block;font-size:14px;text-align:center;text-decoration:none;transition:color .3s ease}.back-home:hover{color:#6366f1}@media (max-width:768px){.success-container{padding:32px 24px}.success-title{font-size:28px}.success-subtitle{font-size:16px}.additional-info,.benefits-grid{grid-template-columns:1fr}.cta-icon{font-size:24px}.cta-content strong{font-size:16px}.cta-content small{font-size:13px}}@media (max-width:480px){.success-container{padding:24px 16px}.success-title{font-size:24px}.success-icon{height:80px;width:80px}.benefit-icon{font-size:36px}}.subscription-page{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;padding:32px 16px}.subscription-container{margin:0 auto;max-width:1200px}.subscription-header{margin-bottom:48px;text-align:center}.subscription-header h1{color:#1e293b;font-size:36px;font-weight:800;margin-bottom:8px}.loading,.subscription-header p{color:#64748b;font-size:18px}.loading{padding:48px;text-align:center}.subscription-section{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000d;margin-bottom:24px;padding:32px}.subscription-section h2{align-items:center;color:#1e293b;display:flex;font-size:24px;font-weight:700;gap:8px;margin-bottom:24px}.info-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.info-item{display:flex;flex-direction:column;gap:8px}.info-item label{color:#64748b;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.info-value{color:#1e293b;font-size:18px;font-weight:600}.badge{border-radius:999px;display:inline-block;font-size:14px;font-weight:600;padding:4px 12px}.badge-premium{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#000}.badge-active{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.badge-paid{background:#10b981;color:#fff}.subscription-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:16px;padding:24px}.subscription-card-header{align-items:flex-start;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:24px}.subscription-card-header h3{color:#1e293b;font-size:24px;font-weight:800;margin-bottom:4px}.subscription-card-header p{color:#64748b;font-size:14px}.subscription-price{text-align:right}.subscription-price .price{color:#1e293b;font-size:32px;font-weight:800}.subscription-price .period{color:#64748b;font-size:16px}.subscription-details{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.detail-item{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:12px 0}.detail-item:last-child{border-bottom:none}.detail-label{color:#64748b;font-size:14px}.detail-value{color:#1e293b;font-size:16px;font-weight:600}.subscription-actions{display:flex;flex-wrap:wrap;gap:12px}.btn{border:none;border-radius:12px;cursor:pointer;display:inline-block;font-size:16px;font-weight:700;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 4px 12px #6366f14d;color:#fff}.btn-primary:hover{box-shadow:0 6px 16px #6366f166;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #e2e8f0;color:#1e293b}.btn-secondary:hover{background:#f8fafc;border-color:#6366f1}.btn-danger{background:#fff;border:2px solid #ef4444;color:#ef4444}.btn-danger:hover{background:#ef4444;color:#fff}.features-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature-item{align-items:flex-start;background:#f8fafc;border-radius:12px;display:flex;gap:16px;padding:20px;transition:all .3s ease}.feature-item:hover{background:#f1f5f9;transform:translateY(-2px)}.feature-icon{flex-shrink:0;font-size:32px}.feature-item strong{color:#1e293b;display:block;font-size:16px;font-weight:700;margin-bottom:4px}.feature-item p{color:#64748b;font-size:14px}.usage-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.usage-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:12px;padding:24px;text-align:center;transition:all .3s ease}.usage-card:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-4px)}.usage-icon{font-size:48px;margin-bottom:12px}.usage-number{color:#1e293b;font-size:36px;font-weight:800;margin-bottom:4px}.usage-label{color:#64748b;font-size:14px}.invoices-table{background:#e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:1px;overflow:hidden}.invoice-row{grid-gap:16px;align-items:center;background:#fff;display:grid;gap:16px;grid-template-columns:1fr 2fr 1fr 1fr 1fr;padding:16px}.invoice-header{background:#f8fafc;color:#1e293b;font-size:14px;font-weight:700}.invoice-row .link{color:#6366f1;font-weight:600;text-decoration:none}.invoice-row .link:hover{text-decoration:underline}.quick-actions{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.action-card{align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;color:inherit;display:flex;gap:16px;padding:20px;text-decoration:none;transition:all .3s ease}.action-card:hover{background:#fff;border-color:#6366f1;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.action-icon{flex-shrink:0;font-size:32px}.action-card strong{color:#1e293b;display:block;font-size:16px;font-weight:700;margin-bottom:4px}.action-card p{color:#64748b;font-size:14px}.support-card{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;padding:24px;text-align:center}.support-card p{color:#64748b;font-size:16px;margin-bottom:20px}.support-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}@media (max-width:768px){.subscription-header h1{font-size:28px}.subscription-section{padding:24px 16px}.subscription-card-header{flex-direction:column;gap:16px}.subscription-price{text-align:left}.features-grid,.info-grid{grid-template-columns:1fr}.usage-grid{grid-template-columns:repeat(2,1fr)}.invoices-table{overflow-x:auto}.invoice-row{min-width:600px}.quick-actions{grid-template-columns:1fr}.subscription-actions{flex-direction:column}.btn{width:100%}}@media (max-width:480px){.usage-grid{grid-template-columns:1fr}.subscription-price .price{font-size:24px}}.onboarding-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}.onboarding-container{animation:slideUp .4s ease-out;background:#fff;border-radius:24px;box-shadow:0 20px 60px #0000004d;max-width:600px;padding:48px 40px;position:relative;width:100%}.onboarding-progress{display:flex;gap:8px;justify-content:center;margin-bottom:32px}.progress-dot{background:#e2e8f0;border-radius:50%;height:12px;transition:all .3s ease;width:12px}.progress-dot.active{background:linear-gradient(135deg,#667eea,#764ba2);transform:scale(1.2)}.progress-dot.completed{background:#10b981}.onboarding-content{margin-bottom:32px;text-align:center}.onboarding-icon{animation:bounce .6s ease-out;font-size:80px;margin-bottom:24px}.onboarding-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#1e293b;font-size:32px;font-weight:800;margin-bottom:16px}.onboarding-description{color:#64748b;font-size:18px;line-height:1.6;margin-bottom:24px}.onboarding-features{list-style:none;margin:0 auto;max-width:400px;padding:0;text-align:left}.onboarding-features li{align-items:center;border-bottom:1px solid #f1f5f9;color:#475569;display:flex;font-size:16px;gap:12px;padding:12px 0}.onboarding-features li:last-child{border-bottom:none}.feature-check{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;color:#fff;flex-shrink:0;font-size:14px;font-weight:700;height:24px;width:24px}.feature-check,.onboarding-actions{display:flex;justify-content:center}.onboarding-actions{flex-wrap:wrap;gap:12px}.btn-next,.btn-skip{border:none;border-radius:12px;cursor:pointer;font-size:16px;font-weight:700;padding:14px 32px;transition:all .3s ease}.btn-skip{background:#f8fafc;border:2px solid #e2e8f0;color:#64748b}.btn-skip:hover{background:#f1f5f9;border-color:#cbd5e1}.btn-next{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea66;color:#fff;min-width:180px}.btn-next:hover{box-shadow:0 6px 16px #667eea80;transform:translateY(-2px)}.btn-next:active{transform:translateY(0)}.step-counter{color:#94a3b8;font-size:14px;font-weight:600;margin-top:24px;text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:768px){.onboarding-container{padding:32px 24px}.onboarding-icon{font-size:64px}.onboarding-title{font-size:24px}.onboarding-description{font-size:16px}.onboarding-features li{font-size:14px}.btn-next,.btn-skip{font-size:14px;padding:12px 24px}.btn-next{min-width:140px}}@media (max-width:480px){.onboarding-overlay{padding:16px}.onboarding-container{padding:24px 20px}.onboarding-icon{font-size:56px}.onboarding-title{font-size:22px}.onboarding-actions{flex-direction:column}.btn-next,.btn-skip{width:100%}}.signup-banner{animation:slideUp .4s ease-out;bottom:20px;position:fixed;right:20px;z-index:9999}@keyframes slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.signup-banner-content{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 8px 24px #0003;color:#fff;max-width:360px;padding:24px;position:relative}.signup-banner-close{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:28px;justify-content:center;position:absolute;right:12px;top:12px;transition:background .2s;width:28px}.signup-banner-close:hover{background:#ffffff4d}.signup-banner-icon{font-size:32px;margin-bottom:12px;text-align:center}.signup-banner-title{font-size:20px;font-weight:800;margin:0 0 8px;text-align:center}.signup-banner-text{font-size:14px;line-height:1.5;margin:0 0 16px;opacity:.95;text-align:center}.signup-banner-form{display:flex;gap:8px;margin-bottom:12px}.signup-banner-input{background:#fffffff2;border:none;border-radius:8px;color:#1f2937;flex:1 1;font-size:14px;outline:none;padding:10px 14px}.signup-banner-input:focus{background:#fff;box-shadow:0 0 0 3px #ffffff4d}.signup-banner-input::placeholder{color:#9ca3af}.signup-banner-button{background:#fff;border:none;border-radius:8px;color:#667eea;cursor:pointer;font-size:14px;font-weight:700;padding:10px 20px;transition:transform .2s,box-shadow .2s;white-space:nowrap}.signup-banner-button:hover:not(:disabled){box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.signup-banner-button:disabled{cursor:not-allowed;opacity:.6}.signup-banner-message{border-radius:6px;font-size:13px;margin:8px 0;padding:8px;text-align:center}.signup-banner-message.success{background:#10b98133;border:1px solid #10b98166}.signup-banner-message.error{background:#ef444433;border:1px solid #ef444466}.signup-banner-skip{background:#0000;border:none;color:#fffc;cursor:pointer;display:block;font-size:13px;padding:8px;text-align:center;transition:color .2s;width:100%}.signup-banner-skip:hover{color:#fff;text-decoration:underline}@media (max-width:640px){.signup-banner{bottom:10px;left:10px;right:10px}.signup-banner-content{max-width:none;padding:20px}.signup-banner-form{flex-direction:column}.signup-banner-button{width:100%}}.footer{background:#0f172a;border-top:1px solid #1e293b;color:#fff;margin-top:60px;padding:40px 20px 20px}.footer-content{grid-gap:30px;background:#1e3a8a;border-radius:8px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto 30px;max-width:1200px;padding:30px}.footer-section h3{color:#fff;font-size:14px;font-weight:700;letter-spacing:.5px;margin-bottom:15px;margin-top:0;text-transform:uppercase}.footer-section p{color:#fff;font-size:14px;line-height:1.6;margin:0}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section li{color:#fff;font-size:14px;margin-bottom:10px}.footer-section a{color:#fff;text-decoration:none;transition:color .2s ease}.footer-section a:hover{color:#8b5cf6}.footer-bottom{border-top:1px solid #333;color:#000;font-size:13px;margin:0 auto;max-width:1200px;padding-top:20px;text-align:center}.footer-bottom p{margin:0}.footer-bottom a{color:#8b5cf6;font-weight:600}.footer-cnpj{color:#000;font-family:Courier New,monospace;font-size:12px;margin-top:8px}@media (max-width:768px){.footer{padding:30px 15px 15px}.footer-content{gap:20px}}.consent-banner{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}.consent-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;max-width:500px;padding:30px}.consent-content h2{color:#0f172a;font-size:20px;margin:0 0 15px}.consent-content p{color:#666;font-size:14px;line-height:1.6;margin:0 0 15px}.consent-content a{color:#6366f1;font-weight:600;text-decoration:none}.consent-content a:hover{text-decoration:underline}.consent-buttons{display:flex;gap:10px;margin-top:20px}.consent-btn{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:10px 15px;transition:all .2s ease}.consent-btn.accept{background:#6366f1;color:#fff}.consent-btn.accept:hover{background:#4f46e5}.consent-btn.reject{background:#e5e7eb;color:#666}.consent-btn.reject:hover{background:#d1d5db}@media (max-width:600px){.consent-content{padding:20px}.consent-content h2{font-size:18px}.consent-buttons{flex-direction:column}}body:has(.hybrid-container),html:has(.hybrid-container){height:100vh!important;height:100dvh!important;margin:0!important;overflow:hidden!important;padding:0!important}.hybrid-container{background:linear-gradient(180deg,#0a0a0f,#12121a)!important;bottom:0!important;color:#fff;display:flex!important;flex-direction:column!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh!important;height:100dvh!important;left:0!important;max-height:100vh!important;max-height:100dvh!important;min-height:100vh!important;min-height:100dvh!important;overflow:hidden!important;position:fixed!important;right:0!important;top:0!important;width:100vw!important;z-index:9999!important}.hybrid-header{background:#14141ef2;border-bottom:1px solid #ffffff1a;flex-shrink:0;padding:12px 16px;z-index:100}.header-content{justify-content:space-between}.header-content,.header-logo{align-items:center;display:flex;gap:12px}.logo-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;display:flex;flex-shrink:0;font-size:20px;height:40px;justify-content:center;width:40px}.header-info h1{color:#fff;font-size:16px;font-weight:700;margin:0}.header-subtitle{color:#ffffff80;font-size:11px;margin:2px 0 0}.header-badge{align-items:center;background:#667eea33;border-radius:16px;color:#a8b4ff;display:flex;flex-shrink:0;font-size:12px;gap:6px;padding:6px 12px}.badge-dot{background:#4ade80;border-radius:50%;height:6px;width:6px}.agent-status-bar{align-items:center;background:#667eea1a;border-bottom:1px solid #667eea33;display:flex;flex-shrink:0;flex-wrap:wrap;gap:12px;padding:10px 16px}.status-indicator{align-items:center;display:flex;gap:8px}.status-pulse{animation:statusPulse 1.5s infinite;background:#667eea;border-radius:50%;height:10px;width:10px}@keyframes statusPulse{0%,to{box-shadow:0 0 0 0 #667eeab3;transform:scale(1)}50%{box-shadow:0 0 0 8px #667eea00;transform:scale(1.1)}}.status-text{color:#a8b4ff;font-size:13px;font-weight:600}.progress-info{align-items:center;display:flex;flex:1 1;gap:10px;min-width:150px}.progress-bar{background:#ffffff1a;border-radius:2px;flex:1 1;height:4px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;height:100%;transition:width .5s ease}.progress-text{color:#ffffff80;font-size:11px;white-space:nowrap}.current-action{background:#ffffff0d;border-radius:4px;color:#fff9;font-size:12px;max-width:100%;overflow:hidden;padding:4px 10px;text-overflow:ellipsis;white-space:nowrap}.execution-plan{background:#14141ecc;border:1px solid #667eea33;border-radius:10px;flex-shrink:0;margin:12px 16px;overflow:hidden}.plan-header{align-items:center;background:#667eea1a;border-bottom:1px solid #667eea26;display:flex;gap:10px;padding:12px}.plan-icon{font-size:16px}.plan-title{flex:1 1;font-size:13px;font-weight:600}.plan-complexity{background:#667eea4d;border-radius:10px;font-size:10px;padding:3px 8px;text-transform:capitalize}.plan-steps{max-height:150px;overflow-y:auto;padding:10px}.plan-step{align-items:flex-start;border-radius:6px;display:flex;gap:10px;margin-bottom:6px;padding:8px}.plan-step:last-child{margin-bottom:0}.plan-step.active{background:#667eea26}.plan-step.completed{opacity:.5}.plan-step.completed .step-number{background:#4ade80;color:#000}.step-number{align-items:center;background:#667eea4d;border-radius:50%;display:flex;flex-shrink:0;font-size:11px;font-weight:700;height:24px;justify-content:center;width:24px}.step-content{flex:1 1;min-width:0}.step-action{word-wrap:break-word;display:block;font-size:12px;line-height:1.3}.step-tool{background:#667eea33;border-radius:3px;color:#a8b4ff;display:inline-block;font-size:10px;margin-top:4px;padding:2px 6px}.messages-container{background:linear-gradient(180deg,#0a0a0f,#12121a);display:flex;flex:1 1 auto;flex-direction:column;gap:16px;min-height:0;overflow-y:auto;padding:16px}.message{animation:messageIn .3s ease;display:flex;gap:10px;max-width:100%}@keyframes messageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-user{align-self:flex-end;flex-direction:row-reverse;max-width:85%}.message-assistant{align-self:flex-start;max-width:90%}.message-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;flex-shrink:0;font-size:16px;height:32px;justify-content:center;width:32px}.message-bubble{word-wrap:break-word;background:#1e1e2de6;border:1px solid #ffffff14;border-radius:12px;max-width:100%;overflow-wrap:break-word;padding:12px 16px;word-break:break-word}.message-user .message-bubble{background:linear-gradient(135deg,#667eea,#764ba2);border:none}.message-image{border-radius:8px;margin-bottom:10px;max-height:250px;max-width:100%}.typing-indicator{display:flex;gap:5px;padding:6px 0}.typing-indicator span{animation:typing 1.4s infinite;background:#667eea;border-radius:50%;height:6px;width:6px}.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(-6px)}}.input-container{background:#fff!important;border-top:1px solid #e2e8f0;flex-shrink:0;padding:12px 16px max(12px,env(safe-area-inset-bottom));z-index:100}.input-wrapper{align-items:center;background:#f8fafc!important;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:8px;padding:6px 10px}.input-wrapper:focus-within{border-color:#667eea}.message-input{border:1px solid #e2e8f0!important;border-radius:20px;caret-color:#000!important;flex:1 1;font-size:16px;min-width:0;opacity:1!important;outline:none;padding:10px 14px}.message-input,.message-input:focus{-webkit-text-fill-color:#000!important;background:#fff!important;background-color:#fff!important;color:#000!important}.message-input:focus{border-color:#667eea!important}.message-input::placeholder{-webkit-text-fill-color:#94a3b8!important;color:#94a3b8!important}.icon-btn{align-items:center;background:#667eea33;border:none;border-radius:10px;cursor:pointer;display:flex;flex-shrink:0;font-size:18px;height:38px;justify-content:center;transition:all .2s ease;width:38px}.icon-btn:hover:not(:disabled){background:#667eea59}.icon-btn:disabled{cursor:not-allowed;opacity:.4}.icon-btn.recording{animation:recordPulse 1s infinite;background:#ef4444}@keyframes recordPulse{0%,to{box-shadow:0 0 0 0 #ef4444b3}50%{box-shadow:0 0 0 8px #ef444400}}.send-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:16px;height:42px;justify-content:center;transition:all .2s ease;width:42px}.send-btn:hover:not(:disabled){transform:scale(1.05)}.send-btn:disabled{cursor:not-allowed;opacity:.4}.messages-container::-webkit-scrollbar,.plan-steps::-webkit-scrollbar{width:4px}.messages-container::-webkit-scrollbar-track,.plan-steps::-webkit-scrollbar-track{background:#0000}.messages-container::-webkit-scrollbar-thumb,.plan-steps::-webkit-scrollbar-thumb{background:#667eea4d;border-radius:2px}.message.status .message-bubble{background:#667eea26;border:1px solid #667eea40}.message.error .message-bubble{background:#ef44441a;border:1px solid #ef444440}@media (max-width:480px){.header-content{flex-wrap:wrap}.header-badge{font-size:11px;padding:4px 10px}.agent-status-bar{gap:8px;padding:8px 12px}.execution-plan{margin:8px 12px}.messages-container{gap:12px;padding:12px}.message-bubble{padding:10px 14px}.input-container{padding:10px 12px}.icon-btn{font-size:16px;height:36px;width:36px}.send-btn{height:40px;width:40px}}:root{--brand:#06b6d4;--brand-dark:#0e7490;--text:#333;--bg:#f9f9f9;--safe-bottom:env(safe-area-inset-bottom,0px)}*{box-sizing:border-box;font-family:Arial,Helvetica,sans-serif;margin:0;padding:0}body{background-color:#f9f9f9;background-color:var(--bg);color:#333;color:var(--text);line-height:1.6;padding-bottom:calc(24px + env(safe-area-inset-bottom, 0px));padding-bottom:calc(24px + var(--safe-bottom));scroll-padding-bottom:calc(120px + env(safe-area-inset-bottom, 0px));scroll-padding-bottom:calc(120px + var(--safe-bottom))}.topbar{background:#06b6d4;background:var(--brand);padding:1rem;text-align:center}.nav a{color:#036;font-weight:700;margin:0 15px;text-decoration:none}.nav a:hover{color:#0e7490;color:var(--brand-dark)}.nav a[aria-current=page]{border-bottom:2px solid #06b6d4;border-bottom:2px solid var(--brand);color:#06b6d4;color:var(--brand)}.nav a:focus-visible{outline:2px dashed #06b6d4;outline:2px dashed var(--brand);outline-offset:2px}.container{padding:2rem;text-align:center}.page h1,.page h2{color:#222;margin-bottom:1rem}.footer{background:#eee;font-size:.9rem;margin-top:3rem;padding:1rem;text-align:center}.brand-full{display:inline}.brand-short{display:none}@media (max-width:640px){.brand-full{display:none}.brand-short{display:inline}}
/*# sourceMappingURL=main.0c8a1e22.css.map*/