.popup-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0009;justify-content:center;align-items:center;width:100%;height:100vh;padding:20px;display:flex;position:fixed;top:0;left:0}.popup-content{background:var(--bg-card);border-radius:var(--radius-xl);width:100%;max-width:400px;animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards popupPop;position:relative;overflow:hidden;transform:scale(.95);box-shadow:0 20px 40px #0003}@keyframes popupPop{to{transform:scale(1)}}.popup-close{color:#fff;z-index:10;background:#0000004d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.2rem;transition:background .2s;display:flex;position:absolute;top:12px;right:12px}.popup-close:hover{background:#0009}.popup-image{background:#eee;width:100%;height:180px}.popup-body{text-align:center;padding:32px 24px}.popup-badge{background:var(--primary-glass);color:var(--primary);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-block}.popup-title{margin-bottom:12px;font-size:1.6rem}.popup-desc{color:var(--text-muted);margin-bottom:24px;font-size:1rem}
