<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, nofollow">
<title>503 — Service Unavailable | Pedant</title>
<style>
  *,*::before,*::after{box-sizing:border-box}
  html,body{margin:0;padding:0;height:100%}
  body{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    color:#051A3D;
    background:#F2F2F2;
    display:flex;
    flex-direction:column;
    min-height:100vh;
    -webkit-font-smoothing:antialiased;
  }
  header{background:#fff;border-bottom:1px solid #e6e6e6;padding:16px 24px}
  .logo{display:inline-flex;align-items:center}
  .logo img{display:block;height:36px;width:auto}
  main{flex:1;display:flex;align-items:center;justify-content:center;padding:48px 24px}
  .error{width:100%;max-width:640px;text-align:center}
  .code{font-size:140px;line-height:1;font-weight:800;color:#0C5BB9;margin:0 0 16px;letter-spacing:-4px}
  .title{font-size:28px;font-weight:700;margin:0 0 12px}
  .desc{font-size:16px;line-height:1.5;color:#5a6478;margin:0 0 32px}
  .btn{
    display:inline-block;background:#0C5BB9;color:#fff;
    text-decoration:none;font-weight:600;font-size:16px;
    padding:14px 28px;border-radius:8px;transition:background .15s ease;
  }
  .btn:hover{background:#0a4a99}
  footer{padding:20px 24px;text-align:center;color:#8a93a6;font-size:13px}
  @media (max-width:600px){
    header{padding:12px 16px}
    .logo img{height:28px}
    main{padding:32px 16px}
    .code{font-size:96px;letter-spacing:-3px;margin-bottom:8px}
    .title{font-size:22px}
    .desc{font-size:15px;margin-bottom:24px}
    .btn{width:100%;padding:14px 20px}
  }
</style>
</head>
<body>
<header>
  <a class="logo" href="/" aria-label="Pedant">
    <img src="/qrerror/logo.svg" alt="Pedant" width="112" height="37">
  </a>
</header>
<main>
  <div class="error">
    <p class="code">503</p>
    <h1 class="title">Сервис недоступен</h1>
    <p class="desc">Попробуйте обновить страницу или вернуться чуть позже.</p>
    <a class="btn" href="/">На главную</a>
  </div>
</main>
<footer>&copy; Pedant</footer>
</body>
</html>
