.popup-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000}.popup-container{border-radius:16px;width:min(90vw,400px);aspect-ratio:1/1;position:relative;overflow:hidden;display:flex;flex-direction:column}.popup-close{font-size:bold;position:absolute;top:.5rem;right:.5rem;background:rgba(0,0,0,0);border:none;font-size:1.4rem;font-weight:700;cursor:pointer;color:#fff;z-index:2001}.popup-close,.popup-close svg{width:45px;height:45px}.popup-content{display:flex;flex-direction:column;height:100%}.popup-image{position:relative;width:100%;height:100%;flex:1 1}.popup-image img{border-radius:16px;position:absolute;top:0;left:0;width:100%;height:100%}.popup-text{position:absolute;width:100%;padding:1rem;text-align:center;display:flex;flex-direction:column;gap:1rem;bottom:4rem}.popup-button{margin-top:1rem;z-index:10}.text p{padding:0}.electric-pink{background:#ed297a;color:#fff}.dark-green{background:#1f685d;color:#fff}.orange{background:#ff6947;color:#fff}.azure-blue{background:#0082f0;color:#fff}.shiny-green{background:#54b582;color:#fff}.neutral-black{background:#292929;color:#fff}