.sw{z-index:50;opacity:0;pointer-events:none;transition:opacity .4s;position:fixed;top:50%;right:0;transform:translateY(-50%)}.sw[data-state=visible]{opacity:1;pointer-events:auto}.sw-list{background:0 0;flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.sw-item{cursor:pointer;background:var(--brand-col);color:#fff;border-radius:8px 0 0 8px;outline:none;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),filter .3s,box-shadow .3s;display:flex;position:relative;box-shadow:-2px 2px 8px #00000014}html.dark .sw-item[data-platform-id=x],html.dark .sw-item[data-platform-id=tiktok]{background:#2b2b2b}.sw-item:hover{filter:brightness(1.1);z-index:2;transform:scale(1.06);box-shadow:4px 6px 16px #00000026}.sw-item:focus-within{outline:2px solid var(--brand-col);outline-offset:2px;z-index:2}.sw-link{width:100%;height:100%;color:inherit;outline:none;justify-content:center;align-items:center;text-decoration:none;display:flex}.sw-ico{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.sw-ico svg{width:20px;height:20px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:block}.sw-item:hover .sw-ico svg{transform:scale(1.1)}@media (max-width:768px){.sw{top:auto;bottom:24px;left:50%;transform:translate(-50%)}.sw-list{flex-direction:row;gap:10px}.sw-item{width:46px;height:46px;border-radius:10px!important}.sw-item:hover{transform:scale(1.06)translateY(-2px)}}@media (prefers-reduced-motion:reduce){.sw,.sw-item,.sw-ico svg{transition:none!important}}
