@import "../styles.css";

:root {
  --accentA: #5eead4;
  --accentB: #6366f1;
  --bgTop: #0b1023;
  --bgBottom: #1f2937;
}

.actionHud {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .robotControls {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
