/* Mouamah comprehensive assistant v2 — minimal liquid glass */
#mw-chatbot-root,#mw-chatbot-root *{box-sizing:border-box}
#mw-chatbot-root{font-family:"Segoe UI",Tahoma,Arial,sans-serif;direction:rtl;color:#111;position:fixed;right:20px;bottom:14px;z-index:2147483000;line-height:1.6}
.mw-chatbot-launcher{width:104px;height:112px;border:0;background:transparent;padding:0;display:grid;place-items:center;cursor:pointer;position:relative;filter:drop-shadow(0 16px 18px rgba(35,12,90,.20));transition:transform .22s ease,filter .22s ease}
.mw-chatbot-launcher img{width:104px;height:112px;object-fit:contain;display:block;pointer-events:none;transform-origin:55% 75%}
.mw-chatbot-launcher:hover{transform:translateY(-5px) scale(1.025);filter:drop-shadow(0 20px 22px rgba(35,12,90,.27))}
.mw-chatbot-launcher:active{transform:translateY(-1px) scale(.985)}
.mw-chatbot-launcher:focus-visible,.mw-chatbot-panel button:focus-visible,.mw-chatbot-panel a:focus-visible,.mw-chatbot-panel textarea:focus-visible{outline:3px solid rgba(82,13,242,.25);outline-offset:3px}
.mw-chatbot-online{position:absolute;right:12px;bottom:17px;width:13px;height:13px;border-radius:50%;background:#35d285;border:2.5px solid rgba(255,255,255,.96);box-shadow:0 3px 9px rgba(13,118,73,.25)}
.mw-chatbot-panel{position:absolute;right:4px;bottom:118px;width:min(390px,calc(100vw - 28px));height:min(590px,calc(100vh - 145px));min-height:440px;display:flex;flex-direction:column;overflow:hidden;border-radius:30px;background:rgba(250,250,252,.76);border:1px solid rgba(255,255,255,.72);box-shadow:0 26px 80px rgba(22,12,52,.20),inset 0 1px 0 rgba(255,255,255,.70);backdrop-filter:blur(28px) saturate(165%);-webkit-backdrop-filter:blur(28px) saturate(165%);opacity:0;visibility:hidden;transform:translateY(12px) scale(.98);transform-origin:bottom right;transition:opacity .18s ease,visibility .18s ease,transform .18s ease}
.mw-chatbot-open .mw-chatbot-panel{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
.mw-chatbot-header{display:flex;align-items:center;gap:12px;padding:17px 17px 13px;border-bottom:1px solid rgba(24,18,42,.065);background:rgba(255,255,255,.22);flex:0 0 auto}
.mw-chatbot-title{min-width:0;flex:1}.mw-chatbot-title strong{display:block;font-size:15px;font-weight:800;letter-spacing:-.15px}.mw-chatbot-title span{display:block;margin-top:1px;font-size:10.5px;color:rgba(20,17,28,.48);font-weight:600}
.mw-chatbot-close{width:38px;height:38px;border:1px solid rgba(18,14,31,.07);border-radius:50%;background:rgba(255,255,255,.45);color:#2a2632;display:grid;place-items:center;cursor:pointer;flex:0 0 38px}.mw-chatbot-close:hover{background:rgba(255,255,255,.82)}.mw-chatbot-close svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.mw-chatbot-messages{flex:1;min-height:0;overflow-y:auto;padding:18px 15px 12px;scroll-behavior:smooth;background:transparent;overscroll-behavior:contain}.mw-chatbot-messages::-webkit-scrollbar{width:5px}.mw-chatbot-messages::-webkit-scrollbar-thumb{background:rgba(50,38,82,.14);border-radius:99px}
.mw-chatbot-row{display:flex;margin:0 0 10px;min-width:0}.mw-chatbot-user{justify-content:flex-start}.mw-chatbot-bot{justify-content:flex-end}
.mw-chatbot-bubble{max-width:86%;padding:10px 13px;border-radius:18px;font-size:13px;line-height:1.75;white-space:pre-wrap;overflow-wrap:anywhere}
.mw-chatbot-bot .mw-chatbot-bubble{background:rgba(255,255,255,.56);border:1px solid rgba(255,255,255,.76);border-bottom-right-radius:6px;color:#191722;box-shadow:0 6px 20px rgba(33,26,56,.045)}
.mw-chatbot-user .mw-chatbot-bubble{background:linear-gradient(145deg,rgba(82,13,242,.96),rgba(69,21,188,.96));color:#fff;border-bottom-left-radius:6px;box-shadow:0 8px 24px rgba(82,13,242,.17)}
.mw-chatbot-actions{display:flex;gap:6px;justify-content:flex-end;flex-wrap:wrap;margin:-3px 0 12px}.mw-chatbot-action{display:inline-flex;align-items:center;min-height:31px;padding:5px 10px;border-radius:999px;border:1px solid rgba(82,13,242,.12);background:rgba(255,255,255,.52);color:#4b20aa;text-decoration:none;font-size:10.5px;font-weight:700;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.mw-chatbot-action:hover{background:rgba(255,255,255,.88);border-color:rgba(82,13,242,.23)}
.mw-chatbot-typing{display:inline-flex!important;align-items:center;gap:4px;min-width:52px}.mw-chatbot-typing i{width:5px;height:5px;border-radius:50%;background:#807990;animation:mw-v2-dot 1s infinite ease-in-out}.mw-chatbot-typing i:nth-child(2){animation-delay:.12s}.mw-chatbot-typing i:nth-child(3){animation-delay:.24s}@keyframes mw-v2-dot{0%,60%,100%{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}
.mw-chatbot-composer{margin:0 10px 8px;padding:5px 5px 5px 10px;display:flex;align-items:flex-end;gap:6px;border:1px solid rgba(22,17,38,.085);border-radius:19px;background:rgba(255,255,255,.62);box-shadow:0 8px 26px rgba(33,24,58,.055),inset 0 1px 0 rgba(255,255,255,.74);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);flex:0 0 auto}
.mw-chatbot-composer textarea{flex:1;min-width:0;min-height:46px;max-height:110px;resize:none;border:0;background:transparent;color:#17141e;padding:11px 6px 8px;font:inherit;font-size:13px;line-height:1.55;outline:none}.mw-chatbot-composer textarea::placeholder{color:rgba(25,20,35,.40)}
.mw-chatbot-send{width:42px;height:42px;border:0;border-radius:15px;background:#520df2;color:#fff;display:grid;place-items:center;cursor:pointer;flex:0 0 42px;box-shadow:0 6px 18px rgba(82,13,242,.20)}.mw-chatbot-send:hover{background:#4611ca}.mw-chatbot-send svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transform:rotate(180deg)}
.mw-chatbot-caption{text-align:center;padding:0 12px 9px;color:rgba(24,20,34,.36);font-size:9px;font-weight:600;flex:0 0 auto}
@supports not ((backdrop-filter:blur(10px)) or (-webkit-backdrop-filter:blur(10px))){.mw-chatbot-panel{background:#f8f8fa}.mw-chatbot-composer,.mw-chatbot-bot .mw-chatbot-bubble{background:#fff}}
@media(max-width:680px){#mw-chatbot-root{right:8px;bottom:8px}.mw-chatbot-launcher{width:88px;height:96px}.mw-chatbot-launcher img{width:88px;height:96px}.mw-chatbot-online{right:9px;bottom:14px}.mw-chatbot-panel{position:fixed;right:8px;left:8px;bottom:104px;width:auto;height:min(590px,calc(100vh - 120px));min-height:400px;border-radius:26px}.mw-chatbot-header{padding:14px 14px 11px}.mw-chatbot-messages{padding:15px 12px 10px}.mw-chatbot-bubble{max-width:90%;font-size:13px}}
@media(prefers-reduced-motion:reduce){.mw-chatbot-panel,.mw-chatbot-launcher{transition:none}.mw-chatbot-typing i{animation:none}}
@media print{#mw-chatbot-root{display:none!important}}
