.share-modal-backdrop{z-index:1000;padding:var(--s4);animation:share-modal-fade var(--motion-short) var(--curve-out) both;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes share-modal-fade{0%{opacity:0}to{opacity:1}}.share-modal{width:min(440px,100%);max-height:min(85dvh,640px);padding:var(--s5);background:var(--color-primary);color:var(--color-inverse-primary);border-radius:var(--r-content);animation:share-modal-pop var(--motion-medium) var(--curve-out) both;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 24px 60px #00000047}@keyframes share-modal-pop{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:none}}.share-modal__head{justify-content:space-between;align-items:center;gap:var(--s3);margin-bottom:var(--s5);flex-shrink:0;display:flex}.share-modal__title{color:var(--color-inverse-primary)}.share-modal__close{background:var(--color-primary-container);width:36px;height:36px;color:var(--color-inverse-primary);cursor:pointer;border:0;border-radius:50%;flex:none;place-items:center;display:grid}.share-sheet{gap:var(--s4);flex:auto;grid-template-columns:repeat(4,1fr);min-height:0;display:grid;overflow-y:auto}.share-sheet__item{align-items:center;gap:var(--s2);cursor:pointer;color:var(--color-inverse-primary);background:0 0;border:0;flex-direction:column;padding:0;text-decoration:none;display:flex}.share-sheet__label{color:var(--color-tertiary);text-align:center}.share-sheet__badge{color:#fff;border-radius:50%;place-items:center;width:52px;height:52px;display:grid}.share-sheet__badge--sms{background:#34c759}.share-sheet__badge--copy{background:#5b6b7b}.share-sheet__badge--more{background:var(--cta)}@media (max-width:360px){.share-sheet{grid-template-columns:repeat(3,1fr)}}
