
    <!DOCTYPE html>
    <html lang='en'>
    <head>
        <meta charset='UTF-8'>
        <title>Maintenance | ohagan.au</title>
        <style>
            body { background: #0f172a; color: #94a3b8; font-family: 'Segoe UI', sans-serif; display: flex; align-items: center; justify-content: center; height: 100vh; margin: 0; text-align: center; }
            .card { background: #1e293b; padding: 3rem; border-radius: 12px; border: 1px solid #334155; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.5); }
            h1 { color: #f8fafc; margin-bottom: 0.5rem; font-size: 1.5rem; letter-spacing: 0.05em; }
            .status-dot { height: 10px; width: 10px; background-color: #f59e0b; border-radius: 50%; display: inline-block; margin-right: 8px; box-shadow: 0 0 8px #f59e0b; }
            p { font-size: 0.9rem; line-height: 1.5; }
        </style>
    </head>
    <body>
        <div class='card'>
            <h1><span class='status-dot'></span>SYSTEMS MAINTENANCE</h1>
            <p>The <strong>L3 Technical Lead</strong> is currently hardening Academy infrastructure.<br>
            Services will resume once the Governance Authority has cleared the stack.</p>
            <div style='margin-top: 2rem; font-size: 0.7rem; color: #475569;'>HOST: DEBIAN-VPS-PROD | AUTH: SEAN O'HAGAN</div>
        </div>
    </body>
    </html>