


body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #000428, #004e92);
  background-attachment: fixed;
  background-size: cover;
  color: white;
  overflow-x: hidden;
  min-height: 100vh;
  transition: background 0.5s ease;
}

.container, .section, .screen {
  padding: 20px;
  margin: 20px auto;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  animation: fadeIn 1s ease-in-out;
}

button {
  background: linear-gradient(to right, #00f2fe, #4facfe);
  box-shadow: 0 0 15px rgba(0,255,255,0.4);
}

button:hover {
  box-shadow: 0 0 25px rgba(0,255,255,0.7);
  transform: scale(1.03);
}

@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background: radial-gradient(circle at top left, #1e3c72, #2a5298);
  color: white;
  overflow-x: hidden;
  min-height: 100vh;
}

    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    text-align: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
  }

  .section, .screen, .container {
    max-width: 460px;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 25px 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    margin: 20px 0;
  }

  h1, h2, h3 {
    color: #ffffff;
    font-weight: 600;
  }

  p {
    font-size: 15px;
    color: #dddddd;
    line-height: 1.7;
  }

  input, select {
    width: 100%;
    padding: 14px;
    margin: 10px 0 20px;
    font-size: 15px;
    border: none;
    border-radius: 12px;
    background-color: #ffffff;
    color: #222;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
  }

  button {
  background-color: #ff4c4c !important;
  color: white !important;
  font-weight: bold;
    width: 100%;
    padding: 14px;
    font-size: 15px;
    font-weight: bold;
    background: linear-gradient(135deg, #0f0c29, #302b63, #24243e);
    color: white;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    margin-top: 10px;
  }

  button:hover {
  background-color: #e53935 !important;
    background: linear-gradient(to right, #00a18c, #84b836);
  }

  .warning-icon, .verified-icon {
    font-size: 60px;
    margin: 20px 0;
  }

  .upload-box {
    border: 2px dashed #ffffff55;
    padding: 25px;
    border-radius: 12px;
    background-color: rgba(255,255,255,0.07);
    margin-top: 20px;
  }

  .claim-box, .atm-card {
    background-color: rgba(255, 255, 255, 0.08) !important;
  }

  .profile-icon img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
  }



body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #000428, #004e92);
  background-attachment: fixed;
  background-size: cover;
  color: white;
  overflow-x: hidden;
  min-height: 100vh;
  transition: background 0.5s ease;
}

.container, .section, .screen {
  padding: 20px;
  margin: 20px auto;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  animation: fadeIn 1s ease-in-out;
}

button {
  background: linear-gradient(to right, #00f2fe, #4facfe);
  box-shadow: 0 0 15px rgba(0,255,255,0.4);
}

button:hover {
  box-shadow: 0 0 25px rgba(0,255,255,0.7);
  transform: scale(1.03);
}

@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background: radial-gradient(circle at top left, #1e3c72, #2a5298);
  color: white;
  overflow-x: hidden;
  min-height: 100vh;
}

  background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
  background-size: 400% 400%;
  animation: gradientFlow 15s ease infinite;
  font-family: 'Poppins', sans-serif;
}

