#gr-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:9998}#gr-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border:1px solid #ccc;padding:20px;z-index:9999;width:90%;max-width:400px;box-sizing:border-box;border-radius:8px;text-align:center}@media (min-width:480px){#gr-popup{width:400px}}#gr-popup p{margin-bottom:20px;font-size:16px;color:#333}#gr-popup button{margin:5px;padding:10px 20px;font-size:14px;cursor:pointer;border:none;border-radius:5px}#gr-stay{background-color:#0073aa;color:#fff}#gr-redirect{background-color:#28a745;color:#fff}#gr-popup button:hover{opacity:.9}#gr-close{position:absolute;top:10px;right:15px;font-size:28px;font-weight:700;color:#aaa;cursor:pointer}#gr-close:hover{color:#000}.spinner{border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;width:16px;height:16px;animation:spin 1s linear infinite;display:inline-block;margin-left:8px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.button-loading{pointer-events:none;opacity:.8}