.widget-bot-button{z-index:9999;cursor:pointer;-webkit-user-select:none;user-select:none;color:#fff;min-height:120px;font-size:14px;font-family:var(--font-gilory,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif);border:none;border-radius:18px 0 0 18px;justify-content:center;align-items:center;padding:11px;transition:all .2s ease-in-out;display:flex;position:fixed;bottom:190px;right:0;overflow:hidden;box-shadow:0 6px 10px #363b4c2b}.widget-bot-button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #3248f233}.widget-bot-button.dragging{cursor:grabbing;transform:rotate(2deg);box-shadow:0 6px 12px #3248f240}.widget-bot-button-content{color:inherit;flex-direction:column;align-items:center;display:flex}.widget-bot-logo{object-fit:cover;border-radius:50%;width:20px;height:20px;margin-bottom:8px}.widget-bot-text{text-align:center;letter-spacing:.5px;font-size:14px;font-weight:400;line-height:1.2}.widget-bot-text span{margin:1px 0;display:block}.widget-bot-modal{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.widget-bot-modal-content{background:#fff;border-radius:10px;width:600px;max-width:calc(100% - 32px);height:725px;max-height:80vh;animation:.3s cubic-bezier(.4,0,.2,1) slideInUp;position:absolute;overflow:hidden;box-shadow:0 8px 32px #0000001f}@keyframes slideInUp{0%{opacity:0;transform:translateY(24px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.widget-bot-close-btn{cursor:pointer;opacity:.5;z-index:10001;width:36px;height:36px;font-size:18px;line-height:1;font-family:var(--font-gilory,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .1s ease-in-out;display:flex;position:absolute;top:12px;right:12px}.widget-bot-close-btn:hover{opacity:1}.widget-bot-close-btn:active{transform:scale(.95)}.widget-bot-iframe{background:#f8f9fa;border:none;border-radius:10px;width:100%;height:100%;display:block}body.widget-bot-modal-open{overflow:hidden}.widget-bot-button[data-theme=dark]{background:#6e73fe;box-shadow:0 2px 4px #6e73fe26}.widget-bot-button[data-theme=dark]:hover{background:#5d68fd;box-shadow:0 4px 8px #6e73fe33}.widget-bot-button[data-theme=dark].dragging{box-shadow:0 6px 12px #6e73fe40}.widget-bot-modal[data-theme=dark]{background:#000000b3}.widget-bot-modal[data-theme=dark] .widget-bot-modal-content{background:#202531;box-shadow:0 8px 32px #0000004d}@media (max-width:768px){.widget-bot-button{border-radius:10px 0 0 10px;padding:8px;bottom:16px}.widget-bot-text{font-size:12px}.widget-bot-logo{width:16px;height:16px;margin-bottom:6px}.widget-bot-modal-content{width:calc(100% - 60.5px);max-width:none;height:90%;max-height:none}.widget-bot-close-btn{width:32px;height:32px;font-size:16px;top:8px;right:8px}}@media (max-width:480px){.widget-bot-button{padding:6px;bottom:12px}.widget-bot-text{font-size:11px}.widget-bot-modal-content{border-radius:6px;width:calc(100% - 55.5px);height:90%}.widget-bot-close-btn{width:28px;height:28px;font-size:14px}}.widget-bot-button,.widget-bot-modal{pointer-events:auto}.widget-bot-button.loading{opacity:.7;pointer-events:none}.widget-bot-button.loading:after{content:"";border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:1s linear infinite spin;position:absolute}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.widget-bot-button,.widget-bot-modal-content,.widget-bot-close-btn,.widget-bot-text span{transition:none;animation:none}.widget-bot-button:hover,.widget-bot-button.dragging{transform:none}}.widget-bot-button[data-theme=light]{color:#fff;background:#3248f2;box-shadow:0 6px 10px #363b4c2b}.widget-bot-button[data-theme=light]:hover{background:#2a3cdb;box-shadow:0 4px 8px #3248f233}.widget-bot-button[data-theme=light].dragging{box-shadow:0 6px 12px #3248f240}.widget-bot-modal[data-theme=light]{background:#00000080}.widget-bot-modal[data-theme=light] .widget-bot-modal-content{background:#fff;box-shadow:0 8px 32px #0000001f}