html.welcome-popup-lock{overflow:hidden!important;padding-right:var(--welcome-popup-sbw,0)}.welcome-popup-overlay{position:fixed;inset:0;z-index:5000;display:flex;align-items:center;justify-content:center;padding:20px;background-color:rgba(0,0,0,.78);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:welcome-popup-fade .28s ease both}.welcome-popup-modal{position:relative;line-height:0;border-radius:16px;border:1px solid rgba(253,199,0,.4);box-shadow:0 25px 60px -12px rgba(0,0,0,.7);animation:welcome-popup-pop .32s cubic-bezier(.22,1,.36,1) both}.welcome-popup-image{display:block;width:auto;height:auto;max-width:min(90vw,420px);max-height:88vh;object-fit:contain;border-radius:15px}.welcome-popup-close{position:absolute;top:-16px;right:-16px;z-index:2;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:9999px;background-color:rgba(0,0,0,.72);border:2px solid #fdc700;color:#fff;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.welcome-popup-close:hover{background-color:#fdc700;color:#000;transform:rotate(90deg)}.welcome-popup-close:focus-visible{outline:2px solid #fdc700;outline-offset:2px}.welcome-popup-close-icon{width:20px;height:20px}@keyframes welcome-popup-fade{0%{opacity:0}to{opacity:1}}@keyframes welcome-popup-pop{0%{opacity:0;transform:scale(.92) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width:480px){.welcome-popup-overlay{padding:24px}.welcome-popup-image{max-width:calc(100vw - 56px);max-height:86vh}.welcome-popup-close{top:-16px;right:-16px;width:44px;height:44px}.welcome-popup-close-icon{width:22px;height:22px}}@media (prefers-reduced-motion:reduce){.welcome-popup-modal,.welcome-popup-overlay{animation:none}.welcome-popup-close:hover{transform:none}}