  body {
      background: #000;
      color: #fff;
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .wrap {
      text-align: center;
      padding: 40px 24px;
  }

  .logo {
      display: block;
      height: 48px;
      width: auto;
      margin: 0 auto 32px;
      filter: invert(1);
      opacity: .9;
  }

  .label {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #555;
  }

  .dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #333;
  }