.aw-chat-bubble{position:fixed;bottom:24px;right:100px;z-index:10000;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#1e3a5f 0%,#2a4a7f 100%);color:white;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(30,58,95,0.35);transition:all 0.25s;font-size:1.3rem;animation:awPulse 2s infinite;font-family:'Inter',-apple-system,sans-serif}.aw-chat-bubble:hover{transform:scale(1.08);box-shadow:0 6px 28px rgba(30,58,95,0.45)}.aw-chat-bubble.open{display:none}.aw-chat-bubble .aw-dot{position:absolute;top:2px;right:2px;width:12px;height:12px;background:#4caf50;border-radius:50%;border:2px solid white}@keyframes awPulse{0%,100%{box-shadow:0 4px 20px rgba(30,58,95,0.35)}50%{box-shadow:0 4px 28px rgba(30,58,95,0.55)}}.aw-chat-panel{position:fixed;bottom:24px;right:24px;z-index:10001;width:380px;height:560px;max-height:calc(100dvh - 48px);background:white;border-radius:20px;box-shadow:0 8px 40px rgba(0,0,0,0.18);display:none;flex-direction:column;overflow:hidden;animation:awSlideUp 0.35s ease;font-family:'Inter',-apple-system,sans-serif}.aw-chat-panel.open{display:flex}@keyframes awSlideUp{from{opacity:0;transform:translateY(30px) scale(0.95)}to{opacity:1;transform:translateY(0) scale(1)}}.aw-chat-header{background:linear-gradient(135deg,#1e3a5f 0%,#2a4a7f 100%);color:white;padding:14px 18px;display:flex;align-items:center;gap:10px;flex-shrink:0}.aw-chat-avatar{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,0.15);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.aw-chat-title{font-weight:600;font-size:0.9rem;flex:1}.aw-chat-subtitle{font-size:0.7rem;opacity:0.7}.aw-chat-close{background:none;border:none;color:white;font-size:1.3rem;cursor:pointer;padding:4px 8px;opacity:0.7;line-height:1}.aw-chat-close:hover{opacity:1}.aw-expand-btn{color:white;text-decoration:none;font-size:1.2rem;padding:4px 6px;opacity:0.7;line-height:1;display:flex;align-items:center;transition:opacity 0.2s}.aw-expand-btn:hover{opacity:1}.aw-chat-body{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:#f8fafc;scroll-behavior:smooth}.aw-msg{max-width:85%;animation:awMsgIn 0.3s ease}.aw-msg.user{align-self:flex-end}.aw-msg.assistant{align-self:flex-start}.aw-bubble{padding:10px 14px;border-radius:16px;font-size:0.85rem;line-height:1.55;word-wrap:break-word}.aw-msg.user .aw-bubble{background:#1e3a5f;color:#ffffff;border-bottom-right-radius:4px}.aw-msg.assistant .aw-bubble{background:#ffffff;color:#1e293b;border-bottom-left-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,0.06)}.aw-bubble p{margin:0 0 4px}.aw-bubble p:last-child{margin:0}.aw-bubble a{color:#2563eb;text-decoration:underline}.aw-msg.user .aw-bubble a{color:#ffd54f}@keyframes awMsgIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.aw-typing{align-self:flex-start;display:none;padding:10px 14px;background:#ffffff;border-radius:16px;border-bottom-left-radius:4px;gap:5px;box-shadow:0 1px 3px rgba(0,0,0,0.06)}.aw-typing.active{display:flex}.aw-typing span{width:6px;height:6px;border-radius:50%;background:#94a3b8;animation:awBounce 1.4s infinite}.aw-typing span:nth-child(2){animation-delay:0.2s}.aw-typing span:nth-child(3){animation-delay:0.4s}@keyframes awBounce{0%,60%,100%{transform:translateY(0)}30%{transform:translateY(-6px)}}.aw-chat-foot{border-top:1px solid #e2e8f0;padding:12px;display:flex;gap:8px;background:white;flex-shrink:0}.aw-chat-foot input{flex:1;border:2px solid #e2e8f0;border-radius:20px;padding:10px 16px;font-family:'Inter',-apple-system,sans-serif;font-size:0.85rem;outline:none;color:#1e293b;transition:border-color 0.2s}.aw-chat-foot input:focus{border-color:#1e3a5f}.aw-chat-foot input::placeholder{color:#94a3b8}.aw-chat-foot button{width:38px;height:38px;border-radius:50%;border:none;background:#1e3a5f;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;font-weight:bold;transition:background 0.2s}.aw-chat-foot button:disabled{opacity:0.4;cursor:not-allowed}.aw-chat-foot button:hover:not(:disabled){background:#0f2440}.aw-processing{display:none;position:absolute;inset:0;background:rgba(255,255,255,0.94);z-index:10;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;border-radius:20px}.aw-processing.active{display:flex}.aw-spinner{width:48px;height:48px;border:3px solid #e2e8f0;border-top-color:#1e3a5f;border-radius:50%;animation:awSpin 0.8s linear infinite;margin-bottom:20px}@keyframes awSpin{to{transform:rotate(360deg)}}.aw-processing-steps{font-size:0.85rem;color:#64748b}.aw-processing-steps .step{padding:6px 0;opacity:0.35;transition:opacity 0.3s}.aw-processing-steps .step.done{opacity:0.75;color:#4caf50}.aw-processing-steps .step.active{opacity:1;color:#1e3a5f;font-weight:600}.aw-wa-box{margin:8px 16px;padding:14px 16px;background:#e8f5e9;border:2px solid #25D366;border-radius:14px;text-align:center;display:none;animation:awMsgIn 0.4s ease;flex-shrink:0}.aw-wa-box.active{display:block}.aw-wa-box p{color:#2e7d32;font-size:0.85rem;margin:0 0 10px}@media (max-width:480px){.aw-chat-bubble{bottom:16px;right:88px;width:48px;height:48px;font-size:1.1rem}.aw-chat-panel{bottom:0;right:0;width:100%;height:100dvh;max-height:100dvh;border-radius:0}}