<!doctype html><html lang="ru"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Мой Круг</title><style>*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f5f6fa;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.card{background:#fff;border-radius:20px;padding:48px 40px;max-width:440px;width:100%;text-align:center;box-shadow:0 4px 32px rgba(0,0,0,.08)}img{width:52px;height:52px;margin-bottom:24px}h1{font-size:28px;font-weight:700;color:#18191f;margin-bottom:8px}p{font-size:15px;color:#7d8592;line-height:1.6;margin-bottom:32px}.badge{display:inline-flex;align-items:center;gap:8px;background:#eef3ff;color:#3f8cff;font-size:13px;font-weight:600;padding:8px 16px;border-radius:100px}.dot{width:8px;height:8px;border-radius:50%;background:#3f8cff;animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.3}}</style></head><body><div class="card"><img src="/krug/logo.svg" alt="Мой Круг"><h1>Мой Круг</h1><p>Персональная карта контактов.<br>Сервис находится в разработке.</p><span class="badge"><span class="dot"></span>Скоро</span></div></body></html>