@keyframes gradientFlow {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

.section, .container, .screen {
  box-shadow: 0 12px 30px rgba(0,0,0,0.4);
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section:hover, .container:hover, .screen:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

button {
  background: linear-gradient(90deg, #fc466b, #3f5efb) !important;
  color: white !important;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: background 0.3s ease, transform 0.2s ease;
}

button:hover {
  background: linear-gradient(90deg, #f7971e, #ffd200) !important;
  transform: scale(1.03);
}



body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #000428, #004e92);
  background-attachment: fixed;
  background-size: cover;
  color: white;
  overflow-x: hidden;
  min-height: 100vh;
  transition: background 0.5s ease;
}

.container, .section, .screen {
  padding: 20px;
  margin: 20px auto;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  animation: fadeIn 1s ease-in-out;
}

button {
  background: linear-gradient(to right, #00f2fe, #4facfe);
  box-shadow: 0 0 15px rgba(0,255,255,0.4);
}

button:hover {
  box-shadow: 0 0 25px rgba(0,255,255,0.7);
  transform: scale(1.03);
}

@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background: radial-gradient(circle at top left, #1e3c72, #2a5298);
  color: white;
  overflow-x: hidden;
  min-height: 100vh;
}

  background: linear-gradient(135deg, #6a11cb, #2575fc);
  background-size: 300% 300%;
  animation: pulseBG 12s ease infinite;
}

@keyframes pulseBG {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.section, .container, .screen {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 20px;
  border-radius: 20px;
}

input, select {
  background-color: rgba(255,255,255,0.9);
  color: #000;
}

input::placeholder, select {
  color: #444;
}

button {
  background: linear-gradient(90deg, #fc466b, #3f5efb) !important;
  color: white !important;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transition: background 0.3s ease, transform 0.2s ease;
}

button:hover {
  background: linear-gradient(90deg, #f7971e, #ffd200) !important;
  transform: scale(1.03);
}



body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #000428, #004e92);
  background-attachment: fixed;
  background-size: cover;
  color: white;
  overflow-x: hidden;
  min-height: 100vh;
  transition: background 0.5s ease;
}

.container, .section, .screen {
  padding: 20px;
  margin: 20px auto;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  animation: fadeIn 1s ease-in-out;
}

button {
  background: linear-gradient(to right, #00f2fe, #4facfe);
  box-shadow: 0 0 15px rgba(0,255,255,0.4);
}

button:hover {
  box-shadow: 0 0 25px rgba(0,255,255,0.7);
  transform: scale(1.03);
}

@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background: radial-gradient(circle at top left, #1e3c72, #2a5298);
  color: white;
  overflow-x: hidden;
  min-height: 100vh;
}

  background: linear-gradient(135deg, #6a11cb, #2575fc);
  background-size: 400% 400%;
  animation: appBG 20s ease infinite;
}

@keyframes appBG {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

.section, .container, .screen {
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

h2, h3, p {
  color: #ffffff;
}
.screen { display: none; }
.screen.active { display: block; }



    @keyframes blink {
      from { opacity: 1; }
      to { opacity: 0.4; }
    }
    



body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background: radial-gradient(circle at top left, #1e3c72, #2a5298);
  color: white;
  overflow-x: hidden;
  min-height: 100vh;
}

  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
  color: white;
  overflow-x: hidden;
  min-height: 100vh;
}

.container, .section, .screen {
  padding: 20px;
  margin: 20px auto;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0,255,255,0.1);
  animation: fadeIn 1s ease;
}

h1, h2, p {
  text-align: center;
  font-weight: 500;
}

input[type="text"], input[type="file"] {
  width: 100%;
  padding: 12px;
  margin: 12px 0;
  border-radius: 10px;
  border: none;
  font-size: 15px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  outline: none;
}

input::placeholder {
  color: #aaa;
}

button {
  width: 100%;
  padding: 14px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 10px;
  background: linear-gradient(to right, #4facfe, #00f2fe);
  box-shadow: 0 0 12px rgba(0,255,255,0.5);
  cursor: pointer;
  transition: all 0.3s ease;
}

button:hover {
  transform: scale(1.04);
  box-shadow: 0 0 22px rgba(0,255,255,0.7);
}

@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

#verificationReviewPage p {
  text-align: justify;
  font-size: 15px;
  line-height: 1.6;
}

.glow-box {
  border: 1px solid #00f2fe;
  padding: 15px;
  border-radius: 12px;
  background: rgba(0, 242, 254, 0.05);
  box-shadow: 0 0 15px rgba(0, 242, 254, 0.3);
}


.container, .section, .screen {
  display: none;
}
.container.active, .section.active, .screen.active {
  display: block;
}



@keyframes shake {
  0% { transform: translateX(-6px); }
  25% { transform: translateX(6px); }
  50% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
  100% { transform: translateX(0); }
}
@keyframes popFade {
  0% { transform: scale(0.95); opacity: 0.3; }
  50% { transform: scale(1.03); opacity: 1; }
  100% { transform: scale(1); }
}



@keyframes glowingBorder {
  0% {
    box-shadow: 0 0 8px #00ff90, 0 0 16px #00ff90, 0 0 24px #00ff90;
  }
  50% {
    box-shadow: 0 0 16px #00ff90, 0 0 32px #00ff90, 0 0 48px #00ff90;
  }
  100% {
    box-shadow: 0 0 8px #00ff90, 0 0 16px #00ff90, 0 0 24px #00ff90;
  }
}
.atm-card {
  animation: glowingBorder 2s infinite;
  border: 2px solid #00ff90;
}



/* Glowing Inputs and Gradient Buttons */

#authSection {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

#authSection h2 {
  color: #00eaff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

#authSection input {
  width: 100%;
  padding: 14px;
  margin: 10px 0;
  font-size: 16px;
  border-radius: 12px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.1);
}

#authSection input::placeholder {
  color: #ccc;
}

#authSection button {
  width: 100%;
  padding: 14px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 12px;
  color: white;
  background: linear-gradient(to right, #fc466b, #3f5efb);
  box-shadow: 0 0 12px rgba(63, 95, 251, 0.6);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#authSection button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(63, 95, 251, 0.8);
}

#authSection p {
  margin-top: 15px;
  font-size: 14px;
  color: #eee;
  text-align: center;
}

#authSection a {
  color: #3f5efb;
  text-decoration: underline;
}



/* Final Bold Styling for Login Topic + Inputs + Buttons */

#authSection {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

#formTitle {
  color: #00eaff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  text-shadow: 0 0 5px rgba(0, 234, 255, 0.3);
  letter-spacing: 0.5px;
}

#authSection input {
  width: 100%;
  padding: 14px;
  margin: 10px 0;
  font-size: 16px;
  border-radius: 12px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.1);
}

