.alnour-chatbots{position:fixed;right:18px;bottom:18px;z-index:4200;font-family:"Tajawal","Noto Kufi Arabic",Tahoma,Arial,sans-serif;color:#0c3329}
.chat-launch{min-height:62px;display:flex;align-items:center;gap:8px;padding:6px 12px 6px 7px;border:1px solid rgba(240,207,122,.46);border-radius:999px;background:linear-gradient(145deg,rgba(4,59,46,.96),rgba(2,39,31,.98));box-shadow:0 16px 42px rgba(0,0,0,.28);cursor:pointer;animation:alnour-chat-float 4.8s ease-in-out infinite;transform-origin:bottom right}
.chat-launch:hover{transform:translateY(-4px) scale(1.025);box-shadow:0 21px 50px rgba(0,0,0,.33)}
.chat-launch.adel img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid rgba(240,207,122,.68);animation:adel-breathe 3.8s ease-in-out infinite}
.abdellah-mark{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 40% 30%,#1a7c5d,#063e30);border:2px solid rgba(240,207,122,.64);box-shadow:0 0 0 0 rgba(240,207,122,.2);animation:abdellah-glow 4s ease-in-out infinite}
.abdellah-mark svg{width:32px;height:32px;fill:#e3bd69}.abdellah-mark .mark-line{fill:none;stroke:#06392d;stroke-width:3;stroke-linecap:round}
.chat-label{text-align:right;padding-inline:4px 8px;min-width:88px}.chat-label b{display:block;color:#f0cf7a;font-size:13px;line-height:1.25}.chat-label small{display:block;color:#d8e6e1;font-size:9px;white-space:nowrap;margin-top:2px}
.chat-window{position:absolute;right:0;bottom:78px;width:min(390px,calc(100vw - 32px));height:min(560px,calc(100vh - 130px));background:#fffdf8;border:1px solid rgba(181,139,59,.34);border-radius:24px;box-shadow:0 26px 70px rgba(0,0,0,.30);overflow:hidden;transform:translateY(10px) scale(.985);opacity:0;transition:.18s ease;direction:inherit}
.chat-window.open{transform:none;opacity:1}.chat-window>header{height:72px;background:linear-gradient(145deg,#063f32,#032b22);color:#fff;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(240,207,122,.32)}
.chat-identity{display:flex;align-items:center;gap:9px}.chat-identity img,.mini-abdellah{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid rgba(240,207,122,.66)}.mini-abdellah{display:grid;place-items:center;background:#0a684f;color:#f0cf7a;font-weight:900;font-size:20px}.chat-identity b{display:block;color:#f0cf7a;font-size:14px}.chat-identity small{font-size:10px;color:#d9e8e2}.chat-head-actions{display:flex;gap:6px;align-items:center}.chat-close,.chat-speak{width:38px;height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#fff;cursor:pointer;display:grid;place-items:center}.chat-close{font-size:25px}.chat-speak svg{width:20px;height:20px;fill:currentColor;stroke:currentColor;stroke-width:1.5}.chat-speak svg path:nth-child(2){fill:none}
.chat-quick{display:flex;gap:6px;padding:9px 10px 0;background:#fffdf8}.chat-quick button{border:1px solid rgba(10,90,67,.14);border-radius:999px;padding:6px 10px;background:#f5efe2;color:#0a5944;font:800 10px/1.2 inherit;cursor:pointer}.chat-quick button:hover{background:#eaf3ef}
.chat-messages{height:calc(100% - 142px);overflow:auto;padding:14px;display:flex;flex-direction:column;gap:10px;background:radial-gradient(circle at 10% 10%,rgba(213,169,79,.07),transparent 28%),#fffdf8}.child-context .chat-messages{height:calc(100% - 178px)}
.chat-msg{max-width:88%;border-radius:17px;padding:10px 12px;font-size:12px;line-height:1.85}.chat-msg p{margin:0}.chat-msg.assistant{align-self:flex-start;background:#f1ecdf;border:1px solid rgba(181,139,59,.18)}.chat-msg.user{align-self:flex-end;background:#07513e;color:#fff}
.chat-results{display:grid;gap:6px;margin-top:8px}.chat-results a{display:block;padding:8px 9px;border-radius:12px;background:#fff;border:1px solid rgba(10,90,67,.13);color:#0a5541}.chat-results b{display:block;font-size:11px;line-height:1.5}.chat-results small{font-size:9px;color:#718079}
.chat-form{height:70px;padding:9px;border-top:1px solid #eadfc9;display:grid;grid-template-columns:1fr 48px;gap:7px;background:#fff}.chat-form textarea{resize:none;border:1px solid #ddd3c2;border-radius:14px;padding:9px 11px;font:600 12px/1.5 inherit;outline:none}.chat-form textarea:focus{border-color:#4c967e;box-shadow:0 0 0 3px rgba(10,90,67,.08)}.chat-form>button{border:0;border-radius:14px;background:linear-gradient(145deg,#0a684f,#064232);color:#fff;font-size:18px;cursor:pointer}.chat-form.busy{opacity:.68;pointer-events:none}
@keyframes alnour-chat-float{0%,100%{translate:0 0}50%{translate:0 -4px}}@keyframes adel-breathe{0%,100%{scale:1}50%{scale:1.035}}@keyframes abdellah-glow{0%,100%{box-shadow:0 0 0 0 rgba(240,207,122,.08)}50%{box-shadow:0 0 0 7px rgba(240,207,122,0)}}
@media(max-width:720px){.alnour-chatbots{right:10px;bottom:68px}.chat-label{display:none}.chat-launch{padding:4px;min-height:54px}.chat-window{position:fixed;right:10px;left:10px;bottom:130px;width:auto;height:min(560px,calc(100vh - 160px))}}
@media(prefers-reduced-motion:reduce){.chat-launch,.chat-launch.adel img,.abdellah-mark,.chat-window{animation:none!important;transition:none!important}}
/* v14.2: homepage restores both assistants; child pages show Adel only, other pages Abdellah only. */
.alnour-chatbots.chat-slot-2{bottom:94px}
.alnour-chatbots.chat-slot-2 .chat-window{bottom:0;right:calc(100% + 12px)}
@media(max-width:720px){
  .alnour-chatbots.chat-slot-1{bottom:70px}
  .alnour-chatbots.chat-slot-2{bottom:132px}
  .alnour-chatbots.chat-slot-2 .chat-window{right:10px;left:10px;bottom:130px}
}

/* 2026-09-15: RTL/Arabic assistants belong on the LEFT, clear of hero/content actions. */
html[dir="rtl"] .alnour-chatbots{left:18px!important;right:auto!important;transform-origin:bottom left!important}
html[dir="rtl"] .alnour-chatbots .chat-window{left:0!important;right:auto!important}
html[dir="rtl"] .alnour-chatbots.chat-slot-2 .chat-window{left:calc(100% + 12px)!important;right:auto!important}
@media(max-width:720px){
  html[dir="rtl"] .alnour-chatbots{left:10px!important;right:auto!important}
  html[dir="rtl"] .alnour-chatbots .chat-window,
  html[dir="rtl"] .alnour-chatbots.chat-slot-2 .chat-window{left:10px!important;right:10px!important}
}
