.vst{--vst-accent:#2563eb;position:fixed;z-index:99965;width:48px;height:48px;border:none;border-radius:50%;
cursor:pointer;background:var(--vst-accent);display:flex;align-items:center;justify-content:center;
box-shadow:0 8px 22px rgba(0,0,0,.22);opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .22s,transform .22s,filter .15s}
.vst--br{right:22px;bottom:22px}.vst--bl{left:22px;bottom:22px}
.vst.vst--on{opacity:1;pointer-events:auto;transform:none}
.vst:hover{filter:brightness(1.08);transform:translateY(-2px)}

/* Размер */
.vst--s-small{width:40px;height:40px}
.vst--s-small svg{width:20px;height:20px}
.vst--s-medium{width:48px;height:48px}
.vst--s-large{width:62px;height:62px}
.vst--s-large svg{width:30px;height:30px}

/* Форма */
.vst--sh-circle{border-radius:50%}
.vst--sh-rounded{border-radius:14px}
.vst--sh-square{border-radius:8px}

/* Inline-режим (для витрины демо): не фиксируется, всегда видна */
.vst--inline{position:static!important;opacity:1!important;pointer-events:auto!important;transform:none!important;display:inline-flex}
.vst--inline:hover{transform:translateY(-2px)!important}

@media(prefers-reduced-motion:reduce){.vst{transition:opacity .2s}}
