/*! (c) ICEI Indonesia Cyber Education Institute - All Rights Reserved. Plagiarism prohibited. */
/*! ICEI Olli Chat widget - self-contained styles */
 #olli-widget{position:fixed;bottom:24px;right:24px;z-index:9999;font-family:'Inter','Helvetica Neue',Arial,sans-serif}#olli-toggle{width:60px;height:60px;border-radius:50%;background:#E30613;color:#fff;border:none;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px rgba(227,6,19,.35),0 4px 12px rgba(15,23,42,.1);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;position:relative}#olli-toggle:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 14px 36px rgba(227,6,19,.45)}#olli-toggle:focus-visible{outline:3px solid #fee2e2;outline-offset:2px}#olli-toggle svg{width:28px;height:28px}#olli-toggle::after{content:'';position:absolute;top:6px;right:6px;width:12px;height:12px;border-radius:50%;background:#22c55e;border:2px solid #fff;animation:olli-pulse-dot 2s infinite}@keyframes olli-pulse-dot{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.7}}#olli-panel{position:absolute;bottom:76px;right:0;width:380px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 120px);background:#fff;border-radius:18px;box-shadow:0 20px 60px rgba(15,23,42,.2),0 6px 20px rgba(15,23,42,.08);border:1px solid rgba(0,0,0,.04);overflow:hidden;display:flex;flex-direction:column;transform-origin:bottom right;animation:olli-pop .25s cubic-bezier(.2,.8,.2,1)}.olli-hidden{display:none !important}@keyframes olli-pop{from{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.olli-header{background:linear-gradient(135deg,#E30613 0%,#b3050f 100%);color:#fff;padding:14px 16px;display:flex;align-items:center;gap:12px}.olli-header-avatar{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.15);padding:4px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.olli-header-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.olli-header-info{flex:1;min-width:0}.olli-header-name{font-size:14px;font-weight:700}.olli-header-status{font-size:11px;display:flex;align-items:center;gap:6px;color:#fecaca;margin-top:2px}.olli-header-status::before{content:'';width:7px;height:7px;border-radius:50%;background:#86efac;animation:olli-pulse-dot 2s infinite}.olli-close{width:30px;height:30px;border-radius:50%;border:none;background:rgba(255,255,255,0);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease}.olli-close:hover{background:rgba(255,255,255,.2)}.olli-close svg{width:18px;height:18px}.olli-log{flex:1;overflow-y:auto;padding:16px;background:linear-gradient(180deg,#fafbfc 0%,#f8fafc 100%);display:flex;flex-direction:column;gap:12px;font-size:13px;line-height:1.55}.olli-log::-webkit-scrollbar{width:6px}.olli-log::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.olli-log::-webkit-scrollbar-thumb:hover{background:#9ca3af}.olli-row{display:flex;gap:8px;align-items:flex-start}.olli-row-user{justify-content:flex-end}.olli-row-bot{justify-content:flex-start}.olli-avatar{width:30px;height:30px;border-radius:50%;background:#fee2e2;color:#E30613;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.olli-pulse{width:12px;height:12px;border-radius:50%;background:#E30613;animation:olli-pulse-dot 1.2s infinite}.olli-content{flex:1;max-width:85%;display:flex;flex-direction:column;gap:8px}.olli-bubble{padding:10px 14px;border-radius:16px;word-wrap:break-word}.olli-user{background:#E30613;color:#fff;border-bottom-right-radius:4px;max-width:82%}.olli-bot{background:#fff;color:#1f2937;border:1px solid #f1f5f9;border-bottom-left-radius:4px}.olli-link{color:inherit;text-decoration:underline;word-break:break-all}.olli-typing-bubble{display:flex;gap:4px;padding:12px 14px}.olli-typing-bubble span{width:6px;height:6px;border-radius:50%;background:#cbd5e1;animation:olli-typing 1.2s infinite}.olli-typing-bubble span:nth-child(2){animation-delay:.15s}.olli-typing-bubble span:nth-child(3){animation-delay:.3s}@keyframes olli-typing{0%,80%,100%{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.olli-cards{display:flex;flex-direction:column;gap:6px}.olli-card{display:block;padding:10px 12px;background:#fff;border:1px solid #f1f5f9;border-radius:12px;text-decoration:none;color:inherit;transition:border-color .15s,transform .15s}.olli-card:hover{border-color:#E30613;transform:translateX(2px)}.olli-card-title{font-weight:700;font-size:13px;color:#0f172a;margin-bottom:4px}.olli-card-excerpt{font-size:11px;color:#64748b;line-height:1.5;margin-bottom:6px}.olli-card-meta{font-size:11px;color:#E30613;font-weight:600}.olli-sources{font-size:11px;color:#64748b;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.olli-sources-label{font-weight:600}.olli-source{background:#fef2f2;color:#b3050f;padding:3px 8px;border-radius:99px;text-decoration:none;font-weight:500}.olli-source:hover{background:#fee2e2}#olli-suggestions{padding:0 16px 8px;display:flex;flex-wrap:wrap;gap:6px;background:#fafbfc}.olli-chip{font-size:12px;padding:6px 12px;background:#fff;color:#E30613;border:1px solid #fecaca;border-radius:999px;cursor:pointer;transition:all .15s}.olli-chip:hover{background:#E30613;color:#fff;border-color:#E30613}#olli-form{padding:12px;border-top:1px solid #f1f5f9;display:flex;gap:8px;align-items:center;background:#fff}#olli-input{flex:1;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;font-size:13px;font-family:inherit;outline:none;transition:border-color .15s;background:#fafbfc}#olli-input:focus{border-color:#E30613;background:#fff;box-shadow:0 0 0 3px rgba(227,6,19,.1)}.olli-send{width:38px;height:38px;border-radius:10px;background:#E30613;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.olli-send:hover{background:#b3050f}.olli-send svg{width:18px;height:18px}@media (max-width:480px){#olli-widget{bottom:16px;right:16px}#olli-panel{width:calc(100vw - 32px);height:calc(100vh - 100px);max-height:600px;bottom:72px}}