.qw-dumbbell{display:inline-flex;align-items:center;gap:4px;height:40px}.qw-dumbbell__plate{background:currentColor;flex-shrink:0;animation:qw-dumbbell-breathe 1.1s ease-in-out infinite}.qw-dumbbell__plate--outer{width:7px;height:26px;border-radius:3.5px}.qw-dumbbell__plate--inner{width:9px;height:36px;border-radius:4.5px;animation-delay:.08s}.qw-dumbbell__bar{width:40px;height:4.5px;border-radius:2.5px;background:currentColor;flex-shrink:0;animation:qw-dumbbell-breathe 1.1s ease-in-out infinite;animation-delay:.04s}.qw-dumbbell--lg .qw-dumbbell__plate--outer{width:9px;height:34px;border-radius:4.5px}.qw-dumbbell--lg .qw-dumbbell__plate--inner{width:11px;height:46px;border-radius:5.5px}.qw-dumbbell--lg .qw-dumbbell__bar{width:52px;height:5.5px}.qw-dumbbell--lg{height:52px;gap:5px}@keyframes qw-dumbbell-breathe{0%,to{opacity:.55;transform:scale(.94)}50%{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.qw-dumbbell__bar,.qw-dumbbell__plate{animation:none;opacity:.9;transform:none}}.qw-busy-overlay{position:fixed;inset:0;z-index:400;display:grid;place-items:center;background:color-mix(in oklch,var(--bg) 55%,transparent);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);pointer-events:all;cursor:wait;opacity:0;transition:opacity .15s ease}.qw-busy-overlay--visible{opacity:1}.qw-busy-overlay__panel{display:flex;flex-direction:column;align-items:center;gap:14px;padding:22px 28px;border-radius:16px;background:color-mix(in oklch,var(--surface) 92%,transparent);border:1px solid var(--border);box-shadow:var(--shadow-lg,0 12px 40px oklch(0 0 0/.12));color:var(--primary)}.qw-busy-overlay__label{font-size:13px;font-weight:600;color:var(--text-2);margin:0}