:root {
  --green: #00ff00;
  --green2: #00cc00;
  --green3: #66ff66;
  --gold: #ffdd00;
  --red: #ff3333;
  --text: #f3e5f5;
  --dim: #9c7cb8;
}

.logo {
  font-family: "Arial Black", sans-serif !important;
  font-size: 1.3rem !important;
  font-weight: 900 !important;
  letter-spacing: 3px !important;
  color: var(--gold) !important;
  text-shadow: 0 0 20px rgba(255, 221, 0, 0.6) !important;
}

body, html {
  background: linear-gradient(135deg, #07050f 0%, #0e0a1a 100%) !important;
}

.btn-login { border-color: var(--gold) !important; color: var(--gold) !important; }
.btn-login:hover { background: rgba(255, 221, 0, 0.1) !important; }

.btn-reg { 
  background: linear-gradient(135deg, var(--gold), #ff9900) !important;
  color: #000 !important;
}

.mprimary { background: linear-gradient(135deg, var(--gold), #ff9900) !important; }
