<!DOCTYPE html>
<html lang="bg">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Jellyfin - Offline</title>
    <style>
        html, body { margin: 0; padding: 0; height: 100%; overflow: hidden; font-family: Arial, sans-serif; }
        body { background: url("https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExajVnMnBvNzN4NDNsbHRoNXN4c2V6Mm1paGI2OGVnMGp6c2t1NmlwayZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/7D9J2F9TVk1fSqlQ6l/giphy.gif") no-repeat center center fixed; background-size: cover; }
        .overlay { position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.55); }
        .box { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1.5); text-align: center; padding: 35px 45px; border-radius: 15px; background: rgba(0, 0, 0, 0.65); box-shadow: 0 0 25px rgba(0,0,0,0.6); z-index: 10; }
        .logo { width: 207px; margin-bottom: 15px; filter: drop-shadow(0 0 10px rgba(0,0,0,0.7)); }
        .offline { color: #ff3b3b; font-size: 26px; font-weight: bold; margin-bottom: 10px; }
        .msg { color: #ffffff; font-size: 19px; font-weight: 900; opacity: 0.95; }
    </style>
</head>
<body>
    <div class="overlay"></div>
    <div class="box">
        <img src="https://i.imgur.com/txBk93N.png" class="logo" alt="logo">
        <div class="offline">Offline</div>
        <div class="msg">Сайтът е в процес на обновяване!</div>
    </div>
</body>
</html>