#ai-agents-container.ai-agents-container{--ai-expand:0;width:calc(70% + 30% * var(--ai-expand));max-width:100%;margin-left:auto;margin-right:auto;border-radius:calc(24px * (1 - var(--ai-expand)));overflow:hidden;will-change:width,border-radius;background:#000!important}@media (max-width:767px){#ai-agents-container.ai-agents-container{width:calc(92% + 8% * var(--ai-expand));border-radius:calc(20px * (1 - var(--ai-expand)))}}@media (prefers-reduced-motion:reduce){#ai-agents-container.ai-agents-container{width:100%!important;border-radius:0!important;will-change:auto}}#ai-agents-section.ai-agents-section{background:#fff;overflow-x:hidden}#ai-agents-section .pb-16{padding-bottom:4rem!important}#ai-agents-section .ai-bg-carousel,#ai-agents-section .ai-bg-carousel__cols,#ai-agents-section .ai-stage{overflow:hidden}#ai-agents-section .ai-chat-thread{display:flex;flex-direction:column;gap:.75rem;flex:1 1 auto;min-height:220px;max-height:340px;overflow-y:auto;overflow-x:hidden;padding:4px 2px 8px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}#ai-agents-section .ai-chat-thread::-webkit-scrollbar{width:6px}#ai-agents-section .ai-chat-thread::-webkit-scrollbar-thumb{background:rgba(148,163,184,.35);border-radius:999px}#ai-agents-section .ai-chat-msg{display:flex;flex-direction:column;gap:.4rem;animation:ai-qa-fade-in .35s ease both}#ai-agents-section .ai-chat-msg--user{align-items:flex-end}#ai-agents-section .ai-chat-msg--agent,#ai-agents-section .ai-chat-msg--athena{align-items:flex-start}#ai-agents-section .ai-qa-bubble{display:block;border-radius:12px;padding:10px 12px;font-size:.8125rem;line-height:1.45;max-width:100%}#ai-agents-section .ai-qa-bubble--user{max-width:92%;background:rgba(37,76,208,.22);border:1px solid rgba(37,76,208,.35);color:#e2e8f0;white-space:pre-wrap;word-break:break-word}#ai-agents-section .ai-qa-bubble--agent,#ai-agents-section .ai-qa-bubble--athena{background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.08);color:#cbd5e1}#ai-agents-section .ai-qa-bubble--agent p,#ai-agents-section .ai-qa-bubble--athena p{margin:0 0 .5rem;color:#e2e8f0;font-size:.8125rem;line-height:1.45}#ai-agents-section .ai-qa-bubble--agent p:last-child,#ai-agents-section .ai-qa-bubble--athena p:last-child{margin-bottom:0}#ai-agents-section .ai-qa-bubble--agent ul,#ai-agents-section .ai-qa-bubble--athena ul{margin:0 0 .5rem;padding-left:1.1rem;color:#94a3b8}#ai-agents-section .ai-qa-bubble--agent li,#ai-agents-section .ai-qa-bubble--athena li{margin-bottom:.25rem}#ai-agents-section .ai-qa-bubble--agent strong,#ai-agents-section .ai-qa-bubble--athena strong{color:#f8fafc;font-weight:600}#ai-agents-section .ai-qa-gap{color:#f59e0b!important}#ai-agents-section .ai-chat-composer{display:flex;align-items:center;gap:.5rem;margin-top:2px;padding:8px 8px 8px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04)}#ai-agents-section .ai-chat-composer__field{flex:1;min-width:0}#ai-agents-section .ai-chat-input{min-height:1.35em;max-height:4.5em;overflow-y:auto;color:#e2e8f0;font-size:.8125rem;line-height:1.4;outline:none;white-space:pre-wrap;word-break:break-word}#ai-agents-section .ai-chat-input:empty:before{content:attr(data-placeholder);color:#64748b;pointer-events:none}#ai-agents-section .ai-chat-send{flex:0 0 auto;display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:10px;background:#254cd0;color:#fff;cursor:pointer}#ai-agents-section .ai-chat-send:hover{background:#1d3fb3}#ai-agents-section .ai-chat-msg.is-entering{animation:ai-qa-fade-in .45s ease-out both}#ai-agents-section .ai-chat-msg.is-leaving{animation:ai-chat-out .36s ease-in both;pointer-events:none}@keyframes ai-qa-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes ai-chat-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-18px)}}@media (prefers-reduced-motion:reduce){#ai-agents-section .ai-chat-msg,#ai-agents-section .ai-chat-msg.is-entering,#ai-agents-section .ai-chat-msg.is-leaving{animation:none}}#leap-page .text-highlight{display:inline-block;padding-inline-end:.18em;letter-spacing:0;-webkit-background-clip:text!important;background-clip:text!important}