@keyframes cg-chat-border-sweep{0%{background-position:0 0,0 0}to{background-position:0 0,200% 0}}.cg-chat-bar{z-index:100;background:#fff;padding:8px 0;position:fixed;bottom:0;left:0;right:0}.cg-chat-bar[data-theme=dark]{background:#000}.cg-chat-bar-inner{padding:0 24px}.cg-chat-input-wrap{width:100%;max-width:100%;min-height:56px;box-shadow:none;background:linear-gradient(#fff,#fff) 0 0/100% 100% padding-box padding-box,linear-gradient(90deg,#fa5f06,#fff,silver,#4cbb17,#1a73e8) 0 0/200% 100% border-box;border:2px solid #0000;border-radius:28px;margin:0 auto;padding:0;animation:2.2s linear infinite cg-chat-border-sweep;position:relative}.cg-chat-bar[data-theme=dark] .cg-chat-input-wrap{background:linear-gradient(#000,#000) 0 0/100% 100% padding-box padding-box,linear-gradient(90deg,#fa5f06,#fff,silver,#4cbb17,#1a73e8) 0 0/200% 100% border-box}.cg-chat-input{color:#202124;box-sizing:border-box;background:0 0;border:none;border-radius:28px;outline:none;width:100%;height:56px;padding:0 100px 0 88px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:18px;line-height:56px}.cg-chat-input::placeholder{color:#5f6368}.cg-chat-bar[data-theme=dark] .cg-chat-input{color:#fff}.cg-chat-bar[data-theme=dark] .cg-chat-input::placeholder{color:#9aa0a6}.cg-chat-history-btn,.cg-chat-new-btn{cursor:pointer;color:#5f6368;z-index:1;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:color .2s,background-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.cg-chat-history-btn{left:8px}.cg-chat-new-btn{left:46px}.cg-chat-history-btn:hover,.cg-chat-new-btn:hover{color:#1a73e8;background-color:#f1f3f4}.cg-chat-bar[data-theme=dark] .cg-chat-history-btn,.cg-chat-bar[data-theme=dark] .cg-chat-new-btn{color:#fff}.cg-chat-bar[data-theme=dark] .cg-chat-history-btn:hover,.cg-chat-bar[data-theme=dark] .cg-chat-new-btn:hover{color:#fff;background:#1f2937}.cg-chat-history-btn svg,.cg-chat-new-btn svg{fill:currentColor;width:20px;height:20px}.cg-chat-icons{z-index:1;align-items:center;gap:4px;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.cg-chat-icon-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:background-color .2s;display:flex}.cg-chat-icon-btn:hover{background-color:#f1f3f4}.cg-chat-bar[data-theme=dark] .cg-chat-icon-btn:hover{background-color:#1f2937}.cg-chat-icon-btn[disabled]{cursor:not-allowed;opacity:.6}.cg-chat-icon-btn.is-listening{color:#dc2626;background-color:#fee2e2}.cg-chat-icon-btn.is-send-active{background-color:#e8f0fe}.cg-chat-icon-btn.is-send-active:hover{background-color:#d2e3fc}