.chat-trigger{color:#fff;letter-spacing:-.01em;cursor:pointer;z-index:1000;background:#111;border:none;border-radius:100px;align-items:center;gap:8px;padding:14px 22px;font-family:inherit;font-size:14px;font-weight:500;transition:transform .2s,box-shadow .2s,background .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 2px 8px #00000026,0 12px 40px #0000001f}.chat-trigger:hover{background:#222;transform:translateY(-2px);box-shadow:0 4px 12px #0003,0 16px 48px #00000026}.chat-trigger svg{color:#eb0a1e}.chat-panel{z-index:1000;background:#fff;border-radius:20px;flex-direction:column;width:420px;height:620px;transition:width .3s cubic-bezier(.16,1,.3,1),height .3s cubic-bezier(.16,1,.3,1);animation:.3s cubic-bezier(.16,1,.3,1) panelIn;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 0 0 1px #0000000f,0 8px 40px #0000001f,0 24px 80px #00000014}@keyframes panelIn{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.chat-panel-header{border-bottom:1px solid #f0f0f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.chat-panel-brand{color:#111;letter-spacing:-.02em;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.chat-panel-logo{color:#fff;background:#111;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.chat-panel-actions{align-items:center;gap:2px;display:flex}.chat-panel-expand,.chat-panel-close{color:#999;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s,color .15s;display:flex}.chat-panel-expand:hover,.chat-panel-close:hover{color:#333;background:#f5f5f5}.chat-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 28px 20px;display:flex}.chat-empty-icon{color:#eb0a1e;background:linear-gradient(135deg,#fef2f2,#fee2e2);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:16px;display:flex}.chat-empty h3{color:#111;letter-spacing:-.02em;margin:0 0 6px;font-size:18px;font-weight:600}.chat-empty p{color:#888;max-width:280px;margin:0 0 24px;font-size:13px;line-height:1.5}.chat-suggestions{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.chat-suggestion{color:#444;cursor:pointer;background:#fff;border:1px solid #e8e8e8;border-radius:100px;padding:8px 14px;font-family:inherit;font-size:12.5px;transition:border-color .15s,background .15s,color .15s}.chat-suggestion:hover{color:#111;background:#fafafa;border-color:#ccc}.chat-panel-body{flex-direction:column;flex:1;padding:0;display:flex;overflow-y:auto}.chat-panel-body::-webkit-scrollbar{width:4px}.chat-panel-body::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:4px}.chat-turn{padding:0 20px}.chat-turn-user{padding-top:16px;padding-bottom:4px}.chat-turn-assistant{padding-top:8px;padding-bottom:16px}.chat-user-msg{color:#111;font-size:14px;font-weight:500;line-height:1.5}.chat-ai-msg{color:#333;font-size:13.5px;line-height:1.6}.chat-turn-user+.chat-turn-assistant{border-bottom:1px solid #f0f0f0}.chat-ai-msg p{margin:0 0 10px}.chat-ai-msg p:last-child{margin-bottom:0}.chat-ai-msg h1,.chat-ai-msg h2,.chat-ai-msg h3{color:#111;margin:12px 0 4px;font-size:13.5px;font-weight:600}.chat-ai-msg h3:first-child,.chat-ai-msg h2:first-child{margin-top:0}.chat-ai-msg ul,.chat-ai-msg ol{margin:4px 0 10px;padding-left:18px}.chat-ai-msg li{margin-bottom:3px}.chat-ai-msg strong{color:#111;font-weight:600}.chat-ai-msg table{border-collapse:collapse;width:100%;margin:8px 0;font-size:12px}.chat-ai-msg th,.chat-ai-msg td{text-align:left;border:1px solid #eee;padding:6px 10px}.chat-ai-msg th{color:#111;background:#fafafa;font-weight:600}.chat-ai-msg hr{border:none;border-top:1px solid #f0f0f0;margin:10px 0}.chat-ai-msg a{color:#eb0a1e;text-decoration:none}.chat-ai-msg a:hover{text-decoration:underline}.chat-ai-msg code{background:#f5f5f5;border-radius:4px;padding:1px 5px;font-size:12px}.chat-loading{gap:5px;padding:4px 0;display:flex}.chat-dot{background:#ccc;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite dotPulse}.chat-dot:nth-child(2){animation-delay:.2s}.chat-dot:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,80%,to{opacity:.3;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}.chat-panel-input{background:#fff;border-top:1px solid #f0f0f0;flex-shrink:0;padding:14px 16px 12px}.chat-input-wrap{background:#fafafa;border:1px solid #e0e0e0;border-radius:14px;align-items:flex-end;gap:0;padding:4px 4px 4px 14px;transition:border-color .15s,box-shadow .15s;display:flex}.chat-input-wrap:focus-within{background:#fff;border-color:#bbb;box-shadow:0 0 0 3px #0000000a}.chat-input{resize:none;color:#111;background:0 0;border:none;outline:none;flex:1;max-height:80px;padding:8px 0;font-family:inherit;font-size:13.5px;line-height:1.4}.chat-input::placeholder{color:#aaa}.chat-submit{color:#fff;cursor:pointer;background:#111;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,opacity .15s,transform .1s;display:flex}.chat-submit:hover:not(:disabled){background:#333}.chat-submit:active:not(:disabled){transform:scale(.94)}.chat-submit:disabled{opacity:.25;cursor:default}.chat-input-footer{text-align:center;color:#bbb;letter-spacing:-.01em;margin-top:8px;font-size:10.5px}@media (width>=641px){.chat-panel-expanded{border-radius:20px;width:680px;height:calc(100vh - 48px);transition:width .3s cubic-bezier(.16,1,.3,1),height .3s cubic-bezier(.16,1,.3,1);bottom:24px;right:24px}}@media (width<=640px){.chat-panel{width:100vw;height:100dvh;box-shadow:none;border-radius:0;bottom:0;right:0}.chat-trigger{bottom:16px;right:16px}.chat-panel-expand{display:none}}.demo-site{background:#f8f9fa;min-height:100vh}.demo-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:0 24px}.demo-header-inner{align-items:center;max-width:1200px;height:64px;margin:0 auto;display:flex}.demo-logo-img{object-fit:contain;height:40px}.demo-main{flex:1}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a2e;background:#f8f9fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}
