.Modal_container__Y5ESb{position:relative;width:100%;display:flex;align-items:center;justify-content:center;font-family:var(--fontFamily-fontFamilyBody,"Pretendard"),sans-serif}.Modal_container__Y5ESb.Modal_has-overlay__E4loT{min-height:480px;padding:32px;background:transparent;isolation:isolate;border-radius:16px;overflow:hidden}.Modal_overlay__zu8jP{position:absolute;inset:0;background:var(--colors-background-bgOverlay,#111927);opacity:.3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:0}.Modal_modal__40Aa6{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%;max-width:544px;background:var(--colors-background-bgQuaternary,#fff);border-radius:16px;box-shadow:0 20px 24px -4px rgba(10,13,18,.08),0 8px 8px -4px rgba(10,13,18,.03),0 3px 3px -1.5px rgba(10,13,18,.04);overflow:hidden}.Modal_modal__40Aa6.Modal_type-centered__1Zd7B,.Modal_modal__40Aa6.Modal_type-stacked__3caI7{max-width:400px}.Modal_header__yjfgR{position:relative;width:100%;display:flex;flex-direction:column;align-items:center}.Modal_header-content__etm5R{width:100%;display:flex;align-items:flex-start;gap:16px;padding:24px 24px 0}.Modal_modal__40Aa6.Modal_type-stacked__3caI7 .Modal_header-content__etm5R{flex-direction:column;gap:16px}.Modal_modal__40Aa6.Modal_type-centered__1Zd7B .Modal_header-content__etm5R{flex-direction:column;align-items:center;text-align:center;gap:16px}.Modal_featured-icon__Lme59{flex-shrink:0;width:48px;height:48px;border-radius:9999px;display:inline-flex;align-items:center;justify-content:center}.Modal_featured-icon__Lme59 svg{width:24px;height:24px}.Modal_modal__40Aa6.Modal_variant-default__vzEdH .Modal_featured-icon__Lme59{background:var(--colors-background-bgSuccessSecondary,#dcfae6);color:var(--colors-foreground-fgSuccessSecondary,#079455)}.Modal_modal__40Aa6.Modal_variant-warning__eo6ST .Modal_featured-icon__Lme59{background:var(--colors-background-bgWarningSecondary,#fef0c7);color:var(--colors-foreground-fgWarningSecondary,#dc6803)}.Modal_modal__40Aa6.Modal_variant-destructive__N4Xqq .Modal_featured-icon__Lme59{background:var(--colors-background-bgErrorSecondary,#fee4e2);color:var(--colors-foreground-fgErrorSecondary,#d92d20)}.Modal_header-text__qLhoo{flex:1 0;min-width:0;display:flex;flex-direction:column;gap:2px}.Modal_title__ogCXo{margin:0;font-size:16px;line-height:24px;font-weight:600;color:var(--colors-text-textPrimary-900,#181d27)}.Modal_description__a_vs2{margin:0;font-size:14px;line-height:20px;font-weight:400;color:var(--colors-text-textTertiary-600,#535862)}.Modal_close-button__D1ygP{position:absolute;top:12px;right:12px;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;padding:8px;background:var(--colors-background-bgTertiary,#fcfcfd);border:none;border-radius:14px;cursor:pointer;color:var(--colors-foreground-fgQuaternary-400,#a4a7ae);transition:background .15s,color .15s}.Modal_close-button__D1ygP svg{width:24px;height:24px}.Modal_close-button__D1ygP:hover{background:var(--colors-background-bgPrimaryHover,#fafafa);color:var(--colors-foreground-fgSecondary-700,#414651)}.Modal_actions__nFn9n{width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:center;padding-top:32px}.Modal_actions-content___jY0I{width:100%;display:flex;align-items:center;gap:12px;padding:0 24px 24px}.Modal_actions-content___jY0I.Modal_actions-vertical__UFIkF{flex-direction:column-reverse;align-items:stretch;gap:12px}.Modal_action-buttons__nCcTS{flex:1 0;min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:12px}.Modal_actions-vertical__UFIkF .Modal_action-buttons__nCcTS{flex-direction:column;align-items:stretch;width:100%}.Modal_actions-vertical__UFIkF .Modal_action-buttons__nCcTS button{width:100%}.Modal_btn-destructive__OsNV0,.Modal_btn-primary__mwjAb,.Modal_btn-secondary__lMJkh{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border-radius:10px;font-family:inherit;font-size:16px;line-height:24px;font-weight:600;cursor:pointer;transition:background .15s,color .15s,border-color .15s;white-space:nowrap}.Modal_btn-secondary__lMJkh{background:var(--colors-background-bgPrimary,#fff);color:var(--colors-text-textSecondary-700,#414651);border:1px solid var(--colors-border-borderSecondary,#e9eaeb);box-shadow:var(--shadows-shadowXs,0 1px 2px 0 rgba(10,13,18,.05))}.Modal_btn-secondary__lMJkh:hover{background:var(--colors-background-bgPrimaryHover,#fafafa)}.Modal_btn-primary__mwjAb{background:var(--colors-background-bgBrandSolid,#6a00e0);color:var(--colors-text-textWhite,#fff);border:1px solid var(--colors-background-bgBrandSolid,#6a00e0);box-shadow:var(--shadows-shadowXs,0 1px 2px 0 rgba(10,13,18,.05))}.Modal_btn-primary__mwjAb:hover{background:var(--colors-background-bgBrandSolidHover,#5200b0);border-color:var(--colors-background-bgBrandSolidHover,#5200b0)}.Modal_btn-destructive__OsNV0{background:var(--colors-background-bgErrorSolid,#d92d20);color:var(--colors-text-textWhite,#fff);border:1px solid var(--colors-background-bgErrorSolid,#d92d20);box-shadow:var(--shadows-shadowXs,0 1px 2px 0 rgba(10,13,18,.05))}.Modal_btn-destructive__OsNV0:hover{background:var(--colors-background-bgErrorSolidHover,#b42318);border-color:var(--colors-background-bgErrorSolidHover,#b42318)}.Modal_checkbox__cQsPD{display:inline-flex;align-items:flex-start;gap:8px;padding-top:2px}.Modal_checkbox-input__ikaww{flex-shrink:0;width:16px;height:16px;border-radius:4px;border:1px solid var(--colors-border-borderPrimary,#d2d6db);background:var(--colors-background-bgPrimary,#fff);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--colors-text-textWhite,#fff)}.Modal_checkbox-input__ikaww.Modal_checkbox-checked__w4HPp{background:var(--colors-background-bgBrandSolid,#6a00e0);border-color:var(--colors-background-bgBrandSolid,#6a00e0)}.Modal_checkbox-input__ikaww svg{width:12px;height:12px}.Modal_checkbox-label__cqr8E{font-size:14px;line-height:20px;font-weight:500;color:var(--colors-text-textSecondary-700,#414651)}[data-theme=dark] .Modal_modal__40Aa6{background:#181d27}[data-theme=dark] .Modal_title__ogCXo{color:#f5f5f6}[data-theme=dark] .Modal_description__a_vs2{color:#94979c}[data-theme=dark] .Modal_close-button__D1ygP{background:#22262f;color:#94979c}[data-theme=dark] .Modal_close-button__D1ygP:hover{background:#2c333f;color:#f5f5f6}[data-theme=dark] .Modal_btn-secondary__lMJkh{background:#22262f;color:#cecfd2;border-color:#373a41}[data-theme=dark] .Modal_btn-secondary__lMJkh:hover{background:#2c333f}[data-theme=dark] .Modal_checkbox-input__ikaww{background:#22262f;border-color:#373a41}[data-theme=dark] .Modal_checkbox-label__cqr8E{color:#cecfd2}