/* COGNITIVE SPEED BENCHMARK - Section Styles */
.cognitive-speed-benchmark {
  padding: 60px 20px;
  background: linear-gradient(135deg,#ff416c,#ff4b2b);
  border-radius: 20px;
  color: #fff;
  font-family: 'Urbanist', sans-serif;
  text-align: center;
  margin-bottom: 40px;
}

.csb-card {
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  color: #222;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  text-align: center;
}

.csb-task {
  font-size: 24px;
  min-height: 60px;
  margin: 16px 0;
  padding: 12px;
  border-radius: 12px;
  background: #f8f8f8;
  color: #111;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

#csbInput {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 8px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.btn {
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  color: #fff;
  transition: transform 0.2s, box-shadow 0.2s;
  margin: 5px 0;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

.start-btn { background: linear-gradient(90deg,#36d1dc,#5b86e5); }
.submit-btn { background: linear-gradient(90deg,#f7971e,#ffd200); color:#111; }

.timer, .score, .result {
  font-weight: 600;
  color: #555;
  font-size: 16px;
  margin-top: 8px;
}
