/* Short magical welcome: readable bubble, soft blur and a restrained greeting gesture. */
.fia-intro-stage{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:radial-gradient(circle at 50% 42%,rgba(120,78,255,.3),transparent 25%),rgba(5,5,15,.32);animation:intro-stage-in .32s ease-out both}.fia-intro-stage:before,.fia-intro-stage:after{content:"";position:absolute;left:50%;top:42%;width:min(560px,80vw);height:min(560px,80vw);border:1px solid rgba(152,112,255,.16);border-radius:50%;transform:translate(-50%,-50%) rotate(18deg);pointer-events:none;animation:magic-ring 3s ease-out both}.fia-intro-stage:after{width:min(440px,67vw);height:min(440px,67vw);border-color:rgba(76,135,255,.14);transform:translate(-50%,-50%) rotate(-24deg);animation-delay:.12s}.fia-intro-robot{z-index:1;animation:intro-robot-in .7s cubic-bezier(.17,.84,.28,1) both}.fia-intro-robot img{animation:intro-robot-wave 1.15s ease-in-out .35s both}.fia-intro-hand{z-index:2;animation:intro-arm-glow 1.1s ease-in-out .45s both}.fia-intro-copy{z-index:3;position:relative;min-width:min(340px,82vw);padding:15px 22px;border:1.7px solid rgba(190,155,255,.82);border-radius:18px 18px 18px 5px;background:linear-gradient(135deg,rgba(54,34,107,.97),rgba(20,32,68,.98));box-shadow:0 12px 34px rgba(11,7,28,.55),0 0 24px rgba(106,75,255,.26);animation:intro-bubble-in .48s cubic-bezier(.2,.85,.3,1) .55s both}.fia-intro-copy:before{content:"";position:absolute;left:26px;top:-9px;width:15px;height:15px;background:#3e286f;border-left:1.7px solid rgba(190,155,255,.82);border-top:1.7px solid rgba(190,155,255,.82);transform:rotate(45deg)}.fia-intro-copy strong{position:relative;font:700 clamp(.96rem,2vw,1.18rem) Manrope;color:#fbf7ff;white-space:nowrap}.fia-intro-stage.is-complete{animation:intro-stage-out .55s cubic-bezier(.4,0,.2,1) both}.fia-intro-stage.is-complete .fia-intro-copy{animation:bubble-out .38s ease-in both}.fia-intro-stage.is-complete .fia-intro-robot{animation:robot-exit .55s ease-in both}@keyframes intro-arm-glow{0%,100%{opacity:.25;transform:translate(3px,5px) rotate(-10deg) scale(.7)}40%{opacity:1;transform:translate(-2px,-4px) rotate(14deg) scale(1.08)}70%{opacity:.65;transform:translate(2px,0) rotate(-5deg) scale(.95)}}@keyframes intro-bubble-in{from{opacity:0;transform:translateY(13px) scale(.86)}to{opacity:1;transform:none}}@keyframes bubble-out{to{opacity:0;transform:translateY(-6px) scale(.96)}}@keyframes robot-exit{to{opacity:0;transform:translateY(8px) scale(.94)}}@keyframes magic-ring{from{opacity:0;transform:translate(-50%,-50%) rotate(0) scale(.55)}35%{opacity:1}to{opacity:.15;transform:translate(-50%,-50%) rotate(34deg) scale(1.08)}}@media(max-width:720px){.fia-intro-copy{min-width:0;width:calc(100vw - 70px)}.fia-intro-copy strong{white-space:normal;text-align:center}}@media(prefers-reduced-motion:reduce){.fia-intro-stage:before,.fia-intro-stage:after,.fia-intro-robot img,.fia-intro-hand,.fia-intro-copy{animation:none}.fia-intro-stage{opacity:0}.fia-assistant{opacity:1;pointer-events:auto}}
