.debi-bubble{position:fixed;bottom:24px;left:24px;width:56px;height:56px;border-radius:50%;background:#00b4d8;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px rgba(0,0,0,.15);z-index:9999;transition:transform .2s ease,box-shadow .2s ease;animation:debi-pulse 2s ease-in-out infinite}.debi-bubble:hover{transform:scale(1.08);box-shadow:0 6px 28px rgba(0,0,0,.2)}.debi-bubble img{width:32px;height:32px;border-radius:50%}@keyframes debi-pulse{0%,100%{box-shadow:0 4px 24px rgba(0,180,216,.3)}50%{box-shadow:0 4px 32px rgba(0,180,216,.6)}}.debi-chat{position:fixed;bottom:92px;left:24px;width:370px;height:520px;background:#fff;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.15);z-index:9999;display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(20px) scale(.95);transition:opacity .3s ease,transform .3s ease}.debi-chat.debi-chat--open{opacity:1;transform:translateY(0) scale(1)}.debi-chat-header{background:linear-gradient(to right,#00b4d8,#0096c7);color:#fff;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.debi-chat-header-info{display:flex;align-items:center;gap:10px}.debi-header-avatar{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.2)}.debi-header-name{font-weight:600;font-size:15px}.debi-chat-header-actions{display:flex;align-items:center;gap:8px}.debi-chat-clear{background:0 0;border:none;color:#fff;cursor:pointer;padding:4px;line-height:1;opacity:.7;transition:opacity .2s;display:flex;align-items:center}.debi-chat-clear:hover{opacity:1}.debi-chat-close{background:0 0;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0 4px;line-height:1;opacity:.8;transition:opacity .2s}.debi-chat-close:hover{opacity:1}.debi-chat-messages{flex:1;overflow-y:auto;padding:16px;direction:rtl;display:flex;flex-direction:column;gap:12px}.debi-msg{max-width:85%;padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.5;word-wrap:break-word;direction:rtl;text-align:right}.debi-msg--bot{background:#ecfeff;color:#1a1a1a;align-self:flex-start;border-bottom-left-radius:4px}.debi-msg--user{background:linear-gradient(to right,#00b4d8,#0096c7);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.debi-msg a{color:#0096c7;text-decoration:underline}.debi-msg--user .debi-msg a{color:#fff}.debi-msg--bot p{margin:0 0 8px}.debi-msg--bot p:last-child{margin-bottom:0}.debi-msg--bot ol,.debi-msg--bot ul{margin:4px 0 8px;padding-right:20px;padding-left:0}.debi-msg--bot ol:last-child,.debi-msg--bot ul:last-child{margin-bottom:0}.debi-msg--bot li{margin-bottom:2px}.debi-msg--bot strong{font-weight:600}.debi-msg--bot code{background:rgba(0,0,0,.06);padding:1px 4px;border-radius:3px;font-size:13px}.debi-msg--bot pre{background:rgba(0,0,0,.06);padding:8px 10px;border-radius:6px;overflow-x:auto;margin:4px 0 8px}.debi-msg--bot pre code{background:0 0;padding:0}.debi-msg--bot h1,.debi-msg--bot h2,.debi-msg--bot h3,.debi-msg--bot h4{font-size:14px;font-weight:600;margin:8px 0 4px}.debi-msg--bot h1:first-child,.debi-msg--bot h2:first-child,.debi-msg--bot h3:first-child,.debi-msg--bot h4:first-child{margin-top:0}.debi-msg--bot blockquote{border-right:3px solid #00b4d8;border-left:none;margin:4px 0;padding:2px 10px 2px 0;color:#555}.debi-msg--bot table{border-collapse:collapse;font-size:13px;margin:4px 0}.debi-msg--bot table td,.debi-msg--bot table th{border:1px solid #ddd;padding:4px 8px}.debi-msg--bot table th{background:rgba(0,0,0,.04);font-weight:600}.debi-typing{display:flex;gap:4px;padding:10px 14px;align-self:flex-start}.debi-typing span{width:8px;height:8px;border-radius:50%;background:#b0b8c1;animation:debi-typing-bounce 1.4s ease-in-out infinite}.debi-typing span:nth-child(2){animation-delay:.2s}.debi-typing span:nth-child(3){animation-delay:.4s}@keyframes debi-typing-bounce{0%,100%,80%{transform:translateY(0)}40%{transform:translateY(-6px)}}.debi-helpful{display:flex;gap:8px;margin-top:6px}.debi-helpful button{background:0 0;border:1px solid #ddd;border-radius:6px;padding:4px 10px;cursor:pointer;font-size:12px;color:#666;transition:all .2s}.debi-helpful button:hover{border-color:#00b4d8;color:#00b4d8}.debi-helpful button.debi-helpful--active{background:#00b4d8;color:#fff;border-color:#00b4d8}.debi-suggestions{display:flex;flex-wrap:wrap;gap:8px;padding:10px 12px;border-top:1px solid #eee;direction:rtl;flex-shrink:0}.debi-suggestion{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid rgb(225.4833333333,231.9,238.3166666667);border-radius:20px;padding:7px 14px;font-size:13px;color:#333;cursor:pointer;transition:all .2s ease;direction:rtl}.debi-suggestion:hover{border-color:#00b4d8;color:#00b4d8;background:rgba(0,180,216,.05)}.debi-suggestion svg{width:16px;height:16px;flex-shrink:0}.debi-chat-input-wrap{display:flex;align-items:flex-end;padding:12px;border-top:1px solid #eee;gap:8px;flex-shrink:0;font-family:inherit}.debi-chat-input{flex:1;border:1px solid #ddd;border-radius:18px;padding:10px 16px;font-size:14px;outline:0;direction:rtl;transition:border-color .2s;font-family:inherit;resize:none;overflow-y:auto;min-height:40px;max-height:120px;line-height:1.4}.debi-chat-input:focus{border-color:#00b4d8}.debi-chat-input::placeholder{color:#999}.debi-chat-send{width:40px;height:40px;border-radius:50%;background:#00b4d8;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}.debi-chat-send:hover{background:#0096c7}.debi-chat-send:disabled{opacity:.5;cursor:not-allowed}@media (max-width:767px){.debi-chat{width:calc(100vw - 24px);height:calc(100vh - 120px);bottom:80px;left:12px;right:12px;border-radius:12px}.debi-bubble{bottom:16px;left:16px}}