#chat-widget-container{position:fixed;left:6px;bottom:8px;z-index:9999;font-family:Arial,sans-serif}#chat-widget-toggle{width:42px;height:42px;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#16c4dc,#5a53e8);box-shadow:0 8px 18px #3054d659}@keyframes vibrate{0%{transform:translate(0)}30%{transform:translate(-1px,1px)}60%{transform:translate(1px,-1px)}to{transform:translate(0)}}#chat-widget-toggle.vibrate{animation:vibrate .9s infinite}#chat-widget-panel{display:none;width:410px;height:530px;min-width:320px;min-height:420px;margin-bottom:12px;background:#fff;border:1px solid #d9dde6;border-radius:16px;box-shadow:0 16px 38px #0f203a38;overflow:hidden;flex-direction:column;position:relative}#chat-widget-resizer{position:absolute;right:8px;top:7px;width:14px;height:14px;cursor:nesw-resize;border-radius:3px;z-index:4;background:linear-gradient(45deg,#7d8db700 0% 45%,#7d8db7b3 45% 55%,#7d8db700 55% 70%,#7d8db7b3 70% 80%,#7d8db700 80%)}#chat-widget-header{min-height:48px;padding:8px 10px;color:#fff;background:linear-gradient(90deg,#16b8dd,#5e52e7);display:flex;align-items:center;justify-content:space-between}.chat-header-copy{line-height:1.15}.chat-header-title{font-weight:700;font-size:25px}#chat-widget-header small{display:block;opacity:.9;font-size:11px}#chat-widget-close{width:22px;height:22px;border:none;border-radius:8px;color:#fff;background:#ffffff2e;font-size:16px;line-height:20px;padding:0;cursor:pointer}#chat-widget-messages{flex:1;overflow-y:auto;background:#edf0f2;padding:12px 10px;display:flex;flex-direction:column;gap:8px}#chat-bar{padding:8px;border-top:1px solid #dfe4ed;background:#f7f8fb;display:flex;gap:6px}#chat-widget-input{flex:1;height:30px;border-radius:999px;border:1px solid #bcc6d9;background:#fff;outline:none;padding:0 14px;font-size:14px}#chat-send-btn{width:30px;height:30px;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:14px;background:linear-gradient(135deg,#16c4dc,#5a53e8);box-shadow:0 4px 10px #3f5adf59}.chat-message{display:flex;gap:8px;align-items:flex-start}.chat-user{justify-content:flex-end}.chat-user .chat-bubble{margin-left:auto;background:linear-gradient(90deg,#20c2de,#5f53e8);color:#fff;border-radius:12px}.chat-bot .chat-bubble{background:#fff;border:1px solid #e0e5ee;color:#2d3138;border-radius:10px}.chat-bubble{padding:9px 11px;max-width:76%;word-break:break-word;font-size:14px;line-height:1.45}.chat-bubble p{margin:0 0 8px}.chat-bubble p:last-child{margin-bottom:0}.chat-bubble ul,.chat-bubble ol{margin:6px 0 6px 18px;padding:0}.chat-bubble li{margin:3px 0}.chat-bubble a{color:#2f58d8;text-decoration:underline;word-break:break-all}.chat-bubble code{background:#f1f3f7;border:1px solid #e1e6ef;border-radius:4px;padding:1px 4px;font-size:12px}.chat-bubble pre{background:#f5f7fb;border:1px solid #e1e6ef;border-radius:8px;padding:8px;overflow-x:auto}.chat-bubble table{width:100%;border-collapse:collapse;margin-top:6px;display:block;overflow-x:auto}.chat-bubble th,.chat-bubble td{border:1px solid #dbe1ec;padding:6px 8px;text-align:left;vertical-align:top;min-width:90px}.chat-bubble th{background:#eef3fb;font-weight:600}.chat-thinking-bubble{min-width:62px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px}.thinking-dot{width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#1ec1dd,#5c53e7);opacity:.3;animation:thinkingPulse 1s infinite ease-in-out}.thinking-dot:nth-child(2){animation-delay:.16s}.thinking-dot:nth-child(3){animation-delay:.32s}@keyframes thinkingPulse{0%,80%,to{transform:scale(.72);opacity:.3}40%{transform:scale(1);opacity:1}}.chat-assistant-icon{width:16px;height:16px;border-radius:50%;margin-top:5px;color:#4b49a9;background:#ece9ff;border:1px solid #d8d2ff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.feedback-icons{display:flex;gap:8px;margin-left:26px;margin-top:3px}.feedback-icons span{width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#f1f3f6}.action-buttons a{border-radius:8px!important;font-size:12px!important;padding:6px 10px!important}.action-buttons{display:flex;gap:10px;margin:6px 0 10px 26px}.chat-email-prompt{height:100%;display:flex;flex-direction:column;background:#f2f3f6}.chat-email-hero{text-align:center;padding:22px 18px 16px;background:linear-gradient(180deg,#f8f9fb,#eef2f8);border-bottom:1px solid #e7ebf2}.chat-email-hero h2{margin:0;font-size:22px;line-height:1.2;font-weight:800;letter-spacing:.2px;background:linear-gradient(90deg,#2fb7dc,#4f61d7);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.chat-email-hero p{margin:8px auto 0;color:#5e6779;font-size:14px;line-height:1.35;max-width:270px}.chat-email-form{padding:16px}.chat-email-form label{display:block;margin-bottom:10px;color:#31405a;font-size:13px;font-weight:500}.chat-email-row{display:flex;gap:8px;align-items:center}#chat-email-input{flex:1;height:36px;border:1px solid #d2d8e4;border-radius:10px;padding:0 12px;font-size:13px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}#chat-email-input:focus{border-color:#7a8ee7;box-shadow:0 0 0 2px #5c53e724;outline:none}#chat-email-submit{border:none;color:#fff;height:36px;padding:0 14px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;background:linear-gradient(90deg,#22c0dd,#5c53e7);box-shadow:0 4px 10px #4863dd3d;transition:transform .12s ease,box-shadow .2s ease}#chat-email-submit:hover{box-shadow:0 6px 12px #4863dd4d}#chat-email-submit:active{transform:translateY(1px)}.chat-login-status{height:100%;display:flex;align-items:center;justify-content:center;color:#2f3b53;background:#f2f4f8;font-size:14px}.chat-login-status.error{color:#8f1d2c}