#authSection input::placeholder {
  color: #ccc;
}

#authSection button {
  width: 100%;
  padding: 14px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 12px;
  color: white;
  background: linear-gradient(to right, #fc466b, #3f5efb);
  box-shadow: 0 0 15px rgba(63, 95, 251, 0.6);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#authSection button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(63, 95, 251, 0.9);
}

#authSection p {
  margin-top: 15px;
  font-size: 14px;
  color: #eee;
  text-align: center;
}

#authSection a {
  color: #3f5efb;
  text-decoration: underline;
}



/* Enhanced Glowing Form Styles */
#authSection {
  background: linear-gradient(135deg, #111111, #1e1e1e);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.4);
  max-width: 420px;
  margin: auto;
}

#formTitle {
  font-size: 26px;
  font-weight: bold;
  color: #00ffff;
  margin-bottom: 20px;
  text-shadow: 0 0 10px #00ffff;
}

#authSection input {
  width: 100%;
  padding: 14px;
  margin: 12px 0;
  font-size: 16px;
  border-radius: 12px;
  border: none;
  background: rgba(0, 255, 255, 0.1);
  color: #ffffff;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgba(0,255,255,0.3);
}

#authSection input::placeholder {
  color: #ccf;
  font-weight: 500;
}

#authSection button {
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 12px;
  padding: 14px;
  margin-top: 10px;
  box-shadow: 0 0 20px rgba(0,255,255,0.4);
  transition: 0.3s ease-in-out;
}

#authSection button:hover {
  transform: scale(1.05);
  background: linear-gradient(90deg, #0072ff, #00c6ff);
  box-shadow: 0 0 25px rgba(0,255,255,0.7);
}

#authSection a {
  color: #00ffff;
  text-decoration: underline;
  font-weight: 500;
}



#authSection {
  background: #446799; /* steel blue */
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 420px;
  margin: auto;
}

#formTitle {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 16px;
  text-shadow: none;
  text-align: center;
}

#authSection input {
  width: 100%;
  padding: 14px;
  margin: 12px 0;
  font-size: 16px;
  border-radius: 10px;
  border: none;
  background: #ffffff;
  color: #222;
  box-shadow: none;
}

#authSection input::placeholder {
  color: #666;
  font-weight: 500;
}

