.notice-overlay{z-index:9990;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.notice-popup{z-index:9999;background-color:#fff;border-radius:34px;padding:5px;transition:all .5s;animation:.25s noticeShow;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 24px 80px #00000040}.notice-popup .notice-popup-content{border-radius:30px;width:max-content;max-width:95svw;height:fit-content;max-height:95svh;position:relative;overflow:auto}.notice-close{z-index:2;color:#111827;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:5px;font-size:24px;line-height:1;display:flex;position:absolute;top:25px;right:25px}.notice-close:hover{color:#dc2626;background:#fee2e2}@keyframes noticeShow{0%{opacity:0;top:200%}to{opacity:1;top:50%}}
