.floating-chat-button[data-v-fcc89482]{position:fixed;bottom:24px;right:24px;width:64px;height:64px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50%;cursor:pointer;box-shadow:0 8px 24px #667eea66;z-index:9999;display:flex;align-items:center;justify-content:center;transition:all .3s ease;animation:float-fcc89482 3s ease-in-out infinite}.floating-chat-button[data-v-fcc89482]:hover{transform:scale(1.1) translateY(-4px);box-shadow:0 12px 32px #667eea99}.floating-chat-button[data-v-fcc89482]:active{transform:scale(.95)}.notification-badge[data-v-fcc89482]{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;border:2px solid white;animation:pulse-fcc89482 2s infinite}@keyframes float-fcc89482{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-fcc89482{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}}.highlight-chat-section{animation:highlight-pulse-fcc89482 2s ease-out}@keyframes highlight-pulse-fcc89482{0%{box-shadow:0 0 #667eeab3}50%{box-shadow:0 0 0 20px #667eea00}to{box-shadow:0 0 #667eea00}}@media (max-width: 768px){.floating-chat-button[data-v-fcc89482]{width:56px;height:56px;bottom:20px;right:20px}}.floating-chat-suggestions-sidebar[data-v-8ff7f4a4]{position:fixed;right:20px;bottom:100px;width:320px;background:#fff;border-radius:16px;box-shadow:0 10px 40px #00000026;z-index:9998;animation:slideInRight-8ff7f4a4 .4s ease-out;max-height:500px;overflow:hidden;display:flex;flex-direction:column}.suggestions-header[data-v-8ff7f4a4]{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px;display:flex;justify-content:space-between;align-items:center}.suggestions-header h3[data-v-8ff7f4a4]{color:#fff;margin:0}.close-btn[data-v-8ff7f4a4]{background:#fff3;border:none;color:#fff;padding:4px 8px;border-radius:6px;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:center}.close-btn[data-v-8ff7f4a4]:hover{background:#ffffff4d}.suggestions-content[data-v-8ff7f4a4]{padding:16px;display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto}.suggestion-btn[data-v-8ff7f4a4]{text-align:left;padding:14px 16px;border:2px solid #e5e7eb;border-radius:12px;background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;animation:fadeInUp-8ff7f4a4 .4s ease-out both}.suggestion-btn[data-v-8ff7f4a4]:hover:not(:disabled){border-color:#667eea;background:#f3f4f6;transform:translate(4px);box-shadow:0 4px 12px #667eea33}.suggestion-btn[data-v-8ff7f4a4]:disabled{opacity:.6;cursor:not-allowed}@keyframes slideInRight-8ff7f4a4{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeInUp-8ff7f4a4{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.floating-chat-suggestions-sidebar[data-v-8ff7f4a4]{right:10px;left:10px;width:auto;bottom:80px;max-width:calc(100vw - 20px)}}
