.landing-page{z-index:1;min-height:100vh;position:relative}.landing-page .landing-fade-in{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.landing-page .landing-fade-in.visible{opacity:1;transform:translateY(0)}.landing-page .landing-hero{contain:layout style;flex-direction:column;justify-content:center;align-items:center;min-height:70vh;padding:2rem;display:flex;position:relative}.landing-page .landing-hero-content{text-align:center;width:100%;max-width:680px}.landing-page .landing-logo{min-height:48px;margin-bottom:1rem}.landing-page .landing-headline{margin-bottom:var(--space-6);color:var(--text-primary);letter-spacing:-.01em;min-height:2.3em;font-size:1.75rem;font-weight:400;line-height:1.3}.landing-page .mobile-br{display:none}.landing-page .landing-chatbox-wrapper{max-width:680px;margin:0 auto 1.5rem}.landing-page .landing-chatbox-wrapper .chatbox{padding:0}.landing-page .chatbox__container{border:1px solid var(--glass-border-light);-webkit-backdrop-filter:blur(16px);box-shadow:var(--shadow-md);background:#ffffff08;border-top-color:#ffffff14}.landing-page .scroll-indicator{border:1px solid var(--border);opacity:.7;width:48px;height:48px;color:var(--text-tertiary);background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;animation:.8s ease-out landingFadeInUp;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.landing-page .scroll-indicator:hover{opacity:1;border-color:var(--border-strong,#ffffff26);color:var(--text-secondary);background:#ffffff14;transform:translate(-50%,2px)}.landing-page .scroll-indicator svg{animation:2s infinite landingBounceArrow}.landing-page .landing-section-divider{background:linear-gradient(90deg, transparent 0%, var(--glass-border) 30%, var(--glass-border-light) 50%, var(--glass-border) 70%, transparent 100%);width:100%;height:1px}.landing-page .landing-feature-section{gap:var(--space-10);opacity:0;grid-template-columns:1fr 1fr;align-items:center;max-width:1100px;margin:0 auto;padding:5rem 2rem;transition:opacity .7s,transform .7s;display:grid;transform:translateY(30px)}.landing-page .landing-feature-section.visible{opacity:1;transform:translateY(0)}.landing-page .landing-feature-section.reverse{direction:rtl}.landing-page .landing-feature-section.reverse>*{direction:ltr}.landing-page .landing-feature-title{font-family:var(--font-display,"Space Grotesk", sans-serif);color:var(--text-primary);margin-bottom:var(--space-2);letter-spacing:-.02em;font-size:1.6rem;font-weight:700;line-height:1.25}.landing-page .landing-feature-desc{color:var(--text-secondary);margin-bottom:var(--space-3);max-width:380px;font-size:13px;line-height:1.55}.landing-page .landing-feature-bullets{margin:0 0 var(--space-5);flex-direction:column;gap:6px;padding:0;list-style:none;display:flex}.landing-page .landing-feature-bullets li{color:var(--text-secondary);padding-left:1rem;font-size:12px;position:relative}.landing-page .landing-feature-bullets li:before{content:"";background:var(--primary);border-radius:50%;width:6px;height:6px;position:absolute;top:.5em;left:0}.landing-page .landing-feature-cta{background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);transition:all var(--transition-fast) ease;border:none;align-self:flex-start;align-items:center;gap:.4rem;width:fit-content;padding:8px 16px;font-size:12px;font-weight:600;display:inline-flex}.landing-page .landing-feature-cta:hover{background:var(--brand-hover)}.landing-page .landing-feature-text{flex-direction:column;justify-content:center;justify-self:center;min-width:0;max-width:380px;display:flex}.landing-page .landing-feature-demo{min-width:0;min-height:200px}.landing-page .glass-card{background:var(--glass-heavy);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);transition:border-color var(--transition-fast) ease}.landing-page .glass-card:hover{border-color:var(--border-hover)}.landing-page .landing-chat-demo{width:100%;position:relative}.landing-page .landing-chat-demo:before{content:"";filter:blur(40px);pointer-events:none;z-index:-1;background:radial-gradient(#4d8eff0a 0%,#0000 70%);border-radius:50%;width:110%;height:110%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-page .landing-chat-window{background:var(--glass-heavy);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden}.landing-page .landing-chat-toolbar{background:#ffffff05;border-bottom:1px solid #ffffff0f;align-items:center;padding:8px 12px;display:flex}.landing-page .landing-chat-toolbar-dots{gap:5px;display:flex}.landing-page .landing-chat-toolbar-dots span{background:#ffffff1f;border-radius:50%;width:8px;height:8px}.landing-page .landing-chat-toolbar-dots span:first-child{background:#ff5f57}.landing-page .landing-chat-toolbar-dots span:nth-child(2){background:#ffbd2e}.landing-page .landing-chat-toolbar-dots span:nth-child(3){background:#28c840}.landing-page .landing-chat-toolbar-logo{color:var(--text-secondary);letter-spacing:.01em;align-items:center;gap:6px;margin:0 auto;font-size:11px;font-weight:600;display:flex}.landing-page .landing-chat-toolbar-spacer{width:34px}.landing-page .landing-chat-messages{padding:var(--space-4);gap:var(--space-3);scrollbar-width:none;flex-direction:column;height:340px;display:flex;overflow-y:auto}.landing-page .landing-chat-messages::-webkit-scrollbar{display:none}.landing-page .landing-chat-msg{font-size:12px;line-height:1.5}.landing-page .landing-chat-para{margin-top:4px}.landing-page .landing-chat-para:first-child{margin-top:0}.landing-page .landing-chat-msg.user{color:#ffffffeb;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px 16px 4px;align-self:flex-end;max-width:75%;padding:10px 14px}.landing-page .landing-chat-msg.assistant{max-width:100%;color:var(--text-secondary);align-self:flex-start;padding:4px 0;line-height:1.45}.landing-page .landing-chat-msg.assistant strong{color:var(--text-primary)}.landing-page .landing-chat-cursor{vertical-align:text-bottom;background:currentColor;width:2px;height:1em;margin-left:1px;animation:.8s infinite landingBlink;display:inline-block}.landing-page .landing-chat-thinking{gap:4px;padding:4px 0;display:flex}.landing-page .landing-chat-thinking span{background:var(--text-muted);border-radius:50%;width:6px;height:6px;animation:1.2s infinite landingThinkingDot}.landing-page .landing-chat-thinking span:nth-child(2){animation-delay:.2s}.landing-page .landing-chat-thinking span:nth-child(3){animation-delay:.4s}.landing-page .landing-chat-pills{margin-top:var(--space-3);flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.landing-page .landing-chat-pill{border-radius:var(--radius-full);color:var(--text-secondary);transition:all var(--transition-fast) ease;background:#ffffff0a;border:1px solid #ffffff14;align-items:center;gap:5px;padding:5px 10px;font-size:11px;font-weight:500;display:inline-flex}.landing-page .landing-chat-pill:hover{color:var(--text-primary);background:#ffffff14;border-color:#ffffff26}.landing-page .landing-chat-pill.active{background:var(--accent-surface);border-color:var(--accent-border);color:var(--accent)}.landing-chat-visual{border-radius:var(--radius-md);background:#ffffff08;border:1px solid #ffffff14;margin:10px 0 6px;padding:10px 12px;animation:.4s chatVisualIn}@keyframes chatVisualIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.landing-chat-voting .voting-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.landing-chat-voting .voting-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:600}.landing-chat-voting .voting-legend{color:var(--text-muted);align-items:center;gap:8px;font-size:9px;display:flex}.landing-chat-voting .voting-legend .dot{border-radius:50%;width:6px;height:6px;display:inline-block}.landing-chat-voting .voting-legend .dot.sim{background:var(--accent)}.landing-chat-voting .voting-legend .dot.nao{background:#ffffff26}.landing-chat-voting .voting-row{align-items:center;gap:8px;margin-bottom:5px;display:flex}.landing-chat-voting .voting-party{color:var(--text-primary);text-align:right;width:28px;font-size:11px;font-weight:600}.landing-chat-voting .voting-bar-bg{background:#ffffff0f;border-radius:3px;flex:1;height:14px;overflow:hidden}.landing-chat-voting .voting-bar-fill{border-radius:3px;height:100%;transition:width .6s}.landing-chat-voting .voting-pct{color:var(--text-secondary);text-align:right;width:30px;font-size:11px;font-weight:600}.landing-chat-ranking .ranking-header{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:10px;font-weight:600}.landing-chat-ranking .ranking-row{align-items:center;gap:8px;margin-bottom:6px;display:flex}.landing-chat-ranking .ranking-pos{color:var(--text-muted);text-align:center;width:12px;font-size:11px;font-weight:700}.landing-chat-ranking .ranking-avatar{width:24px;height:24px;color:var(--text-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:8px;font-weight:700;display:flex}.landing-chat-ranking .ranking-info{flex:1;min-width:0}.landing-chat-ranking .ranking-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:3px;font-size:11px;font-weight:500;display:block;overflow:hidden}.landing-chat-ranking .ranking-bar-bg{background:#ffffff0f;border-radius:2px;height:4px;overflow:hidden}.landing-chat-ranking .ranking-bar-fill{background:var(--accent);border-radius:2px;height:100%;transition:width .6s}.landing-chat-ranking .ranking-growth{font-size:var(--text-xs);color:var(--positive);white-space:nowrap;font-weight:600}.landing-page .landing-rl-searchbar{align-items:center;gap:var(--space-3);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-full);transition:all var(--transition-fast) ease;background:#ffffff0d;border:1px solid #ffffff1a;padding:10px 18px;display:flex;position:relative;overflow:visible}.landing-page .landing-rl-searchbar.landing-rl-searchbar-glow{border-color:#0000}.landing-page .landing-rl-searchbar.landing-rl-searchbar-glow:before{content:"";border-radius:var(--radius-full);z-index:-1;filter:blur(2px);background:conic-gradient(#4d8eff33,#ffb0201f,#00c48c1f,#9b6dff1f,#4d8eff33);animation:6s linear infinite landingSearchGlow;position:absolute;inset:-1px}.landing-page .landing-rl-searchbar.landing-rl-searchbar-glow:after{content:"";border-radius:var(--radius-full);z-index:-1;background:#0a0a0ce6;position:absolute;inset:0}.landing-page .landing-rl-searchbar:hover{background:#0f0f12f2}.landing-page .landing-rl-searchbar-icon{flex-shrink:0;align-items:center;display:flex}.landing-page .landing-rl-searchbar-carousel{flex:1;height:20px;position:relative;overflow:hidden}.landing-page .landing-rl-searchbar-item{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;opacity:0;font-size:13px;line-height:20px;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;overflow:hidden;transform:translateY(14px)}.landing-page .landing-rl-searchbar-item.active{opacity:1;transform:translateY(0)}.landing-page .landing-anim-wrapper{width:100%}.landing-page .landing-anim-stage{width:100%;min-height:320px;position:relative}:is(.landing-page .landing-anim-wrapper~.landing-feature-text,.landing-page .landing-feature-section:has(.landing-anim-wrapper) .landing-feature-text){align-self:center}.landing-page .landing-anim-phase-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);opacity:0;align-items:center;gap:6px;margin-bottom:12px;font-size:10px;font-weight:600;transition:opacity .3s,transform .3s;display:flex;transform:translateY(6px)}.landing-page .landing-anim-report.active .landing-anim-phase-label,.landing-page .landing-anim-leg.active .landing-anim-phase-label{opacity:1;transform:translateY(0)}.landing-page .landing-anim-label-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite landing-anim-pulse}@keyframes landing-anim-pulse{0%,to{opacity:1}50%{opacity:.4}}.landing-page .landing-anim-report{opacity:0;pointer-events:none;transition:opacity .5s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.landing-page .landing-anim-report.active{opacity:1;pointer-events:auto}.landing-page .landing-anim-blueprint{opacity:0;align-items:stretch;gap:0;transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative;transform:scale(.96)}.landing-page .landing-anim-blueprint.visible{opacity:1;transform:scale(1)}.landing-page .landing-anim-blueprint.exiting{opacity:0;transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);transform:scale(.97)}.landing-page .landing-anim-doc{border-radius:var(--radius-md);z-index:1;background:#19191ecc;border:1px solid #ffffff14;flex-direction:column;flex:0 0 210px;gap:10px;padding:16px 18px;display:flex;position:relative}.landing-page .landing-anim-doc-header{justify-content:space-between;align-items:center;display:flex}.landing-page .landing-anim-doc-badge{font-size:var(--text-2xs);text-transform:uppercase;letter-spacing:var(--tracking-wider);color:var(--caution);background:var(--caution-surface);border-radius:var(--radius-sm);padding:3px 9px;font-weight:700}.landing-page .landing-anim-doc-time{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:10px}.landing-page .landing-anim-doc-title-line{background:#ffffff1f;border-radius:3px;height:8px}.landing-page .landing-anim-doc-body{flex-direction:column;gap:4px;display:flex}.landing-page .landing-anim-doc-line{background:#ffffff0f;border-radius:2px;height:4px}.landing-page .landing-anim-doc-sentiment{border-radius:3px;gap:2px;height:5px;display:flex;overflow:hidden}.landing-page .landing-anim-doc-sent-bar{opacity:.6;border-radius:2px;height:100%}.landing-page .landing-anim-doc-timeline{align-items:center;gap:0;padding:2px 0;display:flex}.landing-page .landing-anim-doc-tl-dot{background:#4d8eff66;border-radius:50%;flex-shrink:0;width:5px;height:5px}.landing-page .landing-anim-doc-tl-line-h{background:#4d8eff26;flex:1;height:1px}.landing-page .landing-anim-doc-posts{gap:4px;display:flex}.landing-page .landing-anim-doc-minicard{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:4px;flex:1;height:20px}.landing-page .landing-anim-specs{flex:1;min-width:0;position:relative}.landing-page .landing-anim-spec{opacity:0;align-items:center;gap:6px;transition:opacity .45s cubic-bezier(.4,0,.2,1),transform .45s cubic-bezier(.4,0,.2,1);display:flex;position:absolute}.landing-page .landing-anim-spec--right{left:0;transform:translate(8px)}.landing-page .landing-anim-spec--right.visible{opacity:1;transform:translate(0)}.landing-page .landing-anim-spec--left{right:0;transform:translate(-8px)}.landing-page .landing-anim-spec--left.visible{opacity:1;transform:translate(0)}.landing-page .landing-anim-spec-dot{background:#4d8eff80;border-radius:50%;flex-shrink:0;width:6px;height:6px}.landing-page .landing-anim-spec-line{background:#4d8eff33;flex-shrink:0;width:20px;height:1px}.landing-page .landing-anim-spec-text{flex-direction:column;gap:1px;display:flex}.landing-page .landing-anim-spec--left .landing-anim-spec-text{text-align:right}.landing-page .landing-anim-spec-label{color:var(--text-primary);white-space:nowrap;font-size:12px;font-weight:600}.landing-page .landing-anim-spec-desc{color:var(--text-muted);white-space:nowrap;font-size:11px}.landing-page .landing-anim-leg{opacity:0;pointer-events:none;transition:opacity .5s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.landing-page .landing-anim-leg.active{opacity:1;pointer-events:auto}.landing-page .landing-anim-leg-list{flex-direction:column;gap:0;display:flex}.landing-page .landing-anim-leg-item{background:var(--glass-light);border:1px solid var(--glass-border);border-radius:var(--radius-md);opacity:0;max-height:0;transition:opacity .45s cubic-bezier(.4, 0, .2, 1), transform .45s cubic-bezier(.4, 0, .2, 1), max-height .45s cubic-bezier(.4, 0, .2, 1), padding .4s cubic-bezier(.4, 0, .2, 1), background var(--transition-normal), border-color var(--transition-normal);align-items:center;gap:8px;margin-bottom:4px;padding:10px 12px;display:flex;overflow:hidden;transform:translateY(12px)}.landing-page .landing-anim-leg-item.visible{opacity:1;max-height:60px;transform:translateY(0)}.landing-page .landing-anim-leg-item.hovered{background:#ffffff0d;border-color:#ffffff1a;padding:12px 14px}.landing-page .landing-anim-leg-item.hovered .landing-anim-leg-label{color:var(--text-secondary)}.landing-page .landing-anim-leg-item.hovered .landing-anim-leg-arrow{opacity:.4;transform:translate(0)}.landing-page .landing-anim-leg-item.exiting{opacity:0;transition:opacity .35s cubic-bezier(.4,0,.2,1);transform:translateY(0)}.landing-page .landing-anim-leg-sigla{color:#fff;text-align:center;letter-spacing:.02em;border-radius:3px;flex-shrink:0;min-width:26px;padding:2px 5px;font-size:8px;font-weight:700}.landing-page .landing-anim-leg-code{color:var(--text-primary);white-space:nowrap;flex-shrink:0;font-size:11px;font-weight:600}.landing-page .landing-anim-leg-label{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:11px;transition:color .25s;overflow:hidden}.landing-page .landing-anim-leg-arrow{color:var(--text-muted);opacity:0;flex-shrink:0;transition:opacity .25s,transform .25s;transform:translate(-4px)}.landing-page .landing-explore-section{max-width:1100px;margin:0 auto;padding:5rem 2rem}.landing-page .landing-explore-header{max-width:700px;margin:0 auto var(--space-8);text-align:center}.landing-page .landing-explore-kicker{letter-spacing:.03em;color:var(--text-muted);margin-bottom:2px;font-size:1.1rem;font-weight:300;display:block}.landing-page .landing-explore-layout{justify-content:center;align-items:center;gap:0;max-width:1000px;margin:0 auto;display:flex;position:relative}.landing-page .landing-explore-map-frame{border-radius:var(--radius-lg);border:1px solid var(--glass-border);background:var(--bg-primary);flex:1;min-width:0;height:420px;position:relative;overflow:hidden}.landing-page .landing-explore-map-skeleton{background:var(--bg-primary);z-index:1;position:absolute;inset:0}.landing-page .landing-explore-map-skeleton:after{content:"";background:linear-gradient(110deg,#0000 25%,#ffffff0a 37%,#0000 50%) 0 0/200% 100%;animation:1.8s ease-in-out infinite landing-map-shimmer;position:absolute;inset:0}@keyframes landing-map-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.landing-page .landing-explore-map-img{-o-object-fit:cover;object-fit:cover;opacity:0;transform-origin:62% 78%;width:100%;height:100%;transition:opacity .8s,transform 1.2s cubic-bezier(.4,0,.2,1),filter 1s;transform:scale(1)}.landing-page .landing-explore-map-img.loaded{opacity:1}.landing-page .landing-explore-map-img.zoomed{filter:hue-rotate(15deg)saturate(1.1)brightness(1.05);transform:scale(1.35)}.landing-page .landing-explore-vignette{z-index:2;pointer-events:none;background:radial-gradient(70% 70%,#0000 20%,#14141866 50%,#141418d9 75%,#141418fa 100%);position:absolute;inset:0}.landing-page .landing-explore-click-overlay{z-index:3;position:absolute;inset:0}.landing-page .landing-explore-phase-cards{z-index:5;opacity:0;pointer-events:none;transition:opacity .6s,transform .6s;position:relative;transform:scale(.92)}.landing-page .landing-explore-phase-cards.visible{opacity:1;pointer-events:auto;transform:scale(1)}.landing-page .landing-explore-phase-axes{z-index:10;opacity:0;pointer-events:none;transition:opacity .6s,transform .6s;position:absolute;top:50%;right:20px;transform:translateY(-50%)scale(.92)}.landing-page .landing-explore-phase-axes.visible{opacity:1;pointer-events:auto;transform:translateY(-50%)scale(1)}.landing-page .landing-explore-sources{margin-top:var(--space-6);flex-wrap:wrap;justify-content:center;gap:8px;max-width:600px;margin-left:auto;margin-right:auto;display:flex}.landing-page .landing-explore-source-pill{border-radius:var(--radius-full);color:var(--text-muted);white-space:nowrap;background:#ffffff0a;border:1px solid #ffffff14;padding:4px 12px;font-size:11px;font-weight:500}.landing-page .landing-explore-card{z-index:5;-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border-light);border-radius:var(--radius-lg);width:180px;padding:var(--space-4) var(--space-4);text-align:center;box-shadow:var(--shadow-lg);transition:border-color var(--transition-fast), background var(--transition-fast);background:#ffffff08;border-top-color:#ffffff14;flex-shrink:0;display:block;position:relative}.landing-page .landing-explore-card:hover{border-color:var(--border-hover);background:#ffffff0d}.landing-page .landing-explore-card-left{margin-right:-40px;animation:4s ease-in-out infinite landingCardFloat}.landing-page .landing-explore-card-right{margin-left:-40px;animation:4s ease-in-out 2s infinite landingCardFloat}@keyframes landingCardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.landing-page .landing-explore-card-photo{border:2px solid #ffffff26;border-radius:50%;width:64px;height:64px;margin:0 auto 10px;overflow:hidden}.landing-page .landing-explore-card-photo img{-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;width:100%;height:100%}.landing-page .landing-explore-card-photo-initials{color:#ffffffe6;text-transform:uppercase;justify-content:center;align-items:center;width:100%;height:100%;font-family:Space Grotesk,sans-serif;font-size:20px;font-weight:600;display:flex}.landing-page .landing-explore-card-info{flex-direction:column;align-items:center;gap:4px;display:flex}.landing-page .landing-explore-card-name{color:var(--text-primary);font-size:14px;font-weight:700;font-family:var(--font-display,"Space Grotesk", sans-serif)}.landing-page .landing-explore-card-partido-badge{color:var(--text-primary);letter-spacing:.03em;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700}.landing-page .landing-explore-card-cargo-tag{color:var(--text-muted);font-size:10px}.landing-page .landing-explore-card-hex{justify-content:center;margin:4px 0;display:flex}.landing-page .landing-explore-card-votos-num{color:var(--text-muted);font-size:10px}.landing-page .landing-explore-searchbar-wrap{z-index:15;justify-content:center;margin-bottom:-22px;display:flex;position:relative}.landing-page .landing-explore-searchbar{align-items:center;gap:var(--space-2);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-full);width:420px;max-width:90%;transition:all var(--transition-fast) ease;background:#ffffff0d;border:1px solid #ffffff1a;padding:10px 18px;display:flex;position:relative;overflow:visible}.landing-page .landing-explore-searchbar:hover{background:#0f0f12f2}.landing-page .landing-explore-searchbar.landing-rl-searchbar-glow{border-color:#0000}.landing-page .landing-explore-searchbar.landing-rl-searchbar-glow:before{content:"";border-radius:var(--radius-full);z-index:-1;filter:blur(2px);background:conic-gradient(#4d8eff33,#ffb0201f,#00c48c1f,#9b6dff1f,#4d8eff33);animation:6s linear infinite landingSearchGlow;position:absolute;inset:-1px}.landing-page .landing-explore-searchbar.landing-rl-searchbar-glow:after{content:"";border-radius:var(--radius-full);z-index:-1;background:#0a0a0ce6;position:absolute;inset:0}.landing-page .landing-explore-searchbar .landing-rl-searchbar-carousel{height:20px}.landing-page .landing-explore-searchbar .landing-rl-searchbar-item{font-size:13px;line-height:20px}.landing-page .landing-explore-axes-card{-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border-light);border-radius:var(--radius-lg);width:190px;box-shadow:var(--shadow-lg);background:#ffffff08;border-top-color:#ffffff14;flex-direction:column;gap:0;padding:14px 12px;animation:4s ease-in-out 1s infinite landingCardFloat;display:flex}.landing-page .landing-explore-axes-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:8px;display:flex}.landing-page .landing-explore-axes-header-left{color:var(--primary);align-items:center;gap:6px;display:flex}.landing-page .landing-explore-axes-brand{color:var(--primary);font-size:11px;font-weight:600;font-family:var(--font-display,"Space Grotesk", sans-serif)}.landing-page .landing-explore-axes-badge{color:var(--primary);transition:all var(--transition-fast) ease;border:1px solid #4d8eff4d;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:600}.landing-page .landing-explore-axes-badge:hover{background:#4d8eff1a}.landing-page .landing-explore-axes-list{flex-direction:column;gap:4px;display:flex}.landing-page .landing-explore-axis-row{opacity:.55;border-radius:8px;align-items:center;gap:6px;padding:5px 2px;transition:background .2s,opacity .2s;display:flex}.landing-page .landing-explore-axis-row.active{opacity:1}.landing-page .landing-explore-axis-row:hover{background:#ffffff08}.landing-page .landing-explore-axis-dot{opacity:.7;border-radius:50%;flex-shrink:0;width:8px;height:8px}.landing-page .landing-explore-axis-row.active .landing-explore-axis-dot{opacity:1}.landing-page .landing-explore-axis-text{flex-direction:column;gap:1px;min-width:0;display:flex}.landing-page .landing-explore-axis-label{color:var(--text-primary);font-size:12px;font-weight:700;font-family:var(--font-display,"Space Grotesk", sans-serif);line-height:1.3}.landing-page .landing-explore-axis-sub{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.landing-page .landing-explore-toggle{background:#ffffff1a;border:none;border-radius:8px;flex-shrink:0;width:28px;height:16px;padding:0;transition:background .2s;position:relative}.landing-page .landing-explore-toggle.on{background:#4d8eff59}.landing-page .landing-explore-toggle-thumb{background:#ffffff80;border-radius:50%;width:12px;height:12px;transition:all .2s;position:absolute;top:2px;left:2px}.landing-page .landing-explore-toggle.on .landing-explore-toggle-thumb{background:var(--primary);left:14px}.landing-page .landing-projecao-demo{-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:var(--space-4) var(--space-5);background:#ffffff05;border-top-color:#ffffff14;flex-direction:column;gap:6px;display:flex}.landing-page .landing-proj-header{margin-bottom:var(--space-2);padding-bottom:var(--space-2);border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;display:flex}.landing-page .landing-proj-header-label{font-family:var(--font-display,"Space Grotesk", sans-serif);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:600}.landing-page .landing-proj-header-modelo{color:var(--text-muted);font-size:11px}.landing-page .landing-proj-item{align-items:center;gap:var(--space-3);transition:background var(--transition-fast) ease;border-radius:var(--radius-sm);padding:8px 0;display:flex}.landing-page .landing-proj-rank{font-family:var(--font-display,"Space Grotesk", sans-serif);color:var(--text-muted);text-align:center;flex-shrink:0;width:20px;font-size:15px;font-weight:700}.landing-page .landing-proj-foto{-o-object-fit:cover;object-fit:cover;border:2px solid #ffffff1f;border-radius:50%;flex-shrink:0;width:40px;height:40px}.landing-page .landing-proj-foto.placeholder{background:var(--bg-hover)}.landing-page .landing-proj-info{flex:1;min-width:0}.landing-page .landing-proj-top{align-items:center;gap:var(--space-2);margin-bottom:3px;display:flex}.landing-page .landing-proj-nome{color:var(--text-primary);font-size:13px;font-weight:600}.landing-page .landing-proj-partido{letter-spacing:.02em;border-radius:4px;padding:1px 6px;font-size:10px;font-weight:700}.landing-page .landing-proj-bar-wrap{align-items:center;gap:var(--space-2);flex:1;min-width:0;display:flex}.landing-page .landing-proj-bar-track{background:#ffffff0f;border-radius:3px;flex:1;height:6px;overflow:hidden}.landing-page .landing-proj-bar{border-radius:3px;min-width:4px;height:100%;transition:width 1.2s cubic-bezier(.4,0,.2,1)}.landing-page .landing-proj-pct{font-family:var(--font-display,"Space Grotesk", sans-serif);color:var(--text-primary);text-align:right;flex-shrink:0;min-width:44px;font-size:14px;font-weight:700}.landing-page .landing-ticker-section{border-top:1px solid #ffffff0a;border-bottom:1px solid #ffffff0a;width:100%;min-height:60px;padding:1.5rem 0;position:relative;overflow:hidden}.landing-page .landing-ticker-section:before,.landing-page .landing-ticker-section:after{content:"";z-index:2;pointer-events:none;width:80px;position:absolute;top:0;bottom:0}.landing-page .landing-ticker-section:before{background:linear-gradient(to right, var(--bg-primary), transparent);left:0}.landing-page .landing-ticker-section:after{background:linear-gradient(to left, var(--bg-primary), transparent);right:0}.landing-page .landing-ticker-track{gap:var(--space-4);width:max-content;animation:90s linear infinite landingTicker;display:flex}.landing-page .landing-ticker-track:hover{animation-play-state:paused}.landing-page .landing-ticker-item{white-space:nowrap;border-radius:var(--radius-md);transition:all var(--transition-fast) ease;background:#ffffff08;border:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:8px;padding:6px 14px;display:flex}.landing-page .landing-ticker-item:hover{background:#ffffff12;border-color:#ffffff1f}.landing-page .landing-ticker-tag{text-transform:uppercase;letter-spacing:.05em;color:var(--text-primary);border-radius:3px;flex-shrink:0;padding:2px 6px;font-size:9px;font-weight:700}.landing-page .landing-ticker-text{color:var(--text-secondary);font-size:13px;font-weight:500}@keyframes landingTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}.landing-page .landing-grafo-section{text-align:center;margin-top:-3rem;padding:0}.landing-page .landing-grafo-section .landing-feature-title,.landing-page .landing-grafo-section .landing-feature-desc{text-align:center}.landing-page .landing-grafo-section .landing-feature-desc{margin:0 auto var(--space-6)}.landing-page .landing-grafo-demo{width:100%;height:400px;position:relative;overflow:hidden}.landing-page .landing-grafo-canvas{width:100%;height:100%;display:block}.landing-page .landing-redes-demo{-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);width:100%;padding:var(--space-4) var(--space-5);transition:border-color var(--transition-fast);background:#ffffff05;border-top-color:#ffffff14;display:block}.landing-page .landing-redes-demo:hover{border-color:var(--border-hover)}.landing-page .landing-redes-header{margin-bottom:var(--space-2);justify-content:space-between;align-items:center;display:flex}.landing-page .landing-redes-badge{text-transform:uppercase;letter-spacing:.04em;color:var(--primary);background:#4d8eff1a;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:700}.landing-page .landing-redes-period{color:var(--text-muted);font-size:10px}.landing-page .landing-redes-list{flex-direction:column;display:flex}.landing-page .landing-redes-row{border-bottom:1px solid #ffffff0a;align-items:center;gap:8px;padding:6px 0;display:flex}.landing-page .landing-redes-row:last-child{border-bottom:none}.landing-page .landing-redes-pos{font-family:var(--font-display,"Space Grotesk", sans-serif);color:var(--text-muted);text-align:center;flex-shrink:0;width:18px;font-size:12px;font-weight:700}.landing-page .landing-redes-foto{-o-object-fit:cover;object-fit:cover;border:1px solid #ffffff14;border-radius:50%;flex-shrink:0;width:24px;height:24px}.landing-page .landing-redes-info{flex:1;align-items:center;gap:6px;min-width:0;display:flex}.landing-page .landing-redes-nome{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:600;overflow:hidden}.landing-page .landing-redes-partido{flex-shrink:0;font-size:9px;font-weight:700}.landing-page .landing-redes-seg{color:var(--text-secondary);text-align:right;flex-shrink:0;min-width:40px;font-size:11px;font-weight:600}.landing-page .landing-redes-var{flex-shrink:0;align-items:center;gap:3px;min-width:50px;font-size:10px;font-weight:600;display:inline-flex}.landing-page .landing-redes-var.up{color:var(--positive)}.landing-page .landing-redes-var.down{color:var(--negative)}.landing-page .landing-assistentes-section{max-width:860px;margin:0 auto;padding:5rem 2rem}.landing-page .landing-assistentes-container{text-align:center}.landing-page .landing-assistentes-demo{margin-top:var(--space-6);align-items:stretch;gap:16px;min-height:420px;display:flex;position:relative}.landing-page .landing-demo-chat{-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:var(--radius-xl);background:#ffffff05;border-top-color:#ffffff14;flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.landing-page .landing-demo-chat-header{border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:10px;padding:14px 20px;display:flex}.landing-page .landing-demo-chat-header-icon{border-radius:7px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s;display:flex}.landing-page .landing-demo-chat-header-title{color:#ffffffd9;font-size:13px;font-weight:600;transition:all .3s}.landing-page .landing-demo-chat-messages{scrollbar-width:thin;scrollbar-color:#ffffff0f transparent;flex-direction:column;flex:1;gap:16px;padding:20px 20px 16px;display:flex;overflow-y:auto}.landing-page .landing-demo-chat-messages::-webkit-scrollbar{width:3px}.landing-page .landing-demo-chat-messages::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:2px}.landing-page .landing-demo-msg{align-items:flex-start;gap:10px;animation:.35s both landingMsgIn;display:flex}@keyframes landingMsgIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.landing-page .landing-demo-msg.user{justify-content:flex-end}.landing-page .landing-demo-msg-avatar{flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;display:flex}.landing-page .landing-demo-msg-bubble{text-align:left;max-width:82%;font-size:12.5px;line-height:1.6}.landing-page .landing-demo-msg.user .landing-demo-msg-bubble{color:#fffc;background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px 12px 3px;padding:8px 13px;font-weight:450}.landing-page .landing-demo-msg.assistant .landing-demo-msg-bubble{color:#dce1ebd9;padding:0}.landing-page .landing-demo-typing{align-items:center;gap:6px;display:flex}.landing-page .landing-demo-typing-text{color:#ffffff73;font-size:12px}.landing-page .landing-demo-dots{gap:3px;display:inline-flex}.landing-page .landing-demo-dots span{background:#ffffff59;border-radius:50%;width:3.5px;height:3.5px;animation:1.4s infinite landingDotPulse}.landing-page .landing-demo-dots span:nth-child(2){animation-delay:.2s}.landing-page .landing-demo-dots span:nth-child(3){animation-delay:.4s}@keyframes landingDotPulse{0%,80%,to{opacity:.25}40%{opacity:.9}}.landing-page .landing-assistentes-demo:before{content:"";filter:blur(40px);pointer-events:none;z-index:-1;background:radial-gradient(#4d8eff0a 0%,#0000 70%);border-radius:50%;width:100%;height:100%;position:absolute;top:50%;left:45%;transform:translate(-50%,-50%)}.landing-page .landing-demo-menu-card{-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border-light);border-radius:var(--radius-lg);width:230px;box-shadow:var(--shadow-xl);z-index:2;background:#ffffff05;border-top-color:#ffffff14;flex-direction:column;flex-shrink:0;align-self:center;gap:2px;margin-left:-27px;padding:6px;display:flex;position:relative}.landing-page .landing-demo-menu-item{text-align:left;color:inherit;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-family:inherit;transition:all .2s;display:flex;position:relative;overflow:hidden}.landing-page .landing-demo-menu-item:hover{background:#ffffff0a}.landing-page .landing-demo-menu-item.active{background:#ffffff0f}.landing-page .landing-demo-menu-icon{border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex}.landing-page .landing-demo-menu-title{color:#fff9;white-space:nowrap;font-size:12px;font-weight:550;transition:color .2s}.landing-page .landing-demo-menu-item.active .landing-demo-menu-title{color:#fffffff2}.landing-page .landing-demo-menu-progress{background:#ffffff0a;border-radius:1px;height:2px;position:absolute;bottom:0;left:8px;right:8px}.landing-page .landing-demo-menu-progress-fill{background:var(--item-color,#4d8eff);opacity:.4;border-radius:1px;height:100%;animation:6s linear forwards landingProgressFill}@keyframes landingProgressFill{0%{width:0}to{width:100%}}@media (max-width:1024px){.landing-page .landing-assistentes-demo{flex-direction:column;min-height:auto}.landing-page .landing-demo-menu-card{scrollbar-width:none;flex-direction:row;width:100%;margin-top:0;margin-right:0;overflow-x:auto}.landing-page .landing-demo-menu-card::-webkit-scrollbar{display:none}.landing-page .landing-demo-menu-item{flex-shrink:0;min-width:160px}.landing-page .landing-demo-chat{min-height:380px}}@media (max-width:768px){.landing-page .landing-assistentes-section{padding:3rem 1rem}.landing-page .landing-demo-menu-item{min-width:140px;padding:8px 10px}.landing-page .landing-demo-menu-icon{width:26px;height:26px}.landing-page .landing-demo-menu-title{font-size:11px}.landing-page .landing-demo-chat{min-height:340px}}.landing-page .landing-section{padding:6rem 2rem;position:relative}.landing-page .section-container{max-width:1100px;margin:0 auto}.landing-page .cta-final-section{text-align:center;padding:3rem 2rem 6rem}.landing-page .cta-headline{font-family:var(--font-display);color:var(--text-primary);margin-bottom:var(--space-6);letter-spacing:var(--tracking-tight);font-size:2rem;font-weight:700;line-height:1.2}.landing-page .cta-headline span{color:var(--color-secondary,#4d8eff)}.landing-page .cta-button{align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-8);background:var(--brand);color:#fff;border-radius:var(--radius-lg);transition:background var(--transition-fast);border:none;font-size:1.1rem;font-weight:600;display:inline-flex}.landing-page .cta-button:hover{background:var(--brand-hover)}@keyframes landingFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes landingBounceArrow{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@keyframes landingBlink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes landingThinkingDot{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}@keyframes landingGlowRotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes landingSearchGlow{0%{filter:blur(3px)hue-rotate()}to{filter:blur(3px)hue-rotate(360deg)}}@media (prefers-reduced-motion:reduce){.landing-page .landing-feature-section{opacity:1;transition:none;transform:none}.landing-page .scroll-indicator svg,.landing-page .landing-chat-cursor,.landing-page .landing-chat-thinking span,.landing-page .landing-chat-demo:before,.landing-page .landing-explore-card{animation:none}}@media (max-width:1024px){.landing-page .landing-headline{font-size:2rem}.landing-page .cta-headline{font-size:1.75rem}.landing-page .landing-feature-section{gap:var(--space-6);padding:3.5rem 1.5rem}}@media (max-width:768px){.landing-page .landing-hero{min-height:85vh;padding:2.5rem 1.5rem 1.5rem}.landing-page .landing-logo{margin-bottom:1.5rem}.landing-page .landing-headline{margin-bottom:1.25rem;font-size:1.5rem}.landing-page .landing-chatbox-wrapper{margin-bottom:1rem}.landing-page .scroll-indicator{bottom:1.5rem}.landing-page .cta-headline{font-size:1.5rem}.landing-page .cta-button{padding:.875rem 1.5rem;font-size:1rem}.landing-page .landing-feature-section{gap:var(--space-4);grid-template-columns:1fr;padding:2rem 1.5rem}.landing-page .landing-section{padding:3rem 1.5rem}.landing-page .cta-final-section{padding:2rem 1.5rem calc(4rem + 72px)}.landing-page .landing-grafo-section{padding:2rem 0}.landing-page .landing-feature-section.reverse{direction:ltr}.landing-page .landing-rl-row-top{grid-template-columns:1fr}.landing-page .landing-anim-stage{min-height:240px}.landing-page .landing-anim-specs{display:none}.landing-page .landing-anim-doc{flex:1}.landing-page .landing-explore-section{padding:2rem 0}.landing-page .landing-explore-section .landing-feature-title{padding:0 1rem;font-size:1.2rem}.landing-page .landing-explore-section .landing-explore-header,.landing-page .landing-explore-searchbar-wrap,.landing-page .landing-explore-sources{padding:0 1rem}.landing-page .landing-explore-layout{flex-direction:row;justify-content:center;gap:0;position:relative;overflow:hidden}.landing-page .landing-explore-map-frame{border-radius:16px;width:100%;height:420px;overflow:hidden}.landing-page .landing-explore-phase-cards{z-index:2;position:absolute;bottom:16px}.landing-page .landing-explore-phase-cards:first-child{left:12px}.landing-page .landing-explore-phase-cards:nth-child(3){right:12px}.landing-page .landing-explore-card{-webkit-backdrop-filter:blur(16px)saturate(180%);background:#0c0c10cc;border:1px solid #ffffff1f;border-radius:12px;flex-direction:column;width:auto;min-width:100px;max-width:120px;padding:10px 8px;font-size:10px;box-shadow:0 4px 20px #0006}.landing-page .landing-explore-card-photo{width:52px;height:52px;margin:0 auto 6px}.landing-page .landing-explore-card-photo img{width:52px;height:52px}.landing-page .landing-explore-card-hex{display:none}.landing-page .landing-explore-card-votos-num{font-size:9px}.landing-page .landing-explore-card-name{font-size:11px}.landing-page .landing-explore-card-cargo-tag{font-size:8px}.landing-page .landing-explore-card-partido-badge{padding:2px 6px;font-size:9px}.landing-page .landing-explore-phase-axes{z-index:2;width:120px;position:absolute;bottom:10px;right:6px;overflow:hidden}.landing-page .landing-explore-axes-card{box-sizing:border-box;border-radius:10px;gap:2px;width:120px;padding:6px 8px;overflow:hidden}.landing-page .landing-explore-axes-header{margin-bottom:2px}.landing-page .landing-explore-axes-brand{font-size:8px}.landing-page .landing-explore-axes-badge{padding:1px 4px;font-size:7px}.landing-page .landing-explore-axis-row{gap:3px;padding:1px 0}.landing-page .landing-explore-axis-text{overflow:hidden}.landing-page .landing-explore-axis-label{white-space:nowrap;text-overflow:ellipsis;font-size:8px;overflow:hidden}.landing-page .landing-explore-axis-sub{white-space:nowrap;text-overflow:ellipsis;font-size:6px;overflow:hidden}.landing-page .landing-explore-toggle{width:20px;min-width:20px;height:11px}.landing-page .landing-explore-axis-dot{width:4px;min-width:4px;height:4px}.landing-page .mobile-br{display:block}.landing-page .landing-grafo-demo{height:340px}.landing-page .landing-redes-demo{max-width:100%}}@media (max-width:480px){.landing-page .landing-hero{padding:1rem}.landing-page .landing-headline{font-size:1.25rem}.landing-page .scroll-indicator{width:40px;height:40px}.landing-page .cta-headline{font-size:1.5rem}.landing-page .landing-feature-title{font-size:1.25rem}.landing-page .landing-explore-map-frame{height:360px}.landing-page .landing-explore-card{min-width:90px;max-width:110px;padding:8px 6px}.landing-page .landing-explore-section .landing-feature-title{font-size:1.1rem}}
