* {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
      font-family: 'Arial Black', Impact, sans-serif;
    }
@font-face {
  font-family: 'pubg'; 
  font-style: normal;
  font-weight: 700;
  src: url('../lenzz/pubg.woff2') format('woff2');
  font-display: swap;
}

h1, h2, h3, .btn-esports, .section-title {
  font-family: 'pubg', Impact, sans-serif;
}

    body {
      background-color: #0b0e14;
      color: #ffffff;
      text-align: center;
    }

    header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 25px;
      background-color: #121620;
      border-bottom: 2px solid #f3af19;
      position: relative;
      z-index: 10;
    }

    .header-logo {
      height: 35px;
      width: auto;
      display: block;
      object-fit: contain;
    }

    .btn-esports {
      position: relative;
      background: linear-gradient(135deg, #f3af19 0%, #ff8c00 100%);
      color: #000000;
      border: none;
      padding: 12px 28px;
      font-size: 0.95rem;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      cursor: pointer;
      clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
      transition: all 0.3s ease;
      display: inline-block;
      text-shadow: 0 1px 0 rgba(255,255,255,0.4);
      text-decoration: none;
    }

    .btn-esports:hover {
      background: linear-gradient(135deg, #ffffff 0%, #f3af19 100%);
      color: #000000;
      box-shadow: 0 0 20px rgba(243, 175, 25, 0.8);
      transform: translateY(-2px);
    }

    .hero-banner {
      width: 100%;
    }

    .hero-banner img {
      width: 100%;
      height: auto;
      display: block;
      border-bottom: 2px solid #f3af19;
    }

    .section-titles {
      font-size: 2rem;
      letter-spacing: 2px;
      padding-top: 15px;
      color: #fff;
      text-transform: uppercase;
      border-top: 2px solid #f3af19;
    }
    
    .section-title {
      font-size: 2rem;
      letter-spacing: 2px;
      margin: 25px 0 20px;
      color: #fff;
      text-transform: uppercase;
    }

    .guest-card-wrapper {
      padding: 10px 0;
      overflow: hidden;
    }

    .guest-card {
      width: 85%;
      max-width: 650px;
      margin: 0 auto 30px;
      border: 3px solid #f3af19;
      background: #181d28;
      transform: skew(-10deg);
      overflow: hidden;
      box-shadow: 0 0 15px rgba(243, 175, 25, 0.3);
    }

    .guest-card img {
      width: 112%;
      margin-left: -6%;
      height: auto;
      display: block;
      transform: skew(10deg);
    }

    /* Description */
    .description {
      max-width: 800px;
      margin: 20px auto 30px;
      padding: 0 20px;
      font-family: Arial, sans-serif;
      font-size: 0.95rem;
      line-height: 1.6;
      color: #ccc;
      text-transform: uppercase;
      text-align: left;
    }

    .mid-register-container {
      margin: 30px 0 20px;
    }

    .registration-section, .verification-section, .success-section {
      display: none;
      max-width: 550px;
      margin: 40px auto;
      padding: 35px 25px;
      background: rgba(14, 18, 26, 0.95);
      border: 2px solid #f3af19;
      box-shadow: 0 0 30px rgba(243, 175, 25, 0.3);
      clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    }

    .registration-section h2, .verification-section h2, .success-section h2 {
      font-size: 2rem;
      color: #f3af19;
      letter-spacing: 2px;
      margin-bottom: 25px;
      text-transform: uppercase;
      text-shadow: 0 0 12px rgba(243, 175, 25, 0.5);
      font-family: pubg;
    }

    .form-group {
      margin-bottom: 20px;
      position: relative;
    }

    .form-control {
      width: 100%;
      padding: 15px 20px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(243, 175, 25, 0.4);
      color: #ffffff;
      font-family: 'Arial', sans-serif;
      font-weight: bold;
      font-size: 0.95rem;
      outline: none;
      letter-spacing: 1px;
      clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
      transition: all 0.3s ease;
    }

    .form-control::placeholder {
      color: #ffffff;
      font-weight: normal;
      text-transform: uppercase;
      font-size: 0.95rem;
    }

    .form-control:focus {
      background: rgba(243, 175, 25, 0.12);
      border-color: #f3af19;
      box-shadow: 0 0 15px rgba(243, 175, 25, 0.5);
    }

    select.form-control option {
  background-color: #121620; 
     color: #ffffff;
     padding: 10px;
     font-weight: normal;
      text-transform: uppercase;
      font-size: 0.95rem;
    }

    .btn-submit {
      width: 100%;
      margin-top: 10px;
      padding: 15px;
      font-size: 1.1rem;
    }

    .success-text {
      font-family: Arial, sans-serif;
      font-size: 1rem;
      line-height: 1.6;
      color: #dddddd;
      margin-bottom: 30px;
    }
    

.loading-section {
  display: none; 
  max-width: 550px;
  margin: 60px auto;
  padding: 40px 25px;
  text-align: center;
}

.esports-spinner {
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  border: 4px solid rgba(243, 175, 25, 0.2);
  border-top: 4px solid #f3af19;
  border-radius: 50%;
  animation: spinEsports 1s linear infinite;
  box-shadow: 0 0 15px rgba(243, 175, 25, 0.5);
}

@keyframes spinEsports {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading-text {
  font-family: 'Arial Black', Impact, sans-serif;
  font-size: 1.1rem;
  color: #f3af19;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(243, 175, 25, 0.6);
}

    .modal-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.65);
      backdrop-filter: blur(4px);
      z-index: 1000;
      justify-content: center;
      align-items: center;
    }

    .google-card {
      background: #ffffff;
      color: #202124;
      border-radius: 28px;
      padding: 40px;
      width: 90%;
      max-width: 448px;
      position: relative;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
      text-align: left;
      font-family: 'Roboto', 'Segoe UI', Arial, sans-serif;
      overflow: hidden;
      animation: googlePop 0.25s cubic-bezier(0, 0, 0.2, 1);
    }

    .google-progress-bar {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #e8f0fe;
      display: none;
      overflow: hidden;
    }

    .google-progress-bar .progress-line {
      width: 100%;
      height: 100%;
      background-color: #0b57d0;
      animation: indeterminate 1.5s infinite linear;
      transform-origin: 0% 50%;
    }

    @keyframes indeterminate {
      0% { transform: translateX(-100%) scaleX(0.2); }
      50% { transform: translateX(0%) scaleX(0.5); }
      100% { transform: translateX(100%) scaleX(1); }
    }

    @keyframes googlePop {
      from { opacity: 0; transform: scale(0.95); }
      to { opacity: 1; transform: scale(1); }
    }

.google-logo {
  width: 75px;
  height: 24px;
  margin-bottom: 16px;
  display: block;
}

.google-logo-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 16px;
  display: block;
}