#authSection button {
  background: #2b4f81;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  padding: 14px;
  margin-top: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: 0.3s ease-in-out;
}

#authSection button:hover {
  transform: scale(1.02);
  background: #375d95;
}

#authSection a {
  color: #d0e6ff;
  text-decoration: underline;
  font-weight: 500;
}




body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background: radial-gradient(circle at top left, #1e3c72, #2a5298);
  color: white;
  overflow-x: hidden;
  min-height: 100vh;
}

      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background: linear-gradient(135deg, #6a11cb, #2575fc);
      color: white;
      margin: 0;
      padding: 0;
    }
    .screen {
      display: none;
      max-width: 800px;
      margin: auto;
      background-color: rgba(0, 0, 0, 0.6);
      padding: 20px;
      border-radius: 15px;
      margin-top: 20px;
    }
    .screen.active {
      display: block;
    }
    input, button {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      font-size: 16px;
      border: none;
      border-radius: 5px;
    }
    button {
      background-color: #ffffff;
      color: #00b09b;
      cursor: pointer;
    }
    .atm-card {
      background: linear-gradient(135deg, #6a11cb, #2575fc);
      border-radius: 15px;
      padding: 20px;
      color: black;
      margin: 20px 0;
      box-shadow: 0 4px 10px rgba(0,0,0,0.4);
    }
    .icons {
      display: flex;
      justify-content: space-around;
      margin-top: 10px;
    }
    .profile {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .profile-icon {
      width: 40px;
      height: 40px;
      background-color: white;
      border-radius: 50%;
      margin-right: 10px;
    }
    .claim-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 15px;
    }
    .claim-box {
      background-color: #2d2d2d;
      padding: 15px;
      border-radius: 15px;
      text-align: center;
      position: relative;
      box-shadow: 0 4px 8px rgba(0,0,0,0.3);
      transition: transform 0.2s ease-in-out;
    }
    .claim-box:hover {
      transform: scale(1.05);
    }
    .claim-box.claimed {
      background-color: gray;
      cursor: not-allowed;
    }
    .claim-box.locked {
      background-color: #444;
      cursor: not-allowed;
    }
    .claim-button {
      background: #00ff90;
      border: none;
      padding: 10px 15px;
      border-radius: 50%;
      font-weight: bold;
      color: black;
      cursor: pointer;
      margin-top: 10px;
      position: relative;
      animation: rotate-glow 2s infinite linear;
    }
    @keyframes rotate-glow {
      0% { box-shadow: 0 0 5px #0f0, 0 0 10px #0f0; transform: rotate(0deg); }
      100% { box-shadow: 0 0 10px #0f0, 0 0 20px #0f0; transform: rotate(360deg); }
    }
    .timer {
      font-size: 12px;
      margin-top: 5px;
      color: #ff5252;
    }
    .coin-icon {
      font-size: 30px;
      margin: 5px 0;
    }
    .claimed-text {
      color: #ffeb3b;
      margin-top: 10px;
      font-size: 14px;
    }
  
    @keyframes boxPulse {
      0% { box-shadow: 0 0 10px #00ff90; }
      50% { box-shadow: 0 0 25px #00ff90; transform: scale(1.02); }
      100% { box-shadow: 0 0 10px #00ff90; }
    }

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

    .claim-ready {
      animation: boxPulse 1.5s ease-in-out infinite;
    }

    .claim-waiting {
      animation: rotateBox 8s linear infinite;
      border: 2px dashed #ff4081;
    }
    


    @keyframes blink {
      from { opacity: 1; }
      to { opacity: 0.4; }
    }
    


@keyframes glowingBorder {
  0% {
    box-shadow: 0 0 8px #00ff90, 0 0 16px #00ff90, 0 0 24px #00ff90;
  }
  50% {
    box-shadow: 0 0 16px #00ff90, 0 0 32px #00ff90, 0 0 48px #00ff90;
  }
  100% {
    box-shadow: 0 0 8px #00ff90, 0 0 16px #00ff90, 0 0 24px #00ff90;
  }
}
.atm-card {
  animation: glowingBorder 2s infinite;
  border: 2px solid #00ff90;
}



/* Glowing Inputs and Gradient Buttons */

#authSection {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

#authSection h2 {
  color: #00eaff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

#authSection input {
  width: 100%;
  padding: 14px;
  margin: 10px 0;
  font-size: 16px;
  border-radius: 12px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.1);
}

#authSection input::placeholder {
  color: #ccc;
}

#authSection button {
  width: 100%;
  padding: 14px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 12px;
  color: white;
  background: linear-gradient(to right, #fc466b, #3f5efb);
  box-shadow: 0 0 12px rgba(63, 95, 251, 0.6);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#authSection button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(63, 95, 251, 0.8);
}

#authSection p {
  margin-top: 15px;
  font-size: 14px;
  color: #eee;
  text-align: center;
}

#authSection a {
  color: #3f5efb;
  text-decoration: underline;
}



/* Final Bold Styling for Login Topic + Inputs + Buttons */

#authSection {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

#formTitle {
  color: #00eaff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  text-shadow: 0 0 5px rgba(0, 234, 255, 0.3);
  letter-spacing: 0.5px;
}

