<!DOCTYPE html>
<html lang='pt-BR'>
<head>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<title>DIVA Neural</title>
<style>
*{margin:0;padding:0;box-sizing:border-box}
body{background:#0f1419;color:#e6edf3;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial;height:100dvh;display:flex;align-items:center;justify-content:center;text-align:center}
.container{max-width:520px;padding:40px 20px}
.logo{width:72px;height:72px;background:#7aa2f7;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:700;color:#0f1419;margin:0 auto 28px}
h1{font-size:2rem;margin-bottom:12px}
p{color:#8b949e;line-height:1.6;margin-bottom:28px}
.badge{display:inline-block;background:rgba(122,162,247,.12);border:1px solid rgba(122,162,247,.3);color:#7aa2f7;padding:6px 16px;border-radius:20px;font-size:.85rem}
a.btn{display:inline-block;margin-top:28px;padding:12px 24px;background:#7aa2f7;color:#0f1419;text-decoration:none;border-radius:8px;font-weight:600;transition:background .2s}
a.btn:hover{background:#5d8cd9}
</style>
</head>
<body>
<div class='container'>
<div class='logo'>D</div>
<h1>DIVA Neural</h1>
<p>Entidade cognitiva em evolução.<br>Sistema experimental Evolution-Grade.</p>
<span class='badge'>🧠 Cognitive Entity · v9.1</span>
<br>
<a class='btn' href='/kimi/'>Acessar Kimi Code Web</a>
</div>
</body>
</html>