#tms-ai-launcher{position:fixed;right:22px;bottom:22px;z-index:10000;border:0;border-radius:28px;background:#1677c8;color:#fff;padding:14px 18px;box-shadow:0 4px 18px rgba(0,0,0,.25);cursor:pointer;font-weight:600}
#tms-ai-panel{display:none;position:fixed;right:22px;bottom:78px;width:430px;height:640px;min-width:320px;min-height:420px;max-width:calc(100vw - 30px);max-height:calc(100vh - 95px);z-index:10001;background:#fff;border:1px solid #d8e0e8;border-radius:10px;box-shadow:0 8px 30px rgba(0,0,0,.25);overflow:hidden;resize:both;font-family:Arial,sans-serif}
#tms-ai-panel.open{display:flex;flex-direction:column}.tms-ai-header{background:#1677c8;color:#fff;padding:14px 16px;display:flex;justify-content:space-between;align-items:center}.tms-ai-header button{border:0;background:transparent;color:#fff;font-size:22px}.tms-ai-messages{flex:1;overflow:auto;padding:14px;background:#f5f7fa}.tms-ai-message{max-width:88%;padding:9px 12px;margin:7px 0;border-radius:10px;white-space:pre-wrap;word-break:break-word}.tms-ai-message.user{margin-left:auto;background:#d9efff}.tms-ai-message.assistant{background:#fff;border:1px solid #e2e7ec}.tms-ai-suggestions{padding:10px;border-top:1px solid #e5e5e5}.tms-ai-suggestion{border:1px solid #cbd8e5;background:#fff;border-radius:14px;padding:5px 9px;margin:2px;font-size:12px;cursor:pointer}.tms-ai-form{display:flex;padding:10px;border-top:1px solid #ddd;gap:8px}.tms-ai-form textarea{resize:none;flex:1;height:44px}.tms-ai-form button{width:70px}.tms-ai-loading{display:none;padding:5px 14px;color:#777;font-size:12px}.tms-ai-loading.show{display:block}.tms-ai-error{color:#a94442}
#tms-ai-panel.open{display:flex;flex-direction:column}.tms-ai-header{background:#1677c8;color:#fff;padding:14px 16px;display:flex;justify-content:space-between;align-items:center}.tms-ai-header button{border:0;background:transparent;color:#fff;font-size:22px}.tms-ai-messages{flex:1;overflow:auto;padding:14px;background:#f5f7fa}.tms-ai-message{max-width:88%;padding:9px 12px;margin:7px 0;border-radius:10px;white-space:pre-wrap;word-break:break-word}.tms-ai-message.user{margin-left:auto;background:#d9efff}.tms-ai-message.assistant{background:#fff;border:1px solid #e2e7ec}.tms-ai-suggestions{padding:10px;border-top:1px solid #e5e5e5}.tms-ai-suggestions-title{color:#5f6f7f;font-size:12px;margin:0 2px 6px}.tms-ai-suggestion{border:1px solid #cbd8e5;background:#fff;border-radius:14px;padding:5px 9px;margin:2px;font-size:12px;cursor:pointer}.tms-ai-form{display:flex;padding:10px;border-top:1px solid #ddd;gap:8px}.tms-ai-form textarea{resize:none;flex:1;height:44px}.tms-ai-form button{width:70px}.tms-ai-loading{display:none;padding:5px 14px;color:#777;font-size:12px}.tms-ai-loading.show{display:block}.tms-ai-error{color:#a94442}
#tms-ai-resize-handle{position:absolute;left:2px;top:2px;width:18px;height:18px;cursor:nesw-resize;z-index:2;background:linear-gradient(135deg,transparent 0 42%,#9aa8b5 43% 50%,transparent 51% 62%,#9aa8b5 63% 70%,transparent 71%)}
.tms-ai-header-actions{display:flex;align-items:center;gap:4px}.tms-ai-header-actions button{width:32px;height:32px;padding:0;line-height:30px;border-radius:5px;cursor:pointer}.tms-ai-header-actions button:hover,.tms-ai-header-actions button:focus{background:rgba(255,255,255,.16);outline:1px solid rgba(255,255,255,.55)}#tms-ai-clear{font-size:18px}
.tms-ai-choice-buttons{display:flex;flex-wrap:wrap;gap:6px;padding:4px 0 8px}.tms-ai-choice{border:1px solid #1677c8;background:#eef7ff;color:#135b96;border-radius:16px;padding:7px 10px;cursor:pointer;font-size:12px}.tms-ai-choice:hover{background:#d9efff}
@media(max-width:600px){
  html.tms-ai-mobile-open,body.tms-ai-mobile-open{overflow:hidden;height:100%;}
  #tms-ai-panel{right:0;bottom:0;width:100%;height:var(--tms-ai-mobile-height,100dvh);min-width:0;min-height:0;max-width:none;max-height:none;border-radius:0;border:0;box-sizing:border-box;}
  #tms-ai-panel *{box-sizing:border-box;max-width:100%;}
  .tms-ai-header{min-height:52px;padding:12px 14px;font-size:16px;}
  .tms-ai-header button{width:42px;height:42px;font-size:28px;line-height:36px;}
  .tms-ai-messages{padding:10px 9px;-webkit-overflow-scrolling:touch;}
  .tms-ai-message{max-width:94%;font-size:15px;line-height:1.4;padding:10px 12px;margin:6px 0;}
  .tms-ai-suggestions,.tms-ai-choice-buttons{padding:8px 9px;gap:6px;}
  .tms-ai-suggestion,.tms-ai-choice{font-size:14px;line-height:1.25;padding:9px 11px;min-height:40px;margin:0;}
  .tms-ai-choice-buttons{display:flex;flex-direction:column;}
  .tms-ai-choice{width:100%;text-align:left;}
  .tms-ai-form{padding:8px 9px calc(8px + env(safe-area-inset-bottom));gap:6px;background:#fff;}
  .tms-ai-form textarea{font-size:16px;line-height:1.35;height:46px;min-height:46px;min-width:0;padding:10px;}
  .tms-ai-form button{width:76px;min-width:76px;height:46px;font-size:14px;}
  .tms-ai-loading{padding:4px 10px;}
  #tms-ai-launcher{right:12px;bottom:12px;min-height:48px;padding:13px 16px;font-size:14px;}
  #tms-ai-resize-handle{display:none;}
}
