.destructive-dialog_backdrop__Cc32I{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:var(--overlay-backdrop,rgb(0,0,0,.5));padding:var(--space-4,16px)}[data-native-app] .destructive-dialog_backdrop__Cc32I{padding-top:var(--modal-safe-top,16px)}.destructive-dialog_backdropIn__jHpFv{animation:destructive-dialog_backdropIn__jHpFv var(--duration-modal-backdrop,.15s) var(--ease-default,cubic-bezier(.2,0,0,1))}.destructive-dialog_backdropOut__Rmx_U{animation:destructive-dialog_backdropOut__Rmx_U var(--duration-fast,.1s) var(--ease-default,cubic-bezier(.2,0,0,1)) forwards}.destructive-dialog_dialogPanel__o2I_J{position:relative;width:100%;max-width:var(--modal-width-xs);background:var(--modal-bg,#FFFFFF);border-radius:var(--modal-radius,12px);box-shadow:var(--surface-panel-glow,0 0 0 0 transparent),var(--shadow-modal,none);border:var(--surface-panel-border,var(--panel-border,1px solid rgb(0,0,0,.06)))}.destructive-dialog_dialogIn__r4hc_{animation:destructive-dialog_modalIn__ibkL9 var(--duration-modal,.25s) var(--spring-enter-smooth)}.destructive-dialog_dialogOut__BK5tt{animation:destructive-dialog_modalOut__nDRNM var(--duration-fast,.1s) var(--spring-exit-fast) forwards}@keyframes destructive-dialog_modalIn__ibkL9{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes destructive-dialog_modalOut__nDRNM{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes destructive-dialog_backdropIn__jHpFv{0%{opacity:0}to{opacity:1}}@keyframes destructive-dialog_backdropOut__Rmx_U{0%{opacity:1}to{opacity:0}}.destructive-dialog_content__MEs8f{display:flex;flex-direction:column;text-align:left}.destructive-dialog_body__JUwAy{display:flex;align-items:flex-start;gap:var(--space-4,16px);padding:var(--space-6,24px)}.destructive-dialog_iconCol__HJDvC{flex-shrink:0}.destructive-dialog_textCol__ZkgmT{flex:1;min-width:0}.destructive-dialog_iconWrap__EKfjX{width:var(--space-10,40px);height:var(--space-10,40px);border-radius:var(--radius-lg,10px);display:flex;align-items:center;justify-content:center}.destructive-dialog_iconDanger__K9MtS{background:var(--feedback-error-bg,#FEF2F2);color:var(--color-error,#EF4444)}.destructive-dialog_iconWarning__T9vaT{background:var(--feedback-warning-bg,rgb(245,158,11,.08));color:var(--color-warning,#F59E0B)}.destructive-dialog_title__aJCuz{color:var(--text-primary,#262626);margin-bottom:var(--space-1,4px);word-break:keep-all}.destructive-dialog_message__w_RDy{color:var(--text-secondary,#525252);line-height:var(--leading-relaxed,1.6);word-break:keep-all}.destructive-dialog_actions__u8UuG{display:flex;flex-direction:column-reverse;gap:var(--space-2,8px);padding:var(--space-4,16px) var(--space-6,24px);border-top:1px solid var(--border-subtle,#ecefec)}.destructive-dialog_actions__u8UuG button{width:100%}@media (min-width:640px){.destructive-dialog_actions__u8UuG{flex-direction:row;justify-content:flex-end}.destructive-dialog_actions__u8UuG button{width:auto}}.destructive-dialog_hint__9Y3OS{color:var(--text-tertiary,#737373);margin-top:var(--space-3,12px)}.destructive-dialog_hint__9Y3OS strong{color:var(--feedback-error-text,#DC2626);font-weight:var(--font-semibold,600)}.destructive-dialog_inputWrap__5HZoz{width:100%;margin-top:var(--space-2_5,10px)}