<!doctype html>
<html lang="pt-BR">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex, nofollow">
<title>Acesso restrito</title>
<style>
:root { color-scheme: dark; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: flex; align-items: center; justify-content: center;
       padding: 24px; background: #0f1115; color: #e7e9ee;
       font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
main { width: 100%; max-width: 520px; background: #161920; border: 1px solid #262b35;
       border-radius: 14px; padding: 32px 30px; }
.tag { display: inline-block; margin-bottom: 18px; padding: 4px 10px; border-radius: 999px;
       background: #1e232c; color: #8b94a3; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
h1 { margin: 0 0 14px; font-size: 20px; line-height: 1.35; font-weight: 600; }
p { margin: 0 0 10px; font-size: 15px; line-height: 1.65; color: #aab2bf; }
p.fim { margin-bottom: 0; }
</style>
</head>
<body>
<main>
<span class="tag">Acesso restrito</span>
<h1>Não é possível abrir uma sala por aqui</h1>
<p>O acesso é somente por link de SS enviado pelo bot no Discord.</p>
<p class="fim">Se você recebeu um link, abra-o diretamente.</p>
</main>
</body>
</html>