#authSection input {
  width: 100%;
  padding: 14px;
  margin: 10px 0;
  font-size: 16px;
  border-radius: 12px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.1);
}

#authSection input::placeholder {
  color: #ccc;
}

#authSection button {
  width: 100%;
  padding: 14px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 12px;
  color: white;
  background: linear-gradient(to right, #fc466b, #3f5efb);
  box-shadow: 0 0 15px rgba(63, 95, 251, 0.6);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#authSection button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(63, 95, 251, 0.9);
}

#authSection p {
  margin-top: 15px;
  font-size: 14px;
  color: #eee;
  text-align: center;
}

#authSection a {
  color: #3f5efb;
  text-decoration: underline;
}



/* Enhanced Glowing Form Styles */
#authSection {
  background: linear-gradient(135deg, #111111, #1e1e1e);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 0 25px rgba(0, 255, 255, 0.4);
  max-width: 420px;
  margin: auto;
}

#formTitle {
  font-size: 26px;
  font-weight: bold;
  color: #00ffff;
  margin-bottom: 20px;
  text-shadow: 0 0 10px #00ffff;
}

#authSection input {
  width: 100%;
  padding: 14px;
  margin: 12px 0;
  font-size: 16px;
  border-radius: 12px;
  border: none;
  background: rgba(0, 255, 255, 0.1);
  color: #ffffff;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgba(0,255,255,0.3);
}

#authSection input::placeholder {
  color: #ccf;
  font-weight: 500;
}

#authSection button {
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 12px;
  padding: 14px;
  margin-top: 10px;
  box-shadow: 0 0 20px rgba(0,255,255,0.4);
  transition: 0.3s ease-in-out;
}

#authSection button:hover {
  transform: scale(1.05);
  background: linear-gradient(90deg, #0072ff, #00c6ff);
  box-shadow: 0 0 25px rgba(0,255,255,0.7);
}

#authSection a {
  color: #00ffff;
  text-decoration: underline;
  font-weight: 500;
}



#authSection {
  background: #446799; /* steel blue */
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  max-width: 420px;
  margin: auto;
}

#formTitle {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 16px;
  text-shadow: none;
  text-align: center;
}

#authSection input {
  width: 100%;
  padding: 14px;
  margin: 12px 0;
  font-size: 16px;
  border-radius: 10px;
  border: none;
  background: #ffffff;
  color: #222;
  box-shadow: none;
}

#authSection input::placeholder {
  color: #666;
  font-weight: 500;
}

#authSection button {
  background: #2b4f81;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  padding: 14px;
  margin-top: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  transition: 0.3s ease-in-out;
}

#authSection button:hover {
  transform: scale(1.02);
  background: #375d95;
}

#authSection a {
  color: #d0e6ff;
  text-decoration: underline;
  font-weight: 500;
}



