<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Ghostwire Proxy</title>
    <style>
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
               background: #0f172a; color: #e2e8f0; display: flex; align-items: center;
               justify-content: center; min-height: 100vh; }
        .card { text-align: center; max-width: 480px; padding: 3rem; }
        .icon { font-size: 4rem; margin-bottom: 1.5rem; }
        h1 { font-size: 1.75rem; font-weight: 700; color: #22d3ee; margin-bottom: 0.5rem; }
        p { color: #94a3b8; line-height: 1.6; }
        .badge { display: inline-block; margin-top: 1.5rem; padding: 0.5rem 1rem;
                 background: rgba(34,211,238,0.1); color: #22d3ee; border-radius: 9999px;
                 font-size: 0.875rem; border: 1px solid rgba(34,211,238,0.2); }
    </style>
</head>
<body>
    <div class="card">
        <div class="icon">&#128737;</div>
        <h1>Ghostwire Proxy</h1>
        <p>This server is powered by Ghostwire Proxy. If you are seeing this page, no site has been configured for this hostname yet.</p>
        <div class="badge">Reverse Proxy Active</div>
    </div>
</body>
</html>