<!doctype html><html lang="ru"><head><meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="robots" content="noindex">
<title>Кабинет продавцов — скоро</title>
<style>
:root{color-scheme:light dark}
body{margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center;
background:#0f1115;color:#e8ecf1;
font:16px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}
main{max-width:34rem;padding:2rem;text-align:center}
h1{font-size:1.6rem;margin:0 0 1rem;font-weight:600}
p{margin:0 0 1rem;color:#aab3c0}
a{color:#22d3ee}
</style></head><body><main>
<h1>Кабинет продавцов скоро откроется</h1>
<p>Здесь появится личный кабинет для магазинов и поставщиков.</p>
<p>Витрина для покупателей уже работает: <a href="https://navila.ru/">navila.ru</a></p>
</main></body></html>