#bitebot-root{--bitebot-accent:#f58220;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;position:relative;z-index:2147482000}
#bitebot-root *{box-sizing:border-box}
.bitebot-hidden{display:none!important}
#bitebot-launcher{position:fixed;right:22px;bottom:22px;border:0;border-radius:999px;background:var(--bitebot-accent);color:#fff;box-shadow:0 14px 40px rgba(15,30,55,.28);display:flex;align-items:center;gap:9px;padding:10px 16px 10px 10px;font-weight:800;cursor:pointer;z-index:2147482001}
.bitebot-launcher-icon{width:38px;height:38px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:24px;overflow:hidden}.bitebot-launcher-icon img,.bb-avatar img{width:100%;height:100%;object-fit:cover}
#bitebot-panel{position:fixed;right:22px;bottom:84px;width:min(390px,calc(100vw - 28px));height:min(620px,calc(100vh - 120px));background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 24px 70px rgba(15,30,55,.28);display:flex;flex-direction:column;border:1px solid rgba(20,36,58,.08);z-index:2147482001}
#bitebot-panel header{background:#10243e;color:#fff;display:flex;align-items:center;padding:14px 16px;gap:11px}.bb-avatar{width:42px;height:42px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:26px;overflow:hidden}#bitebot-panel header strong{display:block;font-size:15px}#bitebot-panel header small{display:block;opacity:.8;font-size:11px;margin-top:2px}#bitebot-panel header small i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#42d87a;margin-right:5px}#bitebot-close{margin-left:auto;border:0;background:transparent;color:#fff;font-size:28px;line-height:1;cursor:pointer}
#bitebot-messages{flex:1;overflow:auto;padding:16px;background:#f6f8fb;scroll-behavior:smooth}.bb-msg{display:flex;margin:9px 0}.bb-msg>div{max-width:82%;padding:10px 12px;border-radius:14px;white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:1.42}.bb-msg.assistant>div{background:#fff;color:#17283d;border:1px solid #e5eaf1;border-bottom-left-radius:5px}.bb-msg.user{justify-content:flex-end}.bb-msg.user>div{background:var(--bitebot-accent);color:#fff;border-bottom-right-radius:5px}.bb-msg.error>div{background:#fff0f0;color:#9c1d1d;border:1px solid #ffd0d0}
#bitebot-typing{padding:0 18px 8px;background:#f6f8fb}#bitebot-typing span{display:inline-block;width:6px;height:6px;background:#91a0b2;border-radius:50%;margin-right:3px;animation:bbdot 1s infinite ease-in-out}#bitebot-typing span:nth-child(2){animation-delay:.15s}#bitebot-typing span:nth-child(3){animation-delay:.3s}@keyframes bbdot{0%,80%,100%{transform:translateY(0);opacity:.4}40%{transform:translateY(-4px);opacity:1}}
#bitebot-form{display:flex;align-items:flex-end;gap:8px;padding:12px;border-top:1px solid #e7ebf1;background:#fff}#bitebot-input{flex:1;resize:none;border:1px solid #dbe1ea;border-radius:13px;padding:10px 11px;font:inherit;outline:none;max-height:120px}#bitebot-input:focus{border-color:var(--bitebot-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--bitebot-accent) 20%,transparent)}#bitebot-form button{width:42px;height:42px;border:0;border-radius:12px;background:var(--bitebot-accent);color:#fff;font-size:18px;cursor:pointer}#bitebot-panel footer{text-align:center;padding:7px 10px;color:#7b8797;font-size:10px;background:#fff}
.bitebot-modal{position:fixed;inset:0;background:rgba(8,18,32,.58);display:grid;place-items:center;padding:18px;z-index:2147482005}.bitebot-modal-card{position:relative;width:min(430px,100%);background:#fff;border-radius:18px;padding:22px;box-shadow:0 25px 80px rgba(0,0,0,.3)}.bitebot-modal-card h3{margin:0 0 5px;color:#10243e}.bitebot-modal-card p{margin:0 0 16px;color:#647186}.modal-x{position:absolute;right:12px;top:10px;border:0;background:transparent;font-size:27px;cursor:pointer}.bitebot-modal-card label{display:block;font-size:12px;font-weight:700;color:#344257;margin:9px 0}.bitebot-modal-card label span{font-weight:400;color:#8390a1}.bitebot-modal-card input,.bitebot-modal-card textarea{display:block;width:100%;margin-top:5px;border:1px solid #dce2ea;border-radius:10px;padding:10px;font:inherit}.bitebot-modal-card button[type=submit]{width:100%;border:0;border-radius:11px;padding:11px 14px;background:var(--bitebot-accent);color:#fff;font-weight:800;cursor:pointer}#bitebot-handoff-status{font-size:12px;margin-top:9px;color:#435167}
@media(max-width:600px){#bitebot-launcher{right:14px;bottom:14px}.bitebot-launcher-text{display:none}#bitebot-panel{right:8px;bottom:74px;width:calc(100vw - 16px);height:min(680px,calc(100vh - 90px));border-radius:17px}}
