    body {
      background-color: #121212;
      color: #fff;
    }
    .redirect-wrapper {
      min-height: 100vh;
      display:flex;
      align-items:center;
      justify-content:center;
      padding:20px;
    }
    .redirect-box {
      max-width:600px;
      width:100%;
      background:#1F1F1F;
      padding:30px;
      border-radius:12px;
      text-align:center;
      box-shadow:0 6px 20px rgba(0,0,0,.5);
    }
    .redirect-count {
      font-size:48px;
      font-weight:bold;
      color:#f47a20;
    }
    .small-note { color:#ccc; font-size:14px; }
