.pre-test {  
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at top, #1e293b, #020617);
/*  font-family: "Courier New", monospace; */
  color: #fff;
   max-width: 100%;
}

/* ===== Title ===== */
.pre-test h1 {
  text-align: center;
  margin-bottom: clamp(16px, 4vw, 40px);
  font-size: clamp(0.3rem, 2vw, 1rem);
  letter-spacing: 2px;
  font-family: "Courier New", monospace;
}



/* ===== Countdown Container ===== */
.countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8px, 2vw, 24px);
  padding: clamp(14px, 3vw, 28px);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
  white-space: nowrap;
 background: radial-gradient(circle at top, #1e293b, #020617);
  
  margin: 20px;
  

  
}

/* ===== Time Block ===== */
.time {
  text-align: center;
  min-width: clamp(56px, 10vw, 90px);
}

/* ===== Number ===== */
.number {
  font-size: clamp(1.8rem, 5vw, 4rem);
  font-weight: 550;
  line-height: 1;
  color: #ff2a2a;
  text-shadow:
    0 0 2px rgba(255, 42, 42, 0.9),
    0 0 6px rgba(255, 42, 42, 0.6);
}

/* ===== Label ===== */
.label {
  margin-top: 6px;
  font-size: clamp(0.55rem, 1.8vw, 0.8rem);
  letter-spacing: 2px;
  opacity: 0.75;
  font-weight: bold;
  color: #9b9ca0;
 
}

/* ===== Colon ===== */
.colon {
  font-size: clamp(1.8rem, 5vw, 4rem);
  line-height: 1;
  color: #ff2a2a;
  transform: translateY(-0.25em);
}
