.kv-bot-trigger{position:fixed;top:80px;right:20px;z-index:9990;width:72px;height:100px;display:flex;align-items:center;justify-content:center;border-radius:22px;border:1px solid rgba(56,142,255,.12);background:radial-gradient(ellipse at 50% 30%,#dcebff14,#071326a6,#02040acc);backdrop-filter:blur(32px) saturate(1.4);-webkit-backdrop-filter:blur(32px) saturate(1.4);box-shadow:0 8px 40px #000c3c40,0 0 24px #388eff14,inset 0 1px #ffffff0f,inset 0 0 20px #388eff0a;cursor:pointer;padding:0;color:#a0c8ffd9;transition:all .5s var(--kv-ease, cubic-bezier(.25, .46, .45, .94));outline:none;overflow:visible;animation:kvFloat 6s ease-in-out infinite}.kv-bot-trigger.kv-entrance--hidden{opacity:0;pointer-events:none;animation:none}.kv-bot-trigger.kv-entrance--emerging{position:fixed;opacity:0;pointer-events:none;animation:none;transform:scale(.5);transition:opacity .8s ease-out,transform .8s ease-out}.kv-bot-trigger.kv-entrance--emerging.kv-entrance--visible{opacity:1;transform:scale(.75)}.kv-bot-trigger.kv-entrance--flying{pointer-events:none;animation:none;transition:top 1.6s cubic-bezier(.25,.1,.25,1),right 1.6s cubic-bezier(.25,.1,.25,1),transform 1.6s cubic-bezier(.25,.1,.25,1),opacity .4s ease;opacity:1}.kv-bot-trigger.kv-entrance--landed{pointer-events:auto;animation:kvEntranceLand .6s ease-out forwards}@keyframes kvEntranceLand{0%{transform:scale(1.08);filter:drop-shadow(0 0 20px rgba(56,142,255,.4))}50%{transform:scale(.97);filter:drop-shadow(0 0 10px rgba(56,142,255,.2))}to{transform:scale(1);filter:none}}@keyframes kvFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.kv-portal{position:fixed;z-index:9985;pointer-events:none;width:200px;height:200px;top:40px;right:60px;transform:translate(50%)}.kv-portal__container{position:relative;width:100%;height:100%;opacity:0;transform:scale(.3);transition:opacity .8s ease-out,transform .8s cubic-bezier(.34,1.56,.64,1)}.kv-portal__container.kv-portal--active{opacity:1;transform:scale(1)}.kv-portal__container.kv-portal--fading{opacity:0;transform:scale(.6);transition:opacity 1s ease-in,transform 1s ease-in}.kv-portal__ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid rgba(56,142,255,.35);box-shadow:0 0 30px #388eff33,0 0 60px #388eff1a,inset 0 0 30px #388eff14;animation:kvPortalPulse 2s ease-in-out infinite}@keyframes kvPortalPulse{0%,to{box-shadow:0 0 30px #388eff33,0 0 60px #388eff1a,inset 0 0 30px #388eff14;border-color:#388eff59}50%{box-shadow:0 0 50px #388eff59,0 0 90px #388eff26,inset 0 0 40px #388eff1f;border-color:#388eff80}}.kv-portal__glow{position:absolute;top:15%;right:15%;bottom:15%;left:15%;border-radius:50%;background:radial-gradient(circle,rgba(56,142,255,.15) 0%,rgba(56,142,255,.05) 50%,transparent 70%);animation:kvPortalGlow 2.5s ease-in-out infinite}@keyframes kvPortalGlow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.kv-portal__vortex{position:absolute;top:30%;right:30%;bottom:30%;left:30%;border-radius:50%;background:radial-gradient(circle,rgba(120,190,255,.2) 0%,rgba(56,142,255,.08) 40%,transparent 70%);animation:kvPortalVortex 3s linear infinite}@keyframes kvPortalVortex{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.kv-portal__orbit{position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border-radius:50%;border:1px solid transparent}.kv-portal__orbit--1{border-top-color:#388eff33;border-right-color:#388eff14;animation:kvOrbit1 6s linear infinite}.kv-portal__orbit--2{top:-20px;right:-20px;bottom:-20px;left:-20px;border-bottom-color:#64b4ff26;border-left-color:#64b4ff0f;animation:kvOrbit2 8s linear infinite reverse}.kv-portal__orbit--3{top:10px;right:10px;bottom:10px;left:10px;border-top-color:#8cc8ff2e;animation:kvOrbit3 4s linear infinite}@keyframes kvOrbit1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes kvOrbit2{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes kvOrbit3{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.kv-portal__node{position:absolute;width:4px;height:4px;border-radius:50%;background:#78beffb3;box-shadow:0 0 8px #388eff80}.kv-portal__particle{position:absolute;width:2px;height:2px;border-radius:50%;background:#8cc8ff99;box-shadow:0 0 4px #388eff66}.kv-portal__particle--1{top:10%;left:20%;animation:kvParticleFloat1 2.5s ease-in-out infinite}.kv-portal__particle--2{top:80%;left:30%;animation:kvParticleFloat2 3s ease-in-out infinite .3s}.kv-portal__particle--3{top:20%;right:15%;animation:kvParticleFloat3 2.8s ease-in-out infinite .6s}.kv-portal__particle--4{bottom:15%;right:25%;animation:kvParticleFloat1 3.2s ease-in-out infinite .9s}.kv-portal__particle--5{top:50%;left:5%;animation:kvParticleFloat2 2.6s ease-in-out infinite .4s}.kv-portal__particle--6{top:40%;right:8%;animation:kvParticleFloat3 3s ease-in-out infinite .7s}@keyframes kvParticleFloat1{0%,to{transform:translate(0) scale(1);opacity:.5}50%{transform:translate(8px,-12px) scale(1.5);opacity:1}}@keyframes kvParticleFloat2{0%,to{transform:translate(0) scale(1);opacity:.4}50%{transform:translate(-10px,-8px) scale(1.3);opacity:.9}}@keyframes kvParticleFloat3{0%,to{transform:translate(0) scale(1);opacity:.6}50%{transform:translate(6px,10px) scale(1.4);opacity:1}}.kv-portal__trail{position:fixed;z-index:9984;pointer-events:none;width:60px;height:4px;border-radius:4px;background:linear-gradient(90deg,transparent,rgba(56,142,255,.3),rgba(120,190,255,.15));opacity:0;transition:opacity .3s ease;filter:blur(2px)}.kv-portal__trail.kv-trail--active{opacity:1;animation:kvTrailFade 1.6s ease-out forwards}@keyframes kvTrailFade{0%{opacity:.6;width:80px}40%{opacity:.4;width:50px}to{opacity:0;width:20px}}@media(max-width:600px){.kv-portal{width:140px;height:140px;top:30px;right:30px}.kv-portal__orbit--2{display:none}}.kv-bot-trigger__hud-ring{position:absolute;pointer-events:none;display:flex;align-items:center;justify-content:center}.kv-bot-trigger__hud-ring--outer{width:110px;height:140px;top:50%;left:50%;transform:translate(-50%,-50%);animation:kvHudOuter 25s linear infinite}.kv-bot-trigger__hud-ring--outer svg{width:100%;height:100%}@keyframes kvHudOuter{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(-360deg)}}.kv-bot-trigger__hud-ring--inner{width:92px;height:120px;top:50%;left:50%;transform:translate(-50%,-50%);animation:kvHudInner 18s linear infinite}.kv-bot-trigger__hud-ring--inner svg{width:100%;height:100%}@keyframes kvHudInner{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.kv-bot-trigger__bloom{position:absolute;top:-18px;right:-18px;bottom:-18px;left:-18px;border-radius:50%;background:radial-gradient(circle,rgba(180,210,255,.1) 0%,rgba(56,142,255,.04) 40%,transparent 70%);animation:kvBloom 4s ease-in-out infinite;pointer-events:none}@keyframes kvBloom{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.kv-bot-trigger__halo{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:26px;border:1px solid rgba(56,142,255,.1);box-shadow:0 0 16px #388eff0f,inset 0 0 10px #388eff05;animation:kvHaloPulse 4s ease-in-out infinite;pointer-events:none}@keyframes kvHaloPulse{0%,to{border-color:#388eff14;box-shadow:0 0 12px #388eff0a,inset 0 0 8px #388eff05;transform:scale(1)}50%{border-color:#388eff33;box-shadow:0 0 28px #388eff1f,inset 0 0 14px #388eff0a;transform:scale(1.03)}}.kv-bot-trigger__status{position:absolute;top:4px;right:4px;width:9px;height:9px;border-radius:50%;background:#00dc82d9;box-shadow:0 0 10px #00dc8266,0 0 4px #00dc8299;animation:kvStatusPulse 3s ease-in-out infinite;z-index:5;border:1.5px solid rgba(2,4,10,.6)}@keyframes kvStatusPulse{0%,to{opacity:1;box-shadow:0 0 6px #00dc824d}50%{opacity:.65;box-shadow:0 0 14px #00dc8280}}.kv-bot-trigger.kv-bot--active .kv-bot-trigger__status{display:none}.kv-bot-trigger__icon-open{display:flex;align-items:center;justify-content:center;position:relative;z-index:2}.kv-bot-trigger__icon-open svg{width:58px;height:82px;transition:transform .4s var(--kv-ease, cubic-bezier(.25, .46, .45, .94)),filter .4s ease;filter:drop-shadow(0 2px 8px rgba(56,142,255,.2)) drop-shadow(0 0 4px rgba(200,225,255,.15))}.kv-robot-eyes{animation:kvRobotBlink 5s ease-in-out infinite}@keyframes kvRobotBlink{0%,42%,46%,to{transform:scaleY(1)}44%{transform:scaleY(.1)}}.kv-robot-core{animation:kvCorePulse 3s ease-in-out infinite}@keyframes kvCorePulse{0%,to{opacity:.7}50%{opacity:1}}.kv-robot-antenna{animation:kvAntennaPulse 2s ease-in-out infinite}@keyframes kvAntennaPulse{0%,to{opacity:.8}50%{opacity:1;filter:drop-shadow(0 0 4px rgba(56,142,255,.6))}}.kv-bot-trigger__icon-close{display:none;align-items:center;justify-content:center;position:relative;z-index:2}.kv-bot-trigger__icon-close svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.kv-bot-trigger:hover{border-color:#38a0ff47;background:radial-gradient(ellipse at 50% 35%,#c8e1ff1f,#071326c7 55%,#071326e0);box-shadow:0 10px 50px #0014504d,0 0 40px #388eff24,inset 0 1px #ffffff14,inset 0 0 28px #388eff0f;color:#fff;animation-play-state:paused;transform:scale(1.06)}.kv-bot-trigger:hover .kv-bot-trigger__icon-open svg{transform:scale(1.06);filter:drop-shadow(0 2px 12px rgba(56,142,255,.35)) drop-shadow(0 0 6px rgba(200,225,255,.25))}.kv-bot-trigger:hover .kv-bot-trigger__bloom{opacity:1;transform:scale(1.15)}.kv-bot-trigger:hover .kv-bot-trigger__halo{border-color:#388eff4d;box-shadow:0 0 36px #388eff2e,inset 0 0 20px #388eff0f;animation-play-state:paused;transform:scale(1.05)}.kv-bot-trigger:hover .kv-bot-trigger__hud-ring--outer{animation-duration:12s}.kv-bot-trigger:hover .kv-bot-trigger__hud-ring--inner{animation-duration:8s}.kv-bot-trigger:active{transform:scale(.97);transition-duration:.1s}.kv-bot-trigger.kv-bot--active{border-color:#3898ff33;background:#071326e0;animation:none}.kv-bot-trigger.kv-bot--active .kv-bot-trigger__icon-open{display:none}.kv-bot-trigger.kv-bot--active .kv-bot-trigger__icon-close{display:flex}.kv-bot-trigger.kv-bot--active .kv-bot-trigger__halo{animation:none;border-color:#ff323224}.kv-bot-trigger.kv-bot--active .kv-bot-trigger__bloom{animation:none;opacity:.4}.kv-bot-trigger.kv-bot--active .kv-bot-trigger__hud-ring--outer{animation-duration:40s;opacity:.5}.kv-bot-trigger.kv-bot--active .kv-bot-trigger__hud-ring--inner{animation-duration:30s;opacity:.5}.kv-chat-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9991;background:#02040a52;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.kv-chat-overlay.kv-chat--open{opacity:1;visibility:visible}.kv-chat-panel{position:fixed;top:90px;right:24px;width:390px;max-height:calc(100vh - 120px);z-index:9992;border-radius:22px;overflow:hidden;display:flex;flex-direction:column;background:linear-gradient(168deg,#07132af0,#020816f5 40%,#020412f7);backdrop-filter:blur(40px) saturate(1.3);-webkit-backdrop-filter:blur(40px) saturate(1.3);border:1px solid rgba(56,142,255,.1);box-shadow:0 20px 70px #00083259,0 0 0 1px #388eff0d,0 0 30px #388eff0a,inset 0 1px #ffffff08;font-family:var(--kv-font, "SF Pro Display", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif);color:#fff;opacity:0;visibility:hidden;transform:translateY(-12px) scale(.96);transform-origin:top right;transition:opacity .4s var(--kv-ease, cubic-bezier(.25, .46, .45, .94)),visibility .4s var(--kv-ease, cubic-bezier(.25, .46, .45, .94)),transform .4s var(--kv-ease, cubic-bezier(.25, .46, .45, .94))}.kv-chat-panel.kv-chat--open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.kv-chat-panel__glow-top{position:absolute;top:0;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(56,142,255,.3),rgba(100,180,255,.15),transparent);z-index:3;pointer-events:none}.kv-chat-panel__glow-side{position:absolute;top:10%;right:0;bottom:10%;width:1px;background:linear-gradient(180deg,transparent,rgba(56,142,255,.12),transparent);z-index:3;pointer-events:none}.kv-chat-panel:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:23px;background:linear-gradient(135deg,rgba(56,142,255,.12) 0%,transparent 30%,transparent 70%,rgba(56,142,255,.06) 100%);z-index:-1;pointer-events:none}.kv-chat-panel:after{content:"";position:absolute;top:-40px;right:-40px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(56,142,255,.06) 0%,transparent 70%);z-index:0;pointer-events:none}.kv-chat__header{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgba(56,142,255,.07);background:linear-gradient(180deg,rgba(20,50,120,.06) 0%,transparent 100%)}.kv-chat__header-left{display:flex;align-items:center;gap:12px}.kv-chat__header-avatar{width:38px;height:38px;border-radius:var(--kv-radius-sm, 12px);background:radial-gradient(circle at 50% 40%,#388eff26,#14327814);border:1px solid rgba(56,142,255,.15);display:flex;align-items:center;justify-content:center;box-shadow:0 0 14px #388eff14,inset 0 0 8px #388eff0a;overflow:visible}.kv-chat__header-avatar svg{width:30px;height:30px}.kv-chat__header-info{display:flex;flex-direction:column;gap:3px}.kv-chat__header-title{font-size:14px;font-weight:600;letter-spacing:.3px;background:linear-gradient(135deg,#fff,#82b9ffe6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.kv-chat__header-status{font-size:11px;color:var(--kv-text-dim, rgba(255, 255, 255, .35));letter-spacing:.3px;font-weight:400;line-height:1}.kv-chat__close{background:#ffffff08;border:1px solid rgba(255,255,255,.06);color:var(--kv-text-dim, rgba(255, 255, 255, .35));cursor:pointer;padding:0;line-height:1;width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .25s ease}.kv-chat__close:hover{color:#fff;background:#ffffff0f;border-color:#388eff26;box-shadow:0 0 10px #388eff0f}.kv-chat__close svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.kv-chat__body{position:relative;z-index:2;flex:1;overflow-y:auto;padding:24px 20px;display:flex;flex-direction:column;gap:16px;min-height:280px;max-height:400px}.kv-chat__body::-webkit-scrollbar{width:3px}.kv-chat__body::-webkit-scrollbar-track{background:transparent}.kv-chat__body::-webkit-scrollbar-thumb{background:#388eff1f;border-radius:3px}.kv-chat__body::-webkit-scrollbar-thumb:hover{background:#388eff38}.kv-chat__welcome{display:flex;flex-direction:column;align-items:center;gap:14px;padding:14px 0}.kv-chat__avatar{width:80px;height:80px;border-radius:22px;background:radial-gradient(circle at 50% 40%,rgba(56,142,255,.14) 0%,rgba(20,60,180,.06) 55%,transparent 80%);border:1px solid rgba(56,142,255,.12);display:flex;align-items:center;justify-content:center;box-shadow:0 0 28px #388eff14,0 4px 20px #000a3226,inset 0 1px #ffffff08,inset 0 0 16px #388eff0a;animation:kvAvatarPulse 5s ease-in-out infinite;overflow:visible;position:relative}.kv-chat__avatar:after{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(56,142,255,.25),transparent);animation:kvScanLine 4s ease-in-out infinite;pointer-events:none}@keyframes kvScanLine{0%{top:0;opacity:0}10%{opacity:1}90%{opacity:1}to{top:100%;opacity:0}}.kv-chat__avatar svg{width:56px;height:56px;filter:drop-shadow(0 0 6px rgba(56,142,255,.18))}@keyframes kvAvatarPulse{0%,to{box-shadow:0 0 20px #388eff0f,0 4px 20px #000a3226,inset 0 1px #ffffff08,inset 0 0 16px #388eff08}50%{box-shadow:0 0 36px #388eff24,0 4px 20px #000a3226,inset 0 1px #ffffff08,inset 0 0 20px #388eff0f}}.kv-chat__greeting{font-size:16px;font-weight:600;text-align:center;letter-spacing:.4px;background:linear-gradient(135deg,#fff,#82b9ffd9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.4}.kv-chat__greeting-sub{font-size:13px;text-align:center;color:var(--kv-text-dim, rgba(255, 255, 255, .35));line-height:1.4;letter-spacing:.2px}.kv-chat__quick-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;padding-top:8px}.kv-chat__quick-action{background:#388eff0a;border:1px solid rgba(56,142,255,.1);border-radius:var(--kv-radius, 20px);padding:8px 16px;font-size:12px;color:#8cc3ffb3;cursor:pointer;transition:all .3s ease;font-family:inherit;letter-spacing:.3px;font-weight:500}.kv-chat__quick-action:hover{background:#388eff1a;border-color:#3898ff38;color:#c8e1ffe6;box-shadow:0 0 12px #388eff14}.kv-chat__messages{width:100%;display:flex;flex-direction:column;gap:10px}.kv-chat__msg{padding:11px 15px;border-radius:14px;font-size:13.5px;line-height:1.55;max-width:85%;animation:kvMsgFade .4s var(--kv-ease, cubic-bezier(.25, .46, .45, .94))}@keyframes kvMsgFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.kv-chat__msg--bot{background:#388eff0f;border:1px solid rgba(56,142,255,.08);align-self:flex-start;color:#ffffffd9;border-bottom-left-radius:4px}.kv-chat__msg--user{background:linear-gradient(135deg,#388eff29,#1e46c81f);border:1px solid rgba(56,152,255,.14);align-self:flex-end;color:#fff;border-bottom-right-radius:4px}.kv-chat__typing{display:flex;gap:5px;padding:12px 16px;align-self:flex-start}.kv-chat__typing-dot{width:5px;height:5px;border-radius:50%;background:#64aaff73;animation:kvTypingBounce 1.4s ease-in-out infinite}.kv-chat__typing-dot:nth-child(2){animation-delay:.15s}.kv-chat__typing-dot:nth-child(3){animation-delay:.3s}@keyframes kvTypingBounce{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-5px);opacity:.9}}.kv-chat__input-wrap{position:relative;z-index:2;display:flex;align-items:center;gap:10px;padding:14px 18px;border-top:1px solid rgba(56,142,255,.06);background:#ffffff02}.kv-chat__input{flex:1;background:#020412d9!important;border:1px solid rgba(56,142,255,.14);border-radius:var(--kv-radius-sm, 12px);padding:11px 16px;color:#fff!important;font-size:13.5px;outline:none;transition:border-color .3s ease,box-shadow .3s ease;font-family:inherit;-webkit-text-fill-color:#ffffff!important;caret-color:#388effe6}.kv-chat__input::placeholder{color:#ffffff59!important;-webkit-text-fill-color:rgba(255,255,255,.35)!important}.kv-chat__input:focus{background:#020818eb!important;border-color:var(--kv-border-hover, rgba(56, 152, 255, .3));box-shadow:0 0 14px #388eff14;color:#fff!important;-webkit-text-fill-color:#ffffff!important}.kv-chat__send{background:linear-gradient(135deg,#388eff4d,#1e50dc59);border:1px solid rgba(56,152,255,.15);border-radius:var(--kv-radius-sm, 12px);width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#a0cdffd9;transition:all .3s ease;padding:0;flex-shrink:0}.kv-chat__send:hover{background:linear-gradient(135deg,#388eff73,#1e5ae680);box-shadow:0 0 18px #388eff24;color:#fff;border-color:#3898ff40}.kv-chat__send svg{width:16px;height:16px;fill:currentColor}.kv-chat__footer{position:relative;z-index:2;text-align:center;padding:10px 18px 14px;font-size:10px;letter-spacing:1.2px;text-transform:uppercase;color:#ffffff1f}@media(max-width:900px){.kv-bot-trigger{top:75px;right:14px;width:64px;height:90px;border-radius:20px}.kv-bot-trigger__icon-open svg{width:50px;height:70px}.kv-bot-trigger__hud-ring--outer{width:100px;height:128px}.kv-bot-trigger__hud-ring--inner{width:82px;height:108px}.kv-chat-panel{top:80px;right:16px;width:360px}}@media(max-width:550px){.kv-bot-trigger{top:auto;bottom:16px;right:14px;width:58px;height:82px;border-radius:18px;box-shadow:0 6px 32px #000c3c4d,0 0 20px #388eff14,inset 0 1px #ffffff0a}.kv-bot-trigger__icon-open svg{width:44px;height:62px}.kv-bot-trigger__hud-ring--outer{width:92px;height:118px}.kv-bot-trigger__hud-ring--inner{width:74px;height:98px}.kv-bot-trigger__bloom{top:-12px;right:-12px;bottom:-12px;left:-12px}.kv-chat-panel{top:12px;right:8px;left:8px;bottom:90px;width:auto;max-height:none;border-radius:var(--kv-radius, 20px)}.kv-chat__body{max-height:none;min-height:200px}}@media(prefers-reduced-motion:reduce){.kv-bot-trigger,.kv-bot-trigger__icon-open svg,.kv-bot-trigger__halo,.kv-bot-trigger__bloom,.kv-bot-trigger__hud-ring--outer,.kv-bot-trigger__hud-ring--inner,.kv-chat-panel,.kv-chat-overlay,.kv-chat__msg,.kv-chat__avatar,.kv-chat__avatar:after,.kv-robot-eyes,.kv-robot-core,.kv-robot-antenna,.kv-welcome-bubble,.kv-portal,.kv-portal__container,.kv-portal__ring,.kv-portal__glow,.kv-portal__vortex,.kv-portal__orbit,.kv-portal__particle,.kv-portal__trail{transition-duration:.01ms!important;animation-duration:.01ms!important;animation:none!important}.kv-bot-trigger.kv-entrance--hidden{opacity:1!important;pointer-events:auto!important}.kv-portal{display:none!important}}.kv-welcome-bubble{position:fixed;top:90px;right:102px;z-index:9989;max-width:240px;padding:14px 18px;background:linear-gradient(135deg,#0f1e3cf2,#08122af7);border:1px solid rgba(56,142,255,.25);border-radius:16px 16px 4px;box-shadow:0 8px 32px #000c3c66,0 0 20px #388eff1a,inset 0 1px #ffffff0f;backdrop-filter:blur(24px) saturate(1.3);-webkit-backdrop-filter:blur(24px) saturate(1.3);color:#ffffffeb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13.5px;line-height:1.5;letter-spacing:.01em;cursor:pointer;opacity:0;transform:translate(20px) scale(.92);transition:opacity .5s cubic-bezier(.25,.46,.45,.94),transform .5s cubic-bezier(.25,.46,.45,.94);pointer-events:none}.kv-welcome-bubble.kv-bubble--visible{opacity:1;transform:translate(0) scale(1);pointer-events:auto}.kv-welcome-bubble.kv-bubble--hiding{opacity:0;transform:translate(20px) scale(.92);pointer-events:none}.kv-welcome-bubble:after{content:"";position:absolute;top:18px;right:-7px;width:14px;height:14px;background:linear-gradient(135deg,#0f1e3cf2,#08122af7);border-right:1px solid rgba(56,142,255,.25);border-bottom:1px solid rgba(56,142,255,.25);transform:rotate(-45deg);border-radius:0 0 3px}.kv-welcome-bubble:before{content:"";position:absolute;top:0;left:16px;right:16px;height:2px;background:linear-gradient(90deg,transparent,rgba(56,142,255,.5),transparent);border-radius:2px}.kv-welcome-bubble__close{position:absolute;top:6px;right:8px;width:18px;height:18px;background:none;border:none;color:#ffffff59;font-size:14px;line-height:18px;text-align:center;cursor:pointer;padding:0;transition:color .2s}.kv-welcome-bubble__close:hover{color:#ffffffb3}.kv-welcome-bubble__text{padding-right:14px}.kv-welcome-bubble__wave{display:inline-block;animation:kvWave 1.8s ease-in-out .3s 2;transform-origin:70% 70%}@keyframes kvWave{0%{transform:rotate(0)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0)}to{transform:rotate(0)}}.kv-welcome-bubble.kv-bubble--visible{animation:kvBubbleGlow 3s ease-in-out infinite}@keyframes kvBubbleGlow{0%,to{box-shadow:0 8px 32px #000c3c66,0 0 20px #388eff1a}50%{box-shadow:0 8px 32px #000c3c66,0 0 30px #388eff2e}}@media(max-width:600px){.kv-welcome-bubble{top:auto;bottom:90px;right:12px;max-width:210px;font-size:13px;border-radius:16px 16px 16px 4px}.kv-welcome-bubble:after{top:auto;bottom:-7px;right:20px;transform:rotate(45deg)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/khalvion-chatbot.css.map */
