@import "https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@300;400;500;600;700&display=swap";
.chatbot-module__q62IeG__container{color:#f1f5f9;background-color:#0f1115;justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:Noto Sans Arabic,system-ui,-apple-system,sans-serif;display:flex;position:relative;overflow:hidden}.chatbot-module__q62IeG__canvasBackground{z-index:1;pointer-events:auto;width:100%;height:100%;position:absolute;top:0;left:0}.chatbot-module__q62IeG__chatShellWrapper{perspective:1000px;z-index:10;width:100%;max-width:1000px}.chatbot-module__q62IeG__chatShell{-webkit-backdrop-filter:blur(12px);width:100%;height:90vh;transform-style:preserve-3d;background:#141820b3;border:1px solid #ffffff14;border-radius:30px;flex-direction:column;transition:transform .1s,box-shadow .1s;animation:.8s cubic-bezier(.16,1,.3,1) forwards chatbot-module__q62IeG__shellReveal;display:flex;position:relative;overflow:hidden;box-shadow:0 40px 80px #0009,inset 0 1px #ffffff1a}.chatbot-module__q62IeG__chatShellGlare{pointer-events:none;opacity:0;z-index:20;background:radial-gradient(circle,#ffffff1a 0%,#0000 60%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.chatbot-module__q62IeG__chatShellWrapper:hover .chatbot-module__q62IeG__chatShellGlare{opacity:1}@keyframes chatbot-module__q62IeG__shellReveal{0%{opacity:0;transform:translateY(40px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.chatbot-module__q62IeG__header{z-index:15;background:#0003;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.chatbot-module__q62IeG__brand{align-items:center;gap:16px;display:flex}.chatbot-module__q62IeG__title h1{color:#fff;letter-spacing:0;margin:0;font-size:20px;font-weight:600}.chatbot-module__q62IeG__title p{color:#94a3b8;margin:4px 0 0;font-size:13px;font-weight:400}.chatbot-module__q62IeG__avatarContainer{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;transition:all .4s;display:flex;position:relative;box-shadow:0 4px 15px #0003}.chatbot-module__q62IeG__avatarIdle{animation:4s ease-in-out infinite chatbot-module__q62IeG__floatAvatar}.chatbot-module__q62IeG__avatarThinking{background:#0ea5e926;border-color:#0ea5e966;animation:1.5s ease-in-out infinite chatbot-module__q62IeG__pulseAvatar;box-shadow:0 0 20px #0ea5e94d}@keyframes chatbot-module__q62IeG__floatAvatar{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes chatbot-module__q62IeG__pulseAvatar{0%,to{transform:scale(1);box-shadow:0 0 15px #0ea5e933}50%{transform:scale(1.05);box-shadow:0 0 25px #0ea5e980}}.chatbot-module__q62IeG__avatarEye{fill:#94a3b8;transition:fill .3s}.chatbot-module__q62IeG__avatarThinking .chatbot-module__q62IeG__avatarEye{fill:#0ea5e9;animation:.8s infinite chatbot-module__q62IeG__blinkFast}@keyframes chatbot-module__q62IeG__blinkFast{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.6;transform:scaleY(.2)}}.chatbot-module__q62IeG__chatArea{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;z-index:15;flex-direction:column;flex:1;gap:24px;padding:32px 40px;display:flex;overflow-y:auto}.chatbot-module__q62IeG__chatArea::-webkit-scrollbar{width:6px}.chatbot-module__q62IeG__chatArea::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.chatbot-module__q62IeG__messageWrapper{opacity:0;width:100%;animation:.5s cubic-bezier(.16,1,.3,1) forwards chatbot-module__q62IeG__messageSlideIn;display:flex}@keyframes chatbot-module__q62IeG__messageSlideIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.chatbot-module__q62IeG__messageWrapper.chatbot-module__q62IeG__user{justify-content:flex-start}.chatbot-module__q62IeG__messageWrapper.chatbot-module__q62IeG__assistant{justify-content:flex-end}.chatbot-module__q62IeG__message{text-align:right;max-width:75%;padding:16px 20px;font-size:16px;font-weight:500;line-height:1.9}.chatbot-module__q62IeG__message.chatbot-module__q62IeG__assistant{color:#e2e8f0;background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px 20px 20px 6px;box-shadow:0 4px 15px #0000001a}.chatbot-module__q62IeG__message.chatbot-module__q62IeG__user{color:#fff;background:linear-gradient(135deg,#0ea5e9,#3b82f6);border-radius:20px 20px 6px;box-shadow:0 8px 20px #0ea5e940}.chatbot-module__q62IeG__word{opacity:0;animation:.4s cubic-bezier(.16,1,.3,1) forwards chatbot-module__q62IeG__wordReveal;display:inline-block;transform:translateY(4px)}@keyframes chatbot-module__q62IeG__wordReveal{to{opacity:1;transform:translateY(0)}}.chatbot-module__q62IeG__inputArea{z-index:15;background:linear-gradient(#0000 0%,#0f1115e6 100%);padding:24px 32px 32px}.chatbot-module__q62IeG__form{background:#00000080;border:1px solid #ffffff1a;border-radius:24px;gap:12px;padding:8px;transition:border-color .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 10px 30px #0006,inset 0 1px #ffffff0d}.chatbot-module__q62IeG__form:focus-within{border-color:#0ea5e966;box-shadow:0 10px 30px #0ea5e926,inset 0 1px #ffffff0d}.chatbot-module__q62IeG__input{color:#f8fafc;background:0 0;border:none;outline:none;flex:1;padding:14px 20px;font-family:inherit;font-size:16px}.chatbot-module__q62IeG__input::placeholder{color:#64748b;font-weight:400}.chatbot-module__q62IeG__submitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0ea5e9,#3b82f6);border:none;border-radius:18px;justify-content:center;align-items:center;padding:0 28px;font-size:15px;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 12px #0ea5e94d}.chatbot-module__q62IeG__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #0ea5e966}.chatbot-module__q62IeG__submitBtn:active:not(:disabled){transform:translateY(0)}.chatbot-module__q62IeG__submitBtn:disabled{color:#fff6;cursor:not-allowed;box-shadow:none;background:#ffffff1a}
