#trn-popup-backdrop{display:flex;opacity:0;visibility:hidden;pointer-events:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,var(--trn-bg-opacity,.6));z-index:999998;justify-content:center;align-items:center;transition:opacity .25s ease}#trn-popup-backdrop.trn-active{opacity:1;visibility:visible;pointer-events:auto}#trn-popup-inner{display:flex;flex-direction:column;align-items:flex-end;width:90%;max-width:380px}#trn-popup-close{position:relative;margin-bottom:8px;width:34px;height:34px;border-radius:50%;background:#fff;border:2px solid #222;color:#222;font-size:18px;line-height:1;cursor:pointer;align-items:center;justify-content:center;z-index:2147483647;transition:opacity .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.25);flex-shrink:0}#trn-popup-close:hover{background:#222;color:#fff}#trn-popup-box{position:relative;background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.3);width:100%;padding:20px;box-sizing:border-box;overflow-x:hidden;overflow-y:auto;max-height:90vh}.trn-anim-fade #trn-popup-box{opacity:0;transition:opacity .3s ease}.trn-anim-fade.trn-active #trn-popup-box{opacity:1}.trn-anim-zoom #trn-popup-box{transform:scale(.85);opacity:0;transition:transform .3s ease,opacity .3s ease}.trn-anim-zoom.trn-active #trn-popup-box{transform:scale(1);opacity:1}#trn-popup-content{min-height:100px;width:100%;max-width:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box}#trn-popup-content img,#trn-popup-content video,#trn-popup-content>*{max-width:100%!important;height:auto!important;box-sizing:border-box!important}#trn-popup-content iframe{max-width:100%!important;width:100%!important;border:none;box-sizing:border-box!important;display:block}.trn-fullscreen-mobile#trn-popup-backdrop{background:rgba(255,255,255,.35);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.trn-fullscreen-mobile #trn-popup-inner{width:96%;max-width:96%}.trn-fullscreen-mobile #trn-popup-box{min-height:70vh;max-height:90vh;overflow-x:hidden;overflow-y:auto;border-radius:16px;padding:24px 20px;display:flex;flex-direction:column;justify-content:center}