#welcome-tool-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .85);z-index:999999;display:none;animation:fadeIn 0.3s ease}.welcome-popup-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:500px;border-radius:12px;overflow:hidden;box-shadow:0 15px 40px rgb(0 0 0 / .3);animation:slideUp 0.5s ease;background-color:#ff3366!important;color:#ffffff!important}.popup-header{padding:20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgb(255 255 255 / .15)!important}.popup-header h3{margin:0;font-size:22px;font-weight:700;line-height:1.3;color:inherit!important}.close-popup{font-size:32px;line-height:1;cursor:pointer;opacity:.8;transition:opacity 0.3s;width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#ffffff!important}.close-popup:hover{opacity:1}.popup-body{padding:25px;font-size:16px;line-height:1.6;color:inherit!important}.popup-body{padding-bottom:25px}.popup-body.no-footer{padding-bottom:35px}.popup-body p{margin:0 0 15px 0;color:inherit!important}.popup-body p:last-child{margin-bottom:0}.popup-footer{padding:15px 25px;border-top:1px solid rgb(255 255 255 / .15)!important;text-align:center;font-size:13px;opacity:.9;color:inherit!important}.popup-footer small{color:inherit!important}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}@media (min-width:768px){.welcome-popup-content{width:80%}.popup-header h3{font-size:24px}.popup-body{font-size:17px;padding:30px;padding-bottom:30px}.popup-body.no-footer{padding-bottom:40px}}@media (min-width:1024px){.welcome-popup-content{width:500px}.popup-header{padding:25px}.popup-header h3{font-size:26px}.popup-body{padding:35px;font-size:18px;padding-bottom:35px}.popup-body.no-footer{padding-bottom:45px}}@media (max-height:500px) and (orientation:landscape){.welcome-popup-content{max-height:90vh;overflow-y:auto}.popup-header{padding:15px}.popup-body{padding:15px;padding-bottom:15px}.popup-body.no-footer{padding-bottom:20px}.popup-footer{padding:10px 15px}}@media (max-width:360px){.popup-header{padding:15px}.popup-header h3{font-size:18px}.popup-body{padding:15px;font-size:14px;padding-bottom:15px}.popup-body.no-footer{padding-bottom:25px}.close-popup{font-size:28px}}.welcome-popup-content[style*="background-color"]{background-color:var(--popup-bg)!important}.welcome-popup-content[style*="color"]{color:var(--popup-text)!important}