.google-input-container {
  position: relative;
  margin-bottom: 12px;
  width: 100%;
}

.google-floating-input {
  width: 100%;
  height: 54px;
  padding: 16px 14px;
  font-size: 1rem;
  font-family: 'Segoe UI', Arial, sans-serif;
  border: 1px solid #747775;
  border-radius: 4px;
  outline: none;
  background: transparent;
  color: #1f1f1f;
  transition: border-color 0.2s ease;
}

.google-floating-label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  padding: 0 4px;
  color: #5f6368;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 1rem;
  pointer-events: none;
  transition: all 0.2s ease;
}

.google-floating-input:focus ~ .google-floating-label,
.google-floating-input:not(:placeholder-shown) ~ .google-floating-label {
  top: 0;
  font-size: 0.75rem;
  color: #0b57d0;
}

.google-floating-input:focus {
  border: 2px solid #0b57d0;
  padding: 15px 13px;
}
    .google-title {
      font-family: 'Segoe UI', Arial, sans-serif;
      font-size: 1.5rem;
      font-weight: 400;
      color: #1f1f1f;
      margin-bottom: 8px;
    }

    .google-subtitle {
      font-family: 'Segoe UI', Arial, sans-serif;
      font-size: 0.95rem;
      color: #444746;
      margin-bottom: 25px;
    }

    .user-chip {
      display: none;
      align-items: center;
      gap: 10px;
      border: 1px solid #747775;
      border-radius: 100px;
      padding: 6px 14px;
      width: fit-content;
      margin-bottom: 20px;
      font-size: 0.9rem;
      color: #1f1f1f;
    }

    .google-input-group {
      margin-bottom: 10px;
      position: relative;
    }

    .google-input {
      width: 100%;
      padding: 16px 14px;
      font-size: 1rem;
      font-family: 'Segoe UI', Arial, sans-serif;
      border: 1px solid #747775;
      border-radius: 4px;
      outline: none;
      color: #1f1f1f;
      background: transparent;
    }

    .google-input:focus {
      border-color: #0b57d0;
      border-width: 2px;
      padding: 15px 13px;
    }

    .error-msg {
      color: #b3261e;
      font-size: 0.8rem;
      margin-top: 4px;
      display: none;
      font-family: Arial, sans-serif;
    }

    .google-forgot {
      color: #0b57d0;
      font-family: 'Segoe UI', Arial, sans-serif;
      font-size: 0.875rem;
      font-weight: 500;
      text-decoration: none;
      display: inline-block;
      margin: 15px 0 25px;
    }
    
