.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:2000;padding:15px}.popup-card{position:relative;background:#2C2C2C;border-radius:16px;padding:40px;width:100%;max-width:450px;text-align:center;border:1px solid var(--border-color);box-shadow:0 10px 30px rgba(0,0,0,.5)}.popup-close-btn{position:absolute;top:10px;right:15px;background:none;border:none;font-size:28px;color:var(--text-secondary);cursor:pointer}.popup-content .popup-icon{color:var(--action-green);margin-bottom:20px}.popup-content h2{font-size:24px;font-weight:700;color:#F8F8F7;margin-bottom:12px}.popup-content p{font-size:16px;color:#F8F8F7;line-height:1.6;margin-bottom:25px}.popup-content p a{color:#fff;font-weight:700;text-decoration:underline}.popup-footer{margin-top:30px;padding-top:20px;border-top:1px solid var(--border-color);font-size:13px}.popup-footer a{color:#fff;text-decoration:none;margin:0 10px}.popup-footer a:hover{text-decoration:underline}