
#airtt-root.airtt-floating{position:fixed;right:16px;bottom:16px;z-index:999999;font-family:Arial,sans-serif;pointer-events:none}
#airtt-root *{box-sizing:border-box}
#airtt-root #airtt-open,#airtt-root #airtt-panel{pointer-events:auto}
#airtt-open{background:#111;color:#fff;border:0;border-radius:999px;padding:12px 18px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px rgba(0,0,0,.18)}
#airtt-panel[hidden]{display:none !important}
#airtt-panel{position:fixed;right:16px;bottom:72px;width:360px;max-width:calc(100vw - 24px);max-height:min(78vh,680px);background:#fff;border:1px solid #ddd;border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,.18);overflow:hidden}
.airtt-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:#111;color:#fff}
.airtt-header button{background:transparent;color:#fff;border:0;font-size:24px;cursor:pointer;line-height:1}
.airtt-tabs{display:flex;border-bottom:1px solid #ececec;background:#fafafa}
.airtt-tab{flex:1;padding:12px;border:0;background:transparent;font-weight:700;cursor:pointer}
.airtt-tab.is-active{background:#fff;border-bottom:2px solid #111}
.airtt-tab-panel{display:none;height:520px;max-height:min(62vh,520px)}
.airtt-tab-panel.is-active{display:flex;flex-direction:column}
.airtt-body{padding:16px;display:flex;flex-direction:column;height:100%}
#airtt-status{font-weight:700;margin-bottom:14px}
.airtt-actions{display:flex;gap:10px;margin-bottom:14px}
.airtt-actions button{flex:1;padding:12px;border-radius:10px;border:0;cursor:pointer;font-weight:700}
#airtt-start{background:#111;color:#fff}
#airtt-stop{background:#eee;color:#111}
.airtt-notes p{margin:0 0 8px 0;font-size:14px;color:#444}
#airtt-debug{margin-top:12px;white-space:pre-wrap;word-break:break-word;background:#fafafa;padding:10px;border-radius:8px;font-size:12px;max-height:180px;overflow:auto}
#airtt-lead-saved{margin-top:12px;padding:10px 12px;background:#e8f7e8;color:#175c17;border-radius:8px;font-weight:600}
.airtt-chat-log{flex:1;overflow:auto;padding:14px;background:#fff}
.airtt-chat-msg{margin:0 0 10px 0;padding:10px 12px;border-radius:12px;max-width:88%;white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:1.35}
.airtt-chat-msg.user{margin-left:auto;background:#111;color:#fff}
.airtt-chat-msg.assistant{background:#f3f3f3;color:#111}
.airtt-chat-form{display:flex;gap:8px;padding:12px;border-top:1px solid #ececec;background:#fff}
#airtt-chat-input{flex:1;resize:none;min-height:44px;max-height:110px;padding:10px;border:1px solid #ccc;border-radius:10px;font:inherit}
#airtt-chat-send{padding:10px 14px;border:0;border-radius:10px;background:#111;color:#fff;font-weight:700;cursor:pointer}
.airtt-chat-save-row{display:none !important;}
#airtt-chat-save{display:none !important;}
.airtt-callback-form{padding:14px;display:flex;flex-direction:column;gap:10px;height:100%;overflow:auto}
.airtt-callback-form input,.airtt-callback-form textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:10px;font:inherit}
.airtt-callback-form button{padding:12px;border:0;border-radius:10px;background:#111;color:#fff;font-weight:700;cursor:pointer}
.airtt-result{font-size:14px;color:#175c17;min-height:20px}
@media (max-width: 768px){
  #airtt-root.airtt-floating{right:12px;bottom:12px;left:auto;width:auto;max-width:none}
  #airtt-open{width:auto;max-width:calc(100vw - 24px)}
  #airtt-panel{right:12px;left:12px;bottom:68px;width:auto;max-width:none;max-height:100vh}
  .airtt-tab-panel{height:min(62vh,520px)}
  #airtt-chat-save {display: none !important;}
}
