.share-button{position:absolute;right:10px;top:10px;background-color:#efbc33;color:#fff;padding:12px;border-radius:50%;text-align:center;cursor:pointer;font-weight:400;font-size:20px;z-index:9999999999;width:40px;height:40px;line-height:0;box-shadow:0 0 0 2px rgb(68 63 63 / 12%);box-sizing:border-box;transition:transform .2s ease,box-shadow .2s ease}.share-button i{font-size:18px;font-weight:500;line-height:17px}.share-button:hover{transform:scale(1.05);box-shadow:0 5px 18px rgb(0 0 0 / 18%)}.share-popup{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100vh!important;margin:0!important;padding:20px!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;background:rgb(15 18 25 / 72%);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:2147483647!important;opacity:0;visibility:hidden;pointer-events:none;transform:none!important;overflow-y:auto;transition:opacity .25s ease,visibility .25s ease}.share-popup.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important;display:flex!important;align-items:center!important;justify-content:center!important}.share-popup-inner{position:relative!important;width:430px!important;max-width:calc(100vw - 40px)!important;margin:0!important;background:#fff;border-radius:24px;padding:30px 26px 25px;box-sizing:border-box;box-shadow:0 25px 80px rgb(0 0 0 / 30%);transform:translate3d(0,25px,0) scale(.96);opacity:0;flex:none;transition:transform .3s cubic-bezier(.2,.8,.2,1),opacity .25s ease}.share-popup.active .share-popup-inner{transform:translate3d(0,0,0) scale(1);opacity:1}.share-close{position:absolute;top:14px;left:14px;width:35px;height:35px;padding:0;border:0;border-radius:50%;background:#f4f4f5;color:#777;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;z-index:5;transition:background .2s ease,color .2s ease,transform .2s ease}.share-close:hover{background:#efbc33;color:#fff;transform:rotate(90deg)}.share-popup-icon{width:55px;height:55px;margin:0 auto 13px;border-radius:17px;background:#efbc33;color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 8px 22px rgb(239 188 51 / 25%)}.popup-header{font-size:19px;font-weight:800;color:#202124;text-align:center;margin-bottom:5px}.popup-subtitle{text-align:center;color:#8a8d93;font-size:12px;margin-bottom:22px}.popup-link-container{display:flex;align-items:center;gap:8px;width:100%;box-sizing:border-box;padding:7px;background:#f7f7f8;border:1px solid #ededee;border-radius:13px;margin-bottom:8px}.popup-link-wrapper{flex:1;min-width:0;display:flex;align-items:center;gap:8px;padding-right:5px}.popup-link-wrapper>i{color:#b2b4b9;font-size:13px;flex-shrink:0}.popup-link{flex:1;min-width:0;font-size:12px;color:#555;direction:ltr;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copy-link-button{flex-shrink:0;height:38px;padding:0 13px;border:0;border-radius:10px;background:#efbc33;color:#fff;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;transition:transform .15s ease,background .2s ease}.copy-link-button:hover{transform:translateY(-1px)}.copy-link-button:active{transform:scale(.96)}.copy-success{display:flex;align-items:center;justify-content:center;gap:5px;color:#36a269;font-size:11px;font-weight:600;height:0;overflow:hidden;opacity:0;transition:height .2s ease,opacity .2s ease}.copy-success.show{height:22px;opacity:1}.copy-success i{font-size:13px}.share-divider{display:flex;align-items:center;gap:12px;margin:18px 0 15px;color:#aaa;font-size:11px}.share-divider:before,.share-divider:after{content:"";height:1px;flex:1;background:#eee}.share-options{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:0}.share-option{border:0;background:none;padding:3px 0;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:7px;color:#555;font-family:inherit;font-size:10px;font-weight:600;transition:transform .2s ease}.share-option:hover{transform:translateY(-3px)}.share-option-icon{width:46px;height:46px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:21px;color:#fff;box-shadow:0 6px 15px rgb(0 0 0 / 10%);font-weight:100;}.telegram-share .share-option-icon{background:#229ed9}.whatsapp-share .share-option-icon{background:#25d366}.facebook-share .share-option-icon{background:#1877f2}.linkedin-share .share-option-icon{background:#0a66c2}.x-share .share-option-icon{background:#111}.mobile-share-fallback{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;height:100vh!important;margin:0!important;z-index:2147483647!important;background:rgb(0 0 0 / 48%);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;align-items:flex-end;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease}.mobile-share-fallback.active{opacity:1;visibility:visible;pointer-events:auto}.mobile-share-sheet{position:relative;width:100%;max-width:600px;background:#fff;border-radius:25px 25px 0 0;padding:10px 20px 25px;box-sizing:border-box;transform:translate3d(0,100%,0);transition:transform .35s cubic-bezier(.2,.8,.2,1)}.mobile-share-fallback.active .mobile-share-sheet{transform:translate3d(0,0,0)}.mobile-share-handle{width:38px;height:4px;border-radius:10px;background:#d7d7d7;margin:2px auto 20px}.mobile-share-close{position:absolute;top:13px;left:15px;width:34px;height:34px;padding:0;border:0;border-radius:50%;background:#f4f4f4;color:#777;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px}.mobile-share-title{text-align:center;color:#202124;font-size:19px;font-weight:800;margin-bottom:4px}.mobile-share-description{text-align:center;color:#96999f;font-size:11px;margin-bottom:18px}.mobile-share-native-button{display:flex;align-items:center;gap:12px;width:100%;padding:13px;box-sizing:border-box;border:1px solid #eee;border-radius:15px;background:#fafafa;cursor:pointer;text-align:right;font-family:inherit}.mobile-share-native-button>span{width:43px;height:43px;border-radius:13px;background:#efbc33;color:#fff;display:flex;align-items:center;justify-content:center;font-size:19px;flex-shrink:0}.mobile-share-native-button>div{flex:1}.mobile-share-native-button strong{display:block;color:#333;font-size:13px;font-weight:800;margin-bottom:3px}.mobile-share-native-button small{display:block;color:#999;font-size:10px}.mobile-share-native-button>i{color:#aaa;font-size:12px}.mobile-share-divider{text-align:center;color:#aaa;font-size:10px;margin:17px 0 13px}.mobile-share-apps{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-bottom:18px}.mobile-share-apps button{border:0;background:none;padding:0;display:flex;flex-direction:column;align-items:center;gap:6px;color:#666;font-family:inherit;font-size:9px;font-weight:600;cursor:pointer}.mobile-share-apps button>span{width:43px;height:43px;border-radius:13px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:19px}.mobile-share-apps button:nth-child(1)>span{background:#229ed9}.mobile-share-apps button:nth-child(2)>span{background:#25d366}.mobile-share-apps button:nth-child(3)>span{background:#1877f2}.mobile-share-apps button:nth-child(4)>span{background:#0a66c2}.mobile-share-apps button:nth-child(5)>span{background:#111}.mobile-copy-link{width:100%;height:46px;border:0;border-radius:13px;background:#f6f6f6;color:#555;display:flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-size:12px;font-weight:700;cursor:pointer}.mobile-copy-link i{color:#efbc33}@media (max-width:700px){.share-popup{display:none!important}}@media (min-width:701px){.mobile-share-fallback{display:none!important}}@media (max-width:380px){.mobile-share-sheet{padding-left:15px;padding-right:15px}.mobile-share-apps{gap:3px}.mobile-share-apps button>span{width:39px;height:39px;font-size:17px}}.x-share .share-option-icon{background:#111!important;color:#fff!important;font-family:Arial,sans-serif!important;font-size:21px!important;font-weight:700!important}.x-share .share-option-icon i{display:none!important}.x-share .share-option-icon:before{content:"X";display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;font-family:Arial,sans-serif;font-size:21px;font-weight:700;line-height:1}.mobile-share-apps button[data-share="twitter"]>span{background:#111!important;color:#fff!important;font-family:Arial,sans-serif!important;font-size:19px!important;font-weight:700!important}.mobile-share-apps button[data-share="twitter"]>span i{display:none!important}.mobile-share-apps button[data-share="twitter"]>span:before{content:"X";display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;font-family:Arial,sans-serif;font-size:19px;font-weight:700;line-height:1}