<!DOCTYPE html><html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Under Maintenance</title><style>*{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,sans-serif;background:#f5f4ff;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem}.card{background:#fff;border-radius:16px;border:1px solid #e0dff5;padding:3rem 2.5rem;max-width:520px;width:100%;text-align:center}.icon{width:64px;height:64px;margin:0 auto 1.5rem}.gear{animation:spin 6s linear infinite;transform-origin:32px 32px}.gear2{animation:spin2 4s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes spin2{to{transform:rotate(-360deg)}}h1{font-size:22px;font-weight:500;color:#1a1a2e;margin-bottom:.75rem}p{font-size:15px;color:#666;line-height:1.7;margin-bottom:1.5rem}.bar-wrap{background:#eeedfe;border-radius:999px;height:6px;overflow:hidden;margin-bottom:1.5rem}.bar{height:6px;border-radius:999px;background:#534ab7;animation:load 3s ease-in-out infinite alternate}@keyframes load{0%{width:20%}100%{width:85%}}.badges{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.badge{font-size:12px;padding:4px 12px;border-radius:8px;background:#f5f5f5;color:#666;border:1px solid #e5e5e5}.badge.on{background:#eeedfe;color:#3c3489;border-color:#afa9ec}hr{border:none;border-top:1px solid #eee;margin-bottom:1.5rem}.note{font-size:13px;color:#aaa}.note a{color:#534ab7;text-decoration:none}</style></head><body><div class="card"><svg class="icon" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"><g class="gear"><path d="M32 20a12 12 0 1 1 0 24 12 12 0 0 1 0-24zm0 4a8 8 0 1 0 0 16 8 8 0 0 0 0-16z" fill="#534AB7"/><path d="M29 8h6l1 5a15 15 0 0 1 3.6 2.1l4.8-1.9 4.2 4.2-1.9 4.8A15 15 0 0 1 49 26l5 1v6l-5 1a15 15 0 0 1-2.1 3.6l1.9 4.8-4.2 4.2-4.8-1.9A15 15 0 0 1 36 47l-1 5h-6l-1-5a15 15 0 0 1-3.6-2.1l-4.8 1.9-4.2-4.2 1.9-4.8A15 15 0 0 1 15 34l-5-1v-6l5-1a15 15 0 0 1 2.1-3.6l-1.9-4.8 4.2-4.2 4.8 1.9A15 15 0 0 1 28 13l1-5z" fill="#AFA9EC"/></g></svg><h1>We are under maintenance</h1><p>Our team is working hard to improve things.<br>We will be back online shortly. Thanks for your patience.</p><div class="bar-wrap"><div class="bar"></div></div><div class="badges"><span class="badge on">Updates in progress</span><span class="badge">Database</span><span class="badge">Performance</span><span class="badge">Security</span></div><hr><p class="note">Questions? <a href="mailto:support@gqsqa.com">support@gqsqa.com</a></p></div></body></html>