<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Система доступна</title>
<style>
*{box-sizing:border-box}
body{margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f4f6f8;color:#1f2937;font-family:Arial,sans-serif}
.card{width:min(92%,520px);background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:42px;text-align:center;box-shadow:0 15px 45px rgba(0,0,0,.08)}
.icon{width:64px;height:64px;margin:0 auto 22px;border-radius:50%;background:#ecfdf3;color:#16a34a;display:flex;align-items:center;justify-content:center;font-size:30px}
h1{margin:0 0 12px;font-size:28px}
p{margin:0;color:#6b7280;line-height:1.6}
.status{display:inline-block;margin-top:25px;padding:8px 15px;border-radius:20px;background:#f0fdf4;color:#15803d;font-size:14px}
small{display:block;margin-top:25px;color:#9ca3af}
</style>
</head>
<body>
<div class="card">
<div class="icon">✓</div>
<h1>Система доступна</h1>
<p>Все сервисы работают в штатном режиме.<br>Соединение установлено успешно.</p>
<div class="status">● Система онлайн</div>
<small>© 2026 · Service Status</small>
</div>
</body>
</html>