@keyframes pulseGlow {
  0% { box-shadow: 0 0 10px #00f2fe; }
  50% { box-shadow: 0 0 25px #00f2fe; }
  100% { box-shadow: 0 0 10px #00f2fe; }
}



.back-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  border: 1px solid #00ffcc;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  z-index: 999;
}



  .input-group {
    position: relative;
    margin-bottom: 20px;
  }
  .input-group input {
    padding-right: 40px;
  }
  .input-group .status-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: 0.3s;
  }
  .input-valid {
    border: 2px solid #4CAF50;
    background-color: #e8f5e9;
    animation: validPulse 0.3s ease;
  }
  .input-invalid {
    border: 2px solid #f44336;
    background-color: #ffebee;
    animation: invalidShake 0.3s ease;
  }
  .input-valid + .status-icon {
    color: #4CAF50;
    content: "✔️";
  }
  .input-invalid + .status-icon {
    color: #f44336;
    content: "⚠️";
  }

  @keyframes invalidShake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
  }

  @keyframes validPulse {
    0% { box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.6); }
    70% { box-shadow: 0 0 0 10px rgba(76, 175, 80, 0); }
    100% { box-shadow: 0 0 0 0 rgba(76, 175, 80, 0); }
  }



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

  .input-group input {
    padding-right: 40px;
  }

  .status-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: 0.3s;
    pointer-events: none;
  }

  .input-valid {
    border: 2px solid #4CAF50;
    background-color: #e8f5e9;
    animation: validPulse 0.4s ease;
  }

  .input-invalid {
    border: 2px solid #f44336;
    background-color: #ffebee;
    animation: invalidShake 0.4s ease;
  }

  .input-valid + .status-icon {
    color: #4CAF50;
  }

  .input-invalid + .status-icon {
    color: #f44336;
  }

  @keyframes invalidShake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    50% { transform: translateX(4px); }
    75% { transform: translateX(-4px); }
  }

  @keyframes validPulse {
    0% { box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.6); }
    70% { box-shadow: 0 0 0 10px rgba(76, 175, 80, 0); }
    100% { box-shadow: 0 0 0 0 rgba(76, 175, 80, 0); }
  }



  #loginSuccessMessage {
    display: none;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4CAF50;
    color: white;
    padding: 14px 24px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    font-size: 16px;
    z-index: 9999;
    animation: slideFade 0.6s ease-out forwards;
  }

  @keyframes slideFade {
    0% { opacity: 0; top: 0px; }
    100% { opacity: 1; top: 20px; }
  }



  #loginSuccessVisual {
    display: none;
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #28a745, #62d067);
    color: white;
    padding: 16px 28px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    z-index: 9999;
    animation: dropFadeIn 0.5s ease-out forwards;
  }

  @keyframes dropFadeIn {
    0% { opacity: 0; transform: translate(-50%, -20px); }
    100% { opacity: 1; transform: translate(-50%, 0); }
  }



  #loginSuccessVisual {
    display: none;
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #28a745, #60c96b);
    color: white;
    padding: 16px 30px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    z-index: 9999;
    animation: dropFadeIn 0.5s ease-out forwards;
    text-align: center;
  }

  @keyframes dropFadeIn {
    0% { opacity: 0; transform: translate(-50%, -20px); }
    100% { opacity: 1; transform: translate(-50%, 0); }
  }



@keyframes fall {
  0% { transform: translateY(-100px) rotate(0deg); opacity: 1; }
  100% { transform: translateY(600px) rotate(360deg); opacity: 0; }
}
.coin {
  position: fixed;
  top: 0;
  font-size: 30px;
  animation: fall 2s linear forwards;
  z-index: 9999;
  pointer-events: none;
}



.confetti {
  position: fixed;
  top: -20px;
  font-size: 20px;
  animation: confettiFall 3s ease-out forwards;
  z-index: 9999;
  pointer-events: none;
}
@keyframes confettiFall {
  0% { transform: translateY(-50px) rotate(0deg); opacity: 1; }
  100% { transform: translateY(600px) rotate(720deg); opacity: 0; }
}




