:root {
  --main-color: #FFD700 !important;
  --main_gradient-color: linear-gradient(135deg, #FFD700, #00C853) !important;
}

/* 🔥 HEADER (Top bar) */
.header,
.navbar {
  background: linear-gradient(90deg, #FFD700, #00C853) !important;
}

/* 🔥 BUTTONS (clear look) */
button,
.van-button {
  background: linear-gradient(90deg, #FFD700, #00C853) !important;
  color: #fff !important;
  border-radius: 10px !important;
}

/* 🔥 CARDS (IMPORTANT FIX) */
[class*="card"],
[class*="item"],
[class*="box"] {
  background: #ffffff !important;
  color: #000 !important;
  border-radius: 12px;
}

/* 🔥 WINNING LIST (special fix) */
[class*="list"],
[class*="record"] {
  background: linear-gradient(90deg, #FFD700, #00C853) !important;
  color: #fff !important;
}

/* 🔥 LOGIN PAGE FIX */
input {
  background: #f5f5f5 !important;
  color: #000 !important;
}

input::placeholder {
  color: #999 !important;
}

/* 🔥 LABEL TEXT */
label,
span {
  color: #333 !important;
}

/* 🔥 REMOVE EXTRA GREEN */
[class*="progress"],
[class*="bar"] {
  background: #00C853 !important;
}

/* 🔥 ICON ACTIVE */
.active {
  color: #00C853 !important;
}