.share-modal__backdrop{z-index:80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1a171499;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.share-modal{background:#fff;border-radius:14px;flex-direction:column;width:100%;max-width:720px;max-height:calc(100vh - 48px);display:flex;position:relative;overflow-y:auto;box-shadow:0 24px 64px #1a17144d}.share-modal__close{color:#3a342e;cursor:pointer;z-index:1;background:0 0;border:none;border-radius:16px;width:32px;height:32px;font-size:24px;line-height:1;position:absolute;top:12px;right:12px}.share-modal__close:hover{background:#0000000f}.share-modal__preview{aspect-ratio:1200/630;background:#f2ede4;border-radius:14px 14px 0 0;width:100%;overflow:hidden}.share-modal__preview img{object-fit:cover;width:100%;height:100%;display:block}.share-modal__body{flex-direction:column;gap:14px;padding:24px;font-family:Inter Tight,system-ui,sans-serif;display:flex}.share-modal__title{letter-spacing:-.015em;color:#1a1714;margin:0;font-family:"Source Serif 4",Georgia,serif;font-size:24px;font-weight:400}.share-modal__lede{color:#6b6359;margin:0;font-size:14px}.share-modal__field{align-items:stretch;gap:8px;display:flex}.share-modal__url{color:#1a1714;background:#faf7f2;border:1px solid #d9d2c5;border-radius:6px;flex:1;padding:10px 12px;font:500 13px/1.2 ui-monospace,JetBrains Mono,Menlo,monospace}.share-modal__row{flex-wrap:wrap;gap:8px;display:flex}.share-modal__btn{color:#fff;cursor:pointer;background:#1a1714;border:1px solid #1a1714;border-radius:6px;justify-content:center;align-items:center;padding:10px 14px;font:600 13px/1 Inter Tight,system-ui,sans-serif;text-decoration:none;display:inline-flex}.share-modal__btn:hover{background:#3a342e}.share-modal__btn--ghost{color:#1a1714;background:0 0;border-color:#d9d2c5}.share-modal__btn--ghost:hover{color:#1a1714;background:#0000000a}