.custom-popup-backdrop{position:fixed;inset:0;background-color:rgba(0,0,0,.55);z-index:9999998}.custom-popup{position:fixed;top:50%;left:50%;width:456px;height:calc(152px*1.2);min-height:calc(152px*1.2);background-color:#1a1f26;border-radius:12px;z-index:9999999;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 12px 40px rgba(0,0,0,.5);font-family:Pretendard,sans-serif;transform:translate(-50%,-50%)}.custom-popup__header{flex-shrink:0;width:100%;height:35px;position:relative;background:linear-gradient(to right,rgba(33,150,243,var(--popup-header-overlay,.65)),rgba(0,77,95,.85)),var(--popup-header-bg) center 42%/cover no-repeat}.custom-popup__body{position:relative;flex:1;flex-direction:column;text-align:center;padding:16px 20px 0;min-width:0}.custom-popup__body,.custom-popup__icon{display:flex;justify-content:center;align-items:center}.custom-popup__icon{position:absolute;left:20px;top:14px;flex-shrink:0;width:77px;height:77px;margin-top:0}.custom-popup__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.custom-popup__message{position:relative;z-index:1;width:min(100%,260px);margin-top:-50px;margin-left:48px;font-size:15px;line-height:1.5;color:#fff;text-align:center;word-break:keep-all;white-space:pre-wrap;font-weight:500}.custom-popup__footer{position:absolute;left:0;right:0;bottom:12px;display:flex;justify-content:flex-end;gap:12px;padding:0 16px}.custom-popup__btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;min-width:64px;height:30px;padding:0 16px;border:1px solid transparent;border-radius:6px;background-color:#2a323d;color:#fff;font-size:13px;font-weight:600;line-height:1;cursor:pointer;font-family:inherit;letter-spacing:0;transition:background-color .15s ease,color .15s ease}.custom-popup__btn:hover{background-color:#faab07;color:#000}.custom-popup__btn:active{filter:brightness(.92)}.custom-popup__btn:focus-visible{outline:2px solid #faab07;outline-offset:2px}.custom-popup__btn--confirm{background-color:#faab07;color:#000}.custom-popup__btn--confirm:hover{background-color:#fbb320;color:#000}.custom-popup__btn--cancel:hover{background-color:#3b82f6;border-color:#3b82f6;color:#fff}