@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}.chatbot-module__q62IeG__headerActions{align-items:center;gap:12px;display:flex}.chatbot-module__q62IeG__resetBtn{color:#e2e8f0;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:8px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s;display:inline-flex}.chatbot-module__q62IeG__resetBtn:hover{color:#38bdf8;background:#0ea5e926;border-color:#0ea5e959}.chatbot-module__q62IeG__welcomeOverlay{z-index:20;flex:1;justify-content:center;align-items:center;padding:32px;display:flex}.chatbot-module__q62IeG__welcomeCard{text-align:center;background:#0f172ad9;border:1px solid #0ea5e940;border-radius:24px;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:440px;padding:36px 32px;animation:.5s cubic-bezier(.16,1,.3,1) forwards chatbot-module__q62IeG__welcomePop;display:flex;box-shadow:0 20px 50px #00000080,0 0 30px #0ea5e91a}@keyframes chatbot-module__q62IeG__welcomePop{0%{opacity:0;transform:scale(.92)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.chatbot-module__q62IeG__welcomeBadge{color:#38bdf8;background:linear-gradient(135deg,#0ea5e933,#3b82f633);border:1px solid #0ea5e966;border-radius:18px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.chatbot-module__q62IeG__welcomeTitle{color:#fff;margin:0;font-size:22px;font-weight:700}.chatbot-module__q62IeG__welcomeSubtitle{color:#94a3b8;margin:0;font-size:14px;line-height:1.6}.chatbot-module__q62IeG__welcomeForm{flex-direction:column;gap:14px;width:100%;display:flex}.chatbot-module__q62IeG__welcomeInput{color:#fff;text-align:right;box-sizing:border-box;background:#0006;border:1px solid #ffffff1f;border-radius:16px;outline:none;width:100%;padding:14px 18px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.chatbot-module__q62IeG__welcomeInput:focus{border-color:#0ea5e999;box-shadow:0 0 15px #0ea5e933}.chatbot-module__q62IeG__welcomeInput::placeholder{color:#64748b}.chatbot-module__q62IeG__welcomeSubmitBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0ea5e9,#3b82f6);border:none;border-radius:16px;width:100%;padding:14px;font-family:inherit;font-size:16px;font-weight:600;transition:all .2s;box-shadow:0 6px 20px #0ea5e959}.chatbot-module__q62IeG__welcomeSubmitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #0ea5e973}.chatbot-module__q62IeG__welcomeSubmitBtn:disabled{color:#fff6;cursor:not-allowed;box-shadow:none;background:#ffffff1a}@media (max-width:768px){.chatbot-module__q62IeG__container{justify-content:flex-start;align-items:flex-start;height:100dvh;min-height:100dvh;padding:0}.chatbot-module__q62IeG__chatShellWrapper{max-width:100%;height:100dvh}.chatbot-module__q62IeG__chatShell{height:100dvh;box-shadow:none;border:none;border-radius:0}.chatbot-module__q62IeG__header{padding:14px 16px}.chatbot-module__q62IeG__brand{gap:10px}.chatbot-module__q62IeG__title h1{font-size:16px}.chatbot-module__q62IeG__title p{font-size:12px}.chatbot-module__q62IeG__resetBtn{border-radius:10px;padding:6px 12px;font-size:12px}.chatbot-module__q62IeG__chatArea{gap:16px;padding:16px 14px}.chatbot-module__q62IeG__message{max-width:88%;padding:12px 14px;font-size:14px;line-height:1.7}.chatbot-module__q62IeG__inputArea{background:#0f1115f2;padding:10px 12px 14px}.chatbot-module__q62IeG__form{border-radius:18px;padding:6px}.chatbot-module__q62IeG__input{padding:10px 12px;font-size:14px}.chatbot-module__q62IeG__submitBtn{border-radius:14px;padding:0 18px;font-size:14px}.chatbot-module__q62IeG__welcomeOverlay{padding:16px}.chatbot-module__q62IeG__welcomeCard{border-radius:20px;gap:16px;max-width:100%;padding:24px 20px}.chatbot-module__q62IeG__welcomeTitle{font-size:18px}.chatbot-module__q62IeG__welcomeSubtitle{font-size:13px}.chatbot-module__q62IeG__welcomeBadge{border-radius:14px;width:48px;height:48px}.chatbot-module__q62IeG__welcomeInput{padding:12px 14px;font-size:14px}.chatbot-module__q62IeG__welcomeSubmitBtn{padding:12px;font-size:14px}}@media (max-width:480px){.chatbot-module__q62IeG__header{padding:12px 14px}.chatbot-module__q62IeG__title h1{font-size:15px}.chatbot-module__q62IeG__resetBtn span{font-size:11px}.chatbot-module__q62IeG__message{max-width:92%;font-size:13.5px}}
