body {
      margin: 0;
      background: #000;
      color: #fff;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
      line-height: 1.6;
      padding: 40px 20px;
      display: flex;
      justify-content: center;
    }
    .container { max-width: 860px; width: 100%; }
    h1, h2 { color: #c62828; margin: 0 0 14px; }
    h2 { margin-top: 22px; }
    p, li { color: #e8e8e8; }
    a { color: #1e6ad8; }
    .top {
      display:flex; align-items:center; justify-content:space-between;
      gap:16px; margin-bottom: 18px; flex-wrap: wrap;
    }
    .home a {
      display:inline-flex;
      align-items:center;
      text-decoration:none;
      line-height:0;
      transition:transform 80ms ease-out;
    }
    .home a:hover { transform:scale(1.02); }
    .home img {
      width:clamp(120px, 18vw, 168px);
      height:auto;
      display:block;
    }
    .meta { color:#aaa; font-size:0.9rem; }
    ul { padding-left: 22px; }
