--- convoy: unify-glass-panel-surfaces brief_number: 2 depends_on: [] files: - pages/login.js - pages/signup.js --- # Brief 2: Migrate auth form cards to `.glass-panel-strong` ## Goal (1 sentence) Replace the handrolled `rgba(var(--bg-secondary-rgb), 0.85)` + `backdrop-blur-sm` glass imitation on the login + signup form cards with the canonical `.glass-panel-strong rounded-2xl p-8` className so the auth flow shares the rest of the app's surface treatment (corner catch-lights, system blur tier, gradient border). ## Files in scope (do not edit anything else) - `pages/login.js` — replace the form-card container `
` (currently L82-88, look for the `className="p-8 rounded-2xl shadow-2xl backdrop-blur-sm border border-opacity-20"` + inline `backgroundColor: 'rgba(var(--bg-secondary-rgb), 0.85)'`). - `pages/signup.js` — same migration on the form-card container (currently L227-232 in the symmetric `
` block). **Out of scope:** the surrounding layout/header on either page, the `` / `