.tb-share-sheet{position:fixed;inset:0;z-index:10050;display:none;align-items:flex-end;justify-content:center;padding:16px 16px calc(16px + env(safe-area-inset-bottom,0px))}.tb-share-sheet.is-open{display:flex}.tb-share-sheet-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.55)}.tb-share-sheet-card{position:relative;width:min(440px,100%);max-height:min(86dvh,640px);overflow:auto;background:#fff;color:#111827;border-radius:18px;box-shadow:0 18px 50px rgba(15,23,42,.28);padding:18px 18px 16px}.tb-share-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.tb-share-sheet-head h3{margin:0;font-size:18px;font-weight:800;color:inherit}.tb-share-sheet-close{width:36px;height:36px;border:0;border-radius:50%;background:rgba(148,163,184,.18);color:inherit;font-size:22px;line-height:1;cursor:pointer}.tb-share-sheet-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 8px;margin:6px 0 16px}.tb-share-sheet-net{display:flex;flex-direction:column;align-items:center;gap:6px;border:0;background:0 0;color:inherit;text-decoration:none!important;cursor:pointer;font:inherit;padding:0}.tb-share-sheet-net span{font-size:11px;font-weight:700;color:#6b7280}.tb-share-sheet-net i{width:48px;height:48px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:18px}.tb-share-sheet-net[data-net=facebook] i{background:#4267b2}.tb-share-sheet-net[data-net=whatsapp] i{background:#25d366}.tb-share-sheet-net[data-net="x"] i{background:#111827}.tb-share-sheet-net[data-net=linkedin] i{background:#0a66c2}.tb-share-sheet-net[data-net=telegram] i{background:#229ed9}.tb-share-sheet-net[data-net=reddit] i{background:#ff4500}.tb-share-sheet-net[data-net=email] i{background:#6b7280}.tb-share-sheet-net[data-net=native] i{background:#ec6714}.tb-share-sheet-copy{display:flex;gap:8px;align-items:center}.tb-share-sheet-copy input{flex:1;min-width:0;height:42px;border:1px solid rgba(148,163,184,.45);border-radius:10px;padding:0 12px;font-size:13px;background:#f8fafc;color:inherit}.tb-share-sheet-copy button{flex:0 0 auto;height:42px;border:0;border-radius:10px;background:#ec6714;color:#fff;font-weight:800;padding:0 14px;cursor:pointer}.tb-share-sheet-copy button.is-copied{background:#16a34a}.night .tb-share-sheet-card,.night-mode .tb-share-sheet-card{background:#18181b;color:#f3f4f6}.night .tb-share-sheet-copy input,.night-mode .tb-share-sheet-copy input{background:#27272a;border-color:rgba(255,255,255,.12);color:#f3f4f6}.night .tb-share-sheet-net span,.night-mode .tb-share-sheet-net span{color:#9ca3af}@media (min-width:640px){.tb-share-sheet{align-items:center}}