refactor(windows): use peek-card and peek-grid components
Replace custom glass card and grid styles with reusable components:
- Use <peek-card glass interactive> instead of custom .card div
- Use <peek-grid overlay> instead of custom .cards grid container
- Update JS to use peek-card's selected property and card-click event
- Keep window-specific styles (search input, favicon, content layout)