:root{
  --pageBgColor:#14001f !important;
  --v-theme-primary:#8A2BE2 !important;
  --v-theme-secondary:#FF1493 !important;
  --v-theme-surface:#220033 !important;
  --v-theme-background:#14001f !important;
}

/* พื้นหลัง */
html,
body,
.v-main{
  background:#14001f !important;
}

/* ปุ่ม */
.v-btn{
  background:linear-gradient(90deg,#8A2BE2,#FF1493)!important;
  color:#fff!important;
}

body {
  background: var(--bg-dark);
  color: var(--text-white);
  font-family: 'Kanit', sans-serif;
}

/* ปุ่มสไตล์นีออน เช่น "สมัครสมาชิก" */
/* ตัวอักษรไล่สีทอง เช่นหวข้อโปรโมชั่น */
.text-gold-gradient {
  background: linear-gradient(90deg, var(--gold), var(--orange-glow));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 700;
}
