/* Asisten AI Kabar TEMBORO: widget publik yang menggantikan tombol WhatsApp. */
.ai-chat{position:fixed;right:22px;bottom:22px;z-index:9999;font-family:"Plus Jakarta Sans",Arial,sans-serif}
.ai-chat__launcher{border:0;display:inline-flex;align-items:center;gap:10px;padding:11px 16px 11px 11px;border-radius:999px;background:linear-gradient(135deg,#167049,#39ad76);color:#fff;box-shadow:0 16px 34px rgba(13,91,53,.30);font:800 .83rem/1 "Plus Jakarta Sans",Arial,sans-serif;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}
.ai-chat__launcher:hover{transform:translateY(-3px);box-shadow:0 20px 40px rgba(13,91,53,.36)}
.ai-chat__launcher:focus-visible,.ai-chat__close:focus-visible,.ai-chat__send:focus-visible{outline:3px solid #c7f6d8;outline-offset:3px}
.ai-chat__launcher-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#fff;flex:0 0 34px}
.ai-chat__launcher-icon svg{width:22px;height:22px;fill:#1f925e}
.ai-chat__launcher-label{white-space:nowrap}
.ai-chat__panel{position:absolute;right:0;bottom:0;width:min(390px,calc(100vw - 32px));overflow:hidden;border:1px solid #cfeadb;border-radius:20px;background:#fff;box-shadow:0 22px 60px rgba(15,60,38,.22)}
.ai-chat__header{display:flex;align-items:center;gap:10px;padding:15px 15px 14px;color:#fff;background:linear-gradient(135deg,#165d3c,#258e60)}
.ai-chat__badge{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.28);font-size:.76rem;font-weight:900}
.ai-chat__header strong{display:block;font-size:.87rem;line-height:1.2}.ai-chat__header small{display:block;margin-top:4px;color:#d9ffea;font-size:.68rem;line-height:1.2}
.ai-chat__close{margin-left:auto;border:0;background:transparent;color:#fff;font-size:1.55rem;line-height:1;padding:0 3px;cursor:pointer}
.ai-chat__messages{min-height:250px;max-height:360px;overflow:auto;padding:15px;background:linear-gradient(180deg,#f7fcf8 0%,#fff 100%);display:grid;align-content:start;gap:10px}
.ai-chat__message{max-width:90%;padding:11px 12px;border-radius:14px;font-size:.8rem;line-height:1.55;white-space:pre-wrap;word-break:break-word}
.ai-chat__message--bot{justify-self:start;background:#ebf8ef;color:#234a35;border-bottom-left-radius:4px}
.ai-chat__message--user{justify-self:end;background:#1f8859;color:#fff;border-bottom-right-radius:4px}
.ai-chat__message--typing{display:inline-flex;gap:4px;align-items:center;width:max-content;padding:12px 14px}.ai-chat__message--typing i{width:5px;height:5px;border-radius:50%;background:#4e8563;animation:aiChatDot 1.05s infinite ease-in-out}.ai-chat__message--typing i:nth-child(2){animation-delay:.15s}.ai-chat__message--typing i:nth-child(3){animation-delay:.3s}@keyframes aiChatDot{0%,100%{transform:translateY(0);opacity:.45}50%{transform:translateY(-4px);opacity:1}}
.ai-chat__sources{margin-top:7px;padding:9px 10px;border:1px solid #d9ecdf;border-radius:10px;background:#fff;font-size:.71rem;line-height:1.45;color:#5b7665}.ai-chat__sources strong{display:block;margin-bottom:4px;color:#2d5a40}.ai-chat__sources a{display:block;color:#18744a;text-decoration:underline;text-underline-offset:2px;margin-top:3px}
.ai-chat__form{display:flex;gap:8px;padding:11px;border-top:1px solid #e0eee5;background:#fff}.ai-chat__form textarea{min-width:0;flex:1;max-height:92px;resize:vertical;border:1px solid #cfe5d7;border-radius:12px;padding:9px 11px;color:#1e4732;background:#fbfefc;font:500 .78rem/1.45 "Plus Jakarta Sans",Arial,sans-serif;outline:none}.ai-chat__form textarea:focus{border-color:#3ca66f;box-shadow:0 0 0 3px rgba(60,166,111,.12)}.ai-chat__form textarea:disabled{opacity:.7}.ai-chat__send{display:grid;place-items:center;align-self:flex-end;flex:0 0 38px;width:38px;height:38px;border:0;border-radius:11px;background:#218c5b;color:#fff;cursor:pointer}.ai-chat__send:hover{background:#167049}.ai-chat__send:disabled{opacity:.55;cursor:wait}.ai-chat__send svg{width:20px;height:20px;fill:currentColor}
.ai-chat__note{margin:0;padding:0 14px 12px;color:#73917e;background:#fff;font-size:.64rem;line-height:1.4}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:760px){.ai-chat{right:16px;bottom:16px}.ai-chat__launcher{padding:10px;border-radius:50%}.ai-chat__launcher-icon{width:40px;height:40px;flex-basis:40px}.ai-chat__launcher-label{display:none}.ai-chat__panel{right:0;bottom:0;width:min(390px,calc(100vw - 24px));border-radius:18px}.ai-chat__messages{min-height:230px;max-height:48vh}}
