#ai-chat-topbar-btn{display:inline-flex;align-items:center;gap:4px;background:#256abd;color:#fff;border:none;border-radius:4px;padding:4px 8px;font-size:12px;cursor:pointer;white-space:nowrap;vertical-align:middle;margin:0 4px}#ai-chat-topbar-btn:hover{background:#1d5a9e;color:#fff}#ai-chat-container{position:fixed;top:0;right:-500px;width:500px;height:100vh;z-index:9998;box-shadow:-2px 0 8px rgba(0,0,0,.15);background:#fff;display:flex;flex-direction:column;transition:right .3s ease;overflow:hidden}body.ai-chat-open #ai-chat-container{right:0}#main_content{transition:margin-right .3s ease}body.ai-chat-open #main_content{margin-right:500px}#ai-chat-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#003375;color:#fff;font-size:14px;font-weight:600;flex-shrink:0}#ai-chat-header .ai-chat-header-actions{display:flex;align-items:center;gap:8px}#ai-chat-header .ai-chat-clear,#ai-chat-header .ai-chat-close{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;padding:0 4px}#ai-chat-header .ai-chat-clear:hover,#ai-chat-header .ai-chat-close:hover{opacity:.7}#ai-deep-chat{flex:1;min-height:0;overflow:hidden}#ai-chat-footer{padding:6px;text-align:center;font-size:11px;color:#999;background:#f4faff;border-top:1px solid #d6dee6;flex-shrink:0}