/* Social share sheet — post, commenti, profili e match. Articoli mantengono il loro share dialog avanzato. */
.slr-social-share-sheet[hidden]{display:none!important}
.slr-social-share-sheet{position:fixed;inset:0;z-index:2147482500;display:grid;place-items:center;padding:22px;opacity:0;visibility:hidden;transition:opacity .16s ease,visibility .16s ease}
.slr-social-share-sheet.is-open{opacity:1;visibility:visible}
.slr-social-share-sheet__backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:0;background:rgba(0,0,0,.48);cursor:default}
.slr-social-share-sheet__dialog{position:relative;z-index:1;width:min(520px,100%);max-height:min(720px,calc(100dvh - 44px));overflow:auto;border:1px solid var(--slr-ui-line,#d9e0e6);border-radius:26px;background:var(--slr-ui-bg,#fff);color:var(--slr-ui-text,#0f1419);box-shadow:0 28px 80px rgba(0,0,0,.28);outline:0;transform:translateY(12px) scale(.985);transition:transform .16s ease}
.slr-social-share-sheet.is-open .slr-social-share-sheet__dialog{transform:translateY(0) scale(1)}
.slr-social-share-sheet__header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 22px 12px}
.slr-social-share-sheet__header>div{min-width:0}
.slr-social-share-sheet__header small{display:block;margin:0 0 3px;font-size:11px;line-height:1.2;font-weight:900;letter-spacing:.16em;color:var(--slr-ui-muted,#536471)}
.slr-social-share-sheet__header h2{margin:0;font-size:25px;line-height:1.15;font-weight:900;color:inherit}
.slr-social-share-sheet__close{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;padding:0;border:0;border-radius:999px;background:transparent;color:inherit;cursor:pointer}
.slr-social-share-sheet__close:hover,.slr-social-share-sheet__close:focus-visible{background:var(--slr-ui-soft,#eff3f4)}
.slr-social-share-sheet__close svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.slr-social-share-sheet__subject{margin:0;padding:0 22px 18px;color:var(--slr-ui-muted,#536471);font-size:14px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.slr-social-share-sheet__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:0 18px 18px}
.slr-social-share-sheet__grid>a{display:flex;min-width:0;min-height:105px;padding:14px 8px 12px;flex-direction:column;align-items:center;justify-content:center;gap:9px;border:1px solid var(--slr-ui-line,#d9e0e6);border-radius:18px;background:transparent;color:inherit!important;-webkit-text-fill-color:currentColor;text-decoration:none!important;font-size:13px;text-align:center;transition:background .15s ease,border-color .15s ease,transform .15s ease}
.slr-social-share-sheet__grid>a:hover,.slr-social-share-sheet__grid>a:focus-visible{background:var(--slr-ui-soft,#eff3f4);border-color:var(--slr-ui-muted,#536471);transform:translateY(-1px);outline:0}
.slr-social-share-sheet__grid>a strong{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;font-weight:800;color:inherit!important;-webkit-text-fill-color:inherit}
.slr-social-share-sheet__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:999px;background:var(--slr-ui-text,#0f1419);color:var(--slr-ui-bg,#fff)!important;-webkit-text-fill-color:currentColor;font-size:22px;font-weight:900;line-height:1}
.slr-social-share-sheet__icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.slr-social-share-sheet__icon--text{font-family:Arial,Helvetica,sans-serif}
.slr-social-share-sheet__icon--linkedin{font-size:18px;letter-spacing:-.05em}
.slr-social-share-sheet__footer{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:16px 18px 20px;border-top:1px solid var(--slr-ui-line,#d9e0e6)}
.slr-social-share-sheet__footer button{display:flex;min-height:48px;align-items:center;justify-content:center;gap:9px;padding:10px 14px;border:1px solid var(--slr-ui-line,#d9e0e6);border-radius:999px;background:transparent;color:inherit!important;-webkit-text-fill-color:currentColor;font:inherit;font-weight:800;cursor:pointer}
.slr-social-share-sheet__footer button:hover,.slr-social-share-sheet__footer button:focus-visible{background:var(--slr-ui-soft,#eff3f4);outline:0}
.slr-social-share-sheet__footer button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.slr-social-share-sheet__feedback{margin:-4px 18px 18px;padding:10px 12px;border-radius:12px;background:var(--slr-ui-soft,#eff3f4);color:inherit;font-size:13px;font-weight:700}
.slr-social-share-sheet__feedback[data-state="success"]{color:#0a7a42}
.slr-social-share-sheet__feedback[data-state="error"]{color:#b42318}
html[data-slr-theme="dark"] .slr-social-share-sheet__dialog{background:#080a0c;color:#f5f7f8;border-color:#2f3337;box-shadow:0 30px 90px rgba(0,0,0,.62)}
html[data-slr-theme="dark"] .slr-social-share-sheet__header small,html[data-slr-theme="dark"] .slr-social-share-sheet__subject{color:#9ca7b2}
html[data-slr-theme="dark"] .slr-social-share-sheet__close:hover,html[data-slr-theme="dark"] .slr-social-share-sheet__close:focus-visible,html[data-slr-theme="dark"] .slr-social-share-sheet__grid>a:hover,html[data-slr-theme="dark"] .slr-social-share-sheet__grid>a:focus-visible,html[data-slr-theme="dark"] .slr-social-share-sheet__footer button:hover,html[data-slr-theme="dark"] .slr-social-share-sheet__footer button:focus-visible,html[data-slr-theme="dark"] .slr-social-share-sheet__feedback{background:#171a1d}
html[data-slr-theme="dark"] .slr-social-share-sheet__grid>a,html[data-slr-theme="dark"] .slr-social-share-sheet__footer,html[data-slr-theme="dark"] .slr-social-share-sheet__footer button{border-color:#2f3337}
html[data-slr-theme="dark"] .slr-social-share-sheet__icon{background:#f5f7f8;color:#050505!important;-webkit-text-fill-color:#050505}
@media(max-width:640px){.slr-social-share-sheet{align-items:end;padding:0}.slr-social-share-sheet__dialog{width:100%;max-height:min(82dvh,760px);border-width:1px 0 0;border-radius:24px 24px 0 0;transform:translateY(24px)}.slr-social-share-sheet__header{padding:18px 18px 10px}.slr-social-share-sheet__subject{padding:0 18px 15px}.slr-social-share-sheet__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:0 12px 14px}.slr-social-share-sheet__grid>a{min-height:94px;border-radius:16px;font-size:12px}.slr-social-share-sheet__icon{width:42px;height:42px}.slr-social-share-sheet__footer{padding:14px 12px calc(14px + env(safe-area-inset-bottom))}}
@media(max-width:390px){.slr-social-share-sheet__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
