/* SudoSketch Play: quiet peer guidance with the current violet brand accent. */
.app-shell .board .cell.related {
  background: #f1eeff !important;
}

.app-shell .board .cell.same {
  background: #e5dcff !important;
  box-shadow: inset 0 0 0 2px rgba(119, 64, 216, 0.28) !important;
}

.app-shell .board .cell.selected {
  background: #fbfaff !important;
  box-shadow:
    inset 0 0 0 4px rgba(119, 64, 216, 0.88),
    inset 0 0 22px rgba(119, 64, 216, 0.14) !important;
}

.app-shell .board .cell.fixed.related {
  background: #e8e4f4 !important;
}

.app-shell .board .cell.fixed.same {
  background: #ddd1fb !important;
}

.app-shell .board .cell.fixed.selected {
  background: #eee9ff !important;
}
