#mgpt-chatbot{width:100%;margin:40px auto;max-width:900px}.mgpt-chatbot-inner{--border-radius:14px;--border-width:2px;--border-color:var(--mgpt-border-color, #ff6a00);--spacing:12px;--bg-user:var(--mgpt-user-bg, #6c5ce7);--bg-bot:var(--mgpt-bot-bg, #f4f6ff);font-family:inherit;color:inherit;border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);background:#fff;box-shadow:0 8px 24px rgb(0 0 0 / .08);width:100%;box-sizing:border-box;display:flex;flex-direction:column}#mgpt-chat-messages{padding:var(--spacing);display:flex;flex-direction:column;gap:10px}.mgpt-message{display:flex}.mgpt-message.user{justify-content:flex-end}.mgpt-message.bot{justify-content:flex-start}.mgpt-message.bot,.mgpt-message.user{line-height:1.6}.mgpt-bubble{padding:12px 16px;border-radius:var(--border-radius);max-width:75%;font-size:.95em;line-height:1.6}.mgpt-message.user .mgpt-bubble{background:var(--bg-user)}.mgpt-message.bot .mgpt-bubble{background:var(--bg-bot)}#mgpt-chat-form{display:flex;gap:8px;padding:var(--spacing);border-top:1px solid #fff}#mgpt-chat-input{flex:1;font-family:inherit;padding:8px 10px;border-radius:8px;background:var(--mgpt-input-bg-color,#ffffff);border:1px solid silver}#mgpt-chat-input:focus{outline:none;border-color:#a8a8a8;box-shadow:0 0 0 2px rgb(192 192 192 / .2)}#mgpt-chat-form button{font-family:inherit;padding:0;width:44px;height:44px;border-radius:10px;border:none;background:var(--mgpt-button-bg,#38bdf8);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}#mgpt-chat-form button::before{content:"";width:18px;height:18px;background:#fff;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M2 21l21-9L2 3v7l15 2-15 2z'/%3E%3C/svg%3E") no-repeat center;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M2 21l21-9L2 3v7l15 2-15 2z'/%3E%3C/svg%3E") no-repeat center;mask-size:contain;-webkit-mask-size:contain}#mgpt-chat-form button:hover{background:var(--mgpt-button-hover-color,#0ea5e9);transform:scale(1.05)}#mgpt-floating-wrapper{position:fixed;bottom:20px;z-index:999999;pointer-events:auto}#mgpt-floating-bubble{pointer-events:auto}.mgpt-position-right{right:20px}.mgpt-position-left{left:20px}#mgpt-floating-bubble{width:90px;height:90px;background:var(--mgpt-bubble-color,#ff6a00);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 25px rgb(0 0 0 / .25);font-size:28px}#mgpt-floating-chat{width:min(550px, calc(100vw - 40px));max-width:calc(100vw - 40px);margin-bottom:10px;box-sizing:border-box}@media (max-width:768px){.mgpt-position-right{right:10px}.mgpt-position-left{left:10px}#mgpt-floating-chat{width:calc(100vw - 20px);max-width:calc(100vw - 20px)}}.mgpt-hidden{display:none}.mgpt-chatbot-inner{max-height:90vh;display:flex;flex-direction:column}#mgpt-chat-messages{flex:1;overflow-y:auto}#mgpt-close-chat{width:42px;height:42px;margin:12px auto 16px auto;border-radius:50%;border:none;background:var(--mgpt-bubble-color,#ff6a00);color:#fff;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform 0.2s ease,opacity 0.2s ease}#mgpt-close-chat:hover{transform:scale(1.08);opacity:.9}.mgpt-timer{font-size:12px;opacity:.7;font-style:italic}#mgpt-chat-form{display:flex!important;align-items:center!important;gap:8px!important;width:100%!important;flex-wrap:nowrap!important}#mgpt-chat-input{flex:1 1 auto!important;width:100%!important;min-width:0!important;display:block!important;margin:0!important;box-sizing:border-box!important;height:44px!important}#mgpt-chat-form button{flex:0 0 44px!important;width:44px!important;min-width:44px!important;max-width:44px!important;height:44px!important;margin:0!important}@media (max-width:768px){#mgpt-chatbot,.mgpt-chatbot-inner{width:100%!important;max-width:100%!important;box-sizing:border-box!important}#mgpt-chat-form{padding:12px!important}}#mgpt-chat-form button::before{content:"";display:block!important;width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;background-color:#ffffff!important;opacity:1!important;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M2 21l21-9L2 3v7l15 2-15 2z'/%3E%3C/svg%3E") no-repeat center / contain!important;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M2 21l21-9L2 3v7l15 2-15 2z'/%3E%3C/svg%3E") no-repeat center / contain!important}#mgpt-chat-form button{position:relative;display:flex!important;align-items:center!important;justify-content:center!important;font-size:0!important;line-height:0!important}