.popup-overlay{z-index:1050;background:rgba(0,0,0,.6);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.popup-box{background-color:#040617;border-radius:12px;max-width:500px;padding:24px 32px;animation:.3s forwards popupEnter;position:relative;transform:scale(.3);box-shadow:0 0 5px rgba(0,0,0,.25)}.popup-close{background:0 0;border:none;justify-content:end;width:100%;font-size:24px;display:flex}@keyframes popupEnter{to{transform:scale(1)}}