body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background: radial-gradient(circle at top left, #1e3c72, #2a5298);
  color: white;
  overflow-x: hidden;
  min-height: 100vh;
}

      margin: 0;
      background: linear-gradient(135deg, #6a11cb, #2575fc);
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: white;
      text-align: center;
      min-height: 100vh;
    }

    .container, .section {
      display: none;
      max-width: 500px;
      margin: 30px auto;
      background-color: rgba(0, 0, 0, 0.65);
      padding: 25px;
      border-radius: 15px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.4);
    }

    .container.active, .section.active {
      display: block;
    }

    input, select, button {
      width: 100%;
      padding: 12px;
      margin: 10px 0;
      font-size: 16px;
      border: none;
      border-radius: 8px;
    }

    button {
      background-color: white;
      color: #00b09b;
      cursor: pointer;
    }

    button:hover {
      background-color: #f0f0f0;
    }

    #verificationAlert {
      display: none;
      position: fixed;
      top: -100px;
      left: 50%;
      transform: translateX(-50%);
      background: white;
      color: black;
      padding: 20px;
      width: 94%;
      max-width: 430px;
      border-radius: 12px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.4);
      z-index: 999;
      animation: slideDownUp 1.2s forwards;
    }

    @keyframes slideDownUp {
      0% { top: -100px; }
      50% { top: 30px; }
      100% { top: 10px; }
    }

    .spinner {
      margin: 0 auto 20px auto;
      width: 60px;
      height: 60px;
      border: 6px solid #fff;
      border-top: 6px solid #00b09b;
      border-radius: 50%;
      animation: spin 1s linear infinite;
    }

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

    .warning-icon {
      font-size: 70px;
      color: red;
      margin-bottom: 15px;
    }

    .alert-text {
      font-size: 15px;
      line-height: 1.5;
    }

    .verified-icon {
      font-size: 60px;
      margin: 20px 0;
    }

    .upload-box {
      background: rgba(255,255,255,0.1);
      padding: 20px;
      border-radius: 12px;
      border: 2px dashed #fff;
    }

    input[type="file"] {
      margin-top: 15px;
      color: #fff;
    }
  


.back-btn {
  position: absolute;
  top: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  border: 1px solid #00ffcc;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  z-index: 999;
}



  .input-group {
    position: relative;
    margin-bottom: 20px;
  }
  .input-group input {
    padding-right: 40px;
  }
  .input-group .status-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: 0.3s;
  }
  .input-valid {
    border: 2px solid #4CAF50;
    background-color: #e8f5e9;
    animation: validPulse 0.3s ease;
  }
  .input-invalid {
    border: 2px solid #f44336;
    background-color: #ffebee;
    animation: invalidShake 0.3s ease;
  }
  .input-valid + .status-icon {
    color: #4CAF50;
    content: "✔️";
  }
  .input-invalid + .status-icon {
    color: #f44336;
    content: "⚠️";
  }

  @keyframes invalidShake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
  }

  @keyframes validPulse {
    0% { box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.6); }
    70% { box-shadow: 0 0 0 10px rgba(76, 175, 80, 0); }
    100% { box-shadow: 0 0 0 0 rgba(76, 175, 80, 0); }
  }



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

  .input-group input {
    padding-right: 40px;
  }

  .status-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: 0.3s;
    pointer-events: none;
  }

  .input-valid {
    border: 2px solid #4CAF50;
    background-color: #e8f5e9;
    animation: validPulse 0.4s ease;
  }

  .input-invalid {
    border: 2px solid #f44336;
    background-color: #ffebee;
    animation: invalidShake 0.4s ease;
  }

  .input-valid + .status-icon {
    color: #4CAF50;
  }

  .input-invalid + .status-icon {
    color: #f44336;
  }

  @keyframes invalidShake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    50% { transform: translateX(4px); }
    75% { transform: translateX(-4px); }
  }

  @keyframes validPulse {
    0% { box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.6); }
    70% { box-shadow: 0 0 0 10px rgba(76, 175, 80, 0); }
    100% { box-shadow: 0 0 0 0 rgba(76, 175, 80, 0); }
  }



  #loginSuccessMessage {
    display: none;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4CAF50;
    color: white;
    padding: 14px 24px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    font-size: 16px;
    z-index: 9999;
    animation: slideFade 0.6s ease-out forwards;
  }

  @keyframes slideFade {
    0% { opacity: 0; top: 0px; }
    100% { opacity: 1; top: 20px; }
  }



  #loginSuccessVisual {
    display: none;
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #28a745, #62d067);
    color: white;
    padding: 16px 28px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    z-index: 9999;
    animation: dropFadeIn 0.5s ease-out forwards;
  }

  @keyframes dropFadeIn {
    0% { opacity: 0; transform: translate(-50%, -20px); }
    100% { opacity: 1; transform: translate(-50%, 0); }
  }



  #loginSuccessVisual {
    display: none;
    position: fixed;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #28a745, #60c96b);
    color: white;
    padding: 16px 30px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    z-index: 9999;
    animation: dropFadeIn 0.5s ease-out forwards;
    text-align: center;
  }

  @keyframes dropFadeIn {
    0% { opacity: 0; transform: translate(-50%, -20px); }
    100% { opacity: 1; transform: translate(-50%, 0); }
  }



