:root{--theme-text-color:#000;--theme-top-color:#fff;--theme-bottom-color:#7f02f9}.share-sheet{z-index:200;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:220px;animation:.12s share-sheet-desktop-in;position:absolute;top:calc(100% + 8px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 24px #0000001f,0 2px 6px #0000000f}.share-sheet--right{animation:.12s share-sheet-desktop-in-right;left:auto;right:0;transform:none}.share-sheet__handle{display:none}.share-sheet__header{color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #f3f4f6;padding:12px 16px 8px;font-family:Inter,sans-serif;font-size:11px;font-weight:600}.share-sheet__item{color:#1e293b;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:12px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:background .12s;display:flex}.share-sheet__item+.share-sheet__item{border-top:1px solid #f3f4f6}.share-sheet__item:hover{background:#f9fafb}.share-sheet__item__icon{background:#f3f4f6;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.share-sheet__backdrop{display:none}@keyframes share-sheet-desktop-in{0%{opacity:0;transform:translate(-50%)translateY(-4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes share-sheet-desktop-in-right{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:770px){.share-sheet{width:100%;min-width:0;padding-bottom:env(safe-area-inset-bottom,12px);z-index:1000;touch-action:none;border-radius:16px 16px 0 0;transition:transform .25s cubic-bezier(.32,.72,0,1);animation:.22s ease-out share-sheet-mobile-in;position:fixed;inset:auto 0 0;transform:translateY(0);box-shadow:0 -8px 24px #00000026}.share-sheet--right{animation:.22s ease-out share-sheet-mobile-in}.share-sheet--dragging{transition:none}.share-sheet__handle{cursor:grab;touch-action:none;justify-content:center;align-items:center;width:100%;padding:10px 0 4px;display:flex}.share-sheet__handle:after{content:"";background:#d1d5db;border-radius:2px;width:40px;height:4px;display:block}.share-sheet__handle:active{cursor:grabbing}.share-sheet__header{text-align:center;border-bottom:1px solid #f3f4f6}.share-sheet__item{padding:16px 20px;font-size:15px}.share-sheet__backdrop{z-index:999;background:#0006;animation:.22s ease-out share-sheet-backdrop-in;display:block;position:fixed;inset:0}}@keyframes share-sheet-mobile-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes share-sheet-backdrop-in{0%{opacity:0}to{opacity:1}}
