setFrontierHelpOpen(false)}
+ style={{
+ position: 'fixed',
+ inset: 0,
+ zIndex: 50,
+ display: 'grid',
+ placeItems: 'center',
+ padding: '1.25rem',
+ background: 'rgba(0,0,0,0.42)',
+ }}
+ >
+
event.stopPropagation()}
+ style={{
+ width: 'min(28rem, 100%)',
+ border: '1px solid rgba(255,255,255,0.18)',
+ background: 'rgba(12,12,12,0.96)',
+ boxShadow: '0 24px 72px rgba(0,0,0,0.5)',
+ padding: '1rem',
+ color: 'var(--site-text)',
+ }}
+ >
+
+
+ {tr.frontierHelpTitle}
+
+
+
+
+ {tr.frontierHelpBody}
+
+
+
+ )}