<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Simple Analytics</title>
    <style>
        body { margin: 0; padding: 0; background: #0f0f0f; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; display: flex; align-items: center; justify-content: center; min-height: 100vh; }
        .info { text-align: center; }
        h1 { font-size: 32px; color: #fff; margin-bottom: 16px; }
        p { color: #888; font-size: 16px; margin-bottom: 24px; }
        a { color: #4a9eff; text-decoration: none; }
    </style>
</head>
<body>
    <div class="info">
        <h1>📊 Simple Analytics</h1>
        <p>Privacy-first, self-hosted web analytics</p>
        <p><a href="/login">Sign In</a></p>
    </div>
</body>
</html>