Problem
EasterEggTerminal.astro overlay behaves like a modal but is missing:
role="dialog" + aria-modal="true" on the container
- Focus management (move focus into dialog on open, restore on close)
- Focus trapping (prevent tab into background content)
Fix
Add proper ARIA attributes and focus management to the terminal overlay.
Priority
Low — the feature is intentionally hidden (Easter egg).
Source: PR #11 Copilot review (round 2)
Problem
EasterEggTerminal.astrooverlay behaves like a modal but is missing:role="dialog"+aria-modal="true"on the containerFix
Add proper ARIA attributes and focus management to the terminal overlay.
Priority
Low — the feature is intentionally hidden (Easter egg).
Source: PR #11 Copilot review (round 2)