.AuraDemoChat-module__mT1DAW__section{padding:var(--space-20)var(--mobile-padding);background:#fff;border-top:1px solid #e2e8f0;position:relative;overflow:clip}.AuraDemoChat-module__mT1DAW__section:before{content:"";z-index:0;opacity:.05;pointer-events:none;filter:blur(2px)grayscale();background:url(/images/aura-cfo-bg.png) 50%/cover no-repeat;width:45%;height:100%;position:absolute;top:0;right:0;-webkit-mask-image:linear-gradient(270deg,#000 0%,#0000 80%);mask-image:linear-gradient(270deg,#000 0%,#0000 80%)}.AuraDemoChat-module__mT1DAW__inner{max-width:1440px;padding:0 var(--desktop-padding);gap:var(--space-20);z-index:1;grid-template-columns:1fr 1fr;align-items:center;margin:0 auto;display:grid;position:relative}@media (max-width:900px){.AuraDemoChat-module__mT1DAW__inner{gap:var(--space-12);grid-template-columns:1fr}}.AuraDemoChat-module__mT1DAW__copy{gap:var(--space-6);flex-direction:column;display:flex}.AuraDemoChat-module__mT1DAW__label{letter-spacing:.2em;text-transform:uppercase;color:#4f46e5;font-size:.75rem;font-weight:800}.AuraDemoChat-module__mT1DAW__headline{letter-spacing:-.02em;color:#0f172a;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1}.AuraDemoChat-module__mT1DAW__headline span{background:linear-gradient(135deg,#4f46e5 0%,#2563eb 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.AuraDemoChat-module__mT1DAW__subtext{color:#475569;margin:0;font-size:1.1rem;line-height:1.6}.AuraDemoChat-module__mT1DAW__exampleQuestions{margin-top:var(--space-2);flex-direction:column;gap:8px;display:flex}.AuraDemoChat-module__mT1DAW__exampleQ{color:#64748b;align-items:flex-start;gap:10px;font-size:.95rem;line-height:1.4;display:flex}.AuraDemoChat-module__mT1DAW__exampleQ:before{content:"→";color:#4f46e5;flex-shrink:0;margin-top:-1px;font-size:1rem;font-weight:800}.AuraDemoChat-module__mT1DAW__chatPanel{background:#0f172a;border:1px solid #1e293b;border-radius:20px;flex-direction:column;max-height:540px;display:flex;overflow:hidden;box-shadow:0 40px 100px -20px #0f172a66,0 10px 30px -10px #0f172a4d}.AuraDemoChat-module__mT1DAW__panelHeader{background:#1e293b;border-bottom:1px solid #1e293b;flex-shrink:0;align-items:center;gap:10px;padding:16px 20px;display:flex}.AuraDemoChat-module__mT1DAW__panelOrb{font-size:18px;animation:3s infinite alternate AuraDemoChat-module__mT1DAW__orbPulse}@keyframes AuraDemoChat-module__mT1DAW__orbPulse{0%{filter:drop-shadow(0 0 6px #6366f180);opacity:.8}to{filter:drop-shadow(0 0 16px #6366f1e6);opacity:1}}.AuraDemoChat-module__mT1DAW__panelBrand{flex-direction:column;display:flex}.AuraDemoChat-module__mT1DAW__panelTitle{font-family:var(--font-display);letter-spacing:.05em;color:#fff;font-size:1rem;font-weight:800}.AuraDemoChat-module__mT1DAW__panelTitle span{background:linear-gradient(135deg,#4f46e5,#2563eb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic}.AuraDemoChat-module__mT1DAW__panelSub{color:#94a3b8;letter-spacing:.2em;text-transform:uppercase;font-size:.6rem;font-weight:700}.AuraDemoChat-module__mT1DAW__demoBadge{letter-spacing:.1em;text-transform:uppercase;color:#818cf8;background:#6366f126;border:1px solid #6366f14d;border-radius:100px;margin-left:auto;padding:3px 10px;font-size:10px;font-weight:800}.AuraDemoChat-module__mT1DAW__messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:12px;min-height:200px;padding:16px;display:flex;overflow-y:auto}.AuraDemoChat-module__mT1DAW__messages::-webkit-scrollbar{width:4px}.AuraDemoChat-module__mT1DAW__messages::-webkit-scrollbar-thumb{background:#334155;border-radius:2px}.AuraDemoChat-module__mT1DAW__suggestions{flex-direction:column;gap:8px;display:flex}.AuraDemoChat-module__mT1DAW__suggestLabel{letter-spacing:.1em;text-transform:uppercase;color:#94a3b8;margin-bottom:4px;font-size:11px;font-weight:700}.AuraDemoChat-module__mT1DAW__suggestion{color:#cbd5e1;cursor:pointer;text-align:left;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:12px 16px;font-size:13.5px;font-weight:500;line-height:1.4;transition:all .2s}@media (hover:hover){.AuraDemoChat-module__mT1DAW__suggestion:hover{color:#fff;background:#ffffff1a;border-color:#6366f180;transform:translate(4px)}}.AuraDemoChat-module__mT1DAW__message{flex-direction:column;animation:.3s backwards AuraDemoChat-module__mT1DAW__msgIn;display:flex}@keyframes AuraDemoChat-module__mT1DAW__msgIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.AuraDemoChat-module__mT1DAW__message.AuraDemoChat-module__mT1DAW__user{align-items:flex-end}.AuraDemoChat-module__mT1DAW__message.AuraDemoChat-module__mT1DAW__assistant{align-items:flex-start}.AuraDemoChat-module__mT1DAW__bubble{white-space:pre-wrap;word-break:break-word;border-radius:18px;max-width:90%;padding:12px 16px;font-size:14px;line-height:1.6}.AuraDemoChat-module__mT1DAW__message.AuraDemoChat-module__mT1DAW__user .AuraDemoChat-module__mT1DAW__bubble{color:#fff;background:linear-gradient(135deg,#4f46e5,#3730a3);border-bottom-right-radius:4px;box-shadow:0 4px 10px #0003}.AuraDemoChat-module__mT1DAW__message.AuraDemoChat-module__mT1DAW__assistant .AuraDemoChat-module__mT1DAW__bubble{color:#f8fafc;background:#1e293b;border:1px solid #334155;border-bottom-left-radius:4px}.AuraDemoChat-module__mT1DAW__typing{background:#1e293b;border:1px solid #334155;border-radius:18px 18px 18px 4px;align-items:center;gap:4px;width:fit-content;padding:14px 16px;display:flex}.AuraDemoChat-module__mT1DAW__dot{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite AuraDemoChat-module__mT1DAW__bounce}.AuraDemoChat-module__mT1DAW__dot:first-child{animation-delay:0s}.AuraDemoChat-module__mT1DAW__dot:nth-child(2){animation-delay:.2s}.AuraDemoChat-module__mT1DAW__dot:nth-child(3){animation-delay:.4s}@keyframes AuraDemoChat-module__mT1DAW__bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.AuraDemoChat-module__mT1DAW__inputRow{background:#0f172a;border-top:1px solid #1e293b;flex-shrink:0;align-items:flex-end;gap:12px;padding:16px;display:flex}.AuraDemoChat-module__mT1DAW__input{color:#fff;resize:none;background:#1e293b;border:1px solid #334155;border-radius:12px;flex:1;min-height:46px;max-height:100px;padding:12px 16px;font-family:inherit;font-size:14px;line-height:1.5;transition:all .2s;overflow-y:auto}.AuraDemoChat-module__mT1DAW__input::placeholder{color:#64748b}.AuraDemoChat-module__mT1DAW__input:focus{background:#1e293b;border-color:#6366f1;outline:none;box-shadow:0 0 0 4px #6366f126}.AuraDemoChat-module__mT1DAW__sendBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#3730a3);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;padding:0;font-size:18px;transition:all .2s;display:flex}.AuraDemoChat-module__mT1DAW__sendBtn:disabled{opacity:.35;cursor:not-allowed}@media (hover:hover){.AuraDemoChat-module__mT1DAW__sendBtn:not(:disabled):hover{background:linear-gradient(135deg,#6366f1,#4f46e5);transform:scale(1.05);box-shadow:0 4px 16px #6366f166}}.AuraDemoChat-module__mT1DAW__panelFooter{background:#1e293b;border-top:1px solid #334155;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:12px 20px 16px;display:flex}.AuraDemoChat-module__mT1DAW__footerNote{color:#94a3b8;letter-spacing:.03em;font-size:11px}.AuraDemoChat-module__mT1DAW__ctaLink{color:#818cf8;letter-spacing:.03em;white-space:nowrap;font-size:12px;font-weight:700;text-decoration:none;transition:color .2s}@media (hover:hover){.AuraDemoChat-module__mT1DAW__ctaLink:hover{color:#a5b4fc}}.AuraDemoChat-module__mT1DAW__limitReached{text-align:center;padding:var(--space-8);align-items:center;gap:var(--space-4);background:#fff;flex-direction:column;display:flex}.AuraDemoChat-module__mT1DAW__limitReached p{color:#64748b;margin:0;font-size:14px}
/*# sourceMappingURL=bf34d6f47b16c104.css.map*/