.google-disclaimer {
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 0.8rem;
  color: #5f6368;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: left;
}

.google-disclaimer a {
  color: #0b57d0;
  text-decoration: none;
}

.google-disclaimer a:hover {
  text-decoration: underline;
}

    .google-footer-actions {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 15px;
      width: 100%;
    }

    .google-create-account {
      color: #0b57d0;
      font-family: 'Segoe UI', Arial, sans-serif;
      font-size: 0.875rem;
      font-weight: 500;
      cursor: pointer;
    }

    .btn-google-next {
      background-color: #0b57d0;
      color: #ffffff;
      border: none;
      padding: 10px 24px;
      font-family: 'Segoe UI', Arial, sans-serif;
      font-size: 0.875rem;
      font-weight: 500;
      border-radius: 100px;
      cursor: pointer;
      transition: all 0.2s;
      margin-left: auto;
    }

    .btn-google-next:disabled {
      background-color: #cccccc;
      cursor: not-allowed;
    }

    @media (max-width: 600px) {
      .google-card {
        width: 100%;
        height: 100%;
        max-width: 100%;
        border-radius: 0;
        padding: 50px 24px 24px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }
      
      .google-footer-actions {
        margin-top: auto;
      }
    }

    .leaderboard-container {
      max-width: 900px;
      margin: 20px auto 50px;
      padding: 0 15px;
      overflow-x: auto;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      background-color: #121620;
      font-family: Arial, sans-serif;
      font-size: 0.85rem;
    }

    th {
      background-color: #f3af19;
      color: #000;
      padding: 12px;
      text-transform: uppercase;
    }

    td {
      padding: 10px;
      border-bottom: 1px solid #222938;
    }

    tr:nth-child(even) {
      background-color: #181d28;
    }

    td:last-child {
      font-weight: bold;
      color: #f3af19;
    }

    td:first-child {
      text-align: left;
    }

    footer {
      background-color: #16181e;
      padding: 40px 0 0;
      border-top: 1px solid #222938;
    }

    .follow-us-container {
      max-width: 900px;
      margin: 0 auto 30px;
      padding: 0 20px;
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .follow-us-title {
      font-size: 2rem;
      letter-spacing: 2px;
      white-space: nowrap;
    }

    .follow-us-line {
      flex-grow: 1;
      height: 2px;
      background: linear-gradient(90deg, #555 0%, #aaa 80%, #fff 100%);
    }

    .social-icons {
      display: flex;
      justify-content: center;
      gap: 25px;
      margin-bottom: 40px;
      padding: 0 20px;
      flex-wrap: wrap;
    }

    .social-icons a {
      color: #ffffff;
      font-size: 2.2rem;
      transition: color 0.3s, transform 0.3s;
    }

    .social-icons a:hover {
      color: #f3af19;
      transform: translateY(-3px);
    }

    .footer-bottom {
      background-color: #000000;
      padding: 25px 15px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .footer-bottom img {
      max-width: 100%;
      width: 850px;
      height: auto;
      display: block;
    }