<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Confirm your email - CanadaGPT</title>
</head>
<body style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif; line-height: 1.6; color: #333; max-width: 600px; margin: 0 auto; padding: 20px;">
<div style="background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%); padding: 30px; text-align: center; border-radius: 8px 8px 0 0;">
<h1 style="color: white; margin: 0; font-size: 28px;">CanadaGPT</h1>
<p style="color: rgba(255,255,255,0.9); margin: 10px 0 0 0;">Canadian Government Accountability Platform</p>
</div>
<div style="background: #ffffff; padding: 40px 30px; border: 1px solid #e5e5e5; border-top: none;">
<h2 style="color: #1f2937; margin-top: 0;">Confirm your email address</h2>
<p>Welcome to CanadaGPT! Please confirm your email address by clicking the button below:</p>
<div style="text-align: center; margin: 30px 0;">
<a href="https://canadagpt.ca/auth/callback?token_hash={{ .TokenHash }}&type=email"
style="background: #dc2626; color: white; padding: 14px 32px; text-decoration: none; border-radius: 6px; font-weight: 600; display: inline-block;">
Confirm Email Address
</a>
</div>
<p style="color: #6b7280; font-size: 14px;">If the button doesn't work, copy and paste this link into your browser:</p>
<p style="word-break: break-all; font-size: 13px; color: #4b5563; background: #f3f4f6; padding: 12px; border-radius: 4px;">
https://canadagpt.ca/auth/callback?token_hash={{ .TokenHash }}&type=email
</p>
<hr style="border: none; border-top: 1px solid #e5e5e5; margin: 30px 0;">
<p style="color: #6b7280; font-size: 13px; margin-bottom: 0;">
If you didn't create an account with CanadaGPT, you can safely ignore this email.
</p>
</div>
<div style="text-align: center; padding: 20px; color: #9ca3af; font-size: 12px;">
<p style="margin: 0;">CanadaGPT - Empowering Canadians with parliamentary transparency</p>
<p style="margin: 5px 0 0 0;">
<a href="https://canadagpt.ca" style="color: #6b7280;">canadagpt.ca</a>
</p>
</div>
</body>
</html>