<!DOCTYPE html><html lang="sk"><head><meta charset="UTF-8"><title>Služba nedostupná</title><style>body{background:#0f172a;color:#f8fafc;font-family:sans-serif;display:flex;justify-content:center;align-items:center;height:100vh;margin:0;flex-direction:column;text-align:center}h1{color:#38bdf8;font-size:3rem}p{color:#94a3b8;font-size:1.2rem}.loader{border:4px solid #1e293b;border-top:4px solid #38bdf8;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}</style></head><body><div class="loader"></div><h1>Služba je offline</h1><p>Aplikácia práve odpočíva alebo prebieha údržba.<br>Skús to prosím o pár minút, alebo ráno po siedmej. Keď to nepojde, volaj Maroša</p></body></html>