.jawla-chat{--jc-ink:#153c36;--jc-deep:#07584c;--jc-green:#087d69;--jc-line:#dce9e6;--jc-soft:#f5f9f8;position:fixed;right:24px;bottom:24px;z-index:999990;font-family:inherit;direction:rtl}.jawla-chat *{box-sizing:border-box}.jawla-chat__launcher{position:relative;display:flex;align-items:center;gap:12px;min-height:60px;padding:6px 7px 6px 18px;border:1px solid rgba(7,88,76,.16);border-radius:18px;background:#fff;color:var(--jc-ink);box-shadow:0 12px 34px rgba(12,62,54,.16);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.jawla-chat__launcher:hover{transform:translateY(-2px);box-shadow:0 16px 42px rgba(12,62,54,.21)}.jawla-chat__launcher:focus-visible,.jawla-chat__close:focus-visible,.jawla-chat__suggestions button:focus-visible,.jawla-chat__form button:focus-visible{outline:3px solid rgba(8,125,105,.23);outline-offset:3px}.jawla-chat__orb{position:relative;display:grid;place-items:center;width:48px;height:48px;flex:0 0 auto;border-radius:14px;background:var(--jc-deep)}.jawla-chat__orb svg,.jawla-chat__avatar svg{width:29px;height:29px;fill:#fff}.jawla-chat__orb i{position:absolute;top:-3px;right:-3px;width:12px;height:12px;border:3px solid #fff;border-radius:50%;background:#26b98e}.jawla-chat__launch-copy{display:flex;flex-direction:column;text-align:right}.jawla-chat__launch-copy b{color:var(--jc-ink);font-size:15px;line-height:1.35}.jawla-chat__launch-copy small{margin-top:2px;color:#6d827e;font-size:11px}.jawla-chat__panel{position:absolute;right:0;bottom:72px;width:min(400px,calc(100vw - 30px));height:min(620px,calc(100vh - 112px));overflow:hidden;border:1px solid var(--jc-line);border-radius:22px;background:#fff;box-shadow:0 24px 70px rgba(12,54,47,.2);transform-origin:bottom right;animation:jawlaReveal .22s ease-out}.jawla-chat__panel[hidden]{display:none}.jawla-chat__panel header{display:flex;align-items:center;gap:12px;min-height:78px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.12);background:var(--jc-deep);color:#fff}.jawla-chat__avatar{display:grid;place-items:center;width:46px;height:46px;flex:0 0 auto;border:1px solid rgba(255,255,255,.2);border-radius:14px;background:rgba(255,255,255,.1)}.jawla-chat__avatar svg{width:28px;height:28px}.jawla-chat__identity{display:flex;flex:1;flex-direction:column}.jawla-chat__identity strong{font-size:17px;line-height:1.4}.jawla-chat__identity em{font-style:normal}.jawla-chat__identity small{display:flex;align-items:center;gap:7px;margin-top:2px;color:rgba(255,255,255,.78);font-size:11px}.jawla-chat__identity small i{width:7px;height:7px;border-radius:50%;background:#5ce0b5}.jawla-chat__close{display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.2);border-radius:11px;background:transparent;color:#fff;font-size:23px;line-height:1;cursor:pointer;transition:background .2s ease}.jawla-chat__close:hover{background:rgba(255,255,255,.1)}.jawla-chat__messages{height:calc(100% - 157px);overflow-y:auto;padding:16px;background:var(--jc-soft);scrollbar-color:#b9cdc8 transparent;scrollbar-width:thin}.jawla-chat__welcome{margin-bottom:14px;padding:17px;border:1px solid var(--jc-line);border-radius:17px;background:#fff}.jawla-chat__welcome>span{display:block;color:var(--jc-green);font-size:11px;font-weight:700}.jawla-chat__welcome>strong{display:block;margin-top:5px;color:var(--jc-ink);font-size:16px}.jawla-chat__welcome>p{margin:6px 0 13px;color:#70837f;font-size:12px;line-height:1.7}.jawla-chat__suggestions{display:flex;flex-wrap:wrap;gap:7px}.jawla-chat__suggestions button{border:1px solid var(--jc-line);border-radius:10px;background:#f9fbfa;color:#17675a;padding:7px 10px;font:inherit;font-size:11px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.jawla-chat__suggestions button:hover{border-color:#8ab8ae;background:#f0f7f5}.jawla-chat__bubble{max-width:88%;margin-bottom:10px;padding:11px 13px;border-radius:15px;line-height:1.75;white-space:pre-wrap;font-size:13px}.jawla-chat__bubble.is-bot{margin-left:auto;border:1px solid var(--jc-line);border-bottom-right-radius:4px;background:#fff;color:var(--jc-ink)}.jawla-chat__bubble.is-user{margin-right:auto;border-bottom-left-radius:4px;background:var(--jc-deep);color:#fff}.jawla-chat__bubble.is-typing:after{content:"•••";margin-right:6px;color:var(--jc-green);letter-spacing:2px;animation:jawlaBlink 1s infinite}.jawla-chat__bubble.is-error{border-color:#efcaca;color:#9f2424}.jawla-chat__cards{display:grid;gap:9px;margin:2px 0 13px}.jawla-chat__card{display:grid;grid-template-columns:100px 1fr;overflow:hidden;border:1px solid var(--jc-line);border-radius:15px;background:#fff;color:var(--jc-ink);text-decoration:none;transition:transform .2s ease,border-color .2s ease}.jawla-chat__card:hover{transform:translateY(-1px);border-color:#a8cbc3}.jawla-chat__card img{width:100px;height:100%;min-height:108px;object-fit:cover}.jawla-chat__card>div{padding:10px}.jawla-chat__card strong,.jawla-chat__card small{display:block}.jawla-chat__card small{margin-top:3px;color:var(--jc-green);font-size:10px}.jawla-chat__card p{margin:7px 0 0;font-size:11px;line-height:1.55}.jawla-chat__sources{margin:-3px 4px 13px;color:#6b807b;font-size:10px}.jawla-chat__sources a{color:var(--jc-green);text-decoration:underline}.jawla-chat__form{display:flex;align-items:flex-end;gap:8px;padding:10px 12px 7px;border-top:1px solid var(--jc-line);background:#fff}.jawla-chat__form textarea{flex:1;min-height:44px;max-height:92px;resize:none;border:1px solid #cadbd7;border-radius:12px;background:#fff;padding:10px 12px;color:var(--jc-ink);font:inherit;font-size:13px;outline:none}.jawla-chat__form textarea:focus{border-color:var(--jc-green);box-shadow:0 0 0 3px rgba(8,125,105,.1)}.jawla-chat__form button{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:12px;background:var(--jc-deep);color:#fff;font-size:21px;cursor:pointer;transition:background .2s ease}.jawla-chat__form button:hover{background:#064a40}.jawla-chat__privacy{margin:0;padding:0 14px 7px;background:#fff;color:#899995;font-size:9px;text-align:center}@keyframes jawlaReveal{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}@keyframes jawlaBlink{50%{opacity:.35}}@media(max-width:600px){.jawla-chat{right:12px;bottom:12px}.jawla-chat__launcher{min-height:56px;padding:5px;border-radius:16px}.jawla-chat__launch-copy{display:none}.jawla-chat__orb{width:46px;height:46px}.jawla-chat__panel{right:0;bottom:65px;width:calc(100vw - 24px);height:min(620px,calc(100vh - 90px));border-radius:19px}.jawla-chat__messages{padding:13px}.jawla-chat__panel header{min-height:74px;padding:12px 14px}}
