<div id="tab-integrations" class="profile-tab-panel<%= activeTab !== 'integrations' ? ' hidden' : '' %>">
  <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4 mb-6">
    <div class="profile-int-card">
      <div class="w-10 h-10 rounded-xl flex items-center justify-center flex-shrink-0" style="background:rgba(251,188,4,.12)"><span class="text-lg">G</span></div>
      <div class="flex-1 min-w-0"><p class="text-sm font-bold text-white">Google</p><p class="text-xs mt-0.5" style="color:<%= googleLinked ? '#13b3b4' : 'rgba(255,255,255,.3)' %>"><%= googleLinked ? 'Connected' : 'Not connected' %></p></div>
    </div>
    <div class="profile-int-card">
      <div class="w-10 h-10 rounded-xl flex items-center justify-center flex-shrink-0" style="background:rgba(128,101,248,.15)"><span class="text-lg">✉</span></div>
      <div class="flex-1 min-w-0"><p class="text-sm font-bold text-white">SMTP Email</p><p class="text-xs mt-0.5" style="color:<%= smtpConfigured ? '#13b3b4' : 'rgba(255,255,255,.3)' %>"><%= smtpConfigured ? 'Configured' : 'Not configured' %></p></div>
    </div>
    <div class="profile-int-card">
      <div class="w-10 h-10 rounded-xl flex items-center justify-center flex-shrink-0" style="background:rgba(19,179,180,.15)"><span class="text-lg">📬</span></div>
      <div class="flex-1 min-w-0"><p class="text-sm font-bold text-white">Analytics Grade Newsletter</p><p class="text-xs mt-0.5" style="color:#13b3b4">Built-in</p></div>
    </div>
  </div>
  <div class="profile-card">
    <p class="profile-section-title">API Access</p>
    <p class="text-xs" style="color:rgba(255,255,255,.4)">Public API keys are not available yet. Integrations are managed through the admin panel.</p>
  </div>
</div>