@keyframes fall {
  0% { transform: translateY(-100px) rotate(0deg); opacity: 1; }
  100% { transform: translateY(600px) rotate(360deg); opacity: 0; }
}
.coin {
  position: fixed;
  top: 0;
  font-size: 30px;
  animation: fall 2s linear forwards;
  z-index: 9999;
  pointer-events: none;
}



.confetti {
  position: fixed;
  top: -20px;
  font-size: 20px;
  animation: confettiFall 3s ease-out forwards;
  z-index: 9999;
  pointer-events: none;
}
@keyframes confettiFall {
  0% { transform: translateY(-50px) rotate(0deg); opacity: 1; }
  100% { transform: translateY(600px) rotate(720deg); opacity: 0; }
}




body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background: radial-gradient(circle at top left, #1e3c72, #2a5298);
  color: white;
  overflow-x: hidden;
  min-height: 100vh;
}

      margin: 0;
      background: linear-gradient(135deg, #6a11cb, #2575fc);
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      color: white;
      text-align: center;
      min-height: 100vh;
    }

    .container, .section {
      display: none;
      max-width: 500px;
      margin: 30px auto;
      background-color: rgba(0, 0, 0, 0.65);
      padding: 25px;
      border-radius: 15px;
      box-shadow: 0 8px 24px rgba(0,0,0,0.4);
    }

    .container.active, .section.active {
      display: block;
    }

    input, select, button {
      width: 100%;
      padding: 12px;
      margin: 10px 0;
      font-size: 16px;
      border: none;
      border-radius: 8px;
    }

    button {
      background-color: white;
      color: #00b09b;
      cursor: pointer;
    }

    button:hover {
      background-color: #f0f0f0;
    }

    #verificationAlert {
      display: none;
      position: fixed;
      top: -100px;
      left: 50%;
      transform: translateX(-50%);
      background: white;
      color: black;
      padding: 20px;
      width: 94%;
      max-width: 430px;
      border-radius: 12px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.4);
      z-index: 999;
      animation: slideDownUp 1.2s forwards;
    }

    @keyframes slideDownUp {
      0% { top: -100px; }
      50% { top: 30px; }
      100% { top: 10px; }
    }

    .spinner {
      margin: 0 auto 20px auto;
      width: 60px;
      height: 60px;
      border: 6px solid #fff;
      border-top: 6px solid #00b09b;
      border-radius: 50%;
      animation: spin 1s linear infinite;
    }

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

    .warning-icon {
      font-size: 70px;
      color: red;
      margin-bottom: 15px;
    }

    .alert-text {
      font-size: 15px;
      line-height: 1.5;
    }

    .verified-icon {
      font-size: 60px;
      margin: 20px 0;
    }

    .upload-box {
      background: rgba(255,255,255,0.1);
      padding: 20px;
      border-radius: 12px;
      border: 2px dashed #fff;
    }

    input[type="file"] {
      margin-top: 15px;
      color: #fff;
    }
  