## Summary - Closes [#73](#73) - Remove per-message `Tokens in … · out …` under assistant bubbles - Remove dashboard `UsageSummaryBar` (plan / prompts left / period tokens) - Add Account **Usage limit** card (Gemini-style): plan name, prompt progress meter with rolling-window reset hint, monthly tokens meter when capped (else period in/out), upgrade hint pointing at Billing ## Test plan - [ ] Chat dashboard: no usage bar above messages - [ ] Assistant messages: no token footer - [ ] Account: Usage limit card shows plan + prompt bar (+ token bar when monthly quota set) - [ ] `npm test -- --watchAll=false --testPathPattern=ConversationDetailCard` passes Related follow-up: [#75](#75) upgrade/change/cancel subscription.Reviewed-on: #74