Problem Statement
RightSidebar.tsx uses styled <div> tags for section titles ('Orbital Parameters', 'Burn Planner') without heading markup.
Why It Matters
Assistive technology users cannot navigate sidebar panels by heading structure.
Expected Behaviour
Use semantic <h2> and <h3> heading tags for all panel titles in RightSidebar.
Acceptance Criteria
Likely Affected Files / Components
src/components/RightSidebar.tsx
Problem Statement
RightSidebar.tsxuses styled<div>tags for section titles ('Orbital Parameters', 'Burn Planner') without heading markup.Why It Matters
Assistive technology users cannot navigate sidebar panels by heading structure.
Expected Behaviour
Use semantic
<h2>and<h3>heading tags for all panel titles in RightSidebar.Acceptance Criteria
<h2>and<h3>tags.Likely Affected Files / Components
src/components/RightSidebar.tsx