setMobile(false)} style={{ position:'fixed', inset:0, zIndex:60, background:'rgba(8,15,30,.5)', backdropFilter:'blur(4px)' }}>
e.stopPropagation()} style={{
position:'absolute', top:0, right:0, height:'100%', width:'min(320px,86vw)',
background:'var(--bg-page)', borderLeft:'1px solid var(--border-color)', padding:20,
display:'flex', flexDirection:'column', gap:6,
}}>
setMobile(false)} />
{[['Home','/'],['All Tools','/tools']].map(([l,r]) => (
{ setMobile(false); go(r); }} style={{ padding:'12px', borderRadius:'var(--radius-md)', fontWeight:600, color:'var(--text-body)', cursor:'pointer' }}>{l}
))}
{CATS.map(c => (
{ setMobile(false); go('/tools/'+c.id); }} style={{ padding:'10px 12px', borderRadius:'var(--radius-md)', color:'var(--text-muted)', cursor:'pointer', fontSize:14 }}>{c.label} Tools
))}
)}