.hyperbot{--hb-primary: #2563eb;--hb-primary-hover: #1d4ed8;--hb-bg: #ffffff;--hb-text: #1f2937;--hb-text-light: #6b7280;--hb-border: #e5e7eb;--hb-bot-bg: #f3f4f6;--hb-user-bg: var(--hb-primary);--hb-user-text: #ffffff;--hb-radius: 12px;--hb-radius-sm: 8px;--hb-shadow: 0 4px 24px rgba(0, 0, 0, .12);--hb-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--hb-z-index: 99999;font-family:var(--hb-font);position:fixed;z-index:var(--hb-z-index);line-height:1.5;font-size:14px;color:var(--hb-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hyperbot *,.hyperbot *:before,.hyperbot *:after{box-sizing:border-box;margin:0;padding:0}.hyperbot--bottom-right{right:20px;bottom:20px}.hyperbot--bottom-left{left:20px;bottom:20px}.hyperbot__btn{width:56px;height:56px;border-radius:50%;border:none;background:var(--hb-primary);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--hb-shadow);transition:background-color .2s,transform .2s;position:relative}.hyperbot__btn:hover{background:var(--hb-primary-hover);transform:scale(1.05)}.hyperbot__btn:focus-visible{outline:3px solid var(--hb-primary);outline-offset:3px}.hyperbot__btn svg{width:24px;height:24px}.hyperbot__panel{position:absolute;bottom:70px;width:380px;height:520px;max-height:calc(100vh - 100px);background:var(--hb-bg);border-radius:var(--hb-radius);box-shadow:var(--hb-shadow);display:flex;flex-direction:column;overflow:hidden;animation:hb-slide-up .25s ease-out}.hyperbot--bottom-right .hyperbot__panel{right:0}.hyperbot--bottom-left .hyperbot__panel{left:0}@keyframes hb-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hyperbot__header{display:flex;align-items:center;gap:10px;padding:14px 16px;background:var(--hb-primary);color:#fff;flex-shrink:0}.hyperbot__avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.3)}.hyperbot__name{flex:1;font-weight:600;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hyperbot__close{background:none;border:none;color:#fff;font-size:22px;cursor:pointer;padding:0 4px;line-height:1;opacity:.8;transition:opacity .2s}.hyperbot__close:hover{opacity:1}.hyperbot__close:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.hyperbot__messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth}.hyperbot__messages::-webkit-scrollbar{width:6px}.hyperbot__messages::-webkit-scrollbar-track{background:transparent}.hyperbot__messages::-webkit-scrollbar-thumb{background:var(--hb-border);border-radius:3px}.hyperbot__msg{display:flex;max-width:85%;animation:hb-fade-in .2s ease-out}@keyframes hb-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.hyperbot__msg--bot{align-self:flex-start}.hyperbot__msg--user{align-self:flex-end}.hyperbot__msg-content{padding:10px 14px;border-radius:var(--hb-radius-sm);word-wrap:break-word;overflow-wrap:break-word}.hyperbot__msg--bot .hyperbot__msg-content{background:var(--hb-bot-bg);color:var(--hb-text);border-bottom-left-radius:2px}.hyperbot__msg--user .hyperbot__msg-content{background:var(--hb-user-bg);color:var(--hb-user-text);border-bottom-right-radius:2px}.hyperbot__msg-content strong{font-weight:700}.hyperbot__msg-content em{font-style:italic}.hyperbot__msg-content code{background:#0000000f;padding:1px 5px;border-radius:3px;font-family:SF Mono,Consolas,Liberation Mono,monospace;font-size:.9em}.hyperbot__msg--user .hyperbot__msg-content code{background:#fff3}.hyperbot__msg-content a{color:inherit;text-decoration:underline}.hyperbot__msg-content ul,.hyperbot__msg-content ol{padding-left:20px;margin:6px 0}.hyperbot__msg-content li{margin-bottom:2px}.hyperbot__msg--error .hyperbot__msg-content{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.hyperbot__retry{display:inline-block;margin-top:8px;padding:4px 12px;background:var(--hb-primary);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:13px;transition:background-color .2s}.hyperbot__retry:hover{background:var(--hb-primary-hover)}.hyperbot__typing{display:flex;gap:4px;padding:8px 16px;align-self:flex-start}.hyperbot__typing span{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--hb-text-light);animation:hb-typing 1.4s infinite}.hyperbot__typing span:nth-child(2){animation-delay:.2s}.hyperbot__typing span:nth-child(3){animation-delay:.4s}@keyframes hb-typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.hyperbot__input-area{display:flex;align-items:flex-end;gap:8px;padding:12px 16px;border-top:1px solid var(--hb-border);flex-shrink:0;background:var(--hb-bg)}.hyperbot__input{flex:1;border:1px solid var(--hb-border);border-radius:var(--hb-radius-sm);padding:8px 12px;font-family:var(--hb-font);font-size:14px;line-height:1.4;resize:none;outline:none;color:var(--hb-text);background:var(--hb-bg);max-height:96px;overflow-y:auto;transition:border-color .2s}.hyperbot__input:focus{border-color:var(--hb-primary)}.hyperbot__input::placeholder{color:var(--hb-text-light)}.hyperbot__send{width:36px;height:36px;border:none;border-radius:50%;background:var(--hb-primary);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .2s,opacity .2s}.hyperbot__send:hover:not(:disabled){background:var(--hb-primary-hover)}.hyperbot__send:disabled{opacity:.4;cursor:default}.hyperbot__send:focus-visible{outline:3px solid var(--hb-primary);outline-offset:2px}.hyperbot__send svg{width:18px;height:18px}.hyperbot__powered{padding:6px 16px;text-align:center;font-size:11px;color:var(--hb-text-light);flex-shrink:0}.hyperbot__powered a{color:var(--hb-text-light);text-decoration:none}.hyperbot__powered a:hover{text-decoration:underline}.hyperbot__lead-form{position:absolute;bottom:70px;width:380px;background:var(--hb-bg);border-radius:var(--hb-radius);box-shadow:var(--hb-shadow);animation:hb-slide-up .25s ease-out;overflow:hidden}.hyperbot--bottom-right .hyperbot__lead-form{right:0}.hyperbot--bottom-left .hyperbot__lead-form{left:0}.hyperbot__lead-form-inner{padding:24px}.hyperbot__lead-form-title{font-size:18px;font-weight:700;margin-bottom:4px;color:var(--hb-text)}.hyperbot__lead-form-desc{font-size:14px;color:var(--hb-text-light);margin-bottom:16px}.hyperbot__lead-input{display:block;width:100%;padding:10px 12px;border:1px solid var(--hb-border);border-radius:var(--hb-radius-sm);font-family:var(--hb-font);font-size:14px;color:var(--hb-text);margin-bottom:10px;outline:none;transition:border-color .2s;background:var(--hb-bg)}.hyperbot__lead-input:focus{border-color:var(--hb-primary)}.hyperbot__lead-input::placeholder{color:var(--hb-text-light)}.hyperbot__lead-submit{display:block;width:100%;padding:10px;background:var(--hb-primary);color:#fff;border:none;border-radius:var(--hb-radius-sm);font-family:var(--hb-font);font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:4px}.hyperbot__lead-submit:hover{background:var(--hb-primary-hover)}.hyperbot__lead-error{color:#dc2626;font-size:13px;margin-bottom:8px}.hyperbot__inline-lead-form{margin-top:10px}.hyperbot__inline-lead-form .hyperbot__lead-input{margin-bottom:6px}.hyperbot__inline-lead-form .hyperbot__lead-submit{width:auto;padding:6px 16px}.hyperbot__offline{position:absolute;bottom:70px;width:380px;background:var(--hb-bg);border-radius:var(--hb-radius);box-shadow:var(--hb-shadow);animation:hb-slide-up .25s ease-out;overflow:hidden}.hyperbot--bottom-right .hyperbot__offline{right:0}.hyperbot--bottom-left .hyperbot__offline{left:0}.hyperbot__offline-body{padding:32px 24px;text-align:center}.hyperbot__offline-msg{font-size:15px;color:var(--hb-text-light);line-height:1.6}@media(max-width:480px){.hyperbot__panel,.hyperbot__lead-form,.hyperbot__offline{position:fixed;inset:auto 0 0;width:100%;height:75vh;max-height:none;border-radius:var(--hb-radius) var(--hb-radius) 0 0;animation:hb-slide-up-mobile .3s ease-out}@keyframes hb-slide-up-mobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.hyperbot__lead-form{height:auto;max-height:75vh}.hyperbot__offline{height:auto;max-height:50vh}.hyperbot--bottom-right,.hyperbot--bottom-left{right:16px;bottom:16px;left:auto}.hyperbot__btn{width:52px;height:52px}.hyperbot__close{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.hyperbot__send{min-width:44px;min-height:44px}.hyperbot__input,.hyperbot__lead-input{font-size:16px}}.hyperbot *:focus-visible{outline:2px solid var(--hb-primary);outline-offset:2px}.hyperbot [hidden]{display:none!important}
