.DialogAlertOverlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2;padding:24px}.DialogAlertBox{background:light-dark(white,#1f2937);border-radius:16px;padding:24px;width:100%;max-width:320px;display:flex;flex-direction:column;gap:16px}.DialogAlertTitle{font-weight:600;font-size:18px;line-height:1.4;letter-spacing:-.36px;color:light-dark(#212121,white);margin:0;text-align:center}.DialogAlertMessage{font-weight:400;font-size:14px;line-height:1.5;letter-spacing:-.28px;color:light-dark(#565656,#9ca3af);margin:0;text-align:center;white-space:pre-line}.DialogAlertButtons{display:flex;flex-direction:column;gap:8px;margin-top:8px}.DialogAlertButton{flex:1;font-weight:500;font-size:14px;line-height:24px;letter-spacing:-.28px;padding:12px 16px;border:none;border-radius:16px;cursor:pointer;transition:background .2s}.DialogAlertButtonConfirm{background:#722cff;color:#fff}.DialogAlertButtonConfirm.Primary{background:#722cff}.DialogAlertButtonConfirm.Secondary{background:#ff5724}.DialogAlertButtonConfirm.Default{background:#565656}.DialogAlertButtonConfirm:hover,.DialogAlertButtonConfirm:hover.Primary:hover{background:#5a1fcc}.DialogAlertButtonConfirm:hover.Secondary:hover{background:#e64a19}.DialogAlertButtonConfirm:hover.Default:hover{background:#424242}.DialogAlertButtonCancel{background:light-dark(#f3f3f3,#374151);color:light-dark(#565656,#d1d5db)}.DialogAlertButtonCancel:hover{background:light-dark(#e8e8e8,#4b5563)}
