/*
Theme Name: RacePicker
Theme URI: http://matthewfrancis.ai/racepicker
Author: Matthew Francis AI
Author URI: http://matthewfrancis.ai
Description: A bold race prediction tool for analysing raw racecards.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: racepicker
Tags: racing, prediction, horse-racing, AI
*/
body {
  font-family: 'Outfit', sans-serif;
  background: #f4f4f4;
  color: #222;
  padding: 2rem;
}
.racecard-input-wrapper textarea {
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  margin-top: 1rem;
}
button {
  background-color: #005eff;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  margin-top: 1rem;
  cursor: pointer;
  border-radius: 8px;
}
.race-output {
  background: #fff;
  padding: 1rem;
  border-left: 5px solid #00b3e6;
  margin-top: 2rem;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
