<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="refresh" content="8"><title>Just a moment</title><style>body{font-family:Inter,system-ui,sans-serif;display:flex;align-items:center;justify-content:center;min-height:100vh;margin:0;background:#f8fafc;color:#334155}.box{text-align:center;max-width:520px;padding:40px}.icon{font-size:48px;margin-bottom:16px}h1{font-size:1.5rem;margin-bottom:8px}p{color:#64748b;line-height:1.6}.btn{display:inline-block;background:#3b82f6;color:#fff;padding:10px 24px;border-radius:8px;text-decoration:none;font-weight:600}</style></head><body><div class="box"><div class="icon">🔄</div><h1>Just a moment</h1><p>We hit a brief database connection delay and are retrying automatically. Please wait a few seconds.</p><p style="margin-top:24px"><a class="btn" href="javascript:location.reload()">Reload now</a></p></div><script>setTimeout(function(){ location.reload(); }, 8000);</script></body></html>