.share-overlay{z-index:999999;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.share-modal{-webkit-backdrop-filter:blur(18px);background:#fffffff2;border-radius:10px;width:380px;max-width:94%;animation:.3s cubic-bezier(.2,.8,.2,1) scaleIn;overflow:hidden;box-shadow:0 30px 90px #00000059}@keyframes scaleIn{0%{opacity:0;transform:translateY(20px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}.share-header{color:#fff;background:linear-gradient(135deg,#7a12ff,#b86bff);justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.share-header h4{letter-spacing:.3px;margin:0;font-size:18px;font-weight:700}.close-btn{cursor:pointer;background:#ffffff40;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:18px;font-weight:700;transition:background .2s,transform .2s;display:flex}.drag-bar{background:#d0d0d0;border-radius:10px;width:48px;height:5px;margin:10px auto 4px}.share-options{grid-template-columns:repeat(3,1fr);gap:18px;padding:22px;display:grid}.share-options button{cursor:pointer;color:#333;background:#fff;border:none;border-radius:20px;flex-direction:column;align-items:center;gap:8px;padding:16px 10px;font-size:13px;font-weight:600;transition:all .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 28px #00000024}.share-options button svg{font-size:26px}.share-options button:active{transform:scale(.94)}.share-options button:after{content:"";opacity:0;background:radial-gradient(circle,#fff6,#0000 65%);transition:opacity .3s;position:absolute;inset:0}.share-options button:hover:after{opacity:1}.share-options button:hover{transform:translateY(-6px)scale(1.05);box-shadow:0 20px 45px #00000040}.share-options button.linkedin{color:#0a66c2}.share-options button.linkedin:hover{color:#fff;background:#0a66c2;box-shadow:0 0 32px #0a66c2a6}.share-options button.instagram{color:#e1306c}.share-options button.instagram:hover{color:#fff;background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af);box-shadow:0 0 34px #e1306c99}.share-options button.youtube{color:red}.share-options button.youtube:hover{color:#fff;background:red;box-shadow:0 0 34px #f009}.share-options button.copy{background:#f4f4f6;flex-direction:row;grid-column:span 3;justify-content:center;gap:10px}.share-options button.copy:hover{color:#fff;background:#7a12ff;box-shadow:0 0 30px #7a12ff99}@media (max-width:640px){.share-overlay{align-items:flex-end}.share-modal{border-radius:28px 28px 0 0;width:100%;animation:.35s cubic-bezier(.2,.9,.3,1) slideUp}.share-options{grid-template-columns:repeat(2,1fr)}.share-options button.copy{grid-column:span 2}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}
