/* Final shared fixes: share panel, author icons, promo popup */
.share-panel{padding:34px 0!important;text-align:center!important;}
.share-panel .share-wrap,.share-panel>.wrap{max-width:980px!important;margin:0 auto!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;position:relative;overflow:hidden;background:linear-gradient(135deg,#013941 0%,#064d47 58%,#00352f 100%)!important;border:1px solid rgba(255,192,0,.55)!important;border-radius:26px!important;box-shadow:0 18px 46px rgba(0,0,0,.28),inset 0 0 0 1px rgba(255,255,255,.06);padding:30px 22px!important;}
.share-panel .share-wrap:before,.share-panel>.wrap:before{content:"";position:absolute;right:-70px;top:-90px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(255,192,0,.35),rgba(255,192,0,0) 68%);pointer-events:none;}
.share-badge,.share-note{display:none!important;}
.share-panel-title{margin:0 0 20px!important;color:#ffc000!important;font-size:clamp(25px,3vw,36px)!important;line-height:1.2!important;text-align:center!important;position:relative;z-index:1;}
.share-icons{display:flex!important;flex-wrap:wrap!important;gap:14px!important;align-items:center!important;justify-content:center!important;position:relative;z-index:1;}
.share-icon{width:56px!important;height:56px!important;border-radius:19px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 10px 24px rgba(0,0,0,.22)!important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important;text-decoration:none!important;padding:0!important;}
.share-icon img{width:36px!important;height:36px!important;object-fit:contain!important;display:block!important;}
.share-icon:hover,.share-icon:focus{transform:translateY(-4px) rotate(-2deg)!important;background:#ffc000!important;box-shadow:0 16px 30px rgba(255,192,0,.25)!important;}
.share-status{min-height:18px;margin:14px 0 0!important;color:#dffbf6!important;font-size:13px!important;text-align:center!important;}
.author-social-icons,.author-card .socials{display:flex!important;flex-wrap:wrap!important;gap:10px!important;align-items:center!important;}
.author-social-icons .social-link,.author-card .socials .social-link,.author-card .socials a{width:40px!important;height:40px!important;border-radius:50%!important;padding:0!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,192,0,.35)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:0 8px 18px rgba(0,0,0,.18)!important;transition:transform .18s ease,background .18s ease!important;text-decoration:none!important;font-size:0!important;}
.author-social-icons .social-link:hover,.author-card .socials .social-link:hover,.author-card .socials a:hover{transform:translateY(-3px)!important;background:#ffc000!important;}
.author-social-icons img,.author-card .socials img{width:25px!important;height:25px!important;object-fit:contain!important;display:block!important;}
.ck44-popup-overlay{position:fixed;inset:0;z-index:99999;background:rgba(0,24,23,.64);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:22px;opacity:0;visibility:hidden;transition:opacity .24s ease,visibility .24s ease;}
.ck44-popup-overlay.is-open{opacity:1;visibility:visible;}
.ck44-popup{width:min(1240px,100%);max-height:min(760px,92vh);display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px;background:linear-gradient(135deg,rgba(0,82,84,.98),rgba(0,63,62,.98));border:2px solid rgba(255,192,0,.28);border-radius:20px;box-shadow:0 24px 70px rgba(0,0,0,.42),inset 0 0 0 1px rgba(255,255,255,.05);padding:28px;position:relative;color:#fff;overflow:hidden;}
.ck44-popup:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 20%,rgba(255,192,0,.16),transparent 26%),radial-gradient(circle at 85% 18%,rgba(43,255,215,.12),transparent 28%);pointer-events:none;}
.ck44-popup-close{position:absolute;right:12px;top:10px;width:30px;height:30px;border:0;border-radius:50%;background:#ffc000;color:#00352f;font-size:20px;line-height:1;cursor:pointer;font-weight:900;z-index:4;box-shadow:0 5px 14px rgba(0,0,0,.24);}
.ck44-popup-nav{position:relative;z-index:2;display:flex;flex-direction:column;gap:12px;padding:18px 0 0;}
.ck44-popup-label{font-size:34px;line-height:1;color:#ffc000;font-weight:900;margin:0 0 20px;}
.ck44-popup-tab{display:grid;grid-template-columns:28px 1fr;gap:8px;align-items:center;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#00343b;color:#fff;text-align:left;padding:10px 12px;min-height:56px;cursor:pointer;box-shadow:inset 0 -2px 0 rgba(0,0,0,.22);transition:background .18s ease,transform .18s ease,color .18s ease;}
.ck44-popup-tab span:first-child{font-size:19px;filter:drop-shadow(0 2px 2px rgba(0,0,0,.35));}
.ck44-popup-tab span:last-child{font-size:15px;line-height:1.28;font-weight:700;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ck44-popup-tab.is-active{background:linear-gradient(135deg,#ffc000,#ffdd55);color:#bb4e00;transform:translateX(5px);border-color:#ffec84;}
.ck44-popup-main{position:relative;z-index:2;background:#00393f;border:2px solid rgba(0,0,0,.48);border-radius:12px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow:auto;scrollbar-color:#2bffd7 #00343b;}
.ck44-popup-title{font-size:clamp(28px,3.3vw,44px);line-height:1.15;color:#28ffd5;font-weight:900;margin:2px 0 18px;text-align:left;width:100%;}
.ck44-popup-image{display:block;width:100%;max-width:900px;height:auto;border-radius:0;background:#fff;box-shadow:0 16px 36px rgba(0,0,0,.26);}
.ck44-popup-text{max-width:900px;margin:16px auto 0;color:#eafdf9;font-size:18px;line-height:1.62;text-align:center;font-weight:700;}
.ck44-popup-btn{margin:20px 0 0;align-self:flex-end;min-width:150px;border:2px solid #fff08a;border-radius:10px;background:linear-gradient(180deg,#ffd71f,#ffb900);color:#bb4e00!important;text-decoration:none!important;font-weight:900;font-size:20px;text-align:center;padding:8px 24px;box-shadow:0 10px 24px rgba(255,192,0,.24);}
.ck44-popup-btn:hover{filter:brightness(1.05);transform:translateY(-1px);}
@media(max-width:820px){.ck44-popup{grid-template-columns:1fr;gap:16px;padding:18px;max-height:94vh}.ck44-popup-nav{padding:0}.ck44-popup-label{font-size:28px;margin-bottom:10px}.ck44-popup-tab{min-height:auto}.ck44-popup-main{padding:14px}.ck44-popup-title{text-align:center}.ck44-popup-btn{align-self:center;width:100%;max-width:260px}.ck44-popup-text{font-size:16px}}
@media(max-width:560px){.ck44-popup-overlay{padding:10px}.ck44-popup{padding:14px;border-radius:16px}.ck44-popup-label{font-size:25px}.ck44-popup-tab span:last-child{font-size:13px}.ck44-popup-title{font-size:24px}.ck44-popup-text{font-size:14.5px}.share-icon{width:48px!important;height:48px!important;border-radius:15px!important}.share-icon img{width:31px!important;height:31px!important}}/* Popup v3 compact overrides */
.ck44-popup-overlay{padding:16px!important;backdrop-filter:blur(4px)!important;}
.ck44-popup{width:min(980px,96vw)!important;max-height:min(620px,88vh)!important;grid-template-columns:220px minmax(0,1fr)!important;gap:18px!important;padding:20px!important;border-radius:18px!important;}
.ck44-popup-close{width:28px!important;height:28px!important;font-size:18px!important;right:10px!important;top:8px!important;}
.ck44-popup-nav{gap:9px!important;padding:12px 0 0!important;}
.ck44-popup-label{font-size:26px!important;margin:0 0 12px!important;}
.ck44-popup-tab{grid-template-columns:24px 1fr!important;min-height:48px!important;padding:8px 10px!important;border-radius:9px!important;}
.ck44-popup-tab span:first-child{font-size:17px!important;}
.ck44-popup-tab span:last-child{font-size:13.5px!important;line-height:1.22!important;}
.ck44-popup-tab.is-active{transform:translateX(3px)!important;}
.ck44-popup-main{padding:14px!important;border-radius:11px!important;overflow:auto!important;}
.ck44-popup-main.is-switching{animation:ck44PopupSwitch .18s ease;}
@keyframes ck44PopupSwitch{from{opacity:.45;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
.ck44-popup-title{font-size:clamp(22px,2.35vw,31px)!important;line-height:1.18!important;margin:0 0 12px!important;text-align:left!important;}
.ck44-popup-image{max-width:720px!important;max-height:270px!important;object-fit:contain!important;box-shadow:0 10px 24px rgba(0,0,0,.22)!important;}
.ck44-popup-text{max-width:720px!important;margin:12px auto 0!important;font-size:15.5px!important;line-height:1.48!important;font-weight:700!important;}
.ck44-popup-btn{margin:14px 0 0!important;min-width:118px!important;font-size:17px!important;padding:7px 20px!important;border-radius:9px!important;}
@media(max-width:820px){.ck44-popup{grid-template-columns:1fr!important;width:min(620px,96vw)!important;gap:12px!important;padding:16px!important}.ck44-popup-nav{padding:0!important}.ck44-popup-label{font-size:24px!important;margin-bottom:8px!important}.ck44-popup-tab{min-height:42px!important}.ck44-popup-title{text-align:center!important}.ck44-popup-btn{align-self:center!important}.ck44-popup-image{max-height:230px!important}.ck44-popup-text{font-size:14.5px!important}}
@media(max-width:560px){.ck44-popup-overlay{padding:8px!important}.ck44-popup{max-height:90vh!important;padding:12px!important;border-radius:14px!important}.ck44-popup-label{font-size:22px!important}.ck44-popup-tab span:last-child{font-size:12.5px!important}.ck44-popup-title{font-size:20px!important}.ck44-popup-image{max-height:190px!important}.ck44-popup-text{font-size:13.5px!important}.ck44-popup-btn{font-size:15px!important;width:100%!important;max-width:220px!important}}
