.robot-wrapper{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.robot-img{width:100%;height:100%;object-fit:contain;position:relative;z-index:2;animation:rfloat 3.8s ease-in-out infinite;filter:drop-shadow(0 12px 32px rgba(168,85,247,.5)) drop-shadow(0 0 16px rgba(232,121,249,.2));transition:filter .4s ease;mix-blend-mode:multiply}@keyframes rfloat{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-8px) rotate(.8deg)}75%{transform:translateY(-4px) rotate(-.5deg)}}.robot-wrapper.tk .robot-img{animation:rtalk .9s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(232,121,249,.8)) drop-shadow(0 0 45px rgba(168,85,247,.65)) drop-shadow(0 0 80px rgba(56,189,248,.35))}@keyframes rtalk{0%,to{transform:translateY(0) rotate(-.4deg)}50%{transform:translateY(-4px) rotate(.4deg)}}.robot-halo{position:absolute;top:10%;right:10%;bottom:10%;left:10%;border-radius:50%;background:radial-gradient(ellipse at 50% 60%,rgba(168,85,247,.18) 0%,rgba(56,189,248,.08) 50%,transparent 75%);z-index:1;animation:halobreathing 3.8s ease-in-out infinite;pointer-events:none}@keyframes halobreathing{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}.robot-wrapper.tk .robot-halo{background:radial-gradient(ellipse at 50% 60%,rgba(232,121,249,.35) 0%,rgba(168,85,247,.2) 35%,rgba(56,189,248,.1) 65%,transparent 80%);animation:halotalk .55s ease-in-out infinite alternate}@keyframes halotalk{0%{opacity:.7;transform:scale(.95)}to{opacity:1;transform:scale(1.18)}}.mouth-overlay{position:absolute;bottom:55%;left:51%;transform:translate(-50%);width:13%;z-index:3;pointer-events:none;opacity:0}.mouth-overlay.talking{opacity:1}.m-smile,.m-open{display:none}.mouth-overlay.talking .m-open{display:block;transform-origin:30px 13px;animation:mopen .38s ease-in-out infinite alternate}@keyframes mopen{0%{transform:scaleY(.3)}to{transform:scaleY(1.2)}}.energy-particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:4}.ep{position:absolute;border-radius:50%;animation:epfloat linear infinite}.ep-0{width:6px;height:6px;background:#e879f9;bottom:20%;left:15%;animation-duration:1.2s;animation-delay:0s}.ep-1{width:4px;height:4px;background:#38bdf8;bottom:30%;left:80%;animation-duration:1.5s;animation-delay:.2s}.ep-2{width:5px;height:5px;background:#a855f7;bottom:15%;left:50%;animation-duration:1s;animation-delay:.4s}.ep-3{width:3px;height:3px;background:#f472b6;bottom:40%;left:25%;animation-duration:1.8s;animation-delay:.1s}.ep-4{width:5px;height:5px;background:#818cf8;bottom:25%;left:65%;animation-duration:1.3s;animation-delay:.3s}.ep-5{width:4px;height:4px;background:#22d3ee;bottom:35%;left:40%;animation-duration:1.6s;animation-delay:.5s}@keyframes epfloat{0%{transform:translateY(0) scale(1);opacity:0}15%{opacity:.9}80%{opacity:.5}to{transform:translateY(-55px) scale(.4);opacity:0}}.chatbox{width:100%;background:linear-gradient(135deg,#1a1030,#241848);border:2px solid #7c3aed;border-radius:20px;overflow:hidden;display:flex;flex-direction:column}.chat-history{padding:16px;min-height:200px;max-height:320px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;scrollbar-width:thin;scrollbar-color:#7c3aed transparent}.chat-welcome{text-align:center;color:#9d7bca;font-size:.88rem;line-height:1.6;padding:20px 10px}.chat-welcome strong{color:#c084fc}.chat-msg{display:flex;align-items:flex-end;gap:8px}.chat-msg.user{flex-direction:row-reverse}.chat-msg.assistant{flex-direction:row}.chat-avatar{font-size:1.2rem;flex-shrink:0}.chat-bubble{max-width:78%;padding:10px 14px;border-radius:16px;font-size:.88rem;font-weight:600;line-height:1.5}.chat-msg.assistant .chat-bubble{background:linear-gradient(135deg,#2e1065,#3b0764);border:1px solid #7c3aed;color:#f0e6ff;border-bottom-left-radius:4px}.chat-msg.user .chat-bubble{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;border-bottom-right-radius:4px}.chat-typing{display:flex;gap:5px;align-items:center;padding:12px 16px}.chat-typing span{width:7px;height:7px;border-radius:50%;background:#a855f7;animation:tdot 1.2s ease-in-out infinite}.chat-typing span:nth-child(2){animation-delay:.2s}.chat-typing span:nth-child(3){animation-delay:.4s}@keyframes tdot{0%,80%,to{transform:scale(.7);opacity:.5}40%{transform:scale(1.2);opacity:1}}.chat-input-row{display:flex;gap:8px;padding:12px 16px;border-top:1px solid rgba(124,58,237,.3);background:#0003}.chat-input{flex:1;background:#7c3aed1a;border:1px solid rgba(124,58,237,.4);border-radius:50px;padding:10px 16px;color:#f0e6ff;font-family:Nunito,sans-serif;font-size:.88rem;font-weight:600;outline:none;transition:border-color .2s}.chat-input::placeholder{color:#6d5a8a}.chat-input:focus{border-color:#a855f7}.chat-input:disabled{opacity:.5}.chat-send{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#a855f7);border:none;color:#fff;font-size:1rem;cursor:pointer;transition:all .2s;flex-shrink:0;display:flex;align-items:center;justify-content:center}.chat-send:hover:not(:disabled){transform:scale(1.1);box-shadow:0 4px 16px #7c3aed80}.chat-send:disabled{opacity:.4;cursor:not-allowed}:root{--violet: #7c3aed;--vl: #a855f7;--vg: #c084fc;--vd: #4c1d95;--pink: #ec4899;--cyan: #22d3ee;--bg: #0d0a1a;--s1: #1a1030;--s2: #241848;--text: #f0e6ff;--dim: #9d7bca}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Nunito,sans-serif;min-height:100vh;overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 20% 50%,rgba(124,58,237,.15) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(168,85,247,.1) 0%,transparent 40%);pointer-events:none;z-index:0}
