<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Coming Soon</title><style>*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f172a;font-family:-apple-system,sans-serif;color:#e2e8f0}.c{text-align:center;padding:40px 20px}.logo{font-size:2rem;font-weight:700;color:#38bdf8;margin-bottom:16px}h1{font-size:3rem;font-weight:800;margin-bottom:12px}p{color:#94a3b8;font-size:1.1rem}</style></head><body><div class="c"><div class="logo">SysmanCS</div><h1>Coming Soon</h1><p>Something great is on the way.</p></div></body></html>