<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Crohasit</title>
    <style>
        * { margin: 0; padding: 0; box-sizing: border-box; }
        body { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: #0f1923; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
        .container { text-align: center; max-width: 600px; padding: 40px 20px; }
        h1 { font-size: 2rem; margin-bottom: 16px; color: #fff; }
        p { font-size: 1.1rem; line-height: 1.6; color: #a0a0a0; }
    </style>
</head>
<body>
    <div class="container">
        <h1>Crohasit has been permanently shut down.</h1>
        <p>Thank you for visiting. This site is no longer active.</p>
    </div>
</body>
</html>
