body[data-game="fixture"] {
  background:
    radial-gradient(circle at 18% 16%, rgba(67, 197, 255, .22), transparent 30%),
    radial-gradient(circle at 82% 20%, rgba(39, 124, 180, .17), transparent 28%),
    #050709;
}

body[data-game="fixture"] .request-intro > p:first-of-type,
body[data-game="fixture"] .request-card__head > p { color: #71dcff; }

body[data-game="fixture"] .request-intro li b {
  border-color: rgba(67, 197, 255, .48);
  background: rgba(67, 197, 255, .12);
  color: #9be8ff;
}

body[data-game="fixture"] .request-card { border-color: rgba(67, 197, 255, .42); }
body[data-game="fixture"] .request-card input:focus,
body[data-game="fixture"] .request-card textarea:focus {
  border-color: #43c5ff;
  box-shadow: 0 0 0 3px rgba(67, 197, 255, .14);
}

body[data-game="fixture"] .request-card button {
  background: linear-gradient(180deg, #43c5ff, #167da8);
  box-shadow: 0 15px 35px rgba(67, 197, 255, .2);
}
