.global-popup-container{align-items:center;contain-intrinsic-size:100vh 100vw;content-visibility:auto;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:10000}.global-popup-container:not([style*="display: none"]){pointer-events:auto}.popup-overlay{backdrop-filter:blur(1px);background-color:rgba(0,0,0,.5);contain:paint;height:100%;isolation:isolate;left:0;pointer-events:auto;position:absolute;top:0;width:100%}.popup-content-wrapper{align-items:center;display:flex;height:100%;justify-content:center;pointer-events:none;position:relative;width:100%;z-index:1}.popup-window{contain:paint;max-height:90vh;max-width:90vw;min-width:300px;opacity:0;pointer-events:auto;transform:scale(.9);transition:transform .2s ease-out,opacity .2s ease-out}.popup-window.popup-active{opacity:1;transform:scale(1)}.popup-window.popup-closing{opacity:0;transform:scale(.9)}.popup-content{background-color:var(--xp-bg-main);box-sizing:border-box;display:flex;flex:1;flex-direction:column;height:100%;justify-content:space-between;min-height:80px;padding:6px 16px 16px 16px;width:100%}.popup-main-content{align-items:center;display:flex;flex:1;flex-direction:column;gap:0;justify-content:center}.popup-icon-section{align-items:center;display:flex;flex-direction:column;gap:6px;padding-bottom:6px}.popup-icon{flex-shrink:0}.popup-icon img{display:block;height:40px;width:40px}.popup-app-name{color:#000;font-size:14px;font-weight:700}.popup-message{font-size:13px;line-height:1.4;padding-bottom:12px;text-align:center}.popup-buttons-container{margin-top:auto}.popup-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.popup-window .popup-buttons:has(.popup-action-btn:first-child:last-child){justify-content:center}.popup-action-btn{color:inherit!important;min-width:80px}.popup-close-btn{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.5' d='m2 2 12 12m0-12L2 14'/%3E%3C/svg%3E") no-repeat 50%;border:none;cursor:default;height:16px;opacity:1;transition:opacity .1s ease;width:16px}.popup-close-btn:hover{opacity:1}.popup-window.popup-active .popup-close-btn{opacity:1}.popup-close-btn:focus{outline:1px dotted #fff;outline-offset:1px}.mobile-device .app-window.popup-window{border:2px solid #284ffd!important;border-radius:8px 8px 0 0!important;border-top-width:1.5px!important;box-shadow:1px 1px 4px rgba(0,0,0,.5)!important;height:auto!important;margin:0 7.5vw;max-height:none!important;max-width:85vw!important;min-width:260px!important;width:85vw!important}.mobile-device .popup-content{padding:12px 12px 12px 12px}.mobile-device .popup-message{font-size:12px}.mobile-device .popup-buttons{gap:6px}.mobile-device .popup-action-btn{font-size:11px;min-width:70px;padding:3px 10px}@media (min-width:769px){.mobile-restriction-popup{display:none!important}}