#tnl-popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:999999;display:flex;align-items:center;justify-content:center;overflow-y:auto;animation:tnlFadeIn .3s ease}
.tnl-popup-container{position:relative;background:transparent;width:90%;max-width:650px;border-radius:12px;padding:20px;max-height:100vh}
#tnl-popup-close{position:absolute;top:-15px;right:-15px;background:#fff;border:0;font-size:22px;line-height:1;cursor:pointer;color:#333;width:36px;height:36px;border-radius:50%;box-shadow:0 4px 10px rgba(0,0,0,.3);z-index:2;display:flex;align-items:center;justify-content:center}
#tnl-popup-close:hover{background:#f0f0f0}
@keyframes tnlFadeIn{from{opacity:0}to{opacity:1}}
@media (prefers-reduced-motion:reduce){#tnl-popup-overlay{animation:none}}
