.share-sheet-root{z-index:10000;justify-content:center;align-items:flex-end;padding:0;animation:.18s share-sheet-fade-in;display:flex;position:fixed;inset:0}.share-sheet-backdrop{cursor:pointer;background:#0f172a73;border:0;margin:0;padding:0;position:absolute;inset:0}.share-sheet-panel{z-index:1;background:#fff;border-radius:16px 16px 0 0;width:min(420px,100%);max-height:min(88vh,560px);margin:0;padding:10px 16px 20px;animation:.22s cubic-bezier(.22,1,.36,1) share-sheet-slide-up;position:relative;box-shadow:0 -8px 32px #0f172a29}.share-sheet-handle{background:#d1d5db;border-radius:999px;width:36px;height:4px;margin:4px auto 14px}.share-sheet-title{letter-spacing:-.02em;color:#0f172a;text-align:center;margin:0;font-size:17px;font-weight:650}.share-sheet-hint{color:#64748b;text-align:center;margin:6px 0 14px;font-size:12px;line-height:1.45}.share-sheet-url{color:#475569;word-break:break-all;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;max-height:4.2em;margin-bottom:14px;padding:10px 12px;font-size:12px;line-height:1.4;overflow:hidden}.share-sheet-actions{grid-template-columns:1fr;gap:10px;display:grid}.share-sheet-action{text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;grid-template-rows:auto auto;grid-template-columns:40px 1fr;align-items:center;gap:2px 12px;width:100%;padding:12px 14px;transition:background .15s,border-color .15s,transform .12s;display:grid}.share-sheet-action:hover{background:#f8fafc;border-color:#cbd5e1}.share-sheet-action:active{transform:scale(.98)}.share-sheet-action--primary{background:#2563eb0f;border-color:#2563eb47}.share-sheet-action--primary.is-done{background:#16a34a14;border-color:#16a34a59}.share-sheet-action-icon{color:#fff;background:#0f172a;border-radius:10px;grid-row:1/span 2;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.share-sheet-action--primary .share-sheet-action-icon{background:#2563eb}.share-sheet-action--primary.is-done .share-sheet-action-icon{background:#16a34a}.share-sheet-action-icon svg{width:20px;height:20px}.share-sheet-action-label{color:#0f172a;grid-column:2;font-size:14px;font-weight:600}.share-sheet-action-sub{color:#64748b;grid-column:2;font-size:11px}.share-sheet-cancel{color:#334155;cursor:pointer;background:#f1f5f9;border:0;border-radius:12px;width:100%;margin-top:12px;padding:12px;font-size:14px;font-weight:600;display:block}.share-sheet-cancel:hover{background:#e2e8f0}@keyframes share-sheet-fade-in{0%{opacity:0}to{opacity:1}}@keyframes share-sheet-slide-up{0%{opacity:.6;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (min-width:640px){.share-sheet-root{align-items:center;padding:24px}.share-sheet-panel{border-radius:16px;padding:16px 18px 18px;animation:.2s share-sheet-pop}.share-sheet-handle{display:none}}@keyframes share-sheet-pop{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}
