+
window.location.hash = '#/add?mode=ocr'} style={{
+ background: 'linear-gradient(135deg, #22c55e 0%, #16a34a 100%)',
+ borderRadius: '12px',
+ padding: '16px',
+ cursor: 'pointer',
+ display: 'flex',
+ alignItems: 'center',
+ gap: '12px'
+ }}>
+
+
+
window.location.hash = '#/add?mode=manual'} style={{
+ background: 'linear-gradient(135deg, #3b82f6 0%, #2563eb 100%)',
+ borderRadius: '12px',
+ padding: '16px',
+ cursor: 'pointer',
+ display: 'flex',
+ alignItems: 'center',
+ gap: '12px'
+ }}>
+
+
window.location.hash = '#/news?type=seek'} style={{
background: 'linear-gradient(135deg, #f59e0b 0%, #d97706 100%)',
borderRadius: '12px',