/* Canvas that does not depend on the Tailwind CDN generating token classes. */
html,
body {
  background: #111411;
  color: #e1e3de;
}

#car-root {
  background: #111411;
  min-height: 70vh;
}

.glass-panel {
  background: rgba(29, 32, 29, 0.72);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-top: 1px solid rgba(233, 195, 73, 0.3);
  border-left: 1px solid rgba(233, 195, 73, 0.1);
  color: #e1e3de;
}

.car-copy {
  color: #e1e3de;
}

.btn-gold-ghost {
  border: 1px solid #e9c349;
  color: #e9c349;
  background: transparent;
  transition: all 0.3s ease;
}

.btn-gold-ghost:hover {
  background: rgba(0, 66, 37, 0.4);
  box-shadow: 0 0 15px rgba(233, 195, 73, 0.2);
}

input:not([type="file"]):not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  background-color: #191c1a !important;
  color: #e1e3de !important;
  border-color: #404942 !important;
}

input::placeholder,
textarea::placeholder {
  color: #8a938b;
}
