.share-bar{position:fixed;z-index:20;left:18px;top:50%;display:flex;flex-direction:column;gap:8px;transform:translateY(-50%);padding:9px;border:1px solid rgba(255,255,255,.9);border-radius:14px;background:rgba(255,255,255,.82);box-shadow:0 14px 40px rgba(16,19,29,.16);backdrop-filter:blur(16px)}
.share-bar__title{margin:0 0 2px;color:#5f6675;font-size:.64rem;font-weight:850;letter-spacing:.04em;text-align:center;text-transform:uppercase;writing-mode:vertical-rl;transform:rotate(180deg)}
.share-bar__button{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid rgba(16,19,29,.1);border-radius:10px;color:#202533;background:#fff;font:inherit;font-size:.92rem;font-weight:900;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.share-bar__button:hover,.share-bar__button:focus-visible{transform:translateY(-2px);box-shadow:0 7px 16px rgba(16,19,29,.14);outline:3px solid rgba(5,199,211,.28);outline-offset:2px}.share-bar__button--telegram{color:#168acd}.share-bar__button--whatsapp{color:#159447}.share-bar__button--copy{color:#d94e1f}.share-bar__status{position:absolute;left:calc(100% + 10px);top:50%;width:max-content;padding:7px 9px;border-radius:7px;color:#fff;background:#202533;font-size:.76rem;font-weight:800;opacity:0;pointer-events:none;transform:translateY(-50%);transition:opacity .18s ease}.share-bar__status.is-visible{opacity:1}
@media(max-width:760px){.share-bar{top:auto;right:12px;bottom:max(12px,env(safe-area-inset-bottom));left:12px;flex-direction:row;align-items:center;justify-content:center;transform:none;padding:8px;border-radius:16px}.share-bar__title{margin:0 3px 0 0;writing-mode:horizontal-tb;transform:none}.share-bar__button{width:42px;height:42px}.share-bar__status{top:auto;right:12px;bottom:calc(100% + 8px);left:auto;transform:none}}
@media(prefers-reduced-motion:reduce){.share-bar__button,.share-bar__status{transition:none}}
