.hw-fab{position:fixed;right:22px;bottom:22px;z-index:60;display:flex;align-items:center;gap:0;text-decoration:none}.hw-fab-btn{position:relative;width:58px;height:58px;border-radius:50%;background:linear-gradient(145deg,#29c24b,#1ebe57 50%,#128c7e);color:#fff;display:grid;place-items:center;box-shadow:0 8px 24px -4px rgba(18,140,126,.5),0 4px 10px rgba(0,0,0,.18);flex-shrink:0;transition:transform .18s ease,box-shadow .18s ease}.hw-fab-btn svg{position:relative;z-index:1}.hw-fab-ping{position:absolute;inset:0;border-radius:50%;background:#25d366;z-index:0;animation:hwPing 2.2s cubic-bezier(0,0,.2,1) infinite}@keyframes hwPing{0%{transform:scale(1);opacity:.55}70%{transform:scale(1.9);opacity:0}to{transform:scale(1.9);opacity:0}}.hw-fab-label{font-size:13px;font-weight:600;color:#1a1a1a;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:999px;box-shadow:0 6px 20px -6px rgba(19,17,16,.22);white-space:nowrap;max-width:0;padding:0;margin-right:0;opacity:0;overflow:hidden;transform:translateX(8px);transition:max-width .3s ease,opacity .22s ease,transform .28s ease,padding .3s ease,margin .3s ease}.hw-fab:focus-visible .hw-fab-label,.hw-fab:hover .hw-fab-label{max-width:260px;opacity:1;transform:translateX(0);padding:9px 36px 9px 16px;margin-right:-24px}.hw-fab:focus-visible .hw-fab-btn,.hw-fab:hover .hw-fab-btn{transform:scale(1.06);box-shadow:0 12px 30px -6px rgba(18,140,126,.6),0 6px 14px rgba(0,0,0,.2)}.hw-fab:active .hw-fab-btn{transform:scale(.97)}@media (max-width:880px){.hw-fab{right:16px;bottom:16px}.hw-fab-btn{width:52px;height:52px}.hw-fab-btn svg{width:25px;height:25px}}@media (max-width:1023px){.hw-fab[data-variant=dashboard]{bottom:calc(72px + env(safe-area-inset-bottom))}}