.WhatsAppButton-module__5PGxSW__button{color:#fff;z-index:1000;opacity:0;pointer-events:none;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .3s;display:flex;position:fixed;bottom:24px;right:24px;transform:scale(.8);box-shadow:0 4px 12px #25d36666}.WhatsAppButton-module__5PGxSW__button.WhatsAppButton-module__5PGxSW__visible{opacity:1;pointer-events:auto;transform:scale(1)}.WhatsAppButton-module__5PGxSW__button:hover{background:#20ba5a;transform:scale(1.1);box-shadow:0 6px 20px #25d36680}.WhatsAppButton-module__5PGxSW__button.WhatsAppButton-module__5PGxSW__visible:hover{transform:scale(1.1)}@media (max-width:768px){.WhatsAppButton-module__5PGxSW__button{width:52px;height:52px;bottom:20px;right:20px}}
.TypingAnimation-module__mD-62W__container{letter-spacing:-.02em;line-height:1.5}.TypingAnimation-module__mD-62W__cursor{display:inline-block}.TypingAnimation-module__mD-62W__cursorBlink{animation:1s step-end infinite TypingAnimation-module__mD-62W__blinkCursor}@keyframes TypingAnimation-module__mD-62W__blinkCursor{0%,50%{opacity:1}51%,to{opacity:0}}
.CommandInput-module__PenkRG__container{z-index:1;isolation:isolate;background:#09163ed9 padding-box padding-box;border-radius:24px;width:100%;max-width:800px;min-height:200px;padding:20px;position:relative;box-shadow:inset 0 0 0 1px #ff64324d,inset 0 0 0 1px #4167b34d,0 8px 32px #0006}.CommandInput-module__PenkRG__container:before{content:"";pointer-events:none;z-index:0;border-top:1px solid #ff643266;border-right:1px solid #ff643266;border-radius:0 24px 24px 0;position:absolute;inset:0 0 0 50%}.CommandInput-module__PenkRG__container:after{content:"";pointer-events:none;z-index:0;border-bottom:1px solid #4167b366;border-left:1px solid #4167b366;border-radius:0 0 24px 24px;position:absolute;inset:50% 0 0}.CommandInput-module__PenkRG__header{z-index:1;justify-content:space-between;align-items:center;margin-bottom:16px;display:flex;position:relative}.CommandInput-module__PenkRG__modelSelectorWrapper{z-index:10;position:relative}.CommandInput-module__PenkRG__modelSelector{color:var(--white);cursor:pointer;background:#1e346699;border:1px solid #4167b3e6;border-radius:12px;align-items:center;gap:8px;padding:8px 12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.CommandInput-module__PenkRG__modelSelector:hover{background:#1e3466cc;border-color:#4167b366}.CommandInput-module__PenkRG__aiIcon{width:16px;height:16px;color:var(--white)}.CommandInput-module__PenkRG__chevron{width:12px;height:12px;color:var(--gray-400);transition:transform .2s}.CommandInput-module__PenkRG__chevronOpen{transform:rotate(180deg)}.CommandInput-module__PenkRG__dropdown{background:#09163e;border:1px solid #4167b380;border-radius:12px;min-width:230px;padding:4px;animation:.2s CommandInput-module__PenkRG__dropdownFadeIn;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 8px 32px #0009,inset 0 0 0 1px #0003}@keyframes CommandInput-module__PenkRG__dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.CommandInput-module__PenkRG__dropdownItem{width:100%;color:var(--white);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.CommandInput-module__PenkRG__dropdownItem:hover{background:#1e346699}.CommandInput-module__PenkRG__dropdownItemActive{background:#4167b34d}.CommandInput-module__PenkRG__dropdownItemPremium{position:relative}.CommandInput-module__PenkRG__dropdownItemPremium:after{content:"PRO";color:var(--white);background:linear-gradient(135deg,#ff6432cc,#ff9664cc);border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.CommandInput-module__PenkRG__checkmark{color:#4167b3;margin-left:auto;font-weight:700}.CommandInput-module__PenkRG__globeButton{width:36px;height:36px;color:var(--white);cursor:pointer;background:#1e346699;border:1px solid #4167b333;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.CommandInput-module__PenkRG__globeButton:hover{background:#1e3466cc;border-color:#4167b366}.CommandInput-module__PenkRG__globeButton svg{width:16px;height:16px;animation:8s linear infinite CommandInput-module__PenkRG__globeRotate}@keyframes CommandInput-module__PenkRG__globeRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CommandInput-module__PenkRG__globeButton{animation:3s ease-in-out infinite CommandInput-module__PenkRG__globePulse}@keyframes CommandInput-module__PenkRG__globePulse{0%,to{box-shadow:0 0 #4167b366}50%{box-shadow:0 0 8px 2px #4167b399}}.CommandInput-module__PenkRG__inputWrapper{margin-bottom:16px;position:relative}.CommandInput-module__PenkRG__typingPlaceholder{pointer-events:none;position:absolute;top:12px;left:0}.CommandInput-module__PenkRG__typingText{color:var(--gray-400);font-size:16px;font-weight:400;line-height:1.5}.CommandInput-module__PenkRG__input{width:100%;color:var(--white);caret-color:var(--white);background:0 0;border:none;outline:none;padding:12px 0;font-size:16px;font-weight:400;position:relative}.CommandInput-module__PenkRG__input::placeholder{color:var(--gray-400)}.CommandInput-module__PenkRG__actions{flex-wrap:wrap;gap:8px;display:flex;position:relative}.CommandInput-module__PenkRG__actionButton{color:var(--white);cursor:pointer;white-space:nowrap;background:#1e346666;border:1px solid #4167b3e6;border-radius:10px;flex-shrink:0;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}.CommandInput-module__PenkRG__actionButton:hover{background:#1e346699;border-color:#4167b366}.CommandInput-module__PenkRG__sendButton{color:var(--white);cursor:pointer;background:#1e346699;border:1px solid #ff6432ba;border-radius:12px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex;position:absolute;bottom:20px;right:20px;box-shadow:0 0 12px #ff643233}.CommandInput-module__PenkRG__sendButton:hover:not(:disabled){background:#1e3466cc;border-color:#ff643280;box-shadow:0 0 16px #ff64324d}.CommandInput-module__PenkRG__sendButton:disabled{opacity:.5;cursor:not-allowed}.CommandInput-module__PenkRG__starIcon{width:16px;height:16px;color:var(--white);filter:drop-shadow(0 0 4px #4167b3cc);animation:2s ease-in-out infinite CommandInput-module__PenkRG__starGlow}@keyframes CommandInput-module__PenkRG__starGlow{0%,to{filter:drop-shadow(0 0 4px #4167b3cc)drop-shadow(0 0 2px #ff643299)}50%{filter:drop-shadow(0 0 8px #4167b3)drop-shadow(0 0 4px #ff6432cc)}}.CommandInput-module__PenkRG__form{width:100%}.CommandInput-module__PenkRG__chatContainer{flex-direction:column;width:100%;height:100%;min-height:0;display:flex}.CommandInput-module__PenkRG__chatHeader{border-bottom:1px solid #4167b333;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;display:flex}.CommandInput-module__PenkRG__closeButton{width:36px;height:36px;color:var(--white);cursor:pointer;background:#1e346699;border:1px solid #4167b34d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.CommandInput-module__PenkRG__closeButton:hover{background:#1e3466cc;border-color:#4167b380}.CommandInput-module__PenkRG__closeButton svg{width:16px;height:16px}.CommandInput-module__PenkRG__closeButton:disabled{cursor:not-allowed;opacity:.6}.CommandInput-module__PenkRG__closeButton:disabled:hover{background:#1e346699;border-color:#4167b34d}.CommandInput-module__PenkRG__closeButtonLoading{pointer-events:none}.CommandInput-module__PenkRG__closeButtonSpinner{border:2px solid #4167b34d;border-top-color:#4167b3cc;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite CommandInput-module__PenkRG__closeButtonSpin}@keyframes CommandInput-module__PenkRG__closeButtonSpin{to{transform:rotate(360deg)}}.CommandInput-module__PenkRG__chatMessages{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:1;gap:16px;min-height:0;max-height:400px;margin-bottom:20px;display:flex;overflow:hidden auto}.CommandInput-module__PenkRG__chatMessages::-webkit-scrollbar{display:none}.CommandInput-module__PenkRG__messageUser,.CommandInput-module__PenkRG__messageAI{align-items:flex-start;gap:12px;display:flex}.CommandInput-module__PenkRG__messageUser{justify-content:flex-end}.CommandInput-module__PenkRG__messageAI{justify-content:flex-start}.CommandInput-module__PenkRG__messageContent{word-wrap:break-word;border-radius:16px;max-width:75%;padding:12px 16px;font-size:14px;line-height:1.5}.CommandInput-module__PenkRG__messageUser .CommandInput-module__PenkRG__messageContent{color:var(--white);text-align:right;background:#4167b34d;border:1px solid #4167b366;border-bottom-right-radius:4px}.CommandInput-module__PenkRG__messageBody{flex-direction:column;gap:10px;max-width:75%;display:flex}.CommandInput-module__PenkRG__messageAI .CommandInput-module__PenkRG__messageContent{color:var(--white);text-align:left;background:#1e346666;border:1px solid #4167b333;border-bottom-left-radius:4px;max-width:100%}.CommandInput-module__PenkRG__messageCtaLink{color:var(--white);background:#1e346699;border:1px solid #4167b3e6;border-radius:100vw;justify-content:center;align-self:center;align-items:center;width:100%;padding:10px 20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s,transform .1s;display:inline-flex}.CommandInput-module__PenkRG__messageCtaLink:hover{color:var(--white);background:#4167b3;transform:translateY(-1px)}.CommandInput-module__PenkRG__messageCtaLink:active{transform:translateY(0)}.CommandInput-module__PenkRG__loadingDots{gap:6px;padding:12px 16px;display:flex}.CommandInput-module__PenkRG__loadingDots span{background:#4167b399;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both CommandInput-module__PenkRG__loadingBounce}.CommandInput-module__PenkRG__loadingDots span:first-child{animation-delay:-.32s}.CommandInput-module__PenkRG__loadingDots span:nth-child(2){animation-delay:-.16s}@keyframes CommandInput-module__PenkRG__loadingBounce{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.CommandInput-module__PenkRG__chatInput{border-top:1px solid #4167b333;align-items:center;gap:12px;padding-top:16px;display:flex}.CommandInput-module__PenkRG__chatInput .CommandInput-module__PenkRG__input{color:var(--white);background:#1e346666;border:1px solid #4167b333;border-radius:12px;padding:10px 16px;font-size:14px}.CommandInput-module__PenkRG__chatInput .CommandInput-module__PenkRG__input::placeholder{color:var(--gray-400)}.CommandInput-module__PenkRG__chatInput .CommandInput-module__PenkRG__sendButton{justify-content:center;min-width:44px;padding:12px;position:relative;bottom:auto;right:auto}.CommandInput-module__PenkRG__chatInput .CommandInput-module__PenkRG__sendButton span{display:none}@media (max-width:768px){.CommandInput-module__PenkRG__container{border-radius:20px;padding:16px}.CommandInput-module__PenkRG__header,.CommandInput-module__PenkRG__inputWrapper{margin-bottom:12px}.CommandInput-module__PenkRG__sendButton{flex:1;justify-content:center;width:100%;margin-top:12px;position:relative;bottom:auto;right:auto}.CommandInput-module__PenkRG__chatHeader{align-items:flex-start;gap:12px}.CommandInput-module__PenkRG__closeButton{width:36px;height:36px}.CommandInput-module__PenkRG__messageContent,.CommandInput-module__PenkRG__messageBody{max-width:85%}.CommandInput-module__PenkRG__chatMessages{max-height:300px}.CommandInput-module__PenkRG__chatInput .CommandInput-module__PenkRG__input{font-size:16px}.CommandInput-module__PenkRG__actions{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow:auto hidden}.CommandInput-module__PenkRG__actions::-webkit-scrollbar{display:none}}.CommandInput-module__PenkRG__chatSendButton{margin-top:0}
.BentoGridV2-module__CShtWq__grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:24rem;gap:16px;width:100%;display:grid}.BentoGridV2-module__CShtWq__card{background:var(--white);opacity:0;border-radius:16px;flex-direction:column;justify-content:space-between;transition:transform .3s,box-shadow .3s,opacity .5s;display:flex;position:relative;overflow:hidden;transform:translateY(30px);box-shadow:0 0 0 1px #00000008,0 2px 4px #0000000d,0 12px 24px #0000000d}.BentoGridV2-module__CShtWq__card.BentoGridV2-module__CShtWq__visible{opacity:1;animation:.6s cubic-bezier(.34,1.56,.64,1) forwards BentoGridV2-module__CShtWq__cardEntry;animation-delay:var(--entry-delay,0s);transform:translateY(0)}@keyframes BentoGridV2-module__CShtWq__cardEntry{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.BentoGridV2-module__CShtWq__card.BentoGridV2-module__CShtWq__clickable{cursor:pointer}.BentoGridV2-module__CShtWq__card:hover{transform:translateY(-4px);box-shadow:0 0 0 1px #00000008,0 4px 8px #00000014,0 16px 32px #00000014}.BentoGridV2-module__CShtWq__colSpan2{grid-column:span 2}.BentoGridV2-module__CShtWq__colSpan3{grid-column:span 3}.BentoGridV2-module__CShtWq__rowSpan2{grid-row:span 2}.BentoGridV2-module__CShtWq__background{z-index:0;transition:transform .3s;position:absolute;inset:0;overflow:hidden;transform:scale(1)}.BentoGridV2-module__CShtWq__card:hover .BentoGridV2-module__CShtWq__background{transform:scale(1.05)}.BentoGridV2-module__CShtWq__backgroundFade{pointer-events:none;z-index:1;background:linear-gradient(#fff0 0%,#fff9 40%,#fff 100%);height:60%;position:absolute;bottom:0;left:0;right:0}.BentoGridV2-module__CShtWq__content{z-index:2;margin-top:auto;padding:20px;position:relative}.BentoGridV2-module__CShtWq__info{pointer-events:none;flex-direction:column;gap:8px;transition:transform .3s;display:flex;transform:translateY(0)}.BentoGridV2-module__CShtWq__card:hover .BentoGridV2-module__CShtWq__info{transform:translateY(-8px)}.BentoGridV2-module__CShtWq__icon{width:48px;height:48px;color:var(--gray-700);justify-content:center;align-items:center;transition:transform .3s;display:flex}.BentoGridV2-module__CShtWq__card:hover .BentoGridV2-module__CShtWq__icon{transform:scale(.85)}.BentoGridV2-module__CShtWq__icon svg{width:100%;height:100%}.BentoGridV2-module__CShtWq__title{color:var(--gray-900);margin:0;font-size:20px;font-weight:600;line-height:1.3}.BentoGridV2-module__CShtWq__description{color:var(--gray-500);margin:0;font-size:14px;line-height:1.3}.BentoGridV2-module__CShtWq__ctaWrapper{opacity:0;pointer-events:none;margin-top:12px;transition:opacity .3s,transform .3s;transform:translateY(16px)}.BentoGridV2-module__CShtWq__card:hover .BentoGridV2-module__CShtWq__ctaWrapper{opacity:1;pointer-events:auto;transform:translateY(0)}.BentoGridV2-module__CShtWq__cta{color:var(--blue-primary);align-items:center;gap:6px;font-size:14px;font-weight:500;text-decoration:none;transition:gap .2s;display:inline-flex}.BentoGridV2-module__CShtWq__cta:hover{gap:10px}.BentoGridV2-module__CShtWq__arrow{width:16px;height:16px;transition:transform .2s}.BentoGridV2-module__CShtWq__cta:hover .BentoGridV2-module__CShtWq__arrow{transform:translate(2px)}.BentoGridV2-module__CShtWq__hoverOverlay{pointer-events:none;z-index:3;background:0 0;transition:background .3s;position:absolute;inset:0}.BentoGridV2-module__CShtWq__card:hover .BentoGridV2-module__CShtWq__hoverOverlay{background:#00000008}@media (max-width:1024px){.BentoGridV2-module__CShtWq__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:20rem}.BentoGridV2-module__CShtWq__colSpan3{grid-column:span 2}}@media (max-width:768px){.BentoGridV2-module__CShtWq__grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:12px}.BentoGridV2-module__CShtWq__colSpan2,.BentoGridV2-module__CShtWq__colSpan3{grid-column:span 1}.BentoGridV2-module__CShtWq__rowSpan2{border-radius:0;grid-row:span 1}.BentoGridV2-module__CShtWq__card{min-height:500px;box-shadow:none;border:none;border-radius:0}.BentoGridV2-module__CShtWq__card:hover{box-shadow:none;background:0 0;transform:none}.BentoGridV2-module__CShtWq__card:hover .BentoGridV2-module__CShtWq__background{transform:none}.BentoGridV2-module__CShtWq__card:hover .BentoGridV2-module__CShtWq__hoverOverlay{background:0 0}.BentoGridV2-module__CShtWq__content{padding:0}.BentoGridV2-module__CShtWq__ctaWrapper{opacity:1;pointer-events:auto;transform:translateY(0)}.BentoGridV2-module__CShtWq__info,.BentoGridV2-module__CShtWq__card:hover .BentoGridV2-module__CShtWq__info{transform:translateY(0)}}
.ConversationDemo-module__4dHjcG__conversation{width:100%;font-family:var(--font-satoshi,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif);flex-direction:column;flex:1;gap:14px;height:100%;padding:24px 0 0;display:flex;position:relative;overflow:hidden}.ConversationDemo-module__4dHjcG__conversationWrapper{flex-direction:column;gap:14px;width:100%;display:flex}.ConversationDemo-module__4dHjcG__message{opacity:0;contain:layout style;align-items:flex-end;gap:10px;width:100%;transition:opacity .5s ease-out,transform .5s ease-out;display:flex;transform:translateY(10px)}.ConversationDemo-module__4dHjcG__message.ConversationDemo-module__4dHjcG__visible{opacity:1;transform:translateY(0)}.ConversationDemo-module__4dHjcG__question{flex-direction:row;justify-content:flex-end}.ConversationDemo-module__4dHjcG__answer{flex-direction:row;justify-content:flex-start}.ConversationDemo-module__4dHjcG__avatar{background:var(--white);border:1px solid var(--gray-200);border-radius:50%;flex-shrink:0;width:36px;height:36px;overflow:hidden}.ConversationDemo-module__4dHjcG__avatarImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.ConversationDemo-module__4dHjcG__avatarSvg{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ConversationDemo-module__4dHjcG__avatarSvg svg{width:20px;height:20px;color:var(--blue-primary)}.ConversationDemo-module__4dHjcG__messageContent{background:var(--gray-100);border:1px solid var(--gray-200);will-change:height;border-radius:16px;flex-shrink:0;align-items:flex-start;width:fit-content;max-width:75%;min-height:44px;padding:12px 16px;display:flex;overflow:hidden;box-shadow:0 2px 6px #00000014,0 1px 2px #0000000f}.ConversationDemo-module__4dHjcG__messageContentInner{width:100%}.ConversationDemo-module__4dHjcG__question .ConversationDemo-module__4dHjcG__messageContent{width:fit-content;margin-left:auto}.ConversationDemo-module__4dHjcG__answer .ConversationDemo-module__4dHjcG__messageContent{width:100%;margin-right:auto}.ConversationDemo-module__4dHjcG__answer .ConversationDemo-module__4dHjcG__messageContent.ConversationDemo-module__4dHjcG__thinkingContent{width:fit-content}.ConversationDemo-module__4dHjcG__question .ConversationDemo-module__4dHjcG__messageContent{background:var(--blue-primary);color:var(--white);border-color:var(--blue-dark);border-bottom-right-radius:4px;box-shadow:0 2px 20px #4167b340,0 1px 16px #0000001a}.ConversationDemo-module__4dHjcG__answer .ConversationDemo-module__4dHjcG__messageContent{background:var(--white);color:var(--gray-900);border-color:var(--gray-200);border-bottom-left-radius:4px;box-shadow:0 2px 20px #00000014,0 1px 16px #0000000f}.ConversationDemo-module__4dHjcG__messageContent p{word-wrap:break-word;white-space:pre-wrap;margin:0;font-size:14px;line-height:1.5}.ConversationDemo-module__4dHjcG__question .ConversationDemo-module__4dHjcG__messageContent p{color:var(--white)}.ConversationDemo-module__4dHjcG__answer .ConversationDemo-module__4dHjcG__messageContent p{color:var(--gray-900)}.ConversationDemo-module__4dHjcG__thinking{align-items:center;gap:4px;padding:4px 0;display:flex}.ConversationDemo-module__4dHjcG__thinking span{background:var(--gray-400);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite ConversationDemo-module__4dHjcG__thinkingDot}.ConversationDemo-module__4dHjcG__thinking span:first-child{animation-delay:0s}.ConversationDemo-module__4dHjcG__thinking span:nth-child(2){animation-delay:.2s}.ConversationDemo-module__4dHjcG__thinking span:nth-child(3){animation-delay:.4s}@keyframes ConversationDemo-module__4dHjcG__thinkingDot{0%,60%,to{opacity:.7;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}.ConversationDemo-module__4dHjcG__cursor{color:var(--blue-primary);margin-left:2px;font-weight:300;animation:1s infinite ConversationDemo-module__4dHjcG__blink;display:inline-block}.ConversationDemo-module__4dHjcG__question .ConversationDemo-module__4dHjcG__cursor{color:var(--white)}@keyframes ConversationDemo-module__4dHjcG__blink{0%,50%{opacity:1}51%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.ConversationDemo-module__4dHjcG__message{opacity:1;transition:none;transform:none}.ConversationDemo-module__4dHjcG__cursor{opacity:1;animation:none}.ConversationDemo-module__4dHjcG__thinking span{animation:none}}
.OrbitingCircles-module__8jT5JG__container{pointer-events:none;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.OrbitingCircles-module__8jT5JG__multiOrbitContainer{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.OrbitingCircles-module__8jT5JG__multiOrbitContainer.OrbitingCircles-module__8jT5JG__paused .OrbitingCircles-module__8jT5JG__centerIcon,.OrbitingCircles-module__8jT5JG__multiOrbitContainer.OrbitingCircles-module__8jT5JG__paused .OrbitingCircles-module__8jT5JG__path,.OrbitingCircles-module__8jT5JG__multiOrbitContainer.OrbitingCircles-module__8jT5JG__paused .OrbitingCircles-module__8jT5JG__orbit{animation-play-state:paused}.OrbitingCircles-module__8jT5JG__gradientBackground{pointer-events:none;z-index:0;background:radial-gradient(circle,#0000000d 0%,#f9fafb00 54.76%);border-radius:50%;width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (prefers-color-scheme:dark){.OrbitingCircles-module__8jT5JG__gradientBackground{background:radial-gradient(circle,#f9fafb08 0%,#f9fafb00 54.76%);border-color:#f9fafb12}}.OrbitingCircles-module__8jT5JG__centerIcon{z-index:10;background:var(--white);border:1px solid var(--gray-200);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;animation:.6s cubic-bezier(.34,1.56,.64,1) forwards OrbitingCircles-module__8jT5JG__centerIconEntry;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0);box-shadow:0 4px 12px #0000001a}@keyframes OrbitingCircles-module__8jT5JG__centerIconEntry{0%{opacity:0;transform:translate(-50%,-50%)scale(0)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.OrbitingCircles-module__8jT5JG__container{z-index:1}.OrbitingCircles-module__8jT5JG__centerIcon svg{width:28px;height:28px;color:var(--blue-primary)}.OrbitingCircles-module__8jT5JG__path{pointer-events:none;width:calc(var(--radius)*2);height:calc(var(--radius)*2);animation:.8s cubic-bezier(.34,1.56,.64,1) forwards OrbitingCircles-module__8jT5JG__pathEntry;animation-delay:var(--entry-delay,0s);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.OrbitingCircles-module__8jT5JG__circle{stroke:#0000001a;stroke-width:1px}@keyframes OrbitingCircles-module__8jT5JG__pathEntry{0%{opacity:0;transform:translate(-50%,-50%)scale(0)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.OrbitingCircles-module__8jT5JG__orbit{width:var(--icon-size);height:var(--icon-size);transform:translate(-50%,-50%)rotate(var(--angle))translateX(0)rotate(calc(-1*var(--angle)))scale(0);animation:OrbitingCircles-module__8jT5JG__orbitEntry .8s cubic-bezier(.34,1.56,.64,1)forwards,OrbitingCircles-module__8jT5JG__orbit var(--duration)linear infinite;animation-delay:var(--entry-delay,0s),calc(var(--entry-delay,0s) + .8s);will-change:transform;transform-origin:50%;opacity:0;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%}.OrbitingCircles-module__8jT5JG__orbit.OrbitingCircles-module__8jT5JG__reverse{animation:OrbitingCircles-module__8jT5JG__orbitEntry .8s cubic-bezier(.34,1.56,.64,1)forwards,OrbitingCircles-module__8jT5JG__orbit var(--duration)linear infinite reverse;animation-delay:var(--entry-delay,0s),calc(var(--entry-delay,0s) + .8s)}@keyframes OrbitingCircles-module__8jT5JG__orbitEntry{0%{transform:translate(-50%,-50%)rotate(var(--angle))translateX(0)rotate(calc(-1*var(--angle)))scale(0);opacity:0}to{transform:translate(-50%,-50%)rotate(var(--angle))translateX(var(--radius))rotate(calc(-1*var(--angle)))scale(1);opacity:1}}@keyframes OrbitingCircles-module__8jT5JG__orbit{0%{transform:translate(-50%,-50%)rotate(calc(var(--angle) + 0deg))translateX(var(--radius))rotate(calc(-1*var(--angle) - 0deg))scale(1)}to{transform:translate(-50%,-50%)rotate(calc(var(--angle) + 360deg))translateX(var(--radius))rotate(calc(-1*var(--angle) - 360deg))scale(1)}}.OrbitingCircles-module__8jT5JG__pill{background:var(--white);border:1px solid var(--gray-200);color:var(--gray-900);white-space:nowrap;border-radius:20px;padding:8px 16px;font-size:14px;font-weight:500;transition:box-shadow .2s,transform .2s;box-shadow:0 2px 8px #00000014}.OrbitingCircles-module__8jT5JG__pill:hover{box-shadow:0 4px 12px #0000001f}.OrbitingCircles-module__8jT5JG__multiOrbitContainer *{animation-play-state:var(--animation-state,running)}.OrbitingCircles-module__8jT5JG__manualControl .OrbitingCircles-module__8jT5JG__path{animation:none}.OrbitingCircles-module__8jT5JG__manualOrbit{transform:translate(-50%,-50%)rotate(var(--angle))translateX(var(--radius))rotate(calc(-1*var(--angle)));opacity:1;animation:none!important}.OrbitingCircles-module__8jT5JG__noAnimation{animation:none!important}@media (prefers-reduced-motion:reduce){.OrbitingCircles-module__8jT5JG__orbit{animation:none}}
.GridMotionV2-module__lxb0Cq__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.GridMotionV2-module__lxb0Cq__gradient{pointer-events:none;z-index:3;width:100%;height:100%;position:absolute;top:0;left:0}.GridMotionV2-module__lxb0Cq__grid{transform-origin:50%;z-index:2;opacity:0;flex:none;grid-template-rows:repeat(4,1fr);grid-template-columns:100%;gap:.75rem;width:200%;height:200%;transition:opacity .6s,transform .6s cubic-bezier(.34,1.56,.64,1);display:grid;position:relative;transform:rotate(-15deg)scale(.8)}.GridMotionV2-module__lxb0Cq__grid.GridMotionV2-module__lxb0Cq__visible{opacity:1;transform:rotate(-15deg)scale(1)}.GridMotionV2-module__lxb0Cq__row{will-change:transform;grid-template-columns:repeat(7,1fr);gap:.75rem;transition:transform .8s cubic-bezier(.25,.46,.45,.94);display:grid}.GridMotionV2-module__lxb0Cq__item{aspect-ratio:1.2;position:relative}.GridMotionV2-module__lxb0Cq__itemInner{background-color:var(--gray-100);border:1px solid var(--gray-200);width:100%;height:100%;color:var(--gray-600);border-radius:8px;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.GridMotionV2-module__lxb0Cq__itemInner:hover{transform:scale(1.05);box-shadow:0 4px 12px #0000001a}.GridMotionV2-module__lxb0Cq__itemImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.GridMotionV2-module__lxb0Cq__itemContent{text-align:center;z-index:1;padding:.75rem}.GridMotionV2-module__lxb0Cq__budgetCard{flex-direction:column;gap:.25rem;width:100%;height:100%;padding:.5rem;display:flex}.GridMotionV2-module__lxb0Cq__budgetHeader{align-items:center;gap:.375rem;display:flex}.GridMotionV2-module__lxb0Cq__budgetAvatar{background:var(--gray-300);border-radius:50%;flex-shrink:0;width:20px;height:20px;overflow:hidden}.GridMotionV2-module__lxb0Cq__budgetAvatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.GridMotionV2-module__lxb0Cq__budgetName{color:var(--gray-800);white-space:nowrap;text-overflow:ellipsis;font-size:.625rem;font-weight:600;overflow:hidden}.GridMotionV2-module__lxb0Cq__budgetService{color:var(--gray-500);white-space:nowrap;text-overflow:ellipsis;font-size:.5rem;overflow:hidden}.GridMotionV2-module__lxb0Cq__budgetPrice{color:var(--blue-primary);margin-top:auto;font-size:.75rem;font-weight:700}.GridMotionV2-module__lxb0Cq__budgetMeta{color:var(--gray-400);align-items:center;gap:.25rem;font-size:.5rem;display:flex}.GridMotionV2-module__lxb0Cq__budgetRating{align-items:center;gap:2px;display:flex}.GridMotionV2-module__lxb0Cq__budgetStar{color:#facc15;width:8px;height:8px}.GridMotionV2-module__lxb0Cq__paused .GridMotionV2-module__lxb0Cq__row{transition:none}
.AvatarCircles-module__6i12Lq__container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;padding:1rem;display:flex;position:relative}.AvatarCircles-module__6i12Lq__avatarsWrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex;position:absolute;top:20%}.AvatarCircles-module__6i12Lq__avatarRow{justify-content:center;align-items:center;width:180px;height:180px;display:flex;position:relative}.AvatarCircles-module__6i12Lq__avatar{border:2px solid var(--white);opacity:0;border-radius:50%;width:36px;height:36px;position:absolute;top:50%;left:50%;overflow:hidden;transform:scale(0);box-shadow:0 2px 8px #0000001a}.AvatarCircles-module__6i12Lq__avatar.AvatarCircles-module__6i12Lq__settled{opacity:1;transform:translate(var(--circle-x),var(--circle-y))scale(1)}.AvatarCircles-module__6i12Lq__avatar.AvatarCircles-module__6i12Lq__initialEntry{animation:.4s cubic-bezier(.34,1.56,.64,1) forwards AvatarCircles-module__6i12Lq__avatarEntryCircle;animation-delay:var(--entry-delay,0s)}@keyframes AvatarCircles-module__6i12Lq__avatarEntryCircle{0%{opacity:0;transform:translate(-50%,-50%)scale(0)}to{opacity:1;transform:translate(var(--circle-x),var(--circle-y))scale(1)}}.AvatarCircles-module__6i12Lq__avatar.AvatarCircles-module__6i12Lq__newAvatar{animation:.4s cubic-bezier(.34,1.56,.64,1) forwards AvatarCircles-module__6i12Lq__newAvatarEntryCircle}@keyframes AvatarCircles-module__6i12Lq__newAvatarEntryCircle{0%{opacity:0;transform:translate(-50%,-50%)scale(0)}60%{opacity:1;transform:translate(var(--circle-x),var(--circle-y))scale(1.15)}to{opacity:1;transform:translate(var(--circle-x),var(--circle-y))scale(1)}}.AvatarCircles-module__6i12Lq__avatarImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.AvatarCircles-module__6i12Lq__moreCount{border:2px solid var(--white);background:var(--blue-primary);width:36px;height:36px;color:var(--white);opacity:0;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:50%;left:50%;transform:scale(0);box-shadow:0 2px 8px #0000001a}.AvatarCircles-module__6i12Lq__moreCount.AvatarCircles-module__6i12Lq__visible{animation:.4s cubic-bezier(.34,1.56,.64,1) forwards AvatarCircles-module__6i12Lq__avatarEntryCircle;animation-delay:var(--entry-delay,0s)}.AvatarCircles-module__6i12Lq__stats{opacity:0;z-index:10;flex-direction:column;align-items:center;gap:.25rem;display:flex;position:absolute;transform:scale(.8)}.AvatarCircles-module__6i12Lq__stats.AvatarCircles-module__6i12Lq__visible{animation:.5s forwards AvatarCircles-module__6i12Lq__statsEntryCenter;animation-delay:var(--stats-delay,.8s)}@keyframes AvatarCircles-module__6i12Lq__statsEntryCenter{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.AvatarCircles-module__6i12Lq__counter{color:var(--gray-900);align-items:baseline;gap:.25rem;font-size:1.5rem;font-weight:700;display:flex}.AvatarCircles-module__6i12Lq__counterNumber{transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:inline-block}.AvatarCircles-module__6i12Lq__counterNumber.AvatarCircles-module__6i12Lq__bump{animation:.4s cubic-bezier(.34,1.56,.64,1) AvatarCircles-module__6i12Lq__counterBump}@keyframes AvatarCircles-module__6i12Lq__counterBump{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.AvatarCircles-module__6i12Lq__statsLabel{color:var(--gray-500);font-size:.75rem}.AvatarCircles-module__6i12Lq__growthIndicator{color:#22c55e;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;display:flex}.AvatarCircles-module__6i12Lq__growthArrow{width:12px;height:12px}@keyframes AvatarCircles-module__6i12Lq__avatarEntry{0%{opacity:0;transform:scale(0)translateY(var(--arc-offset,0))}to{opacity:1;transform:scale(1)translateY(var(--arc-offset,0))}}@keyframes AvatarCircles-module__6i12Lq__statsEntry{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.AvatarCircles-module__6i12Lq__notificationsContainer{width:auto;max-width:180px;position:absolute;top:1rem;right:1rem}.AvatarCircles-module__6i12Lq__notification{background:var(--gray-100);border:1px solid var(--gray-200);border-radius:8px;align-items:center;gap:.5rem;padding:.375rem .5rem;transition:opacity .3s;animation:.4s cubic-bezier(.34,1.56,.64,1) forwards AvatarCircles-module__6i12Lq__notificationEntry;display:flex;position:absolute;top:0;right:0}.AvatarCircles-module__6i12Lq__notification:nth-child(2){z-index:0;opacity:.6;transform:translate(-50%)scale(.95)translateY(6px)}.AvatarCircles-module__6i12Lq__notification:first-child{z-index:1}.AvatarCircles-module__6i12Lq__notificationAvatar{border-radius:50%;flex-shrink:0;width:24px;height:24px;overflow:hidden}.AvatarCircles-module__6i12Lq__notificationAvatar img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.AvatarCircles-module__6i12Lq__notificationContent{flex-direction:column;gap:0;min-width:0;display:flex}.AvatarCircles-module__6i12Lq__notificationName{color:var(--gray-800);white-space:nowrap;text-overflow:ellipsis;font-size:.625rem;font-weight:600;overflow:hidden}.AvatarCircles-module__6i12Lq__notificationText{color:var(--gray-500);font-size:.5rem}@keyframes AvatarCircles-module__6i12Lq__notificationEntry{0%{opacity:0;transform:translateY(-10px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}
.Herramientas-module__9CHDKa__section{background:var(--white);padding:80px 32px}.Herramientas-module__9CHDKa__container{max-width:1280px;margin:0 auto}.Herramientas-module__9CHDKa__header{text-align:center;margin-bottom:48px}.Herramientas-module__9CHDKa__label{color:var(--blue-primary);text-transform:uppercase;letter-spacing:1px;opacity:0;margin-bottom:16px;font-size:14px;font-weight:600;display:block;transform:translateY(30px)}.Herramientas-module__9CHDKa__label.Herramientas-module__9CHDKa__visible{animation:.6s cubic-bezier(.22,1,.36,1) forwards Herramientas-module__9CHDKa__elementEntry}.Herramientas-module__9CHDKa__title{color:var(--gray-900);opacity:0;margin:0;font-size:44px;font-weight:700;line-height:1.2;transform:translateY(30px)}.Herramientas-module__9CHDKa__title.Herramientas-module__9CHDKa__visible{animation:.6s cubic-bezier(.22,1,.36,1) .1s forwards Herramientas-module__9CHDKa__elementEntry}.Herramientas-module__9CHDKa__subtitle{color:var(--gray-500);opacity:0;max-width:600px;margin:16px auto 0;font-size:22px;line-height:1.3;transform:translateY(30px)}.Herramientas-module__9CHDKa__subtitle.Herramientas-module__9CHDKa__visible{animation:.6s cubic-bezier(.22,1,.36,1) .2s forwards Herramientas-module__9CHDKa__elementEntry}@keyframes Herramientas-module__9CHDKa__elementEntry{to{opacity:1;transform:translateY(0)}}.Herramientas-module__9CHDKa__conversationBackground{align-items:center;width:100%;height:100%;padding:20px;display:flex}@media (max-width:768px){.Herramientas-module__9CHDKa__conversationBackground{padding:0}}.Herramientas-module__9CHDKa__orbitBackground{width:100%;height:100%;min-height:300px;position:relative}@media (max-width:768px){.Herramientas-module__9CHDKa__title{font-size:32px}.Herramientas-module__9CHDKa__subtitle{font-size:15px}.Herramientas-module__9CHDKa__orbitBackground{min-height:250px}}
.InfoPlataforma-module__Myx_yG__section{background:var(--gray-50);padding:80px 32px;position:relative;overflow-x:hidden}.InfoPlataforma-module__Myx_yG__container{max-width:1200px;margin:0 auto}.InfoPlataforma-module__Myx_yG__header{text-align:center;margin-bottom:48px}.InfoPlataforma-module__Myx_yG__label{text-transform:uppercase;letter-spacing:.1em;color:var(--blue-primary);margin-bottom:16px;font-size:14px;font-weight:600;display:inline-block}.InfoPlataforma-module__Myx_yG__title{color:var(--gray-900);margin:0 0 16px;font-size:36px;font-weight:700;line-height:1.2}.InfoPlataforma-module__Myx_yG__description{color:var(--gray-500);max-width:600px;margin:0 auto;font-size:22px;line-height:1.3}.InfoPlataforma-module__Myx_yG__tabsWrapper{margin-bottom:32px}.InfoPlataforma-module__Myx_yG__tabsNavigation{flex-wrap:wrap;justify-content:center;gap:8px;padding:0 16px;display:flex}.InfoPlataforma-module__Myx_yG__tabButton{background:var(--white);border:1px solid var(--gray-200);color:var(--gray-600);cursor:pointer;border-radius:100px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:500;transition:border-color .2s,color .2s,background .2s,box-shadow .2s;display:flex}.InfoPlataforma-module__Myx_yG__tabButton:hover{border-color:var(--blue-primary);color:var(--blue-primary);box-shadow:0 4px 12px #4167b31a}.InfoPlataforma-module__Myx_yG__tabButton.InfoPlataforma-module__Myx_yG__active{background:var(--blue-primary);border-color:var(--blue-primary);color:var(--white);box-shadow:0 4px 12px #4167b333}.InfoPlataforma-module__Myx_yG__tabButton.InfoPlataforma-module__Myx_yG__active:hover{box-shadow:0 6px 16px #4167b34d}.InfoPlataforma-module__Myx_yG__tabIcon{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.InfoPlataforma-module__Myx_yG__tabsContent{width:100%}.InfoPlataforma-module__Myx_yG__carouselWrapper{--carouselOverflowMargin:16px;position:relative}.InfoPlataforma-module__Myx_yG__carouselLayout{width:100vw;margin-left:calc(50% - 50vw);display:flex;position:relative}.InfoPlataforma-module__Myx_yG__track{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;cursor:grab;scroll-behavior:smooth;width:100%;padding:16px 0;scroll-padding-left:max(16px,50vw - 600px);scroll-padding-right:max(16px,50vw - 600px);display:flex;position:relative;overflow:auto hidden}.InfoPlataforma-module__Myx_yG__track:active{cursor:grabbing}.InfoPlataforma-module__Myx_yG__track::-webkit-scrollbar{display:none}.InfoPlataforma-module__Myx_yG__trackEmpty{justify-content:center}.InfoPlataforma-module__Myx_yG__spacer{flex-shrink:0;min-width:max(16px,50vw - 600px);height:1px}.InfoPlataforma-module__Myx_yG__cardItem{opacity:0;flex-shrink:0;width:300px;min-width:300px;margin-right:20px;transform:translateY(30px)}.InfoPlataforma-module__Myx_yG__cardItem.InfoPlataforma-module__Myx_yG__visible{animation:.6s cubic-bezier(.22,1,.36,1) forwards InfoPlataforma-module__Myx_yG__cardEntry;animation-delay:var(--card-delay,0s)}.InfoPlataforma-module__Myx_yG__cardItem:last-child{margin-right:0}.InfoPlataforma-module__Myx_yG__cardMoreContent{background:var(--white);border:1px solid var(--gray-200);transition:all .3s;position:relative;overflow:hidden}.InfoPlataforma-module__Myx_yG__cardMoreContent:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.InfoPlataforma-module__Myx_yG__moreContentWrapper{flex-direction:column;width:100%;height:100%;display:flex;position:relative}.InfoPlataforma-module__Myx_yG__moreContentPreview{flex-direction:column;height:100%;display:flex;position:relative}.InfoPlataforma-module__Myx_yG__moreContentPreviewHeader{border-bottom:1px solid var(--gray-200);flex-shrink:0;align-items:center;gap:10px;padding:12px 16px;display:flex}.InfoPlataforma-module__Myx_yG__moreContentPreviewIconWrapper{background:var(--gray-200);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.InfoPlataforma-module__Myx_yG__moreContentPreviewIcon{width:20px;height:20px;color:var(--gray-500)}.InfoPlataforma-module__Myx_yG__moreContentPreviewTitle{color:var(--gray-900);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:14px;font-weight:600;overflow:hidden}.InfoPlataforma-module__Myx_yG__moreContentPreviewBadge{background:var(--blue-primary);color:#fff;border-radius:12px;flex-shrink:0;align-items:center;padding:4px 10px;font-size:11px;font-weight:600;display:inline-flex}.InfoPlataforma-module__Myx_yG__moreContentPreviewList{flex-direction:column;flex:1;gap:8px;padding:12px;display:flex;overflow:hidden}.InfoPlataforma-module__Myx_yG__moreContentPreviewItem{background:var(--white);border:1px solid var(--gray-200);border-radius:8px;align-items:center;gap:12px;padding:12px;transition:all .2s;display:flex}.InfoPlataforma-module__Myx_yG__moreContentPreviewItem:not(.InfoPlataforma-module__Myx_yG__moreContentPreviewItemBlurred):hover{border-color:var(--blue-primary);box-shadow:0 2px 8px #4167b31a}.InfoPlataforma-module__Myx_yG__moreContentPreviewItemBlurred{opacity:.4;filter:blur(2px);pointer-events:none;position:relative}.InfoPlataforma-module__Myx_yG__moreContentPreviewItemImage{background:var(--gray-100);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.InfoPlataforma-module__Myx_yG__moreContentPreviewItemImage svg{color:var(--blue-primary)}.InfoPlataforma-module__Myx_yG__moreContentPreviewItemContent{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.InfoPlataforma-module__Myx_yG__moreContentPreviewItemName{color:var(--gray-900);font-size:14px;font-weight:600;line-height:1.3}.InfoPlataforma-module__Myx_yG__moreContentPreviewItemMeta{align-items:center;gap:8px;font-size:12px;display:flex}.InfoPlataforma-module__Myx_yG__moreContentPreviewItemCategory{color:var(--gray-600)}.InfoPlataforma-module__Myx_yG__moreContentPreviewItemPrice{color:var(--blue-primary);font-weight:600}.InfoPlataforma-module__Myx_yG__moreContentPreviewItemActions{background:var(--gray-50);border-radius:6px;flex-shrink:0;align-items:center;gap:4px;padding:4px 8px;display:flex}.InfoPlataforma-module__Myx_yG__moreContentPreviewActionIcon{width:14px;height:14px;color:var(--gray-600)}.InfoPlataforma-module__Myx_yG__moreContentPreviewActionCount{color:var(--gray-600);font-size:12px;font-weight:500}.InfoPlataforma-module__Myx_yG__moreContentPreviewOverlay{background:linear-gradient(#0000 0%,#ffffffd9 60%,#fffffffa 100%);flex-direction:column;gap:12px;padding:20px 16px 16px;display:flex;position:absolute;bottom:0;left:0;right:0}.InfoPlataforma-module__Myx_yG__moreContentPreviewOverlayContent{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}.InfoPlataforma-module__Myx_yG__moreContentTitle{color:var(--gray-900);margin:0;font-size:18px;font-weight:700;line-height:1.3}.InfoPlataforma-module__Myx_yG__moreContentDescription{color:var(--gray-600);margin:0;font-size:13px;line-height:1.5}.InfoPlataforma-module__Myx_yG__moreContentActions{flex-direction:column;gap:8px;width:100%;margin-top:4px;display:flex}.InfoPlataforma-module__Myx_yG__moreContentButtonPrimary{background:var(--blue-primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.InfoPlataforma-module__Myx_yG__moreContentButtonPrimary:hover{background:var(--blue-dark);gap:10px;transform:translateY(-1px);box-shadow:0 4px 12px #4167b34d}.InfoPlataforma-module__Myx_yG__moreContentButtonIcon{width:14px;height:14px;transition:transform .2s}.InfoPlataforma-module__Myx_yG__moreContentButtonPrimary:hover .InfoPlataforma-module__Myx_yG__moreContentButtonIcon{transform:translate(2px,-2px)}.InfoPlataforma-module__Myx_yG__moreContentButtonSecondary{background:var(--white);color:var(--blue-primary);border:1px solid var(--blue-primary);border-radius:8px;justify-content:center;align-items:center;padding:10px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.InfoPlataforma-module__Myx_yG__moreContentButtonSecondary:hover{background:var(--gray-50);transform:translateY(-1px)}@keyframes InfoPlataforma-module__Myx_yG__sparkleRotate{0%{opacity:1;transform:rotate(0)scale(1)}50%{opacity:.8;transform:rotate(180deg)scale(1.1)}to{opacity:1;transform:rotate(360deg)scale(1)}}.InfoPlataforma-module__Myx_yG__card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;flex-direction:column;height:480px;transition:all .3s;display:flex;overflow:hidden}.InfoPlataforma-module__Myx_yG__card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.InfoPlataforma-module__Myx_yG__cardSocial .InfoPlataforma-module__Myx_yG__cardImage{height:160px}.InfoPlataforma-module__Myx_yG__cardSocialHeader{border-bottom:1px solid var(--gray-200);flex-shrink:0;align-items:center;gap:10px;padding:12px 16px;display:flex}.InfoPlataforma-module__Myx_yG__cardSocialAvatar{-o-object-fit:cover;object-fit:cover;border-radius:50%;flex-shrink:0;width:40px;height:40px}.InfoPlataforma-module__Myx_yG__cardSocialAvatarPlaceholder{background:var(--gray-200);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.InfoPlataforma-module__Myx_yG__cardSocialAvatarIcon{width:20px;height:20px;color:var(--gray-500)}.InfoPlataforma-module__Myx_yG__cardSocialAuthor{color:var(--gray-900);text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:14px;font-weight:600;overflow:hidden}.InfoPlataforma-module__Myx_yG__cardSocialDate{color:var(--gray-500);flex-shrink:0;font-size:11px}.InfoPlataforma-module__Myx_yG__cardSocialDescription{-webkit-line-clamp:4}.InfoPlataforma-module__Myx_yG__cardSocialEngagement{border-top:1px solid var(--gray-200);flex-shrink:0;align-items:center;gap:20px;margin-top:4px;padding:12px 0 0;display:flex}.InfoPlataforma-module__Myx_yG__cardSocialCommerce{border-top:1px solid var(--gray-200);flex-wrap:wrap;flex-shrink:0;align-items:center;gap:16px 20px;margin-top:4px;padding:12px 0 0;display:flex}.InfoPlataforma-module__Myx_yG__cardImage{background:linear-gradient(135deg,var(--gray-100)0%,var(--gray-200)100%);width:100%;height:180px;position:relative;overflow:hidden}.InfoPlataforma-module__Myx_yG__cardImageActual{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;display:block;position:relative}.InfoPlataforma-module__Myx_yG__cardImagePlaceholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.InfoPlataforma-module__Myx_yG__cardImagePlaceholderPublic{background:linear-gradient(135deg,#f1a10d26 0%,#f1a10d14 100%)}.InfoPlataforma-module__Myx_yG__cardImagePlaceholderPrivate{background:linear-gradient(135deg,#4167b31a 0%,#4167b30d 100%)}.InfoPlataforma-module__Myx_yG__placeholderIcon{opacity:.15;z-index:0;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.InfoPlataforma-module__Myx_yG__placeholderIcon svg{color:currentColor;width:64px;height:64px}.InfoPlataforma-module__Myx_yG__cardImagePlaceholderPublic .InfoPlataforma-module__Myx_yG__placeholderIcon svg{color:#f1a10d}.InfoPlataforma-module__Myx_yG__cardImagePlaceholderPrivate .InfoPlataforma-module__Myx_yG__placeholderIcon svg{color:var(--blue-primary)}.InfoPlataforma-module__Myx_yG__cardContent{flex-direction:column;flex:1;gap:12px;min-width:0;min-height:0;padding:20px;display:flex;position:relative}.InfoPlataforma-module__Myx_yG__cardBadge{text-transform:uppercase;letter-spacing:.5px;z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:8px;padding:6px 12px;font-size:11px;font-weight:600;display:inline-block;position:absolute;top:12px;left:12px}.InfoPlataforma-module__Myx_yG__cardBadgePublic{color:#fff;background:#f1a10df2}.InfoPlataforma-module__Myx_yG__cardBadgePrivate{color:#fff;background:#4167b3f2}.InfoPlataforma-module__Myx_yG__cardBadgeService{text-transform:uppercase;letter-spacing:.5px;z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#4b5563e6;border-radius:8px;padding:6px 12px;font-size:11px;font-weight:600;display:inline-block;position:absolute;top:12px;left:12px}.InfoPlataforma-module__Myx_yG__externalBadgeContainer{z-index:2;position:absolute;top:12px;right:12px}.InfoPlataforma-module__Myx_yG__cardBadgeExternal{text-transform:uppercase;letter-spacing:.5px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:help;background:#6b7280e6;border-radius:8px;padding:6px 12px;font-size:11px;font-weight:600;transition:all .2s;display:inline-block}.InfoPlataforma-module__Myx_yG__cardBadgeExternal:hover{background:#4b5563f2}.InfoPlataforma-module__Myx_yG__externalTooltip{background:var(--white);opacity:0;visibility:hidden;pointer-events:none;z-index:10;border-radius:8px;width:240px;padding:12px;transition:all .2s;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(-8px);box-shadow:0 4px 12px #00000026}.InfoPlataforma-module__Myx_yG__externalTooltip:before{content:"";border-left:6px solid #0000;border-right:6px solid #0000;border-bottom:6px solid var(--white);width:0;height:0;position:absolute;bottom:100%;right:16px}.InfoPlataforma-module__Myx_yG__externalBadgeContainer:hover .InfoPlataforma-module__Myx_yG__externalTooltip{opacity:1;visibility:visible;transform:translateY(0)}.InfoPlataforma-module__Myx_yG__externalTooltip p{color:var(--gray-700);margin:0;font-size:12px;line-height:1.5}.InfoPlataforma-module__Myx_yG__externalTooltip p:first-child{color:var(--gray-900);margin-bottom:4px;font-weight:600}.InfoPlataforma-module__Myx_yG__externalTooltip p:last-child{margin-top:4px}.InfoPlataforma-module__Myx_yG__cardTitle{color:var(--gray-900);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;flex-shrink:0;margin:0;font-size:18px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.InfoPlataforma-module__Myx_yG__cardMetadata{flex-direction:column;flex-shrink:0;gap:8px;margin:0;padding:0;list-style:none;display:flex}.InfoPlataforma-module__Myx_yG__metadataItem{align-items:flex-start;gap:8px;font-size:13px;line-height:1.4;display:flex}.InfoPlataforma-module__Myx_yG__metadataIcon{width:16px;height:16px;color:var(--gray-600);flex-shrink:0;margin-top:2px}.InfoPlataforma-module__Myx_yG__metadataIcon svg{width:100%;height:100%}.InfoPlataforma-module__Myx_yG__cardSocialStat{color:var(--gray-600);align-items:center;gap:6px;font-size:13px;display:flex}.InfoPlataforma-module__Myx_yG__cardSocialStat .InfoPlataforma-module__Myx_yG__metadataIcon{margin-top:0}.InfoPlataforma-module__Myx_yG__metadataText{color:var(--gray-700);-webkit-line-clamp:1;text-overflow:ellipsis;-webkit-box-orient:vertical;flex:1;min-width:0;line-height:1.4;display:-webkit-box;overflow:hidden}.InfoPlataforma-module__Myx_yG__cardDescriptionWrap{flex:1 1 0;min-width:0;min-height:0;overflow:hidden}.InfoPlataforma-module__Myx_yG__cardDescription{color:var(--gray-600);-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;min-width:0;margin:0;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.InfoPlataforma-module__Myx_yG__cardContentInfo{flex-direction:column;flex:1;gap:12px;min-width:0;min-height:0;display:flex}.InfoPlataforma-module__Myx_yG__cardActionWrap{background:linear-gradient(to top,var(--white)0%,#ffffffeb 45%,transparent 100%);opacity:0;pointer-events:none;z-index:2;align-items:flex-end;height:140px;padding:16px;transition:opacity .3s,transform .3s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(16px)}@media (max-width:768px){.InfoPlataforma-module__Myx_yG__cardActionWrap{height:auto}}.InfoPlataforma-module__Myx_yG__card:hover .InfoPlataforma-module__Myx_yG__cardActionWrap{opacity:1;pointer-events:auto;transform:translateY(0)}.InfoPlataforma-module__Myx_yG__cardAction{color:var(--blue-primary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.InfoPlataforma-module__Myx_yG__cardAction:hover{color:var(--blue-dark);gap:8px}.InfoPlataforma-module__Myx_yG__cardHoverOverlay{pointer-events:none;z-index:1;background:0 0;border-radius:16px;transition:background .3s;position:absolute;inset:0}.InfoPlataforma-module__Myx_yG__card:hover .InfoPlataforma-module__Myx_yG__cardHoverOverlay{background:#00000008}.InfoPlataforma-module__Myx_yG__loadingMessage{text-align:center;color:var(--gray-600);min-width:100%;padding:60px 20px;font-size:16px}.InfoPlataforma-module__Myx_yG__skeletonCard{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;flex-direction:column;height:480px;animation:1.5s ease-in-out infinite InfoPlataforma-module__Myx_yG__skeletonPulse;display:flex;overflow:hidden}.InfoPlataforma-module__Myx_yG__skeletonImage{background:linear-gradient(90deg,var(--gray-100)0%,var(--gray-200)50%,var(--gray-100)100%);background-size:200% 100%;width:100%;height:180px;animation:1.5s ease-in-out infinite InfoPlataforma-module__Myx_yG__skeletonShimmer}.InfoPlataforma-module__Myx_yG__skeletonContent{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex}.InfoPlataforma-module__Myx_yG__skeletonTitle{background:linear-gradient(90deg,var(--gray-100)0%,var(--gray-200)50%,var(--gray-100)100%);background-size:200% 100%;border-radius:8px;width:85%;height:24px;animation:1.5s ease-in-out infinite InfoPlataforma-module__Myx_yG__skeletonShimmer}.InfoPlataforma-module__Myx_yG__skeletonTitleShort{background:linear-gradient(90deg,var(--gray-100)0%,var(--gray-200)50%,var(--gray-100)100%);background-size:200% 100%;border-radius:8px;width:60%;height:24px;animation:1.5s ease-in-out infinite InfoPlataforma-module__Myx_yG__skeletonShimmer}.InfoPlataforma-module__Myx_yG__skeletonMetadata{flex-direction:column;gap:8px;margin-top:4px;display:flex}.InfoPlataforma-module__Myx_yG__skeletonMetadataItem{background:linear-gradient(90deg,var(--gray-100)0%,var(--gray-200)50%,var(--gray-100)100%);background-size:200% 100%;border-radius:4px;width:70%;height:16px;animation:1.5s ease-in-out infinite InfoPlataforma-module__Myx_yG__skeletonShimmer}.InfoPlataforma-module__Myx_yG__skeletonDescription{background:linear-gradient(90deg,var(--gray-100)0%,var(--gray-200)50%,var(--gray-100)100%);background-size:200% 100%;border-radius:4px;width:100%;height:16px;margin-top:4px;animation:1.5s ease-in-out infinite InfoPlataforma-module__Myx_yG__skeletonShimmer}.InfoPlataforma-module__Myx_yG__skeletonDescription:nth-child(4){width:90%}.InfoPlataforma-module__Myx_yG__skeletonDescription:nth-child(5){width:75%}.InfoPlataforma-module__Myx_yG__skeletonButton{background:linear-gradient(90deg,var(--gray-100)0%,var(--gray-200)50%,var(--gray-100)100%);background-size:200% 100%;border-radius:8px;width:120px;height:40px;margin-top:auto;animation:1.5s ease-in-out infinite InfoPlataforma-module__Myx_yG__skeletonShimmer}@keyframes InfoPlataforma-module__Myx_yG__skeletonShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes InfoPlataforma-module__Myx_yG__skeletonPulse{0%,to{opacity:1}50%{opacity:.95}}.InfoPlataforma-module__Myx_yG__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:24px;min-width:100%;padding:80px 40px;display:flex}.InfoPlataforma-module__Myx_yG__emptyStateIcon{opacity:.2;color:var(--gray-400)}.InfoPlataforma-module__Myx_yG__emptyStateTitle{color:var(--gray-900);margin:0;font-size:24px;font-weight:600}.InfoPlataforma-module__Myx_yG__emptyStateDescription{color:var(--gray-600);max-width:400px;margin:0;font-size:16px;line-height:1.5}.InfoPlataforma-module__Myx_yG__emptyStateButton{background:var(--blue-primary);color:#fff;border-radius:8px;margin-top:8px;padding:12px 32px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.InfoPlataforma-module__Myx_yG__emptyStateButton:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 4px 12px #4167b34d}@keyframes InfoPlataforma-module__Myx_yG__cardEntry{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1248px){.InfoPlataforma-module__Myx_yG__carouselLayout{width:calc(100% + 32px);margin-left:-16px}.InfoPlataforma-module__Myx_yG__spacer{min-width:16px}.InfoPlataforma-module__Myx_yG__track{scroll-padding-left:16px;scroll-padding-right:16px}}@media (max-width:768px){.InfoPlataforma-module__Myx_yG__carouselLayout{width:calc(100% + 32px);margin-left:-16px}.InfoPlataforma-module__Myx_yG__cardActionWrap{opacity:1;pointer-events:auto;background:0 0;padding:0;position:static;transform:none}}@media (min-width:768px){.InfoPlataforma-module__Myx_yG__section{padding:80px 24px}.InfoPlataforma-module__Myx_yG__title{font-size:44px}.InfoPlataforma-module__Myx_yG__cardItem{width:320px;min-width:320px}.InfoPlataforma-module__Myx_yG__cardImage{height:200px}}@media (min-width:1024px){.InfoPlataforma-module__Myx_yG__section{padding:80px 32px}.InfoPlataforma-module__Myx_yG__tabsNavigation{gap:12px}.InfoPlataforma-module__Myx_yG__tabButton{padding:14px 28px;font-size:15px}}
