.rw-fab{color:#000;cursor:pointer;z-index:9999;display:flex;animation:rw-pulse 2.5s ease-in-out infinite;background:linear-gradient(135deg,#c9a44a,#e8c96a);border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #c9a44a66;position:fixed!important;bottom:293px!important;left:16px!important;right:auto!important}.rw-fab:hover{transform:scale(1.08);box-shadow:0 6px 28px #c9a44a8c}.rw-fab:active{transform:scale(.95)}.rw-fab svg{fill:currentColor;width:26px;height:26px}.rw-fab-badge{position:absolute;color:#fff;display:flex;background:#ef4444;border:2px solid #fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 4px;font-family:DM Sans,sans-serif;font-size:10px;font-weight:800;top:-2px;right:-2px}.rw-fab-badge:empty,.rw-fab-badge[data-count="0"]{display:none}@keyframes rw-pulse{0%,to{box-shadow:0 4px 20px #c9a44a66}50%{box-shadow:0 4px 32px #c9a44ab3}}body:has(.rw-popup-overlay.open) .c-circle-menu{display:none!important}body:has(.rw-popup-overlay.open) .c-circle-menu__toggle{display:none!important}body:has(.rw-popup-overlay.open) #sc-toggle{display:none!important}body:has(.rw-popup-overlay.open) #sc-widget{display:none!important}.rw-toast-box{position:fixed;z-index:99999;display:flex;pointer-events:none;flex-direction:column;gap:8px;bottom:100px;left:50%;transform:translate(-50%)}.rw-toast{display:flex;color:#e8e6e3;animation:rw-toast-in .3s ease-out;white-space:nowrap;background:#1a1c24;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:600;box-shadow:0 8px 32px #0006}.rw-toast.out{animation:rw-toast-out .3s ease-in forwards}.rw-toast.ok{border-color:#22c55e33}.rw-toast.err{border-color:#ef444433}@keyframes rw-toast-in{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes rw-toast-out{to{transform:translateY(20px);opacity:0}}