3ed91778b2
- protocol.tsx sidebar nav (~lines 1413-1543): the tabs menu now sits on a dark navy panel (rounded-xl bg-[#0f1d3d] p-2) matching the user's reference image, clearly separated from the light page background. - Item styles adapted for the dark background: - Active tab: white pill with navy text (bg-white text-[#0f1d3d] font-semibold). - Inactive tabs: text-slate-300 with hover:bg-white/10 hover:text-white. - Group headers (rooms/gifts): active = text-sky-300, inactive same as tabs. - No logic changes (TABS, permissions, group collapse untouched); mobile horizontal scroll mode keeps the same dark panel. - tsc --noEmit clean. Style-only change, no API/i18n changes.