#sitebot-box *{box-sizing:border-box;font-family:Inter,Arial,sans-serif}#sitebot-toggle{position:fixed;right:25px;bottom:25px;width:68px;height:68px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:30px;transition:.3s;box-shadow:0 15px 35px rgb(0 0 0 / .25);z-index:999999999}#sitebot-toggle:hover{transform:translateY(-4px) scale(1.05)}#sitebot-box{position:fixed;right:25px;bottom:100px;width:380px;height:600px;background:#fff;border-radius:18px;display:flex;flex-direction:column;overflow:hidden}#sitebot-header{height:78px;background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff;display:flex;justify-content:space-between;align-items:center;padding:18px;flex-shrink:0}.sitebot-header-left{display:flex;align-items:center;gap:14px}.sitebot-avatar{width:48px;height:48px;border-radius:50%;background:#fff;color:#2563eb;display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:700}.sitebot-title{font-size:17px;font-weight:700;letter-spacing:.3px}.sitebot-status{margin-top:4px;font-size:12px;color:#d1fae5}#sitebot-close{font-size:26px;cursor:pointer;transition:.3s}#sitebot-close:hover{transform:rotate(90deg)}#sitebot-body{flex:1;overflow:hidden;display:flex;flex-direction:column;min-height:0}#sitebot-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:15px;background:#f5f7fb}.sitebot-bot{background:#fff;color:#1f2937;padding:14px 16px;border-radius:18px 18px 18px 6px;margin-bottom:15px;max-width:85%;width:fit-content;line-height:1.6;font-size:14px;box-shadow:0 3px 12px rgb(0 0 0 / .08);animation:sitebotFade .25s ease;word-break:break-word}.sitebot-user{margin-left:auto;background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff;padding:14px 16px;border-radius:18px 18px 6px 18px;margin-bottom:15px;max-width:85%;width:fit-content;line-height:1.6;font-size:14px;word-break:break-word;animation:sitebotFade .25s ease}.sitebot-footer{display:flex;align-items:center;gap:10px;padding:12px;background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0}#sitebot-input{flex:1;height:50px;border:1px solid #d1d5db;border-radius:30px;padding:0 18px;outline:none;font-size:15px;background:#f9fafb;transition:.25s}#sitebot-input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 3px rgb(37 99 235 / .15)}#sitebot-send{width:52px;height:52px;border:none;border-radius:50%;background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff;font-size:22px;cursor:pointer;transition:.25s;display:flex;align-items:center;justify-content:center}#sitebot-send:hover{transform:scale(1.08)}.sitebot-result{margin-top:12px;padding:12px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px}.sitebot-result a{color:#2563eb;font-weight:600;text-decoration:none;display:block;margin-bottom:6px}.sitebot-result a:hover{text-decoration:underline}.sitebot-result small{color:#6b7280;line-height:1.5;display:block}.sitebot-suggestions{margin-top:12px;padding-left:18px}.sitebot-suggestions li{margin:8px 0;color:#2563eb;cursor:pointer;transition:.2s}.sitebot-suggestions li:hover{color:#1d4ed8;text-decoration:underline}#sitebot-messages::-webkit-scrollbar{width:6px}#sitebot-messages::-webkit-scrollbar-track{background:#eef2f7}#sitebot-messages::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:10px}@keyframes sitebotFade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){#sitebot-box{width:100%;height:100%;right:0;bottom:0;border-radius:0}#sitebot-toggle{width:60px;height:60px;right:15px;bottom:15px}#sitebot-header{padding:15px}}.sitebot-typing{display:flex;align-items:center;gap:5px;width:70px;background:#fff;padding:12px;border-radius:15px;box-shadow:0 3px 10px rgb(0 0 0 / .08)}.sitebot-typing span{width:8px;height:8px;border-radius:50%;background:#94a3b8;animation:typing 1.2s infinite}.sitebot-typing span:nth-child(2){animation-delay:.2s}.sitebot-typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%{transform:translateY(0);opacity:.5}50%{transform:translateY(-5px);opacity:1}100%{transform:translateY(0);opacity:.5}}.sitebot-welcome{background:linear-gradient(135deg,#eff6ff,#ffffff);border:1px solid #dbeafe;border-radius:15px;padding:15px;margin-bottom:15px}.sitebot-chip{display:inline-block;padding:8px 14px;margin:5px;background:#eff6ff;border:1px solid #bfdbfe;color:#2563eb;border-radius:20px;cursor:pointer;transition:.25s;font-size:13px}.sitebot-chip:hover{background:#2563eb;color:#fff}.sitebot-time{font-size:11px;color:#94a3b8;margin-top:5px}.sitebot-loading{display:flex;justify-content:center;align-items:center;padding:20px}#sitebot-box{backdrop-filter:blur(10px)}.sitebot-result{transition:.25s}.sitebot-result:hover{transform:translateY(-2px);box-shadow:0 5px 20px rgb(0 0 0 / .08)}#sitebot-send:active{transform:scale(.92)}#sitebot-input::placeholder{color:#9ca3af}.sitebot-avatar{animation:botPulse 2s infinite}@keyframes botPulse{0%{transform:scale(1)}50%{transform:scale(1.08)}100%{transform:scale(1)}}#sitebot-box{animation:sitebotOpen .25s ease}@keyframes sitebotOpen{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.sitebot-result{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;margin-top:10px}.sitebot-result p{margin:8px 0;font-size:13px;color:#555}.sitebot-open{display:inline-block;margin-top:8px;background:#2563eb;color:#fff!important;padding:8px 12px;border-radius:6px;text-decoration:none}