e.stopPropagation()}
+ style={{
+ width: 440,
+ maxWidth: 'calc(100vw - 32px)',
+ maxHeight: 'calc(100vh - 64px)',
+ background: '#1a1d24',
+ color: '#e6e6e9',
+ border: '1px solid #2c2c33',
+ borderRadius: 8,
+ padding: 20,
+ boxShadow: '0 12px 36px rgba(0,0,0,0.7)',
+ display: 'flex',
+ flexDirection: 'column',
+ gap: 14,
+ fontFamily: '-apple-system, BlinkMacSystemFont, sans-serif',
+ }}
+ >
+ {title && (
+
{title}
+ )}
+
+
+
+ {accent.icon}
+
+ {message}
+
+
+
+
+
+